mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-17 20:02:53 +08:00
LIST OF OPEN SOURCE PRINTED CIRCUIT BOARDS
Open source means that the original source code and design files are provided under a copyleft or permissive open source license.
- List of Single Board Computers (SBCs)
- List of RF Boards
- List of Camera Boards
- List of Other Boards
- How to Add a Board
Single Board Computers
Name | Type | Tool | Author | Description |
---|---|---|---|---|
Arduino Uno | SBC | SBC | Arduino | Arduino |
Beaglebone Black | SBC | Allegro | CircuitCo | TI processor SBC |
Olinuxino | SBC | KiCad | Olimex | Industrial grade SBC |
Parallella | SBC | Allegro | Adapteva | SBC with Zynq FPGA + Epiphany |
Rascal Micro | SBC | Altium | Brandon Stafford | SBC that works with Arduino shields |
RF Boards
Name | Type | Tool | Author | Description |
---|---|---|---|---|
Hack RF | RF | KiCad | Great Scott Gadgets | 1MHz-6GHz Half Duplex RF board |
Parallella Lime | RF | KiCad | Lime Micro | Parallella 300MHz-3.8GHz Parallella SDR board |
Camera Boards
Name | Type | Tool | Author | Description |
---|---|---|---|---|
KVision | Camera | Altium | Emil Fresk | Parallella Stero camera board |
Other Boards
Name | Type | Tool | Author | Description |
---|---|---|---|---|
AAFM | FMC | Allegro | BittWare | FMC board with 4 Epiphany-III chips |
OpenLog | Adapter | Eagle | SparkFun | Data logger |
MicroSD Adapter | Adapter | Eagle | Adafruit | MicroSD to SD card adapter for RPI |
Porcupine | Adapter | KiCad | Adapteva | Parallella breakout board |
How to Add a Board
- Fork this repository to your personal github account using the 'fork' button above
- Clone your "OH" fork to a local computer using 'git clone'
- Create a file "your_board".md in the "boards" directory
- Update the table in this README.md file with a link to that new description
- Use git add-->git commit-->git push to add changes to your fork of 'parallella-examples'
- Submit a pull request by clicking the 'pull request' button on YOUR github 'OH' repo