I2S WS Pin in Mono Mode #9284
-
I have a SPM1423 MEMs microphone connected to an ESP32. While my code builds and runs, the captured audio is just noise. One difficulty is that the microphone assembly I am using does not bring out the WS pin. Instead that pin is internally grounded within the assembly. I am setting the microphone mode to MONO. I assigned the WS pin to an unused pin on the ESP32 just to make the driver happy. The ESP32 board is the M5 Stamp PICO. The microphone is the PDM MEMs Microphone. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The SPM1423 Microphone uses a PDM (Pulse Density Modulation) signal to transfer audio sample data and will not work with the I2S implementation in MicroPython. Unfortunately, there is nothing you can do with this microphone to make it work with the current release of MicroPython. |
Beta Was this translation helpful? Give feedback.
The SPM1423 Microphone uses a PDM (Pulse Density Modulation) signal to transfer audio sample data and will not work with the I2S implementation in MicroPython. Unfortunately, there is nothing you can do with this microphone to make it work with the current release of MicroPython.