Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willdurand/kicad-libs
William Durand's KiCad Libraries
https://github.com/willdurand/kicad-libs
kicad kicad-3dshapes kicad-footprints kicad-libraries kicad-libs kicad-symbols openscad
Last synced: 21 days ago
JSON representation
William Durand's KiCad Libraries
- Host: GitHub
- URL: https://github.com/willdurand/kicad-libs
- Owner: willdurand
- License: other
- Created: 2020-06-07T22:24:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-12T20:27:44.000Z (almost 3 years ago)
- Last Synced: 2024-10-31T01:13:02.308Z (2 months ago)
- Topics: kicad, kicad-3dshapes, kicad-footprints, kicad-libraries, kicad-libs, kicad-symbols, openscad
- Language: OpenSCAD
- Homepage:
- Size: 1.9 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# willdurand-kicad-libs
## Installation
1. Get a local copy of this repository (_e.g._, `/path/to/kicad_libs/willdurand-kicad-libs`)
2. Import the `*.kicad_sym` files as Global or Project Symbol Libraries in _Eeschema_
3. Import the `*.pretty` files as Global or Project Footprint Libraries in _Pcbnew_
4. Configure a new 3d shape alias named `willdurand-kicad-libs` that points to `/path/to/kicad_libs/willdurand-kicad-libs` in _Pcbnew_## Usage
This repository contains several libraries. Each library provides several
symbols along with their footprints. Some symbols have 3D shapes too! 3D shapes
have been created with [OpenSCAD](https://www.openscad.org/) and transformed
into `.step` files using [FreeCAD](https://www.freecadweb.org/) (_via_ `.csg`
files).### willdurand_connector
| Symbol | Description | 3D Shape |
| ----------- | --------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| GB_GBC_1x32 | 32 Pin card slot connector for GameBoy/GameBoy Color ([link](https://www.aliexpress.com/item/32832493101.html)) | ![Preview of GB_GBC_1x32](docs/willdurand_connector_GB_GBC_1x32.png) |#### Footprints (without symbols)
| Name | Description | 3D Shape |
| ------------------ | ------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------- |
| LongPinSocket_1x14 | 14 pins socket with long pins based on KiCad's 1x14 pin socket footprint | ![Preview of LongPinSocket_1x14](docs/willdurand_connector_LongPinSocket_1x14.png) |
| HC49US | Crystal Oscillator HC-49S 16MHz ([link](https://www.aliexpress.com/item/32452467829.html)) | ![Preview of HC49US](docs/willdurand_crystal_HC49US.png) |## License
All the files are released under the [Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license](https://creativecommons.org/licenses/by-sa/4.0/).