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 件)
Christopher Stapels
2022 年 6 月 22 日
Are you trying to add the visualizations to your own web page? I'd look here:
0 件のコメント
コミュニティ
その他の回答 ThingSpeak コミュニティ
参考
カテゴリ
Find more on Instrument Control Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!