hello all brothers… i just installed the latest version of the ki cad and guess what, the microchip microcontrollers are missing…i dont see any 16f, 18f and toher most popular series in the list… what happened??? i tried updating the libs in pcb new but nothing happened… what shud i do???
KiCad has separate libraries for PIC MCU’s. I have made PIC10, PIC12, PIC16, PIC18 libraries, you should add these libraies in Eeschema in your project configuration:
Of course they are not 100% completed (for ex. PIC16 are hudge family) and still many parts are missing.
In Linux, I just did a directory listing of that folder: **dir /usr/share/kicad/library/*.lib**
and edited my /usr/share/kicad/template/kicad.pro file to include all of them (91 of them), however, eeschema seems to max-out at 87… The last 4 aren’t included. No errors are thrown as if the libraries don’t exist (there definitely there), just eeschema doesn’t populate the list with them when adding a component.