Skip to content

Commit

Permalink
added PCB design, hex files, user manual
Browse files Browse the repository at this point in the history
  • Loading branch information
staskevich committed Jun 1, 2017
1 parent 6b5cee9 commit 614b8de
Show file tree
Hide file tree
Showing 10 changed files with 3,783 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -9,8 +9,17 @@ This work is licensed under a Creative Commons Attribution 4.0 International Lic
http://creativecommons.org/licenses/by/4.0/


HARDWARE:


An Eagle 6 board layout file is included in the eagle/ folder.


A public CircuitHub project is available for on-demand manufacturing:
https://circuithub.com/projects/CodeandCopper1/MIDICPU


The code in the src/ directory was assembled using the MPASM assembler from Microchip for the PIC16F887 device.
FIRMWARE:


The code in the src/ folder can be assembled for the PIC16F887 device using the Microchip's MPASM assembler. Selected firmware images are located in the hex/ folder. Firmware patches in SysEx format are in the syx/ folder.
1,620 changes: 1,620 additions & 0 deletions eagle/MIDI-CPU-Rev-N.brd

Large diffs are not rendered by default.

1,074 changes: 1,074 additions & 0 deletions hex/MIDICPUv1-2a.hex

Large diffs are not rendered by default.

1,079 changes: 1,079 additions & 0 deletions hex/MIDICPUv1-4beta4.hex

Large diffs are not rendered by default.

Binary file added src/MIDI-CPU-worksheet.ods
Binary file not shown.
Binary file added syx/MIDICPU-1-2a.syx
Binary file not shown.
Binary file added syx/MIDICPU-1-4-beta4.syx
Binary file not shown.
Binary file added user_manual/MIDI-CPU-Firmware-Ver-1-2.pdf
Binary file not shown.
Binary file added user_manual/MIDI-CPU-Firmware-Ver-1-4.pdf
Binary file not shown.
Binary file added user_manual/MIDI-CPU-Hardware-Rev-K.pdf
Binary file not shown.

0 comments on commit 614b8de

Please sign in to comment.