Send an instance of speed from sensor to thingspeak repeatedly?

조회 수: 2 (최근 30일)
Ryan Thomas
Ryan Thomas 2019년 3월 20일
댓글: Ryan Thomas 2019년 4월 4일
how can i send an instance of speed from matlab mobile to thingspeak repeatedly?
thingSpeakWrite(chanID, [speed], WriteKey, ********)

채택된 답변

Vinod
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 커뮤니티

카테고리

Help CenterFile Exchange에서 ThingSpeak에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by