Your shopping cart is empty!

Metronome Maker Pi Pico, programmed with CircuitPython
- Idris Zainal Abidin
- 03 Aug 2021
- 426
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:
- Adafruit Learn - Metronome CLUE
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."