Post topics, source code that relate to the Arduino Platform

User avatar
By hotpointer
#54279 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