Read realtime data from ThingSpeak

3 views (last 30 days)
Cosimo Mercuro
Cosimo Mercuro on 11 Feb 2021
Commented: HAYAME AITMALEK on 27 May 2021
Hi.
It possible to read in matalab realtime data from a ThingSpeak channel?
In other words, is it possible to show on matalab every data on a ThingSpeak channel in the exact time that it is generated on the channel (in synchronous mode)?
Thanks in advance
  1 Comment
HAYAME AITMALEK
HAYAME AITMALEK on 27 May 2021
how i can do it i want this in matlab but i not found solution can you help me

Sign in to comment.

Answers (1)

Vinod
Vinod on 11 Feb 2021
If you are using MATLAB installed on your computer, you can install the MQTT in MATLAB toolbox, and subscribe to the channel you are interested in. Then, your callback function will be invoked anytime the channel is updated.
If you are talking about having the MATLAB visualization on ThingSpeak auto update, you will need a paid license of ThingSpeak, which allows you to enable a checkbox so your MATLAB visualizations are automatically updated.

Communities

More Answers in the  ThingSpeak Community

Categories

Find more on Read Data from Channel in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!