SiteScope
A mobile tool for logging jobsite noise and vibration spikes using built-in sensors.
About This Project
SiteScope was designed for construction teams and site managers who need a fast, accessible way to log sound and vibration events. By using your device’s built-in microphone and accelerometer, SiteScope records threshold events in real-time and stores them locally. No special equipment needed.
How It Was Built
This build uses native JavaScript APIs—getUserMedia()
for mic access and DeviceMotionEvent
for vibration. It
updates values live, logs critical spikes, and stores entries using
localStorage
. Export is available in CSV format for
compliance reports or field notes.
FAQ
Q: Does this record audio?
A: No, SiteScope only measures decibel level. It
does not record or transmit sound.
Q: Does this work on desktop?
A: Noise logging may work on laptops, but vibration
detection requires a mobile device with a motion sensor.