cyberboy666 & user43368831 presents

diy midi controller from an old toy keyboard

i would like some small portable ‘keys’ that output midi for creating chords, patterns etc into synths. i have a small ardunio that should be up for the job. i beleive it is possible to output midi through the ardunio usb, which could be wired to a port and installed in the keyboard.

some things i would need to do for this project:

optional extra things to investigate while building:

research :

this project on Code Tinker Hack outlines how to use an ardunio and a 74HC595 Parallel-out shift to get midi out. it seems that using the usb to output midi, although possible may be more hassle than straight from the board (and at no advantage for my use). this example uses 8 digital pins on the board to control for 32 notes : 8 rows to the ic , 4 columns to ardunio plus 3 control pins from ardunio to ic (pwm) plus 1 (tx) out to midi socket. if i did want to have octave control/cc would need to make sure i have enough pins (analog ones for cc).

the keyboard i have (casio sa-1) also has 32 keys. on a quick inspection it is not obvious where the traces from the keys go, but i could guess it also found this info on the circuitbenders forum that should have all the info i need for the wiring - also it seems like the control buttons are also avaliable on the same matrix, although this may require two ics and more pins to take advantage of… should be just adding two more columns to the matrix

the ardunio pro micro that i have, according to sparkfun has 18 i/o pins. assuming we only read 32 keys from the board, this will use:

that will leave us 8 pins, all of which are analog in. this means 8 pots for cc control is possible ; plus 16 assignable buttons, which could be used for:

as an aside re midi-in control: Amanda Ghassaei’s instructable post describes how to get input from midi into an ardunio using an 6N138 optocoupler and a single pin (rx) in. i dont think it would be feasable or desirable to have both midi in and midi out from the same keyboard using just a single ardunio micro. also i still wouldnt quite know how to output to the keys. a second read of the ShiftOut tutorial on the ardunio website shows an example with leds which confirms the same meathod can be used for outputs as inputs. it would be fun to mod midi input to one of my other keyboards in this way.

the plan:

i chose this keyboard to modify for two reasons:

i couldnt resist testing it out though and not only does it work, it sounds great ! there are heaps of awesome strange settings in the sound bank, and its size is so endearing! (also by far the best demo tune i have !) this makes it slightly harder to begin work on this keyboard, but it is possible that i wont have to sarifice its function as a keyboard to use it as a midi controller.

my plan is to have a switch and led that puts it into midi controller mode. this will cut power to the keyboard circuit and route it to the ardunio. i will wire my connections straight onto the board, on the pinouts of the main ic (which shouldnt affect the function when the ardunio is not powered on ?)

i will also remove the built in speaker (rip) and use that space for the midi switch/light and a number of pots that will control cc