ikostoski / esp32-i2s-slm

Sound Level Meter with ESP32 and I2S MEMS microphone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sound Level Meter with Arduino IDE, ESP32 and I2S MEMS microphone

Arduino/ESP32 Sound Level Meter (SLM) using inexpensive, factory calibrated, digital I2S MEMS microphone and digital IIR filters (vs. FFT) for equalization and A-weighting.

The basic idea is:

Basic principle

And the microphone response after equalization should look like:

Adjusted frequency response

Theoretically, i.e. with factory calibrated ICS-4343x, this should get you ±1dB(A) measurement within 20Hz-20KHz range.

The code in this repository is mostly intended as example how you can integrate resonable noise measurement (i.e. LAeq, Equivalent Continuous Sound Level) in your projects.

You can find a bit more information in my hackday.io project.

About

Sound Level Meter with ESP32 and I2S MEMS microphone

License:GNU General Public License v3.0


Languages

Language:C++ 56.5%Language:MATLAB 43.5%