Chat freely about anything...

User avatar
By reaper7
#9449 try double \r\n\r\n at the end!

something like this works for me (as c code, not via AT commands):
GET yourrequesttothingspeak HTTP/1.0\r\n\r\n
or
GET yourrequesttothingspeak HTTP/1.1\r\nHost: thingspeak.com:80\r\nUser-Agent: ESP8266\r\nConnection: close\r\n\r\n
User avatar
By alonewolfx2
#9450 i am using this reguest and its working fine for me
GET /update?api_key=mykey&field1=99 HTTP/1.1\r\nHost: api.thingspeak.com\r\nUser-agent: espTsClient\r\nConnection: close\r\n\r\n
User avatar
By rant
#9451 Have tried with the double \r\n\ NOT WORKING . NO RESPOND .
You can take my key and try for your self with AT commands.
Or there is something wrong with this whole AT command system .

Code: Select all> GET /channels/26203/feed.json?key=YLV32ZZOM7K245S3 HTTP/1.1 Host: thingspeak.com\r\n\r\n

SEND OK