Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constant dB(A) level even though microphone data changes #16

Open
dmarc1234 opened this issue May 13, 2022 · 1 comment
Open

Constant dB(A) level even though microphone data changes #16

dmarc1234 opened this issue May 13, 2022 · 1 comment

Comments

@dmarc1234
Copy link

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 ?

@eduardoalexandree
Copy link

Try SCK and WS in ADC2 ESP Pin, 14 and 15 for example. And SD ADC1, for example 32.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants