How to Make Circuits in the Fab Lab: Difference between revisions

From Fab Lab Wiki - by NMÍ Kvikan
Jump to navigation Jump to search
Amy (talk | contribs)
No edit summary
No edit summary
Line 3: Line 3:
Making a circuit requires several mini-projects:  
Making a circuit requires several mini-projects:  


# designing the circuit - what your circuit will do
== Decide what function your circuit board should have ==
# creating the schematic and board (physical traces) layout in a CAD program
* download a cad file from the hello-world circuits section on the http://fab.cba.mit.edu/about/fab/ or from [[hello world electronics]]
* Or design [[custom circuit]]
 
== create the schematic and board layout in a CAD program ==
Use e.g.  Eagle or Cad.py, ,or Gimp or draw it and scan
 
# physically milling or cutting out the board which connects components  
# physically milling or cutting out the board which connects components  
## [[Making circuit boards on Modela]]
## [[Making circuit boards on Modela]]
Line 10: Line 15:
# make a programming cable
# make a programming cable
# programming the microcontroller
# programming the microcontroller
# Troubleshooting

Revision as of 15:00, 14 January 2010

top level page for circuits

Making a circuit requires several mini-projects:

Decide what function your circuit board should have

create the schematic and board layout in a CAD program

Use e.g. Eagle or Cad.py, ,or Gimp or draw it and scan

  1. physically milling or cutting out the board which connects components
    1. Making circuit boards on Modela
    2. Making circuit boards on Camm
  2. make a programming cable
  3. programming the microcontroller
  1. Troubleshooting