Ethernet shield Arduino 2560

1 visualizzazione (ultimi 30 giorni)
Marco
Marco il 22 Giu 2022
Good morning everyone! I wanted to ask for your help to visualize a data of humidity and 4 of temperature, I will also add the alarms. I wrote an html page that works perfectly locally, calling up the IP. What do I have to write to see the same things on thingspeak?
void api () {
String API = "Api_Key"; // Write API KEY
String HOST = "api.thingspeak.com";
String PORT = "80";
...
Thanks for your cooperation!!!

Risposte (1)

Christopher Stapels
Christopher Stapels il 22 Giu 2022
Are you trying to add the visualizations to your own web page? I'd look here:

Community

Più risposte nel  ThingSpeak Community

Categorie

Scopri di più su Read Data from Channel in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by