Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using the microphone on Arduino Nano RP2040 Connect #666

Open
vishal-android-freak opened this issue Mar 7, 2024 · 3 comments
Open

Using the microphone on Arduino Nano RP2040 Connect #666

vishal-android-freak opened this issue Mar 7, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@vishal-android-freak
Copy link

vishal-android-freak commented Mar 7, 2024

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 vishal-android-freak changed the title Using the microphone on Arduino Using the microphone on Arduino Nano RP2040 Connect Mar 7, 2024
@deadprogram deadprogram added the enhancement New feature or request label May 7, 2024
@deadprogram
Copy link
Member

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

@vishal-android-freak
Copy link
Author

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

@deadprogram
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants