https://github.com/rajtilak-2020/iot_based-temprature-and-humidity-monitoring-system
This project showcases a simple and effective IoT solution for real-time temperature and humidity monitoring using an ESP32-S microcontroller and a DHT11 sensor. The data is displayed on a smartphone via the Blynk App, making it perfect for applications such as environmental monitoring, smart homes, and agricultural automation.
https://github.com/rajtilak-2020/iot_based-temprature-and-humidity-monitoring-system
Last synced: about 2 months ago
JSON representation
This project showcases a simple and effective IoT solution for real-time temperature and humidity monitoring using an ESP32-S microcontroller and a DHT11 sensor. The data is displayed on a smartphone via the Blynk App, making it perfect for applications such as environmental monitoring, smart homes, and agricultural automation.
- Host: GitHub
- URL: https://github.com/rajtilak-2020/iot_based-temprature-and-humidity-monitoring-system
- Owner: rajtilak-2020
- License: mit
- Created: 2025-01-09T13:46:53.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-09T13:51:09.000Z (5 months ago)
- Last Synced: 2025-02-14T04:18:31.313Z (3 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# š”ļø IoT-Based Temperature and Humidity Monitoring with ESP32 and DHT Sensor š
[](https://www.arduino.cc/)
[](https://blynk.io/)---
### š **Project Overview**
This project is a simple yet powerful IoT solution that monitors **temperature** and **humidity** in real-time using an **ESP32** microcontroller and a **DHT11 sensor**. Data is visualized on a smartphone via the **Blynk App**, making it perfect for smart homes, agricultural automation, and environmental monitoring. š---
### šÆ **Features**
- š **Real-time Data Monitoring**: Track temperature and humidity remotely.
- š± **Mobile Integration**: Use the Blynk App for easy visualization.
- š° **Cost-Effective**: Budget-friendly solution with open-source hardware and software.
- š **Portable & Lightweight**: Ideal for multiple real-life applications.---
### āļø **How It Works**
1. š The **DHT11 sensor** collects temperature and humidity data.
2. š” The **ESP32** processes the data and sends it to the **Blynk Cloud** over Wi-Fi.
3. š² View real-time data on the **Blynk App** on your smartphone.---
### š ļø **Components Required**
| Component | Quantity |
|----------------------|----------|
| ESP32 Microcontroller | 1 |
| DHT11 Sensor | 1 |
| Pull-up Resistor (4.7kΩ or 10kΩ) | 1 |
| Jumper Wires | As needed |
| Breadboard | 1 |---
**š IoT_based-Temprature-and-Humidity-Monitoring-System**āāā š README.md -> Project documentation
āāā š Blynk-temprature-monitor.ino -> Arduino code
## š” **Future Improvements**
- š Add additional sensors (e.g., air quality, pressure).
- š Store historical data for trend analysis.
- š Add alerts for extreme conditions.## š¬ Feedback and Contributions
Iām open to feedback and collaboration! Feel free to open an issue if you find any bugs or have suggestions for improvement.
1. **Clone the Repository**:
```bash
https://github.com/rajtilak-2020/IoT_based-Temprature-and-Humidity-Monitoring-System.git
```
2. **Navigate into the Directory**:
```bash
cd IoT_based-Temprature-and-Humidity-Monitoring-System
```
3. **Make your Changes** and submit a pull request!---
š Give this project a star if you found it helpful! ā
Made with ā¤ļø by Raj