Tuesday 2 April 2019

pcb design - How are these pcb pads made?


We want to design a pcb module that should be soldered directly onto customer pcbs (exactly like ICs ect.)


I found a module which does exactly that, please see pdf.


https://www.dropbox.com/s/ky2u9z83ja6snsh/pcb_pads.pdf


But how are these pads made i the pcb layout tool?


It looks like Plated through holes which has been placed half en pcb edge.



Answer




Those are called Castellated Vias, Castellated Holes, or half-holes, depending on what your board-house likes to call them.


Typically to have them in your design, you simply place a pad in the middle of your board outline route path, and then simply let your board-house know that your board has castellated vias.


If you want unusual pad profiles, you may need to draw up a custom pad shape as a special component.


enter image description here


Generally, if you have any questions, you should talk to your board-house to see if they can indeed do castellated vias, and how they want you to indicate them on the PCB layout.




See the electronics.stack-exchange question regarding Castellated Holes here.


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