element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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 Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • 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) Would you check my design?
  • 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
  • State Not Answered
  • Replies 6 replies
  • Subscribers 175 subscribers
  • Views 985 views
  • Users 0 members are here
Related

Would you check my design?

Former Member
Former Member over 10 years ago

Hi, I'm a total eagle beginner, and I've just made my first schematic and board. Could you please check it, if it's usable? Thanks image

Attachments:
blinking_led.zip
  • Sign in to reply
  • Cancel

Top Replies

  • autodeskguest
    autodeskguest over 10 years ago +1
    On 20.07.2015 00:56, Jacob Sycha wrote: Hi, I'm a total eagle beginner, and I've just made my first schematic and board. Could you please check it, if it's usable? Thanks First impressions: -Double sided…
  • autodeskguest
    0 autodeskguest over 10 years ago

    On 20.07.2015 00:56, Jacob Sycha wrote:

    Hi, I'm a total eagle beginner, and I've just made my first schematic

    and board. Could you please check it, if it's usable? Thanks image

     

    First impressions:

    -Double sided board seems overkill for this simple circuit. See if you

    can make it single layer.

    -Track thickness is very thin. Thin tracks are harder to manufacture.

    -You can probably compress pcb size to a minimum.

    -Wire bends are a bit untidy.

    -For schematic, there is alot of unnecessary junctions. There is no need

    for junctions at pin connections, or at 90deg bends.

    -The 555 timer seems to already exist (several times) in Eagle libraries

     

    A more critical look:

    -I opened this is eagle 6.5.4, and I ERC errors:

    -consistancy error :net class parameters differs in brd vs sch

    -consistancy error :LED naming different in brd vs sch

    -U1 pin 5(CONT) is defined as an input but doesnt have any input (this

    could mean the U1 could go nuts, or library component pin direction for

    pin 5 is wrong). Taking a quick look at the datasheet, I'd suggest

    putting a capacitor on this pin to gnd, but I do not know this circit.

    Since I'm unsecure, I would just put it in and worry about soldering it

    later.

     

    ERC Warnings:

    -Missing juction at the CONN xref

    -VDD power pin of U1 connected to N$1 (Eagle expects pins with direction

    POWER to be connected to a net with same name as the pin)

    -LED1 is missing a value

     

    DRC issues:

    -For this kind of board, I would make larger distance between pads and

    wire (fill).

    -There are some weird stuff left on stop mask around pin 4 of U1. It

    seems to be in the package definition.

    -Capacitor package has capacitor symbol on pads. They will be shaved off

    by the manufacturer but if you do want silk screen, I'd remove it from

    package.

     

    Finally, I have a personal preference for SMD components for small

    projects. Drilling is just unnecessary work, and soldering SMD runs

    smooth after some practice. Im sure you can find tutorials on youtube.

    I also prefer to have sensible netnames that can quickly point you back

    to schematic when reviewing the layout.

     

    I did some homework for you and attached the cleanup I did to your

    project. Compare it with yours image Use 7zip.org to unpack.

     

     

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 10 years ago in reply to autodeskguest

    Hi, thanks a lot! This really helped! Just a little issue, I can't find the attached file, Is the problem on my side, or did you forget to attach it?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • autodeskguest
    0 autodeskguest over 10 years ago in reply to autodeskguest

    Am 20.07.2015 um 09:22 schrieb Morten Leikvoll:

    On 20.07.2015 00:56, Jacob Sycha wrote:

    Hi, I'm a total eagle beginner, and I've just made my first schematic

    and board. Could you please check it, if it's usable? Thanks image

     

    First impressions:

    -Double sided board seems overkill for this simple circuit. See if you

    can make it single layer.

    -Track thickness is very thin. Thin tracks are harder to manufacture.

    -You can probably compress pcb size to a minimum.

    -Wire bends are a bit untidy.

    -For schematic, there is alot of unnecessary junctions. There is no need

    for junctions at pin connections, or at 90deg bends.

    -The 555 timer seems to already exist (several times) in Eagle libraries

     

    A more critical look:

    -I opened this is eagle 6.5.4, and I ERC errors:

    -consistancy error :net class parameters differs in brd vs sch

    -consistancy error :LED naming different in brd vs sch

    -U1 pin 5(CONT) is defined as an input but doesnt have any input (this

    could mean the U1 could go nuts, or library component pin direction for

    pin 5 is wrong). Taking a quick look at the datasheet, I'd suggest

    putting a capacitor on this pin to gnd, but I do not know this circit.

    Since I'm unsecure, I would just put it in and worry about soldering it

    later.

     

    ERC Warnings:

    -Missing juction at the CONN xref

    -VDD power pin of U1 connected to N$1 (Eagle expects pins with direction

    POWER to be connected to a net with same name as the pin)

    -LED1 is missing a value

     

    DRC issues:

    -For this kind of board, I would make larger distance between pads and

    wire (fill).

    -There are some weird stuff left on stop mask around pin 4 of U1. It

    seems to be in the package definition.

    -Capacitor package has capacitor symbol on pads. They will be shaved off

    by the manufacturer but if you do want silk screen, I'd remove it from

    package.

     

    Finally, I have a personal preference for SMD components for small

    projects. Drilling is just unnecessary work, and soldering SMD runs

    smooth after some practice. Im sure you can find tutorials on youtube.

    I also prefer to have sensible netnames that can quickly point you back

    to schematic when reviewing the layout.

     

    I did some homework for you and attached the cleanup I did to your

    project. Compare it with yours image Use 7zip.org to unpack.

     

     

    Hi Morton,

    despite the fact that you are verrrrry polite image

    here my critics to your layout:

    for though hole technology the bottom layer should be used

    and  you "confirm" his way of connecting the gnd connections via ratsnest.

    This method leads imho to coincidental connections specially in  higher

    density layouts.

     

    --

    Mit freundlichen Grüßen / With best regards

     

    Joern Paschedag

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • autodeskguest
    0 autodeskguest over 10 years ago in reply to Former Member

    Am 20.07.2015 um 09:59 schrieb Jacob Sycha:

    Hi, thanks a lot! This really helped! Just a little issue, I can't find

    the attached file, Is the problem on my side, or did you forget to

    attach it?

     

    --

    To view any images and attachments in this post, visit:

    http://www.element14.com/community/message/155289

     

     

    Hi Jacob,

    the file was attached by Morton.

    It was, as usual, not linked by element14 which is imho the worst place

    to check things with eagle.

    I suggest you use:

     

    http://www.eaglecentral.ca/forums/

     

    or get a news reader like thunderbird and connect to

     

    news.cadsoft.de

     

    --

    Mit freundlichen Grüßen / With best regards

     

    Joern Paschedag

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • autodeskguest
    0 autodeskguest over 10 years ago in reply to autodeskguest

    On 20.07.2015 10:15, Joern Paschedag wrote:

    Hi Morton,

    despite the fact that you are verrrrry polite image

    here my critics to your layout:

     

    Hey, and thanks for giving feedback image I really appreciate it starting

    to think I can do it all.

     

    for though hole technology the bottom layer should be used

     

    Yes you are right I should have moved all to bottom layer for this

    design. My excuse is mostly being in "smd" mode image For thorugh hole, its

    easier to solder at the bottom, away from components. But signal wise,

    of course it doesnt matter if you put this on top or bottom of the real

    pcb. If you choose top, you have to make sure there is solder stop or no

    unwanted exposed metal between top and components.

    Tbh, I dont know if you can put eagle to single layer mode on L16 and

    avoid the top mask vs silk DRC issues. Maybe you do?

     

    and  you "confirm" his way of connecting the gnd connections via ratsnest.

    This method leads imho to coincidental connections specially in  higher

    density layouts.

     

    Doing filled routing on layouts that doesnt have a separate solid signal

    layer may be an issue yes. But for this brd, the GND is rather easy to

    get an overview over. For a slightly larger board, I would have second

    thoughts without the full GND backup and maybe done a GND backbone wired

    thick and filled over just for the nice look (and less copper to etch off)

     

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • autodeskguest
    0 autodeskguest over 10 years ago in reply to autodeskguest

    Am 20.07.2015 um 10:52 schrieb Morten Leikvoll:

    On 20.07.2015 10:15, Joern Paschedag wrote:

    Hi Morton,

    despite the fact that you are verrrrry polite image

    here my critics to your layout:

     

    Hey, and thanks for giving feedback image I really appreciate it starting

    to think I can do it all.

     

    image

    for though hole technology the bottom layer should be used

     

    Yes you are right I should have moved all to bottom layer for this

    design. My excuse is mostly being in "smd" mode image

     

    I was certain of that!!! image

     

    For thorugh hole, its

    easier to solder at the bottom, away from components. But signal wise,

    of course it doesnt matter if you put this on top or bottom of the real

    pcb. If you choose top, you have to make sure there is solder stop or no

    unwanted exposed metal between top and components.

    Tbh, I dont know if you can put eagle to single layer mode on L16 and

    avoid the top mask vs silk DRC issues. Maybe you do?

     

    I dunno, never done single layer...

    and  you "confirm" his way of connecting the gnd connections via

    ratsnest.

    This method leads imho to coincidental connections specially in  higher

    density layouts.

     

    Doing filled routing on layouts that doesnt have a separate solid signal

    layer may be an issue yes. But for this brd, the GND is rather easy to

    get an overview over. For a slightly larger board, I would have second

    thoughts without the full GND backup and maybe done a GND backbone wired

    thick and filled over just for the nice look (and less copper to etch off)

     

     

    Yes, for this board it's peanuts...

    But I remember some faulty boards I had to check...

    Schematics were OK but still didn't work.

    The boards carried some higher currents, where the gound wasn't as

    straight as the positive supply. Instead gnd was scattered through an

    "asteroid field" (components)  image

    And every time I heard:"I'm doing it since years that way" (gnd

    connections via ratsnest)

    A simple straight wire proved this fault.

     

    Anyway I just wanted people not to adapt this method  as a "standard" to

    avoid  trouble.

     

    --

    Mit freundlichen Grüßen / With best regards

     

    Joern Paschedag

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
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