mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
add kicad notes
This commit is contained in:
parent
8880d11278
commit
fea8c25e24
39
_posts/2024-08-24-kicad-notes.md
Normal file
39
_posts/2024-08-24-kicad-notes.md
Normal 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/)
|
Loading…
x
Reference in New Issue
Block a user