How to Make Circuits in the Fab Lab: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
== Make a programming cable == | == Make a programming cable == | ||
* [[Make a programming cable]] | * [[Make a programming cable]] | ||
== Solder the board == | |||
If you want to where the components should be you could look at the file design, in .cad file or you can check out * [http://www.fablab.is/w/images/8/8e/Circuits_descriptions.pdf Circuit descriptons. pdf] | |||
* [http://www.fablab.is/w/images/b/b0/Scotts_New_MIT_Hello_World_Circuits.pdf Scotts new Hello World Circuits description] | |||
Solder | |||
== Programming the microcontroller == | == Programming the microcontroller == | ||
* Use AVRDUDE | * Use AVRDUDE | ||
* | * | ||
== Test the microcontroler == | |||
== Troubleshooting == | == Troubleshooting == |
Revision as of 15:28, 14 January 2010
top level page for circuits
Making a circuit requires several mini-projects:
Decide what function your circuit board should have
- 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
Fabricate the board
Physically milling or cutting out the board which connects components
Make a programming cable
Solder the board
If you want to where the components should be you could look at the file design, in .cad file or you can check out * Circuit descriptons. pdf
Solder
Programming the microcontroller
- Use AVRDUDE