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

8 views (last 30 days)
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

Answers (1)

Christopher Stapels
Christopher Stapels on 3 Jan 2022
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.

Communities

More Answers in the  ThingSpeak Community

Categories

Find more on Read Data from Channel in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!