How can I tweet regularly with ThingSpeak?

1 visualización (últimos 30 días)
Burcu Arslan
Burcu Arslan el 7 de Jun. de 2021
Comentada: Vinod el 9 de Jun. de 2021
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?

Respuestas (1)

Vinod
Vinod el 8 de Jun. de 2021
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 comentarios
Burcu Arslan
Burcu Arslan el 8 de Jun. de 2021
Thanks for your reply! Is there a way to add the last read value from the channel to the tweet on React?
Vinod
Vinod el 9 de Jun. de 2021
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.

Iniciar sesión para comentar.

Comunidades de usuarios

Más respuestas en  ThingSpeak Community

Categorías

Más información sobre Read Data from Channel en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by