All tutorials

Dominate the Rhythm

picobricksBeginner ⏱ 30 mins

Overview

Let's turn PicoBricks into a mini music player! 🎵

In this project you'll code the to play a tune, use the to change how fast the music plays, and press a to start the song.

Music is made of notes. Each note has its own special number called a . If we tell the buzzer the right numbers, in the right order, it can play any song we like!

🎯

What you'll learn

  • How to make a buzzer play musical notes
  • How to use a potentiometer (dial) to control speed
  • How to use a button to start your music
  • How to create and use variables