DRC saying tracks near pad and pads not connected

Hi I am doing DRC and errors like pads not connected such as this:



and Tracks near pad such as this one:

This is the schematic view of he fuse:

I am pretty sure that they are connected but I am not sure why it is giving me these errors,
Any ideas?
Thanks!!!

Your via’s look weird.
Normally you can see a brown circle in the via for the drill diameter, like this:
image

I can see some pads connected to (probably) a via, but I can not see where it’s going afterwards. With your zoomed in screenshots there is no overfiew of the overall PCB.

Have you used the “Highlight net” feature to see where your tracks are going?

I’m not sure what is going on with the Fuse. My first guess would be that you should rotate it 180 degrees.
You can also change the “fill mode” of tracks, pads and via’s with the icons on the left side of the screen. This sometimes makes it much easier to see what is going on.

I think I also see different nets connected.
+HVBATT
HV_BAT
But it’s difficult to see because the text is under the arrows.
Are you willing to upload your .kicad_pcb file?
This makes it much easier for others to see what’s going on and to help.

The ratsnest shows you the shortest missing connection between two pads that should be connected to the same net. You probably have two not connected 5V islands in your pcb right now and kicad suggests to connect these two places here as these are the nearest pads of the two islands.


Also not connected by DRC does not tell you that there is a missing connection in the schematic but the other way round. It tells you that there is a connection in the schematic that does not exist on the pcb.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.