Skip to content

robin7g/pico-pwm-audio

 
 

Repository files navigation

pico-pwm-audio

Raspberry Pi Pico PWM Audio Project

This code goes with a YouTube video which demonstrates PWM audio out with a simple cicruit on a raspberry pi pico.

Raspberry Pi Pico Audio Output

Building

Sync

git clone https://github.com/robin7g/pico-pwm-audio.git

Make

Build project using cmake. This requires Raspberry Pi Pico C/C++ SDK to be installed.

mkdir build
cd build
cmake ..
make

Then copy pico-pwm-audio.uf2 to your Raspberry Pi Pico!

About

Raspberry Pi Pico PWM Audio Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 68.7%
  • Jupyter Notebook 30.8%
  • CMake 0.5%