▍SEISMO·LOG
overnight accelerometer recorder · v1
⚠ BEFORE YOU SLEEP
Plug phone in. Enable Auto-Lock = Never (Settings → Display). Place flat on stable surface (floor is best). Disable Low Power Mode. Keep this tab visible — iOS Safari suspends background tabs.
Status IDLE
Runtime 00:00:00
Samples 0
Sample Rate — Hz
Events Detected 0
Buffer Size 0 KB
LIVE MAGNITUDE (m/s²)
0.00
Sample rate
lower = smaller file
Event threshold
m/s² above gravity
Auto-save interval
backup to localStorage
▸ HOW TO ANALYZE THE CSV

The CSV has columns: t_ms, ax, ay, az, mag

To look for earthquake-like signals: filter for sustained elevated mag (not single spikes — those are bumps). Real quakes show a P-wave then a larger S-wave over several seconds. Plot magnitude over time in Python/pandas, Excel, or feed into a spectrogram (FFT) to spot the 1–10 Hz seismic band.

You can also cross-check timestamps against earthquake.usgs.gov.

▸ LIMITATIONS — READ THIS

A phone accelerometer is roughly 1000× less sensitive than a real seismometer. Realistically you'll detect:

iOS Safari will likely throttle motion events when screen locks. Keep screen on for best results.