nocko / nRF51-devel

Breakout board for Nordic nRF51x22
Other
34 stars 11 forks source link

nRF51x22 Barebones Development Board

rendering of board front

Make your own! ($9 for 3 boards + ~$10/ea. in parts)

  1. In a web browser: Browse to oshpark.com, select "Get Started Now", then "Select a file on your computer". Select gerbers/nRF51.zip from the repo. Fill out the name, contact and billing information.

  2. Order the parts. Current BoM Shopping Cart (for three boards) @ Mouser: http://www.mouser.com/ProjectManager/ProjectDetail.aspx?AccessID=88e3ea2c37

  3. Practice your reflow soldering technique while you wait for parts and boards to show up.

  4. Fun!

Make it better

If you've never used gEDA before, start with this simple tutorial. Once you're familiar with the gschem and pcb UI feel free to clone the repo in github with the fork button or clone the repo using the CLI:

git clone https://github.com/nocko/nRF51-devel

Interesting Files in the Repo

General Workflow

  1. Add new components or change the circuit diagram in nRF51.sch using gschem.

  2. Run: gsch2pcb project

  3. Follow the instructions provided by gsch2pcb to insert the new components.

  4. Adjust the pcb layout using pcb and save file

  5. Make gerbers/oshpark zip files: cd gerbers; ./generate-gerbers.sh

  6. Recreate the BoM: gnetlist -g bom -o bom.txt <project>.sch

License

All files are licensed CC-BY 3.0 unless otherwise marked. Full text of the CC license is available in LICENSE.txt