add kicad notes

This commit is contained in:
Tom 2024-09-09 12:29:31 +02:00
parent 8880d11278
commit fea8c25e24

View File

@ -0,0 +1,39 @@
---
title: Kicad Notes
layout: post
excerpt: A collection of Kicad related links and notes.
image: /assets/blog/kicad/kicad.png
thumbnail: /assets/blog/kicad/kicad.png
assets: /assets/blog/kicad
alt:
head: |
<script type="module" src="/assets/js/kicanvas.js"></script>
---
A list of kicad related resources and tools.
## [JLCPCB](jlcpcb.com)
- [SMT Assembly](https://jlcpcb.com/smt-assembly)
- [Parts catalogue](https://jlcpcb.com/parts)
- [Alternate frontend for catalogue](https://github.com/yaqwsx/jlcparts)
## [LCSC](https://www.lcsc.com/)
## [Gingerbread](https://gingerbread.wntr.dev/)
A nice web based tool for converting SVG artwork into Kicad files.
## [KiKit](https://github.com/yaqwsx/KiKit)
An automation tool for Kicad, allowing automatic panelisation, generation of html board pages and other things. [Example github action using kikit](https://github.com/vroland/epdiy-hardware/blob/main/.github/workflows/main.yml)
## [Pinion](https://github.com/yaqwsx/Pinion/)
Makes interactive, nice-looking pinout diagrams for pcbs.
## [pcb2blender](https://github.com/30350n/pcb2blender)
Export kicad to blender for nicely lit renders
Related: [pcbdraw](https://github.com/yaqwsx/PcbDraw/)