Are you trying to add the visualizations to your own web page? I'd look here:
Ethernet shield Arduino 2560
1 次查看(过去 30 天)
显示 更早的评论
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!!!
0 个评论
回答(1 个)
社区
更多回答在 ThingSpeak Community
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Arduino Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!