logo elektroda
logo elektroda
X
logo elektroda

ESP8266 - No data on ThingSpeak despite correct connection

tomson5 2349 0
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 15190536
    tomson5
    Level 16  
    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.
    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?
  • ADVERTISEMENT
ADVERTISEMENT