How to send more than 2 sensor data to thingspeak in one channel

조회 수: 5 (최근 30일)
Megha Patil
Megha Patil 2022년 5월 26일
댓글: Christopher Stapels 2022년 5월 26일
Can i send the three sensor data (functions are connected on each other in project) on same channel as field 1, field 2, field 3 ? how it is possible? Thank you.
  댓글 수: 1
Christopher Stapels
Christopher Stapels 2022년 5월 26일
You can send multiple sensor measurements in one request by appending additional measurements to the request using '...&fieldx=...'. All your sensors need to be connected to one device. If the sensors are attached to sperate devices, you can have them poist to differnet channels and then use a MATLAB analysis script to combine the data into a new combined data channel if required. For example:
https://api.thingspeak.com/update.json&api_key=xxxxxxxxxxxxxxxx&field1=1&field2=22&field3=333
See the Write data page for more details.

댓글을 달려면 로그인하십시오.

답변 (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