Skip to content

abelykh0/stm32f103-midi

Repository files navigation

MIDI keyboard made from a toy

The goal of this project is to convert a toy piano from a local thrift store into a MIDI controller.

Toy piano

I disassembled a toy piano and realized that the 37 button keyboard is a "matrix" of 5x8. There are some resistors in there too, but I am not using them. Here is how I decided to connect the wires to the board:

Pinout

So, I had 2 things to implement: USB MIDI interface and a code that will read the keypad and convert the key presses and releases into notes.

Unfortunately, the toy keyboard doesn't have hardware to identify MIDI velocity, so it is harcoded to 100.

Current issue: doesn't work well sometimes if more than 3 buttons are pressed at the same time. To investigate.

Hardware

Hardware Qty
"blue pill" STM32F103C8 board 1
Toy piano 1
Old IDE connector 1
ST-Link v2 or clone 1

Software

STM32CubeIDE

About

MIDI keyboard made from a toy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published