Skip to content

denisgav/rpi_usb_sound_card

Repository files navigation

Making USB sound card using Raspberry pi pico

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

Hardware

Examples

See [applications]:

Cloning

git clone https://github.com/denisgav/rpi_usb_sound_card.git

Building

  1. Set up the Pico C/C++ SDK
  2. Set PICO_SDK_PATH
export PICO_SDK_PATH=/path/to/pico-sdk
  1. Create build dir, run cmake and make:
mkdir build
cd build
cmake .. -DPICO_BOARD=pico
make
  1. Copy example .uf2 to Pico when in BOOT mode.

Acknowledgements

To create this project, following references were used:


About

Making sound card based on raspberry pi pico

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published