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

8 visualizaciones (últimos 30 días)
Sheik Dawood
Sheik Dawood el 3 de En. de 2022
Respondida: Christopher Stapels el 3 de En. de 2022
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

Respuestas (1)

Christopher Stapels
Christopher Stapels el 3 de En. de 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.

Comunidades de usuarios

Más respuestas en  ThingSpeak Community

Categorías

Más información sobre Read Data from Channel en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by