This is a free to use KiCad library.
Compatible KiCad version: 8 (and higher)
More than 300 symbols and 60 footprints.
Additional information:
Do you have a request for a component? Submit a request using the issue tracker. Please specify a specific manufacturer/manufacturer part ID/JLCPCB part ID if possible.
The repo is set up as follows:
lily_kicad_lib/
|- 3d_models # 3D models for the footprints
|- documents # documentation (reports, naming conventions)
|- lib_test # KiCad project for testing library symbols and footprints
|- lily_footprints.pretty # footprint library
|- scripts # script for generating reports, checking the library
|- symbols # symbols library
The 3D models are taken from three sources:
- KiCad 3D models
- Manufacturer 3D models
- Self created 3D models (design is included in the repo)
Footprints are created using the specifications of the manufacturers. All footprints have a 3D model attached if applicable. All footprints have the following extra attributes:
- Revision: numeric value for the revision of the footprint.
All symbols have the following extra attributes:
- Revision: numeric value for the revision of the symbol.
- Status: Active or Obsolete
- Manufacturer: manufacturer name (original, alternatives are not added)
- Manufacturer_ID: manufacturer part ID (original, alternatives are not added)
- Lily_ID: part ID for the ERP system used in LilyTronics.
- JLCPCB_ID: part ID used by JLCPCB.
- JLCPCB_STATUS: Basic, Extended preferred, Extended
There are two ways you can use the KiCad libraries:
- As a project specific library
- As a global library
Which one you choose is depending on your preferred way of working. See the KiCad documentation on how to add libraries. If your KiCad project is also in a git repository, you can clone this library as a sub module in your git poject. See the Git documentation on how to add sub modules to your projects.
This library is provided as is, without any support. We do not take any liability for damages when using this library.
(c) LilyTronics (https://lilytronics.nl)