Saturday, 3 March 2018

Why are there teardrops on PCB pads?


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


enter image description here



Answer



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.



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...