Cannot get Streams-i2s-serial to work on ESP32 with INMP441 #1311
-
Hi, I am using an ESP32Dev (ESP32-S) board with an INMP441 mic on the Arduino IDE. I know the hardware works as i have other code that can receive from the INMP441 and plot the results. Your help would be appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I did not test the new i2s functionality from the esp32 pre-release extensively since I mainly concentrated on the output side. If you want to have a stable functionality, I recommend to roll back to the latest official release. I noticed however, that with the RXTX_MODE, I am getting some data. |
Beta Was this translation helpful? Give feedback.
I committed a correction for
This should resolve your issue.