Reading temp and humidity

I have three nodes. One of the three sends the temperature and humidity to the other two nodes. Not very practical for me. How can I read this data continuously on a PC or Android without using the nodes’ screens?

1 Like

Android App should show this sensor data directly for your node. For PC you can use mqqt to buffer the sensor data and write mqqt client e.g. with python.

Thank you roha-github… I’ll try it with mqtt, it’ll be more useful for me.