This project demonstrates how to measure temperature and humidity using the DHT22 sensor with Arduino, and send the data via serial communication to a PC for monitoring and logging using Python.
- Real-time temperature/humidity/heat index display on LCD
- Buzzer alarm based on temperature threshold
- Serial communication with PC (9600 baud rate)
- Python script to receive and display data
- Arduino UNO
- DHT22 Sensor
- LCD I2C Display
- Buzzer
- PC (Python 3.x)
- Upload
SensorSender.ino
to Arduino. - Connect the Arduino to your PC via USB.
- Run
ReceiverPC.py
on your PC (adjust COM port as needed).