Play music through a passive buzzer and the Pico

RP2040 based microcontroller boards running MicroPython.
Target audience: MicroPython users with an RP2040 boards.
This does not include conventional Linux-based Raspberry Pi boards.
Post Reply
cadotif983
Posts: 6
Joined: Sat Jan 30, 2021 2:31 am

Play music through a passive buzzer and the Pico

Post by cadotif983 » Sun Feb 21, 2021 2:21 am

I created a micropython library so that you can play any of the hundreds of thousands of tracks from https://onlinesequencer.net using a single passive buzzer and a Pico!

You can just use copy and paste to get the music string and the script automatically turns chords into really fast arpeggios to simulate playing multiple notes through a buzzer that can only play a single note at once

Github: https://github.com/james1236/buzzer_music

Video of it playing: http://streamable.com/diywf1

Post Reply