KiCad: Some pads to solder wires on

I would do it like this: in the schematic, place a Conn_01x01_Male component and connect it to the signal you need. Then in "Assign Footprints" search for the test point you want to use, e.g. TestPoint_Pad_D2.0mm. After updating the board (in KiCad 5.1 there is a new button for this, in older version you have to do it with the usual process with the netlist), you can place the testpoint on the back with "flip" and then connect it just as all other components. The DRC test would verify that it is connected.

To be 100% sure, and to check if your method works, you can use the gerber viewer which is integrated in KiCad (the "GBR" symbol in the main window) and enable only the top and bottom copper planes.

PS: If you don't mind that there is a hole, I would use Connector_PinSocket_2.54mm for the test points. You can solder wires to it, too. Looks like you have plenty of room on your board for it.


A wire may have significant pull and the standard test for any wire connection is 5lbs or ~ 2kg.

You can imagine your pad getting ripped off. (!)

So drill a hole for suitable wire size maybe two holes but plan on some design of strain relief. then pad on last side. and feed the wire thru. Two holes gives strain relief. in 1 side and out the other.

The popular alternative is a screw terminal block. or PCB connectors and Plug

But I am glad to see you are adding Test Points to your design. We call these design for testability DFT (points) which must be included in your thought process in DFM.

Try to interface where it makes sense for cable routing, such as near an edge.