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) Would like pcb checked if possible
  • 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 2 replies
  • Subscribers 179 subscribers
  • Views 285 views
  • Users 0 members are here
Related

Would like pcb checked if possible

autodeskguest
autodeskguest over 11 years ago

As per title,

 

Built a board over the last few days in eagle, which i haven't used very

much at all til now so it was learn as you go and was wondering if

someone could go over my board to see if it is fit to be fabbed by

someone.

 

Was thinking of using Seeedstudio as their prices seem pretty good for a

hobbyist and I'm not in a huge rush so i can wait for them to get here

to australia from china.

 

From what i can see everything is in place properly on the board but i

may be missing something.

 

Thanks. image

 

 

Board and schematic

http://www.mediafire.com/download/iu551ewkikev30o/Board.rar

 

--

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

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

 

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

    There is a lot I'd change here but lets just go over some basics.

     

    in the schematic

    1.  only use perpendicular wires to join components - no odd angles or even 45 degrees, it will make the whole thing more readable.

    2.most of your jumpers, JPx are not properly connected in the schematic.

      3. I like to see +ve supply symbols pointing to the top of the board and gnd to the bottom, again this makes a schematic more readable - get some good habits early.

     

     

    The PCB

    1. you've used a ground flood and that's a good thing but one of the most important considerations when laying out a PCB is to consider return current flow and minimise loop areas. This is essential for high speed and good for everything else. You could benefit from a few additional ground connection to tidy up return current loops, or flood  both sides and use appropriate vias, but there is always a compromise because in many cases there are sensitive nodes that should be kept free of ground.  In general read the data sheet and follow any layout guidelines.

    2. Decoupling caps should be close to the IC that they are decoupling, e.g U2, C7,C8

    3. consider the trace width, this is essential for high current, voltage drop etc, (which you don't really have) and good to keep at a reasonable width for manufacturing, especially if you are going to hand solder ( which I suspect you are).  For hand worked boards I'd not use less than 12 thou.  thicker where possible and for power.

    4. you have a lot of components where the orientation should be flipped 180 degrees e.e R4, R16 (180 degress out), this wouel make routing simpler.

    5.Always come out of a pad at 0 or 90 degrees never 45 or anything else.

     

    general component placement could be improved considerably, see point 1, and also consider what traces may be high speed and what nodes are low current/sensitive. (not very much here)

     

    It all looks like the autorouter and I've never liked the result produced for single or two layer boards

     

    good luck

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

    There is a lot I'd change here but lets just go over some basics.

     

    in the schematic

    1.  only use perpendicular wires to join components - no odd angles or even 45 degrees, it will make the whole thing more readable.

    2.most of your jumpers, JPx are not properly connected in the schematic.

      3. I like to see +ve supply symbols pointing to the top of the board and gnd to the bottom, again this makes a schematic more readable - get some good habits early.

     

     

    The PCB

    1. you've used a ground flood and that's a good thing but one of the most important considerations when laying out a PCB is to consider return current flow and minimise loop areas. This is essential for high speed and good for everything else. You could benefit from a few additional ground connection to tidy up return current loops, or flood  both sides and use appropriate vias, but there is always a compromise because in many cases there are sensitive nodes that should be kept free of ground.  In general read the data sheet and follow any layout guidelines.

    2. Decoupling caps should be close to the IC that they are decoupling, e.g U2, C7,C8

    3. consider the trace width, this is essential for high current, voltage drop etc, (which you don't really have) and good to keep at a reasonable width for manufacturing, especially if you are going to hand solder ( which I suspect you are).  For hand worked boards I'd not use less than 12 thou.  thicker where possible and for power.

    4. you have a lot of components where the orientation should be flipped 180 degrees e.e R4, R16 (180 degress out), this wouel make routing simpler.

    5.Always come out of a pad at 0 or 90 degrees never 45 or anything else.

     

    general component placement could be improved considerably, see point 1, and also consider what traces may be high speed and what nodes are low current/sensitive. (not very much here)

     

    It all looks like the autorouter and I've never liked the result produced for single or two layer boards

     

    good luck

    • 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