drivers icon indicating copy to clipboard operation
drivers copied to clipboard

Using the microphone on Arduino Nano RP2040 Connect

Open vishal-android-freak opened this issue 1 year ago • 3 comments

Is there any example to use the MP34DT06JTR microphone on Arduino Nano RP2040 Connect? Currently, the microphone driver supports communication over I2S. How can I use it with RP2040 or is there any other way?

vishal-android-freak avatar Mar 07 '24 11:03 vishal-android-freak

@vishal-android-freak this will require adding I2S support to rp2040 in TinyGo itself.

deadprogram avatar May 07 '24 18:05 deadprogram

Damn! Is there a blueprint I can refer to and try to write something around it?

vishal-android-freak avatar May 07 '24 19:05 vishal-android-freak

Support for i2s on rp2040 requires pio coding.

Please see https://github.com/tinygo-org/pio about where to add such a thing using TinyGo.

deadprogram avatar Jun 02 '24 08:06 deadprogram