Skip to content
/ thum Public

A web app that collects real-time temperature and humidity data from a DHT11/DHT21/DHT22 sensor and displays it in a user-friendly interface.

License

Notifications You must be signed in to change notification settings

JokkeeZ/thum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

t h u m

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.

thum_monthly

Note

Developed with Raspberry Pi 4B and DHT11 sensor.

Usage

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

Dependencies

License

thum is licensed under the MIT License

About

A web app that collects real-time temperature and humidity data from a DHT11/DHT21/DHT22 sensor and displays it in a user-friendly interface.

Topics

Resources

License

Stars

Watchers

Forks