Logo Global Warning Networks

📡 ESP32 Seismic Monitor

RoboQuake Live - ADXL345 Accelerometer Data

Real-time vibration and seismic activity monitoring

LIVE DATA STREAM
1,201
Total Readings
2
Active Devices
0.000g
Max RMS (1h)
--
Current RMS

📥 ESP32 Configuration

API Endpoint URL:

https://globalwarningnetworks.com/esp32.php?api=receive

Your ESP32 should POST JSON data to this endpoint with device_id, x, y, z, and rms values.

📊 Live Waveform Display

X-Axis
--
Y-Axis
--
Z-Axis
--

🔌 Connected Devices

Loading devices...

📈 RMS Trend (Last Hour)

🐛 Recent Bug Fixes & Updates

REALTIME Mode Added
Direct ESP32 data streaming with 100ms refresh rate. Latency reduced from 15s to ~0.3s
Nov 27, 2025
Data Upload Frequency Optimized
ESP32 now sends data every 200ms (5x per second) instead of every 15 seconds
Nov 27, 2025
API Proxy Endpoint
New ?api=realtime&ip=[ESP32_IP] endpoint for direct device communication
Nov 27, 2025
🔧
STA/LTA Detection Algorithm
Seismic detection using Short-Term Average (0.15s) vs Long-Term Average (3.0s) with 6.0x trigger ratio
Active
Performance Enhancement
Automatic fallback to database mode if ESP32 unreachable. Smart refresh intervals (100ms realtime / 1s database)
Active