1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
oh/boards
2016-10-24 11:24:08 -04:00
..
2016-10-24 10:27:58 -04:00
2016-10-24 10:57:24 -04:00
2016-10-24 10:33:30 -04:00
2016-10-24 10:27:58 -04:00
2016-10-24 10:27:58 -04:00
2016-10-24 10:27:58 -04:00
2016-10-24 11:17:45 -04:00
2016-10-24 10:27:58 -04:00
2016-10-24 10:52:24 -04: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.

  1. List of Single Board Computers (SBCs)
  2. List of RF Boards
  3. List of Camera Boards
  4. List of Other Boards
  5. 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

  1. Fork this repository to your personal github account using the 'fork' button above
  2. Clone your "OH" fork to a local computer using 'git clone'
  3. Create a file "your_board".md in the "boards" directory
  4. Update the table in this README.md file with a link to that new description
  5. Use git add-->git commit-->git push to add changes to your fork of 'parallella-examples'
  6. Submit a pull request by clicking the 'pull request' button on YOUR github 'OH' repo