Hello, I have been playing around with ESP for a while now. I have made a weather station with a PM and temperature sensor. The data is displayed on a web server, and I would like to add a ThingSpeak option, but I can't make sense of it. I have a few questions about this because yes:
I add these two functions to the ThingSpeak settings
.
Earlier in the program I have to run a web server:
.
I think that this cannot be the case, therefore at api.thingspeak.com I change the name to server1
Please correct me if I am wrong.
Then I have a problem with the cliente. Because I use the command for the server:
.
And for ThigSpeak:
.
And it still doesn't send me data to ThingSpeak. Can the client be connected to the web server and the ThingSpeak server at the same time? Or do I have to create a second client?
I am a beginner so please understand
I add these two functions to the ThingSpeak settings
Code: C / C++
Earlier in the program I have to run a web server:
Code: C / C++
I think that this cannot be the case, therefore at api.thingspeak.com I change the name to server1
Please correct me if I am wrong.
Then I have a problem with the cliente. Because I use the command for the server:
Code: C / C++
And for ThigSpeak:
Code: C / C++
And it still doesn't send me data to ThingSpeak. Can the client be connected to the web server and the ThingSpeak server at the same time? Or do I have to create a second client?
Code: C / C++
I am a beginner so please understand