Data bulk once a day from arduino

조회 수: 1 (최근 30일)
Martin Olda
Martin Olda 2022년 1월 5일
댓글: Martin Olda 2022년 1월 5일
I would like send a data bulk once a day from Arduino UNO.How is the correct sintax when using the library "ThingSpeak.h", where to paste the timestamp of fields?Thanks for answer
  댓글 수: 2
Christopher Stapels
Christopher Stapels 2022년 1월 5일
Im sorry, the thingSpeak library does not include a function to use the buk data endpoint. Additionally, due to emmory constraints on the UNO, you may run into trouble saving up a lot of points.
Do you have access to a newer Arduino, or an ESP device such as the ESP32 or ESP8266?
There is an example in the documentation that will work. You may be able to get it working on the Uno if you have a wifi connection method.
Martin Olda
Martin Olda 2022년 1월 5일
It is solar power device in the nature, out of wifi, only mobile phone signal, bees, wolfs... :-) .
I meant to do it like bulk the csv. It contains timestamp+values1.Specifically, I have 4 measurings a day, one measuring contains two values.My idea is to send the string, where is timestamp1+value1+value2 + timestamp2+value1+vaule2 + .............
% Is it possible?

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

답변 (0개)

커뮤니티

더 많은 답변 보기:  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