Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

What's the use of the teardrop shapes around some PCB pads?

enter image description here

share|improve this question
Good question. I've never used them, and I see that teardrops are sometimes optional in EDA suites. – stevenvh Apr 18 '11 at 15:44
1  
Possible to show a picture on what you mean? – Dean Apr 18 '11 at 15:53
1  
@Dean - added a picture (I think you need a minimum rep to do so) – stevenvh Apr 18 '11 at 16:00
1  
Going to guess to improve connectivity between track and pad. – Dean Apr 18 '11 at 16:00
@avra - thanks for the revenge downvote! – Federico Russo May 14 '12 at 9:42

5 Answers

up vote 26 down vote accepted

There are primarily two reasons to use teardrops:

  1. It avoids a pocket (where the trace meets the pad) that could collect acid from the PCB etching process which would later do bad things.
  2. It reduces mechanical & thermal stress resulting in less hairline cracks in the trace.

That being said, in professionally made PCB's teardrops are rarely needed. It's almost more of an aesthetic thing than a solution to a real problem. I've done many boards with and without teardrops and I have yet to notice a difference. In my opinion, they are more trouble than they are worth.

share|improve this answer
2  
I see how they could be little use; but how are they trouble? (as in "more trouble than they are worth.") – Javier Apr 18 '11 at 20:06
1  
@Javier It really depends on how your CAD software handles them. What you don't want is to have to draw the teardrops manually for every pad/via. Years ago I used Protel that would make good looking teardrops, but had some bugs that caused problems in the gerber output when teardrops were used. Now I use Cadence Allegro, which has lots of issues. At the very least, the teardrops simply take longer to draw and makes editing the PCB more cumbersome (assuming that you have a super complex PCB to begin with). – David Kessner Apr 18 '11 at 20:20
I've seen a number of PCBs with broken pads that cracked at the point where the teardrop touches the trace. – endolith Apr 26 '11 at 14:41
6  
It's worth noting that teardrop-pads are necessary in some specialist situations, namely flex-pcb. Teardrops on flex-pcb layouts serve to reduce the stress bottleneck where the trace joins the pad. – Connor Wolf Jul 7 '11 at 23:12

They are mainly used on single-sided boards, to increase reliability. I often use them on my home-made PCBs.

share|improve this answer
2  
Is that because it's single-sided, or (with all respect) because it's non-professional (DIY)? In other words, are they also useful if you have your PCBs produced in a shop? – stevenvh Apr 18 '11 at 16:11
2  
It's mainly because single-sided boards don't have PTH. – Leon Heller Apr 18 '11 at 16:37
2  
that was going to be my answer... The bit about it not having plated through holes which results in the pad being able to be pulled up a lot easier or move around with shock resulting in breaks over time. – Kellenjb Apr 18 '11 at 17:13
1  
In my dictionary PTH = Pin Through Hole, but I guess you mean Plated Through Hole. :-) – stevenvh Apr 18 '11 at 17:30

The teardrop is to help the drilling process. It prevents drill breakout where the trace joins the via or through hole. Sometimes it's not necessary do it because the manufacturer can do it for you.

Where I work, our repair department recommend us do it because it increase the strengthening of connections between pads and tracks.

share|improve this answer
It might help the drilling process, but I've seen plenty of them on SMT pads. – David Kessner Apr 18 '11 at 17:25
We have never had any issues that I know of with pads getting pulled up when drilling after etching. – Kellenjb Apr 18 '11 at 17:30
@Kellenjb: it's not that the pads pull up, it's that the drill can be misaligned by a larger distance and still not create an open-circuit by drilling through the narrow track. – Martin Thompson May 11 '12 at 10:24

If you look at the picture the Ben Jackson posted in answer to a question about solder mask expansion, you'll see that the drilled holes can be significantly off-center from the pad centers.

In extreme cases, you could actually end up with holes that leaves no or very little annulus to make the connection to outgoing traces. The tear drop ensures that there's enough pad material left over to have a solid connection to the pad.

share|improve this answer
I understand that the hole isn't always dead in the center, but if it's so far off that it goes off the pad I think I would go and find another manufacturer. – stevenvh Apr 19 '11 at 6:13
It might be a cost-quality tradeoff. Perhaps the main goal is to slap a product together cheaply - they might be willing to go with a lower-precision fab, and design the board to accomodate that choice. It might also be that there is only a small handful of parts that need extra densely placed PTH's that doesn't justify paying for higher precision fab for the other 99% of the board. The teardrop might be the "compromise" solution for those cases. – Toybuilder Apr 19 '11 at 17:31

The simple answer is for Strain Relief.

Like a plug with a thin cable, it needs a graduated support to prevent the shear forces of thermal expansion when desoldering a component or when a human interface force is involved ( eg mic jack or a heavy part on a board.)

Where you do not have strain or any thermal or mechanical stress in the application, it is unnecessary. But I have seen dozens of times when this would have prevented a track failure that was hard to see with the naked eye. One example was a $2K Mac vertical monitor with the flyback transformer on the main board... It created a micro-sheer crack impossible to see, but whenever the CRT went blank a slap to the side of the case fixed it. Which lasted for a few days, until the secretary cried.... help.. so I came to the rescue with a soldering iron. and said to myself... I wish the board designer knew about tear drop pads.

share|improve this answer
2  
If it's for strain relief can't you simply use a larger pad? A lot easier and more effective, as it goes all the way round the pin. – Federico Russo May 11 '12 at 16:35
Absolutely not. It is the track that needs to be enlarged , or rather the track pad interface... When you put teardrops into the standard library for interface devices its not hard. It is not needed for every via. – Tony Stewart May 11 '12 at 16:42

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.