Cannot use I2S Microphone with this library #604
-
I am using an I2S Microphone module and an I2S Amplifier Module. I configured everything, but the library configures I2S in transmission mode, which eventually disables my microphone as it requires receiver mode. How do I fix this? Can anyone help |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Heres the code I am working on
|
Beta Was this translation helpful? Give feedback.
-
The library is meant for sound output, if you want to save data from one microphone simultaneously as wav you can use the second I2S channel. And half of the possible DMA is still free. |
Beta Was this translation helpful? Give feedback.
-
Ahh I got it working, I reduced the dma buffer size and the memory allocation error resolved. Also the code is working perfectly fine. Thankyou very much for the help. |
Beta Was this translation helpful? Give feedback.
The library is meant for sound output, if you want to save data from one microphone simultaneously as wav you can use the second I2S channel. And half of the possible DMA is still free.