Eagle Tutorial
Eagle Tutorial
Eagle Tutorial
Introduction
Eagle is a PCB CAD program for designing and laying out printed circuit board (PCB) designs. A freeware
version is available as a download, which is what we will use in this Step-by-step tutorial.
http://www.cadsoftusa.com/download-eagle/
EAGLE works in two stages: Schematic capture and PCB design. In the first, the circuit connectivity is
designed using the standard component symbols with which we are all familiar. In the second stage, the
components are positioned on the printed circuit board and then traces between connected
components are laid out. EAGLE makes this easier by preserving the connections between components
and also applying various electrical and design rule checks in order to make sure the board will function
as expected!
In this tutorial we are going to begin by designing a PCB board for the active low pass filter below, and
then in groups of two you will design a PCB for the potentiostat circuit provided in this document. The
low pass filter will have the following component values, and will run off of a supply.
This gives an approximate cut-off frequency of 7.95 Hz and a passband gain of -10.
toolbox .
5. Draw wires between all of the relevant terminals as per the original schematic. Note: Double
click to terminate the current NET. Select the Junction tool ( ) and click to place junctions
between wires (Automatic Junctions will appear on NETs that overlap).
6. Now we need to add the power and data ports:
a. In the ADD dialog again, place supply2 GND for the positive pin and also in an open
area to connect to the power
supply.
b. Place supply2 +15V and
supply2 -15V both onto the
op-amp and also near the
previously placed ground.
c. Finally, we will add input/output
plugs for the various signals
needed by the board (+15V,
ground, -15V, signal input, and
signal output).
d. Place a con-lstb MA05-1 on Figure 3: Complete wired schematic.
the schematic near the three
floating power symbols.
7. Complete the wiring as per Figure 3.
8. Finally, we will assign component values. Click on the Value icon .
9. Click on each of the resistors R1 and R2, and the capacitor C1 and assign them the values of 1k,
10k, and 2uF respectively.
10. It is a good idea to run an electrical rules check (ERC) to make sure you havent made any
mistakes! Click the Electrical Rule Check button ( ) and make sure there are no errors or
warnings that you are not expecting.
11. Make sure to save the schematic, and then choose File Switch to board to begin creating the
associated PCB.
Trace Routing
Try to minimize trace lengths. Long traces add more resistive losses, more thermal noise, and
can act as an antenna.
Do not run two parallel traces on opposing sides of the board on top of each other, they can
become capacitive coupled.
Avoid 90 angles and T-intersection. Instead always go around corners and merge traces at 45
degree angles
Ensure that traces are wide enough to carry their current. Trace width calculators are widely
available on the internet. This is especially important for power traces.
Make sure traces are sufficiently spaced, generally at least one trace-width apart.
Try to balance traces on differential-type devices as much as possible.
If you have room on your circuit, use a ground plane for the ground instead of a trace.