How can I tweet regularly with ThingSpeak?

조회 수: 1 (최근 30일)
Burcu Arslan
Burcu Arslan 2021년 6월 7일
댓글: Vinod 2021년 6월 9일
I have an Arduino project which collect sound data and send data to the ThingSpeak channel. I want to tweet with POSTMAN. When I click SEND button it works, however I have to create a regular tweeting function. For example, it should tweet the sound value every 2 hours. How can I do this, is there any KEY to complete this task?

답변 (1개)

Vinod
Vinod 2021년 6월 8일
Twitter has limits that prevent you from tweeting the same message repeatedly. The key to using ThingTweet is to tweet a unique message, easily accomplished by including a timestamp in the Tweet.
  댓글 수: 4
Burcu Arslan
Burcu Arslan 2021년 6월 8일
Thanks for your reply! Is there a way to add the last read value from the channel to the tweet on React?
Vinod
Vinod 2021년 6월 9일
You will need to use MATLAB, not just the React with a ThingTweet. Use the webread function in MATLAB to make the POST request to the ThingTweet API.
If you have trouble, please post what you have tried so I can guide you to the solution.

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

커뮤니티

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

카테고리

Help CenterFile Exchange에서 Read Data from Channel에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by