How to retrieve data from thingspeak to unity using rest API ?

8 ビュー (過去 30 日間)
Sheik Dawood
Sheik Dawood 2022 年 1 月 3 日
回答済み: Christopher Stapels 2022 年 1 月 3 日
My partner has uploaded the DHT 22 sensor details in ThingSpeak,however from there we have no clue on how to retrieve those data into unity. i really hope someone could help me with this

回答 (1 件)

Christopher Stapels
Christopher Stapels 2022 年 1 月 3 日
You can use the Read Data endpoint to get data from ThingSpeak along with UnityWebRequest in Unity.
You can also use the MQTT subscribe capability to get data as it comes in to ThingSpeak. A quick web search did not show as much implementation of MQTT in unity as the HTTP method, but there were definitely some demos.

コミュニティ

その他の回答  ThingSpeak コミュニティ

カテゴリ

Help Center および File ExchangeRead Data from Channel についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by