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

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

Réponses (1)

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.

Communautés

Plus de réponses dans  ThingSpeak Community

Catégories

En savoir plus sur ThingSpeak dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by