Tuesday 10 February 2015

eagle - Advice on going from rat's nest to routed PCB


Can anyone offer any useful strategies on going from a rat's nest to a routed PCB?


(I'm using Eagle and aiming to make single/double sided PCBs at home)


Drawing the schematic is fine, but when it comes to routing the tracks, it feels like unravelling a giant ball of wool.



Answer



One resource that I refer people to quite frequently is David Jones' PCB Design Tutorial.


Lots of good info on component placement, routing, tolerances, layers, etc...



Just to reiterate what others have said, and D. Jones says as well, it all starts with component placement. Be willing to rip up, move components, start over, etc... Don't get lazy or stubborn and try to force that round peg into a square hole. If the routing becomes difficult, there is probably a way to move or rotate parts so that suddenly it becomes easier.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...