This project demonstrates a basic IoT system to monitor room temperature and humidity in real-time. It uses an ESP32 microcontroller and DHT22 sensor to collect environmental data and send it to a cloud platform like ThingSpeak or Blynk for visualization.
- Real-time temperature & humidity monitoring
- Cloud storage and visualization (ThingSpeak/Blynk)
- Modular and scalable design
- Optional alert notifications
- ESP32 Dev Board
- DHT22 Sensor
- USB power supply
- Arduino IDE
- ThingSpeak / Blynk
- HTTP / MQTT protocol
- Clone the repository.
- Open
ESP32_DHT_ThingSpeak.inoin Arduino IDE. - Enter your Wi-Fi credentials and ThingSpeak API key.
- Upload to ESP32.
- View live data on your ThingSpeak dashboard.
- Add more sensors (air quality, motion)
- Use MQTT for real-time push notifications
- Configure alerts for threshold breaches