Ethernet shield Arduino 2560

조회 수: 4 (최근 30일)
Marco
Marco 2022년 6월 22일
답변: Christopher Stapels 2022년 6월 22일
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!!!

답변 (1개)

Christopher Stapels
Christopher Stapels 2022년 6월 22일
Are you trying to add the visualizations to your own web page? I'd look here:

커뮤니티

더 많은 답변 보기:  ThingSpeak 커뮤니티

카테고리

Help CenterFile Exchange에서 Arduino Hardware에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by