-->
Page 1 of 1

trying to access thingspeak with arduino +esp8266

PostPosted: Thu Sep 01, 2016 2:36 pm
by hotpointer
really stuck trying to access thingspeak to retrieve data from a simplfied web page.

the thingspeak url is "https://api.thingspeak.com/apps/thinghttp/send_request?api_key=BYVUFGH4876N60J6"

my commands are
AT+CIPSTART=0,\"TCP\",\"api.thinkspeak.com\",80\r\n
AT+CIPSEND=0,87\r\n
GET https://api.thingspeak.com/apps/thinght ... H4876N60J6


not sure how many "\r\n" to put after last line and how to calculate the amount of characters in the last line

any help would be appreciated