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 ...
The temperature sensor is built using an NTC 10k thermistor, which changes its resistance in response to changes in temperature. The resistance of the thermistor is measured using the Arduino's analog ...