Tom, would jquery updating the vars on the web page be reflected in the last post var data?
Mike
Search found 44 matches
- Tue Jan 31, 2017 11:27 am
- Forum: PINK
- Topic: Last Post Variable Number Nb_varSV
- Replies: 16
- Views: 96969
- Mon Jan 30, 2017 3:37 pm
- Forum: PINK
- Topic: Last Post Variable Number Nb_varSV
- Replies: 16
- Views: 96969
Re: Last Post Variable Number Nb_varSV
Tom, I am running the PINK app firmware SB70-PINK-R1.46_APP.s19 and cannot get a reliable last post var when posting on the web page, BUT when I have ISY post to the page it is right all the time.
Test 1 is:
Post "70" on web page with submit button Var_12
"!NB0ST"
"!NB0SV"
value of "!NB0SV" = 50 ...
Test 1 is:
Post "70" on web page with submit button Var_12
"!NB0ST"
"!NB0SV"
value of "!NB0SV" = 50 ...
- Wed Jan 25, 2017 5:57 pm
- Forum: PINK
- Topic: Getting Amazon Alexa to talk to PINK
- Replies: 11
- Views: 70835
Re: Getting Amazon Alexa to talk to PINK
Apparently, one could get the PINK to do what the Autelis is doing. I just don't know how.
Hi Mike,
I can give you an example BUT won't be able to help you with debugging, You will need to either understand HTTP protocol specification OR ask NetBurner for an HTTP client library. You have to ...
Hi Mike,
I can give you an example BUT won't be able to help you with debugging, You will need to either understand HTTP protocol specification OR ask NetBurner for an HTTP client library. You have to ...
- Wed Jan 25, 2017 11:58 am
- Forum: PINK
- Topic: Getting Amazon Alexa to talk to PINK
- Replies: 11
- Views: 70835
Re: Getting Amazon Alexa to talk to PINK
This is what it looks like (most of it)
http://i404.photobucket.com/albums/pp129/mike2545_photo/PINK%20ALEXA%20project/IMG_20170125_135229262_zpsri4mmj8z.jpg
This is a link to the Autelis module http://www.autelis.com/universal-rs232-serial-1wire-interface-isy.html
I have it eavesdroping on ...
http://i404.photobucket.com/albums/pp129/mike2545_photo/PINK%20ALEXA%20project/IMG_20170125_135229262_zpsri4mmj8z.jpg
This is a link to the Autelis module http://www.autelis.com/universal-rs232-serial-1wire-interface-isy.html
I have it eavesdroping on ...
- Wed Jan 25, 2017 10:46 am
- Forum: PINK
- Topic: Last Post Variable Number Nb_varSV
- Replies: 16
- Views: 96969
Re: Last Post Variable Number Nb_varSV
Hey Tom, got sidetracked with the other aspects of this build, did not get a chance to preform a test like you have. It may be a few days my PICKIT2 just got fried by a bad usb hub 
You can check out the progress in the Getting Alexa to talk to pink thread
Thanks for your continued support
Mike

You can check out the progress in the Getting Alexa to talk to pink thread
Thanks for your continued support
Mike
- Wed Jan 25, 2017 10:42 am
- Forum: PINK
- Topic: Getting Amazon Alexa to talk to PINK
- Replies: 11
- Views: 70835
Re: Getting Amazon Alexa to talk to PINK
To use Netburner PINK with Alexa is not straightforward. I have been working with Tom from Net burner to make sure the PINK firmware was up to par. This is how I have it all working:
http://i404.photobucket.com/albums/pp129/mike2545_photo/PINK%20ALEXA%20project/PINK%20flow%20chart_zpsr3ktbdmz.jpg ...
http://i404.photobucket.com/albums/pp129/mike2545_photo/PINK%20ALEXA%20project/PINK%20flow%20chart_zpsr3ktbdmz.jpg ...
- Sun Jan 22, 2017 1:02 pm
- Forum: PINK
- Topic: Last Post Variable Number Nb_varSV
- Replies: 16
- Views: 96969
Re: Last Post Variable Number Nb_varSV
Tom, is writing to a var "!NB0W06:06" via the serial port and <post> on the index.html page the same thing in the PINK firmware?
- Wed Jan 18, 2017 2:40 pm
- Forum: PINK
- Topic: Last Post Variable Number Nb_varSV
- Replies: 16
- Views: 96969
Re: Last Post Variable Number Nb_varSV
Hi Tom,
Seems odd; with the current official release (R1.46) I can Strobe the Nb_varST all day and unless I update a var on the web page, it returns "1". When I post on the web page it returns "3" like it should.
The beta release always returns a "3" even though I am not updating anything on the ...
Seems odd; with the current official release (R1.46) I can Strobe the Nb_varST all day and unless I update a var on the web page, it returns "1". When I post on the web page it returns "3" like it should.
The beta release always returns a "3" even though I am not updating anything on the ...
- Wed Jan 18, 2017 11:16 am
- Forum: PINK
- Topic: Last Post Variable Number Nb_varSV
- Replies: 16
- Views: 96969
Re: Last Post Variable Number Nb_varSV
Tom, the beta firmware registers 3 on this command at every read
SEROUT2 pinkTX, pinkBaud, ["!NB0ST"] ' Command To Read status Register
SERIN2 pinkRX, pinkBaud,PauseBit,timeout2,[Nb_varST]
if Nb_varST = 3 then gosub Read_PINK
Nb_varST is the PINK Status Register. This is a read-only ...
SEROUT2 pinkTX, pinkBaud, ["!NB0ST"] ' Command To Read status Register
SERIN2 pinkRX, pinkBaud,PauseBit,timeout2,[Nb_varST]
if Nb_varST = 3 then gosub Read_PINK
Nb_varST is the PINK Status Register. This is a read-only ...
- Wed Jan 18, 2017 6:35 am
- Forum: PINK
- Topic: Last Post Variable Number Nb_varSV
- Replies: 16
- Views: 96969
Re: Last Post Variable Number Nb_varSV
Tom, that version causes the NbvarST to register a change all the time (even though there is not)
Mike
Mike