How to continuously write data into ThingSpeak when using Vehicle Network ToolBox?
2 views (last 30 days)
Show older comments
Hi,
I am using Vehicle Network Toolbox to retrieve vehicle speed from my vehicle, then I wish to send the vehicle speed continuously to ThingSpeak for data analysis.
May I know how can I do that?
Thank you.
4 Comments
Christopher Stapels
on 7 Dec 2020
Is the system that is monitoring the vehicle speed in the car? If that system is running MATLAB and is connected to the internet, you might be able to use sendmail to send an email without ThingSpeak.
You could also use the ThingSpeaks alert service. There is a code template in MATLAB analysis that shows you how to send a mail based on a channel threshold.
You can calculate the average velocity locally and send it at regular intervals to ThingSpeak.
Answers (0)
Communities
More Answers in the ThingSpeak Community
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!