Send an instance of speed from sensor to thingspeak repeatedly?
1 回表示 (過去 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 Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!