element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
EAGLE User Chat (English) Cheat Sheet for new EAGLE users
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Autodesk EAGLE to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 4 replies
  • Subscribers 179 subscribers
  • Views 666 views
  • Users 0 members are here
Related

Cheat Sheet for new EAGLE users

Former Member
Former Member over 13 years ago

Hi Everyone,

 

On a request from a university professor I thought it would be good to

make a short document giving the new user some tips to avoid common

pitfalls as well as some orientation on what libraries contain what and

some useful ULPs.

 

Below I have included the text of the document don't mind the

formatting but focus on the text. I'm looking for feedback anything I

should add, anything you think would be helpful, etc. I'm looking for

any and all feedback once this is done I will post it to the

documentation section of the site.

 

Thanks in advance for your consideration.

 

Jorge Garcia

Cadsoft Support

 

EAGLE New User Cheat Sheet

 

Key things every new user should know:

 

1. Keep the schematic editor and board editor open together at all

times when your working on your design. Closing one editor and

continuing to work on the other will break consistency and changes made

will no longer track between editors.

 

2. Don't deviate from a 0.1”(2.54mm) grid in the schematic editor. All

of the default EAGLE libraries are made to a 0.1” grid in the schematic

editor. If you deviate from this you will find that you have a very

difficult time getting your components to connect.

 

3. Don't use WIRE for anything other than artistic features.

Connections in the schematic are defined using the NET command and

copper tracks are laid down using the ROUTE command in the layout. If

you use wire for either of the above key operations you will find that

sometimes components won't connect as expected.

 

4. EAGLE's search functionality is an exact string search

which means if you're off by a single letter in a part number EAGLE

won't be able to find it. A more prudent approach is to make liberal

use of the wild card character(*). For example don't search for

LM555(you'll get nothing) search instead for 555 this tells EAGLE

that if 555 shows up any where in the device name this is a valid

result.

 

5. EAGLE uses a verb-noun work flow. What this means is that

you first select what action you want to perform and then what objects

you want to perform that action on. It may seem odd at first but once

you're used to it you'll find that it's a faster way to work.

 

6. Do not modify EAGLE's default libraries, these are a known state.

The best approach is to make your own library and then copy whatever

you need from the default libraries to it.

 

7. Make sure you know where you are saving your work. Do not save

anything to EAGLE installation directory, it is recommended that you

save your work in the eagle folder EAGLE creates in Documents(on

windows, on Linux or Mac this folder is created in your home directory)

 

8. The EAGLE manual is included with your

installation, you'll find it in the EAGLE installation directory inside

the doc folder.

 

Useful Libraries

 

rcl – This library contains all of the passive linear components you

might need resistors, capacitors, and inductors.

 

Linear – This library contains many of the common IC's you'll come

across when working with electronics such as the LM741 op amp and the

555 timer.

 

Supply1 and supply2- These libraries contain the various power symbols

you'll need such as GND and VCC symbols. These automatically connect to

all of the instances within a schematic. In other words if you have 20

GND symbols on your schematic they are all automatically connected.

 

Ref-packages – This is one of the most useful libraries when making

your own parts, most of the common IC footprints are in this library so

you can usually copy a footprint to your personal library and then you

only have to worry about making the symbol and mapping it to the

package.

 

Frames- contains drawing frames and title blocks for documenting your

schematic, covers most of the common paper sizes.

 

Pinhead – this is the library that contains 0.1” pitch headers which

are common in many electronic projects.

 

Useful ULPs

 

Some of the ULPs listed below are not included with EAGLE, but are up

on our website those are indicated with an *. The ULPs on our website

can be found at www.cadsoftusa.com-> Downloads-> User Language Programs.

 

bom.ulp – This generates a very basic Bill of Materials. There are many

variations on the theme which can be found up on our website. Of

notable interest are BOM-EX* and bom with attributes*.

 

EAGLE' UP – Not really a single ULP but a very handy interface between

EAGLE and Google Sketchup. It allows you to create 3D models of your

design. See http://eagleup.wordpress.com/ for more info.

 

Exp-project-lbr.ulp – This is a very handy ULP which extracts the

libraries from a board/schematic pair. Very useful if you don't have

access to the libraries that were used to create the original design.

 

Explode.ulp* - Handy ULP which breaks a symbol or package into its

constituent lines and arcs.

 

Cam2image.ulp- Handy for those that make their own boards at home using

the toner-transfer method. Generates high resolution images from the

gerber files.

 

Import-bmp.ulp – Allows you to import a bitmap image into a board or

schematic. Useful for adding company logos or scope captures to your

designs.

 

 

  • Sign in to reply
  • Cancel
Parents
  • Former Member
    Former Member over 13 years ago

    Am 10.08.2012 00:42, schrieb Jorge Garcia:

    Key things every new user should know:

     

    Paragraphs 1-8 sum up most of the important points nicely. Things

    missing in this list are the following (which were the source of lots of

    headaches here):

     

      9. Nets that do not end EXACTLY at a pin, but only TOUCH it, or end

         NEAR it, are NOT connected to it.

    10. Never MOVE nets to create connections. It just doesn't work, but

         leaves unconnected parts. Better use the NET command instead (or

         move the PARTS).

     

    Explode.ulp* - Handy ULP which breaks a symbol or package into its

    constituent lines and arcs.

     

    Thanks for mentioning. And once we switch to EAGLE 6, it will even work

    for dimensions...

     

    Andreas Weidner

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • Former Member
    Former Member over 13 years ago

    Am 10.08.2012 00:42, schrieb Jorge Garcia:

    Key things every new user should know:

     

    Paragraphs 1-8 sum up most of the important points nicely. Things

    missing in this list are the following (which were the source of lots of

    headaches here):

     

      9. Nets that do not end EXACTLY at a pin, but only TOUCH it, or end

         NEAR it, are NOT connected to it.

    10. Never MOVE nets to create connections. It just doesn't work, but

         leaves unconnected parts. Better use the NET command instead (or

         move the PARTS).

     

    Explode.ulp* - Handy ULP which breaks a symbol or package into its

    constituent lines and arcs.

     

    Thanks for mentioning. And once we switch to EAGLE 6, it will even work

    for dimensions...

     

    Andreas Weidner

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube