1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00
oh/boards
Andreas Olofsson e7745a3bec Link cleanup
2016-10-24 10:33:30 -04:00
..
2016-10-24 10:27:58 -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 10:27:58 -04:00
2016-10-24 10:33:30 -04:00

OPEN SOURCE HARDWARE BOARDS

  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 SBC with TI processor
Olinuxino SBC KiCad Olimex Industrial grade single board computer
Parallella SBC Allegro Adapteva SBC with Zynq FPGA + Epiphany

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