You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to get this example to run with the SPH0645 I2S mic. I'm using an ESP32 NodeMCU Board.
The pins are mapped correctly, as I can read raw samples and plot them.
But the dB reading says Inf, and I don't know what I did wrong? I didn't change anything besides the pin map.
The value for short_SPL_dB is calculated at 123.1 which is obviously greater than MIC_OVERLOAD_DB at 116, hence the Inf value. But why do I get wrong readings and how can I find the problem?
Thank you for any help.
The text was updated successfully, but these errors were encountered:
Hello,
I try to get this example to run with the SPH0645 I2S mic. I'm using an ESP32 NodeMCU Board.
The pins are mapped correctly, as I can read raw samples and plot them.
But the dB reading says
Inf
, and I don't know what I did wrong? I didn't change anything besides the pin map.The value for
short_SPL_dB
is calculated at123.1
which is obviously greater thanMIC_OVERLOAD_DB
at116
, hence theInf
value. But why do I get wrong readings and how can I find the problem?Thank you for any help.
The text was updated successfully, but these errors were encountered: