Hello
I have written a piece of software that is supposed to send data to an account on the ThingSpeak website.
However, before I fire it up at the ready, I'm trying to do it via a terminal.
I send the commands in this order.
The module connects, it looks like everything is running successfully.
For the test I send the value 11
Unfortunately nothing shows up for me on the ThingSpeak page.
Any suggestions?
I have written a piece of software that is supposed to send data to an account on the ThingSpeak website.
However, before I fire it up at the ready, I'm trying to do it via a terminal.
I send the commands in this order.
Quote:
AT+CWMODE=1
AT+CIPMUX=1
AT+CWJAP="my_network", "password"
AT+CIPSTART=0, \"TCP\",\"184.106.153.149\",80
AT+CIPSEND=0,42
GET /update?key=3UHXXXXXXXXBYI&field1=11
AT+CIPCLOSE
The module connects, it looks like everything is running successfully.
For the test I send the value 11
Unfortunately nothing shows up for me on the ThingSpeak page.
Any suggestions?