Datenkrake / kicad-libraries

2 stars 0 forks source link

Description

This repo contains all files to generate KiCad libraries from LCSC parts triggered by creating an issue with the LCSC part id as title.
All files needed to use the library in KiCad are generated and provided in the repo as output, no need to even open KiCad to generate new libraries, everything happens here.

How to...

  1. Create an issue in the repo with a LCSC part id (e.g. C1005) or multiple (C1005,C1006,C1007)
  2. Wait for the github action to complete. The repo is updated with library files and an updated db.sqlite3, so when you pull it, new parts show up in kicad.

Credits

To get LCSC part catalog: https://github.com/yaqwsx/jlcparts

To pull converted library files: https://github.com/TousstNicolas/JLC2KiCad_lib

Hints