Differences

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

Link to this comparison view

Next revision
Previous revision
sound_boards:midi_keyboard [2019/03/26 18:46]
admin created
sound_boards:midi_keyboard [2020/06/11 22:13] (current)
Line 1: Line 1:
 ===== MIDI Keyboard ===== ===== MIDI Keyboard =====
 A 25 key Midi keyboard based on an Arduino (Atmega328P-PU). It has an small OLED Display, too.\\ A 25 key Midi keyboard based on an Arduino (Atmega328P-PU). It has an small OLED Display, too.\\
 +
 +----
 +==== Paper PCB ====
 +{{:​sound_boards:​midi_keyboard_03.jpg?​400|}}\\
 +{{ :​sound_boards:​midi_keyboard_03.zip |}}\\
  
 ---- ----
 ==== Code ==== ==== Code ====
-{{ :​other_boards:​midi_keyboard_04.zip |}}\\+The Atmega 328 on the board should be programed and used like an Arduino UNO. For burning the boot loader and uploading the code please follow the manual for the [[arduino_clones:​paperduino-uno|Paperduino-UNO]]\\ 
 + 
 +{{ :​other_boards:​midi_keyboard_04.zip |MIDI Keyboard Code}}\\
  
 ---- ----
Line 127: Line 134:
 === OLED Display === === OLED Display ===
 [[http://​www.instructables.com/​id/​How-to-use-OLED-display-arduino-module/​]]\\ [[http://​www.instructables.com/​id/​How-to-use-OLED-display-arduino-module/​]]\\
 +
 +----
 +==== License ====
 +
 +The MIDI Keyboard was designed by **Wolfgang Spahn** 2014.\\
 +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>​
  
 ---- ----