Has anybody managed to talk to ThingSpeak on an Arduino R 4 (wifi)?

조회 수: 4 (최근 30일)
kevin wright
kevin wright 2023년 8월 3일
답변: Vinod 2025년 4월 14일
Hi,
I've been trying to use the new Arduino 4 (wifi version) to communicate with ThingSpeak. The r4 has wifi capabilities, how hard can it be? The answer seems to be 'plenty hard' as none of the libraries seem to want to play well.
If anybody has actually managed this, please can you share?

답변 (2개)

Christopher Stapels
Christopher Stapels 2023년 8월 7일
If you want to go without the library, this example shows how to write the HTTP commands somewhat directly without the ThingSpeak communication library. Ill submit an enhnacement request to update the library.
  댓글 수: 2
kevin wright
kevin wright 2023년 8월 8일
Hi Christopher,
thanks for getting back to me. I'll give it a try but I notice that code needs to include the esp8266.h which I think will cause problems on the Arduino r4. Anyway I'll try it and let you know if it solves the problem,
regards,
Kevin
Christopher Stapels
Christopher Stapels 2023년 8월 9일
Kevin,
In this example, they use a library called wifiS3.h. I suspect that will work with the R4 and the commands in the example I sent above.
-Chrisotpher / CJ

댓글을 달려면 로그인하십시오.


Vinod
Vinod 2025년 4월 14일
Please try updating the ThingSpeak library in Arduino IDE to the latest (v2.1.0). It has been tested with the Uno R4 and the Raspberry Pi Pico W (RP2040) boards. Please post on this thread after you've tried it out.

커뮤니티

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

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by