Adafruit I2S MEMS Microphone interface with nRF5340 DK

Hi,

I am trying to connect and acquire the signal from the Adafruit I2S MEMS Microphone using I2s communication with my board (nRF5340 DK). Because I am new in this controller, I was looking to use a sample program as a starting point, specifically the I2S ECHO SAMPLE (https://docs.zephyrproject.org/latest/samples/drivers/i2s/echo/README.html).

What should I change in this code for making it work? I am aware my board doesn't have the audio CODEC (WM8731), therefore when running it fails. Is there maybe another sample more adjusted for my needs?

Thanks.

Related