Send an instance of speed from sensor to thingspeak repeatedly?

2 views (last 30 days)
how can i send an instance of speed from matlab mobile to thingspeak repeatedly?
thingSpeakWrite(chanID, [speed], WriteKey, ********)

Accepted Answer

Vinod
Vinod on 22 Mar 2019
I'm assuming you have a loop in which you are reading the speed from the sensor. Or perhaps you have a callback function that gets evaluated every so often that reads the sensor value. Right after this you want to use thingSpeakWrite to post the data to ThingSpeak.

More Answers (0)

Communities

More Answers in the  ThingSpeak Community

Categories

Find more on ThingSpeak in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!