Midi Decoder
Rut
Posts: 2
I am going to rebuild a Tangley Calliope. I would like it to play from a SD card. I can build the unit, but I am not a designer. Does anyone have information on this subject? It has 43 notes and I will be using low voltage solenoids to operate the keys. It wold be nice to use a newer propeller chip.
Rut
Rut
Comments
You will need some kind of "high voltage high current" driver, probably just a power transistor, but you'll also need some way to control 43 solenoids using maybe 12 I/O pins ... easy enough to do.
Rut,
I'm working on something right now just for what you are wanting.
If your interested, let me know.
James L
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
James L
Partner/Designer
Lil Brother SMT Assembly Services
"Enter the Propeller! I initially started working with the Propeller chip building a controller for my pipe organ, and designed a MidiIn object as part of that project (subsequently contributed to the object exchange) that could receive a MIDI stream and use I to control the electro-pneumatic valves in the pipe organ. It occurred to me that if I replaced the switches in my existing firing system with relays, that I could use MIDI to create choreographed shows."
www.parallax.com/tabid/716/Default.aspx
Pictures for those that have no idea what a "Tangley Calliope" is:
www.antiquemechanicalrestorations.com/Tangley_Calliope.html
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Aka: CosmicBob
www.carousels.com/bblack/calliope.php
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Aka: CosmicBob
I'm currently using the PCF8575 I2C chip. It works well, but does create one problem. The outputs are on when the chip is powered up. I'm getting around that by putting a mosfet on the darlington output power line. The mosfet is turned on after the Propeller boots.
The PCF8575 will allow up to 128 outputs using two I/O. Currently I'm driving the chips at 400K, so we are about 2x faster than the music streams from the SD card.
James L
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
James L
Partner/Designer
Lil Brother SMT Assembly Services
I made a custom board to control it and i have the designs posted on my website.
www.quigleyelectronics.com-a.googlepages.com/home
just tell me if you want the .pcb files for expresspcb.com
you can probably modify it for some other chip and SD.
Have fun, Adam