I have a FONA from adafruit.com and a Ting data card.
Can I post data to ThingSpeak straight from a cellular modem? If not is there a way to do this using another service?
This series of commands does not work... 🙁 601 is a Network Error.
AT+HTTPINIT
OK
AT+HTTPPARA="CID",1
OK
AT+HTTPPARA="URL","https://api.thingspeak.com/update?api_key=9BPAMxxxxxxxxxxx&field1=1"
OK
AT+HTTPACTION=0
OK
+HTTPACTION: 0,601,0
AT+HTTPREAD
OK
AT+HTTPTERM
OK