-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
INMP441 not working #60
Comments
Hello, I've been facing the exact same issue. Did you happen to find a solution for this? |
I am having the same issue can anyone please help me? Except i used the given pin config in the vs code. |
Keep everything the same but try changing the channel the mic is using in the config.h file. so it should be "#define I2S_MIC_CHANNEL I2S_CHANNEL_FMT_ONLY_RIGHT". Hopefully it works |
|
@sarasqz Thank you very much for the help |
hello, Thank you for your open source.
board : esp32 wroom
microphone: INMP441
I complie this code to my esp32, but i find the predict output alway is 0.21 when i say Marvin.
so i try to test my microphone using your i2s_mic_test code , i think this microphone is working.
https://github.com/atomic14/esp32-i2s-mic-test/blob/main/i2s_mic_test/i2s_mic_test.ino
so how can i find where is go wrong?
The text was updated successfully, but these errors were encountered: