Metronome Maker Pi Pico, programmed with CircuitPython

Metronome Maker Pi Pico, programmed with CircuitPython

Introduction

A metronome can help you keep a consistent tempo so that you don't inadvertently speed up or slow down. It provides a steady click marking a musical interval. Let's built our own metronome!

Video

Hardware Preparation

This is the list of items used in the video.

Sample Program

This is CircuitPython sample program and have been tested with CircuitPython 6.3.0. Before that, please include the following additional libraries:

  • simpleio.mpy
  • neopixel.mpy

You may download the CircuitPython Libraries Bundle here.

 

Thank You

References:

Thanks for reading this tutorial. If you have any technical inquiries, please post at Cytron Technical Forum.

"Please be reminded, this tutorial is prepared for you to try and learn.
You are encouraged to improve the code for a better application."