CircuitToolchain: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "This will become a page describing the open source toolchain used to do go from schematic design to pcb (printed circuit board) layout to the files which can be fed into the CNC ...")
 
No edit summary
Line 18: Line 18:
* http://code.google.com/p/opendous/wiki/KiCADTutorialAddingLibraries
* http://code.google.com/p/opendous/wiki/KiCADTutorialAddingLibraries
* http://code.google.com/p/opendous/wiki/KiCADTutorialCreatingGerberFiles
* http://code.google.com/p/opendous/wiki/KiCADTutorialCreatingGerberFiles
Gerber to Gcode:
* http://pcbgcode.org/
* http://sourceforge.net/apps/mediawiki/pcb2gcode/index.php?title=Main_Page
* http://gcnccam.sourceforge.net/

Revision as of 02:25, 24 February 2012

This will become a page describing the open source toolchain used to do go from schematic design to pcb (printed circuit board) layout to the files which can be fed into the CNC machine to mill a pcb.

For the moment, it's just a collection of my (Daniel Benamy's) notes as I figure out the toolchain. I'll neaten it up once I get a bit further.

Trying Kicad for schematic capture and pcd layout.

Following the tutorial at http://code.google.com/p/opendous/wiki/KiCADTutorialCreatingGerberFiles.

It uses the Micropendous which is a board done in kicade which has been released as open source at svn checkout http://micropendous.googlecode.com/svn/trunk/Micropendous/ micropendous-read-only

  • Check out repo.
  • Run kicad.
  • Open Design/Micropendous1/

Kicad tutorials:

Gerber to Gcode: