microphone-library-for-pico icon indicating copy to clipboard operation
microphone-library-for-pico copied to clipboard

Capture audio from a microphone on your Raspberry Pi Pico or any RP2040 based board. 🎤

Results 11 microphone-library-for-pico issues
Sort by recently updated
recently updated
newest added

Thanks to this project, make me able to make my own microphone with excellent sound quality without having to write code. At first time, I tested many microphones, SPK0838HT4H has...

The output frequency of the clk pin is calculated by the sample rate, and some PDM microphone has a limited frequency range for clock speed (Like MP34Dxxx has a clock...

enhancement
help wanted

2 mic => stereo... How many reworks will it take to make the sound stereo?

enhancement
help wanted

Is it possible to support multiple PDM microphone and as USB microphone?

enhancement
help wanted

Assuming the PDM-mic is capaple of doing this: What is the maximum audio sample rate for the Pi pico 2040 and this library? Are 192KHz or even 384KHz possible? Kind...

help wanted

Every time you compile your project you also compile all of the examples.

Add serial ID number to the USB microphone example using function pico_get_unique_board_id_string from library pico_unique_id.

cmake .. -DPICO_BOARD=pico PICO_SDK_PATH is /home/pi/pico-sdk PICO platform is rp2040. Build type is Release PICO target board is pico. Using board configuration from /home/pi/pico-sdk/src/boards/include/boards/pico.h TinyUSB available at /home/pi/pico-sdk/lib/tinyusb/src/portable/raspberrypi/rp2040; enabling build...