Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 669 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 669 Bytes

ESP32 IoT Temp Monitor

ESP32 based wireless temperature monitor that sends data to a Firebase RTDB via a network. Temperature data is then accessed through a React based web app with real time updates from any remote location. Motivation behind this project was to learn how to interface an ESP32 with cloud hosted databases for IoT applications.

ESP32 connected to DHT11 temperature and humidity sensor. Simple circuit but more sensors can be added later. alt text

Web app to view the temperature data remotely. alt text