I am trying to make an antenna footprint and it was straightforward until I use it in my design. The footprint has 2 pads, 1 and 2. In my Schematic both are connected to /GND, eventhough the /GND zone is repelled by the footprint being placed. Is this a bug or did I misunderstand something?
I am planning to do RFID antenna footprint, but didnât tried it yet.
As I know the key is to copy the solution from Net-tie footprints. You should find them in KiCad library. I never used them. If you didnât know that than think about it. If you knew it than I donât know what is the source of your problem.
Others probably can be more helpful.
Perhaps KiCad thinks that both ends of the antenna are the same net (because they are). So you cannot connect them on different nets. How to confuse KiCad?
@LM21 makes sense, I now tried to add a connection so that both ends of the antenna would be /GND, but this did not seem to help at all unfortunately. Still the same problem
@Piotr I also tried the NetTie idea, did not hear about it before, but it seemed to not make any improvement either. And I would think that the Ground Loop component I used would have a similar effect anyway?
Looking at big GND pad on the right and how GND zone is connected to it ⌠may be:
zone donât connect to your antenna just because it makes thermal clearance there,
parameters for thermal spoke width make connection impossible.
Where from are those thermal connections to that big GND pad so wide. If zone tries to use the same width tracks to connect to your antenna it can be not possible to be done.
I donât think that is the problem either. I have settings on GND and VDD to be quite wide.
But I think I managed to solve it with an ugly workaround. I recreated the antenna to be a single polygon Pad and I changed the schematics to be a simple antenna with only one end, which I also connected to GND.
Ugly, yes I think so, but it seem to make the desired result. I guess I will partly put the DRC out of order so maybe there are issues that I would not spot when doing it like this?
@BlackCoffee I have not tried to directly connect the antenna with tracks, but the antenna intersected a zone with the same net /GND and I would expect the zone to merge with the antenna, but ut did not, it repelled the antenna and put distance to it even if it was the same net.
Anyway my particular problem is solved I think since I made a pad of the antenna and only have one pad. So it will be correct I think, but still odd that the original idea would not work.
This Example uses a Filled-Zone as an option (perhaps for future)âŚ
⢠I drew a Filled Polygon
⢠Right-Click, Create from Selection> Create Zone from Selection
⢠This time I used THT instead of SMD (Pad type doesnât matter)
⢠Set the Nets to GND
⢠In the Schematic, I connected to Symbols of Pads (doesnât matter, could use previous 2-pin connector). I didnât bother making Pad Footprint so, I associated them with the Connector)
FYI - you set the Walk-Around and Shove in the Interactive Settings Panel
Try selecting your pad, go to âClearance Overrides and Settingsâ and look for âPad Connectionâ. It should be selected as solid. From time to time it is set to ânoneâ by default with custom pads and then it wonât connect to zones.