This project collects temperature and humidity data using a DHT22 sensor connected to an Arduino. Data is sent via a Python bridge to a Flask backend, which validates and stores it in MongoDB. The ...
📖 Overview The DHT22 (AM2302) is a popular digital sensor used to measure temperature and humidity with high precision. It communicates using a single-wire digital protocol, making it simple to ...