Hi there. I’m new to KiCad and all of this. I need to associate a proper footprint for ADS1115 break out board. I found these CAD files from Adafruit which matches the break out board I’m using:
I can go to File > Import Project > EagleCAD and I get a project that contains a pretty library of sub-components, and a pcb file for the actual break out board (see screenshot). Now I’m trying to understand how to make an “overall pretty” from this. Like, the pretty library of the ADS1115 project doesn’t contain the actual board, but just auxiliary sub-components, whereas the .kicad_pcb
file is the actual layout of the board. How do I export this so that I can add it as a footprint library to my own project?
And already a related question. I’ve go the ADS1115 schematic from the standard library. But here the input pins are called AIN0
through to AIN3
, whereas the Adafruit file seems to call these pins A0
through to A3
. How does KiCad “know” the proper pins when I go to ‘Assign PCB footprints to schematic symbols’ ?