Live monitoring dashboard using ESP32 + Firebase
This site is split into separate pages: Dashboard for current readings, Live Data for the rolling chart, Analytics for history-based charts, Alerts for the status banner, History for the event table, and this page. Data comes from Firebase Realtime Database (live and history paths) for device esp32_01.
Earthquake Vibration Monitoring System is an embedded-based solution designed to detect, measure, and analyze ground vibrations caused by seismic activity in real time. The system aims to provide early awareness of potential earthquakes by continuously monitoring vibrations using sensitive sensors.
This project utilizes embedded hardware components such as microcontrollers and vibration sensors to capture ground motion data. The collected data is processed and can be displayed or transmitted to a monitoring interface for further analysis.
The main objective of this system is to enhance safety by enabling faster detection of abnormal seismic vibrations, which can help in minimizing damage and improving emergency response times.
The purpose of this project is to develop a low-cost, reliable, and efficient earthquake monitoring system that can be deployed in vulnerable areas to improve early warning capabilities.
This build uses IoT connectivity: an ESP32 sends data to Firebase Realtime Database, and this web dashboard provides live monitoring, alerts, analytics, and history.