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

8 次查看(过去 30 天)
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
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 Community

类别

Help CenterFile Exchange 中查找有关 Read Data from Channel 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by