Hello
I am trying to send data to the Thingspeak database.
Variables:
Configuration:
Sending:
Manually through the website works OK, but through the ESP8266 nothing is added.
I guess the fact that I'm trying to send to two channels ( consecutively of course ) has no effect ?
Any ideas ?
The best thing would be to check for errors, but I have something wrong with the reception from the ESP8266, because I can't "pull" the IP address that the module gets.
I am receiving from the UART like this:
I am trying to send data to the Thingspeak database.
Variables:
Code: VB.net
Configuration:
Code: VB.net
Sending:
Code: VB.net
Manually through the website works OK, but through the ESP8266 nothing is added.
I guess the fact that I'm trying to send to two channels ( consecutively of course ) has no effect ?
Any ideas ?
The best thing would be to check for errors, but I have something wrong with the reception from the ESP8266, because I can't "pull" the IP address that the module gets.
I am receiving from the UART like this:
Code: VB.net