Login / Signup
Cart
Your cart is empty
Learn how to code in Microsoft MakeCode whilst also having fun making music! This mini piano module for the BBC micro:bit is a fun way to get to grips with block-based coding and an ideal first add-on.
The board features 13 capacitive touch piano keys, a buzzer and 4 RGB LEDs. You will be able to play the full octave by touching the piano keys, and the RGB LED will display accordingly. You can even change the colour of the LEDs in the code yourself!
No soldering is required and the online documentation will help you set up Microsoft MakeCode with the necessary packages.
micro:bit not included
Symbol | Description |
VCC | Power (3.3V input) |
GND | Ground |
P0 | Buzzer control pin, related to micro:bit P0 |
P1 | LED control pin, related to micro:bit P1 |
SCL | Touch keys control pin, I2C clock |
SDA | Touch keys control pin, I2C data |