ESP8266 Developer Zone The Official ESP8266 Forum 2017-07-06T12:47:09+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=5403 2017-07-06T12:47:09+08:00 2017-07-06T12:47:09+08:00 https://bbs.espressif.com:443/viewtopic.php?t=5403&p=14416#p14416 <![CDATA[Re: Not able to post data on website]]> Please find the latest firmware from here:
https://github.com/espressif/ESP8266_NO ... master/bin

Also, I think you are sending the GET request incorrectly. That's why your connection is being "CLOSED" right after the request. Try to send GET request using telnet on Windows to verify that you are doing it right....then do it on ESP8266. :)

Statistics: Posted by Guest — Thu Jul 06, 2017 12:47 pm


]]>
2017-07-01T14:16:11+08:00 2017-07-01T14:16:11+08:00 https://bbs.espressif.com:443/viewtopic.php?t=5403&p=14324#p14324 <![CDATA[Not able to post data on website]]>
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


]]>