MIDI interface for the Teensy 3.2 development board
This board provides standard MIDI IN, OUT, and THRU ports that connect to the PJRC Teensy 3.2 development board. Connections follow the MIDI standard -- i.e. optoisolation on the IN port, standard 5mA signals, etc. For more information, see the MIDI 1.0 Specification.
In addition, all pins on the perimeter of the Teensy are broken out for easier access and prototyping. Footprints for a 5V, 1A regulator and associated components are provided for stand-alone operation.
Warning: Disconnect external power source when connected to USB.
MIDI_IN
is connected to D0/RX1
for use with the Serial1
library.
MIDI_OUT
is connected to D1/TX1
, ditto with Serial1
.
All source files are released under the TAPR Open Hardware License. See LICENSE.txt
for a copy of the license.
Provided are two test programs for MIDI input and MIDI output configurations. Both are adopted from PRJC's MIDI Library page. More specific examples to come!
All source files are released under the GNU General Public License. See LICENSE.txt
for a copy of the license.