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 can see the I2S CLK, I2S_WS going into the microphone and I2S_SD data coming out, using a logic analyser, but the reported dBA value just sits at between 51.0 and 53.0 and when the microphone audio level increases nothing happens, the level remains the same.
I am using Arduino IDE 1.8.10 and esp32 v1.0.4 to compile.
Is there anything I can add in the code to see if the microphone data is being read and processed correctly ?
The text was updated successfully, but these errors were encountered:
I am trying to get your standard code working with a ICS43434 microphone connected as follows:
#define I2S_WS 22
#define I2S_SCK 23
#define I2S_SD 5
I can see the I2S CLK, I2S_WS going into the microphone and I2S_SD data coming out, using a logic analyser, but the reported dBA value just sits at between 51.0 and 53.0 and when the microphone audio level increases nothing happens, the level remains the same.
I am using Arduino IDE 1.8.10 and esp32 v1.0.4 to compile.
Is there anything I can add in the code to see if the microphone data is being read and processed correctly ?
The text was updated successfully, but these errors were encountered: