Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
The DHT11 temperature and humidity sensor | ||||||||
Line: 10 to 10 | ||||||||
Here is the hardware test code: | ||||||||
Changed: | ||||||||
< < | https://afnog.iotworkshop.africa/pub/AFNOG/DHT11Shield/dht11.py.txt | |||||||
> > | 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 | |||||||
-- ![]() |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
The DHT11 temperature and humidity sensor
The DHT11
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://afnog.iotworkshop.africa/pub/AFNOG/DHT11Shield/dht11.py.txt
Comments
|