drivers
drivers copied to clipboard
Using the microphone on Arduino Nano RP2040 Connect
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 this will require adding I2S support to rp2040 in TinyGo itself.
Damn! Is there a blueprint I can refer to and try to write something around it?
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.