From fea8c25e245dc381b364cdee76edbbe09f3fd3b7 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 9 Sep 2024 12:29:31 +0200 Subject: [PATCH] add kicad notes --- _posts/2024-08-24-kicad-notes.md | 39 ++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 _posts/2024-08-24-kicad-notes.md diff --git a/_posts/2024-08-24-kicad-notes.md b/_posts/2024-08-24-kicad-notes.md new file mode 100644 index 0000000..7487a4b --- /dev/null +++ b/_posts/2024-08-24-kicad-notes.md @@ -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: | + +--- +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/) \ No newline at end of file