-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME
37 lines (29 loc) · 1.43 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
This directory contains the files for the multio design.
The multio PCB has a maximum of 128 I/O ports which can be
access over an I2C interface. A working prototype has been built.
Example Python programs for the Raspberry-Pi are available too.
This design has been on Github for free for a long time but under
my personal account. Nobody was interested or they did not know it
existed. In case it was the latter, I moved it alongside the VGA666
adapater.
The PCB design is such that sections of 16 I/O ports can be
removed from the PCB thus giving 16, 32, 64 etc. I/O ports.
Important Note: Building one at a time of these boards will
be expensive. It is recomended to build in batches to reduce
costs.
All files are released under the GPLv3 licence.
If you built a batch or take it up into your product
portfolio it would be nice to hear from you.
docs : folder with documentation
multio.docx: manual in Microsoft word format
src : Example program files
fill128.py, walk128.py: example python programs which
use the Raspberry-Pi I2C port to access the board
schematics: Folder with schematic files
MULTIO_E.DSN: Schematic database Orcad 16.4 format
multio.pdf : manual in Acorbat format
pcb
MULTIO.pcb : PCB design in Pads format
cam : folder with the Gerber files for the multio board
LICENCE : Copy of the GNU General Public License v3
README : this file