Arduino library for background RMS measurement of street noise using a microphone (e.g. Max9814) on SAMD21 (Arduino Zero).
- No large buffer required.
- Timer interrupt on TC4 for continuous ADC sampling.
- On-the-fly RMS calculation from
startMeasurement()untilstopMeasurement().
- Place the
StreetNoiseSensorfolder into your Arduinolibrariesfolder. - Restart the Arduino IDE.
See the example StreetNoiseTest.ino.