-
Release 2.1 for DHT11 Stable
released this
2024-10-23 13:27:57 +05:30 | 1 commits to main since this releaseFixes in this release since 2.0:
- Script no longer exits if the folder already exists. This is because the terminal would close and people had no idea what had happened.
- Adafruit library has been tested now so I've changed the description in README file.
Downloads
-
Release 2.0 for DHT11 Stable
released this
2024-10-10 22:47:29 +05:30 | 3 commits to main since this releaseThis is the second iteration of this project.
Changes in this release:
- Alternative method is now the main method since it's been tested in the lab and it works
dht11
Python library is installed locally using pip- Old main method is now the alternative method, old
setup.sh
is nowada-setup.sh
and oldtemp-calc.py
is nowalt-temp.py
- Old
alt-temp.py
is the newtemp-calc.py
temp-calc.py
shows the temperature and humidity infinitely until interrupted using keyboard. It updates after 3 seconds.
Note
Release 2.0 was tested on Raspberry Pi 3, if you have tested it on other Pis, let me know by creating an issue on this repository.
Important
This might be the final release for this project.
Downloads
-
1.0 Stable
released this
2024-10-07 02:24:01 +05:30 | 7 commits to main since this releaseRelease 1.0 for DHT11
This is the first release for DHT11 and my first release, ever.
This release contains:
- A shell script
setup.sh
to automate the setup for creating a python environment to run the python script for temperature and humidity sensing using AdaFruit library - Two methods to interact with DHT11 sensor
Tip
This release has been tested for Raspberry Pi 3, if you have tested it on other Pis, let me know by creating an issue on this repository.
Downloads
- A shell script