• 2.1 34360e2c34

    notkshitij released this 2024-10-23 13:27:57 +05:30 | 1 commits to main since this release

    Fixes 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
  • 2.0 7e96b4cadd

    notkshitij released this 2024-10-10 22:47:29 +05:30 | 3 commits to main since this release

    This 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 now ada-setup.sh and old temp-calc.py is now alt-temp.py
    • Old alt-temp.py is the new temp-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
  • DHT11-RaspberryPi 13863a706d

    1.0 Stable

    notkshitij released this 2024-10-07 02:24:01 +05:30 | 7 commits to main since this release

    Release 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