ArmDeveloperEcosystem / microphone-library-for-pico

Capture audio from a microphone on your Raspberry Pi Pico or any RP2040 based board. 🎤
Apache License 2.0
253 stars 50 forks source link

Using with Arduino #28

Closed euphemism closed 10 months ago

euphemism commented 1 year ago

Hey there,

I have been in the midst of (and in over my head with) a project to record voice messages via a handheld, battery-powered device. I designed and built it around the RP2040 and the Adafruit PDM microphone breakout board. I have been attempting to get decent, functional audio out of it via CircuitPython and failing. I came across your USB microphone project and the audio generated sounds great.

I am not a C developer, nor do I have any experience with hardware. Is there an easy way to incorporate this microphone library with, say, an Arduino project?

sandeepmistry commented 1 year ago

Hi @euphemism,

Arduino support is out of scope of this project, the Arduino team does have a PDM library that is compatible with the RP2040:

euphemism commented 1 year ago

Hi Sandeep,

Thanks for the reply. Ended up getting your library working with PlatformIO + Arduino via the unofficial Pico/RP2040 core.

stale[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.