Friday 27 January 2017

pcb design - How to create measurement points on a PCB for diagnostics?


What is the best way to implement a point on a PCB, where a voltage (e. g. output of a regulator) could be measured with multimeter for the purpose of verification of the assembly or diagnostics in case of malfunction (preferably in Eagle)?




Answer



This is quite a common thing to want to do, and really helpful for checking voltages.


A test point is really just a plated hole, perhaps with some nice labelling. Eagle has a library called testpad which contains holes and pads in all shapes and sizes with a nice schematic symbol.


When placing test points I'd recommend laying them out on a 0.1" global grid which means that if you have several near to each other you can use some Veroboard with pogo pins attached to make a simple test fixture.


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