Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
arduino_boards:midi_board [2014/07/23 15:48]
admin
arduino_boards:midi_board [2022/01/13 23:24] (current)
admin [schematic]
Line 1: Line 1:
----- +===== MIDI-Board ​=====
-**MIDI-Board** +
-----+
  
 Here is the MIDI-In, MIDI-Out and MIDI-Thru board for the Arduino. It is made with the opto isolator 6N138 and the inverter 74LS04N. To prevent bootloading confusion (with older Arduino boards) always powers the opto isolator over the Arduino. Here is the MIDI-In, MIDI-Out and MIDI-Thru board for the Arduino. It is made with the opto isolator 6N138 and the inverter 74LS04N. To prevent bootloading confusion (with older Arduino boards) always powers the opto isolator over the Arduino.
Line 16: Line 14:
  
 ---- ----
-**Paper-PCB**+==== schematic ==== 
 +{{:​arduino_boards:​midi_in_schematic.jpg?​300|}}\\ 
 +//credit MIDI IN circuit design: Jeff Mann\\ 
 +//
  
-{{:​arduino_boards:​midi-arduino-board_22_publish.jpg?​direct&​100|MIDI-Board_v2.2}}+{{:​arduino_boards:​midi_thru_out_schematic.jpg?​300|}}\\ 
 + 
 + 
 +---- 
 +====Paper-PCB ==== 
 +{{:​arduino_boards:​midi-arduino-board_22_publish.jpg?​300|}}
  
 {{:​arduino_boards:​midi-arduino-board_22_publish.xcf.zip|MIDI-Board_v2.2}} {{:​arduino_boards:​midi-arduino-board_22_publish.xcf.zip|MIDI-Board_v2.2}}
  
 ---- ----
-**Code**+==== Code ====
  
 {{:​arduino_boards:​midi_to_6xanalog_02.zip|midi_to_6xanalog_02.zip}} {{:​arduino_boards:​midi_to_6xanalog_02.zip|midi_to_6xanalog_02.zip}}
Line 30: Line 36:
  
 ---- ----
-**Components**+==== Parts ====
   * inverter 74LS04N   * inverter 74LS04N
   * opto isolator 6N138   * opto isolator 6N138
Line 40: Line 46:
   * pin   * pin
   * Jumper ​   * Jumper ​
 +
 +----
 +==== License ====
 +
 +The MIDI-Board was designed by **Wolfgang Spahn** 2010-22.\\
 +It is licensed under a [[http://​creativecommons.org/​licenses/​by-nc-sa/​4.0/"​|Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License]].
 +
 +<​html>​
 +<a rel="​license"​ href="​http://​creativecommons.org/​licenses/​by-nc-sa/​4.0/"><​img alt="​Creative Commons License"​ style="​border-width:​0"​ src="​https://​i.creativecommons.org/​l/​by-nc-sa/​4.0/​88x31.png"​ /></​a> ​
 +</​html>​
  
 ---- ----