Voltage to MIDI converter with AVR

Guest
The following link (http://tomscarff.tripod.com/cv2midi/cv2midi.htm) shows a
voltage to MIDI convertion board based on a PIC.

I wonder if there is a similar work for AVR (8535 etc) ?
Does BACOMAVR support MIDI functionality?
Is there any AVR compiler with MIDI functions?
 
If O remember well, MIDI is UART with TTL levels and with not standard
speed. So I think that you hav't any problem. Also you can find +5v at
MIDI port.

And don't forgot that joystick have 4 ADC channels. Maybe this was
more simply.
 
On 6 Jan 2005 20:59:24 -0800, "arcane.warlock@gmail.com"
<arcane.warlock@gmail.com> wrote:

If O remember well, MIDI is UART with TTL levels and with not standard
speed.
You don't and it ain't. MIDI is a 5mA current loop @31.25kHz

So I think that you hav't any problem. Also you can find +5v at
MIDI port.
You don't find 5V either, although you might on a PC game port ;-)

And don't forgot that joystick have 4 ADC channels. Maybe this was
more simply.
 
Jeff wrote:
On 6 Jan 2005 20:59:24 -0800, "arcane.warlock@gmail.com"
arcane.warlock@gmail.com> wrote:

If O remember well, MIDI is UART with TTL levels and with not
standard
speed.
You don't and it ain't. MIDI is a 5mA current loop @31.25kHz
Sorry. You right. But at all it's standard UART. And you can use
standard AVR UART.

So I think that you hav't any problem. Also you can find +5v at
MIDI port.
You don't find 5V either, although you might on a PC game port ;-)
Yes.

And don't forgot that joystick have 4 ADC channels. Maybe this was
more simply.
 
http://www.borg.com/~jglatt/tech/midispec.htm
http://www.maxmidi.com/
http://www.rdrop.com/~cary/html/serialportdocs.html#midi
http://home.concepts-ict.nl/~nctnico/midi/pc9_cabl.gif
http://home.concepts-ict.nl/~nctnico/midi/pc25_cab.gif
http://www.hut.fi/Misc/Electronics/circuits/miditest.html
http://www.audiomulch.com/midipic/
http://www.interaccess.org/arg/arg-knowledge/MIDI.BS2
http://dt.prohosting.com/pic/midi.txt
 

Welcome to EDABoard.com

Sponsor

Back
Top