This repository contains the code and documentation for a thermometer project developed using Arduino and the DHT22 sensor. The project was undertaken as a mini project for [College Name]'s electronics or computer science curriculum.
The Arduino thermometer with DHT22 sensor project aims to create a digital thermometer using Arduino Uno and the DHT22 temperature and humidity sensor. The project provides real-time temperature and humidity readings, displaying them on serial monitor.
The following components are used in this project:
- Arduino Uno
- DHT22 Temperature and Humidity Sensor
- Breadboard and Jumper Wires
- Real-time temperature and humidity monitoring
- Display of temperature and humidity on an LCD screen
- Simple and intuitive interface
- Easy to set up and configure
To set up the project, follow these steps:
- Connect the DHT22 sensor and LCD display to the Arduino Uno following the wiring diagram provided in the documentation.
- Upload the Arduino sketch (
temp_sensor.ino
) to the Arduino Uno using the Arduino IDE. - Power up the Arduino Uno board.
- The Serial monitor will display real-time temperature and humidity readings.
The thermometer is ready to use once the sketch is uploaded to the Arduino Uno board. Users can view temperature and humidity readings directly on the Serial Monitor. The project can be extended to include additional features or integrated into other projects as needed.
Contributions to this project are welcome. If you have any suggestions, improvements, or bug fixes, please feel free to open an issue or create a pull request.
This project is licensed under the MIT License. You are free to modify and distribute the code for personal or commercial use.
We hope you find this Arduino thermometer project useful and educational. Happy tinkering!