I am working on ESP8266.
Firmware version AI-v0.9.5.0 AT Firmware.bin.
when I started with this I was able to post my data on thingspeak.com, but now I am not able to post my data.
I am following below sequence for posting my data
please note that i am adding \r\n after every command and my esp is already connected to the internet.
sent -: AT+CIPMUX=1\r\n
Received -: \r\n OK \r\n
sent -: AT+CIPSTART=4,"TCP","www.thingspeak.com",80\r\n
Received -: 4,CONNECT\r\n
\r\n
OK \r\n
sent -: AT+CIPSEND=4,43
Received -: >
sent -: GET /update?key=IFHKMTNS05DJUFID&field1=60\r\n
Received-: \r\n
SEND OK\r\n
4,CLOSED\r\n
OK\r\n
I am expecting +IPD after successful posting to the thingspeak but not getiing that only SEND OK is received.
in CIPSEND command if I give a number of characters to be sent is 44, then esp is waiting and stuck there not giving any response and if I give 43 its giving SEND OK, I have tried by adding \r\n\r\n after GET request but I am not able to post data.
By using the same sequence I was able to use send data but now it's not working.
please help me!!!
any help will be highly appreciable.
Thanks,Statistics: Posted by Rakesh — Sat Jul 01, 2017 2:16 pm
]]>