Temperature and humidity sensing using DHT11 and Raspberry Pi (2/3/4/5). This project contains a setup.sh script to automate the python environment setup process entirely, along with two methods to interface with DHT11.
Go to file
2024-10-07 00:00:22 +05:30
.gitignore Added .gitignore file 2024-10-06 23:03:48 +05:30
DHT11_Python (source code).tar.xz Added source code python library: DHT11 2024-10-06 23:59:04 +05:30
GUIDES.md Added links for alternative method. 2024-10-07 00:00:22 +05:30
raspi-blinka.py Added raspi-blinka script. 2024-10-06 23:02:38 +05:30
README.md Initial commit. 2024-10-06 23:00:50 +05:30

DHT Humidity Sensing on Raspberry Pi

This project is a uses the AdaFruit libraries for sensing temperature using DHT11 sensor and a Raspberry Pi.