own library parts: http://www.instructables.com/id/ERHQQ180Y3EP286NQY/
modifying the design rules: http://www.instructables.com/id/EZVIGHUBGCEP287BJB/ )
But feedback indicates that a lot of people could probably use an instructable on the
more basic aspects of creating a schematic and board.
This instructable covers creating a schematic, presumably from a printed schematic in
a magazine or image on the web. I'll start with schematic shown, which is from
http://www.bowdenshobbycircuits.info/555light.gif
It's got a "typical" collection of parts, and is vaguely useful as well.
Cadsoft EAGLE generic information:
Cadsoft EAGLE is available from http://www.cadsoftusa.com/
Cadsoft is a German company that is a veritable mecca of software distribution enlightenment. In addition to the reasonably-priced professional PCB design packages ($1200), they have freeware, lite, non-profit, and other intermediate licenses. Their software runs under windows, linux, and MacOSX. It's slightly quirky, with a steep (but not too high) learning curve on the front end, but from most reports it is not any more so than other professional CAD packages. They have online support forums that are active from both the company and other users, the package is under current development and gets better with each release. A number of PCB fabricators will accept their CAD files directly. It's good stuff.
Use it. Propagate it. Buy it when you "go pro."
See also:
Creating PCB from Schematic
Creating Library parts
Design rule modification
Send CAD Files to manufacturers
Step 1: Create new project
You'll get to name it whatever you want.
Step 2: Create new schematic in the project
Step 3: Find and place ("add") components
One of the major challenges of using Eagle is finding the components you want in the "official" libraries.
These libraries are extensive, not particularly well named (and the components aren't so well named either),
and seem to date back to a time when there was a different philosophy about multiple packages for a particular device. Resistors and capacitors have so many packages defined that picking the right one is difficult. Transistors, despite formable leads, tend to only have a single package defined. Many experienced EAGLE users don't use the standard libraries at all, copying common components and packages into private libraries or creating them from scratch.
The search capability of the add dialog is pretty good; you just have to be less specific about what you search for if you expect to find it.
When working from a published schematic, I prefer to add all the components in the approximately correct locations before I start connecting anything.
Once you've finished the add dialog, the part will get attached to your mouse pointer, and you can put it down wherever you want on the drawing page by clicking the left mouse button. The right mouse button rotates the part 90 degrees. The middle button, or left and right simultaneously (maybe) "mirrors" the part drawing, which may also be useful.
Step 4: Add Integrated Circuits
(The string search in the add dialog will need wildcard designators around a substring, so you search for "*555*" to find all parts with a "555" in the name.)
You'll notice that the EAGLE part drawing doesn't look very much like the 555 drawing on the schematics we're trying to enter, the pins are in different places, and have funny names attached as well as pin numbers. And it's not like the pin layout matches the actual package shape either. We'll have to be careful when making our connections.
Step 5: Add resistors
The general purpose fixed resistor devices are called either R-US (if you like the US zigzag line type
of schematics symbol) or R-EU (if you prefer the European simple rectangle.] The package options
are numerous, but make sense after you realize that there's a common format: "WWLL/SS" where WW is the body width, LL is the body length, and SS is the hole spacing, all in truncated millimeters. A typical 1/4W resistor measures about 2.5mm in diameter and 7mm long; hole spacing depends on how you bend the leads. So R-US_0207/10 is a 1/4W resistor with 10mm (actually 4*2.54, or 10.16mm, since we want to stay close to a 0.1 inch (2.54mm) grid.) R-US_0207/2V is the same resistor mounted vertically with 2.54mm lead spacing. 1/8W resistors are similarly designated R-US_0204/SS"
I'm going to pick a vertical package for use on our schematics, though of course it doesn't matter for the schematic drawing anyway. Perhaps I'll do the board layout in a "related" instructable later...
Step 6: Add capacitors
Polarized caps are similar (CPOL-US or CPOL-EU in rcl.lbr), with a package name like TSSS-DD, where
T is a type designator (E for electrolytics, TT for tantalum drops, for instance) SSS is the spacing again
(only now it probably has an actual decimal point!), and DD is the diameter (for radial caps)
Most hobby projects can get away with either 2.5mm or 5mm lead spacing, and the designer "remembering" to leave enough space for the physical capacitor body; there might not be a silkscreen anyway.
(the "silkscreen" is the pictures and text describing the components, usually printed in white ink on the component side of the board (if you had it made professionally.) Library designers spend a lot of time getting the silkscreen to look nice; all wasted if you make a board that doesn't have that printing.)
Step 7: Add lamps
The eagle library has *A* "lamp" part. It says it's actually an LED holder, but the drawing is OK and the part has pins suitable for attaching wires that go to off-board lamps, so it looks fine for our purposes.
Step 8: Add other semiconductors
The 1n914 diode isn't in the library, but a search for just "diode" turns up some generic diode footprints that will work fine. I'll mount the diodes vertically to match the resistors.
Step 9: Add Ground symbols
Step 10: Re-zoom the drawing
Step 11: Save your work often
as well. You might need to use "save as" for your first save, to prevent it from saving "untitled.sch".
Step 12: Fiddle with the layers a bit
where you are supposed to make connections on the various componenets.
Step 13: Start making connections
However, a wire in EAGLE is just a line; to properly make actual electrical connections, you need to use the "net" command. Nets will automatically form junctions when terminated on pins or other nets; I don't think wires are so nice.
Once you've clicked the NET button, your mouse pointer becomes your drawing tool. Click on a pin (or anywhere, actually), move your mouse somewhere else and you'll see a line. The actual route that the line takes is controlled by the "wire bend" setting for the line, which you can control with your right mouse button. Schematic designers tend to like nice straight lines with right angles.
So first I draw a nice V+ line sort of over the top of the schematic, starting at the top of R1. Next, similar for a ground wire (you don't actually need to connect the GND symbols, they're "magic" in they name the net that connects to them, and all nets of the same name are connected whether you can see lines between them or not.) Then I go wild and connect all the other pins appropriately, either to other pins to to the existing nets. Junctions (big solid dots) should get insterted
Step 14: Neaten things up
Step 15: Apply component values
Values are assigned using the "Value" button. After selecting the button, click on each component near its orignin (little "+" sign), and you should be presented with an opportunity to change the value.
Step 16: Do Rule Check!
In general, you don't have to FIX every warning that shows up in a rule check, but you should understand what the complaint is, and have a good justification WHY you don't need to fix it.
Step 17: Done!
Here's the finished, exported schematic drawing.
Step 18: A couple of other hints
Many EAGLE commands can be entered three ways:
1) via the buttons on the left-hand vertical toolbar
2) via the text menus on the top of the window
3) via the text command input area
Don't get confused...



































































Visit Our Store »
Go Pro Today »




If I knew anything about UI design (which I don't) then I would probably say that this was a horrible choice for both the placement and naming of the button. I would probably think that it should be changed immediately.
Thanks.
So R-EU basically same with R-US right?
R-EU_0204/7 means 1/8W resistor with 7mm spacing?
How about capacitor? like 3n3 C-7-10/5
-Why yes, that's exactly what I thought and apparently why it's NEVER worked before for 2 years of trying. You'd think they'd something like that on the first page in the manual. I am so angry right now.
Likewise, why is the word "smash" being used for a function that "[s]eparates text variables and attributes from parts or elements." And what does "separate" mean in this context? That the variable or attribute labels can be moved to a different spot around the part symbol as needed to make the drawing more readable. Wouldn't "rearrange labels" or even "detach" be better in the help-file description than "separates."
After I learn and grouse about these little quirks a while, I think Eagle will be very useful, especially since it seems to be a quasi-standard in the low-end (or free) market.
Basically, the 555 is not "rail to rail" on its output, and otherwise would not be sure to turn off the "upper" transistor when in the high state.
Do you have any tips on where to find additional or alternate libraries that are more organized?
I don't know about "more organized", though. I haven't seen any organized attempt to modernize/fix/organize a comprehensive set of component libraries for EAGLE, but it's likely that such a thing would be in the "costs money" realm where I wouldn't notice.)
(there is the recent Element14/Newark/Farnell effort to tie EAGLE directly to parts purchases; I haven't paid much attention to that since they're not one of my preferred dealers.)
Thanks for sharing with us.