The DHT11 is a temperature and humidity sensor using its own private protocol. Fortunately a driver is again available in the micro Python library implementing this protocol and making the use of the module very simple.
As before I wrote a small hardware test program verifying that I can correctly read temperature and humidity values before integrating the sensor into our Cayenne IoT network.
Here is the hardware test code:
https://github.com/uraich/MicroPython_IoTDemos/blob/master/drivers/dht11/dht11.py
and here the Cayenne version publishing the temperature and humidity readouts.
https://github.com/uraich/MicroPython_IoTDemos/blob/master/cayenne/dht11/cayenneDHT11.py
I | Attachment | History | Action | Size![]() |
Date | Who | Comment |
---|---|---|---|---|---|---|---|
![]() |
wemosdht11.png | r1 | manage | 141.7 K | 2019-03-22 - 14:43 | UliRaich | |
![]() |
dht11.py.txt | r1 | manage | 0.2 K | 2019-03-22 - 14:45 | UliRaich |