A lightweight web application that collects real-time temperature and humidity data from a DHT11/DHT21/DHT22 sensor and displays it in a simple and user-friendly interface.
Note
Developed with Raspberry Pi 4B and DHT11 sensor.
Clone the repository:
git clone https://github.com/JokkeeZ/thum.git
cd thum
Create venv and install requirements:
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r ./requirements.txt
Run the app:
python3 src/app.py
thum is licensed under the MIT License