Tutorial: Printed-Circuit Boards

From dftwiki3
Revision as of 08:07, 23 June 2011 by Thiebaut (talk | contribs) (TinyCAD)
Jump to: navigation, search

Page under construction!
UnderConstruction.jpg

--D. Thiebaut 12:37, 20 June 2011 (EDT)



Software

All are open-source.


Process

  • First create schematics with TinyCAD
  • Then route the lines on a 4-layer board with FreePCB
  • Check the CAM files generated by FreePCB with ViewMate
  • Once the output files are ready, upload them to PCBExpress (accept 4-layers+mask option).

An Example

  • We'll create a PCB for the following simple circuit taken from seekic.com:


7404Oscillator.jpg

TinyCAD

  • Open TinyCAD
  • Open the 74TTL library in the left pane
  • Pick the Hex Inverters
  • Drop two inverters on the blank schematics pane
  • Update the reference for each gate (U1A and U1B) in the Tool Options window.

TinyCAD1.png


  • Open the Analog library, and pick the Resistor, and drop it on the schematics pane where resistors are needed. Use the Tool Options window to set the orientation of the resistors to left.
  • For each resistor, use the Tool Option menu to set the Ref to Rn where n is 1, 2, 3, or 4, and Add a value field to the Parameter list for indicating the value in ohm.

TinyCAD2.png