Send an instance of speed from sensor to thingspeak repeatedly?
2 次查看(过去 30 天)
显示 更早的评论
how can i send an instance of speed from matlab mobile to thingspeak repeatedly?
thingSpeakWrite(‘chanID’, [speed], ‘WriteKey’, ********)
0 个评论
采纳的回答
Vinod
2019-3-22
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.
更多回答(0 个)
社区
更多回答在 ThingSpeak Community
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!