[BREAKGLASS] Design files for the SeedHammer II hardware. https://seedhammer.com
Go to file
seedhammer ce2f357579
Some checks failed
PCB production files / build (push) Has been cancelled
pcb: redesign needle driver to massively increase bulk capacity
Hopefully, that will lessen the spike load on the power supply.
2025-05-31 23:04:32 +02:00
.github/workflows .github: remove extra .zip extension from action file set 2025-05-13 14:12:04 +02:00
cad initial import 2025-05-08 20:46:09 +02:00
pcb pcb: redesign needle driver to massively increase bulk capacity 2025-05-31 23:04:32 +02:00
.gitignore pcb: redesign needle driver to massively increase bulk capacity 2025-05-31 23:04:32 +02:00
go.mod initial import 2025-05-08 20:46:09 +02:00
LICENSE initial import 2025-05-08 20:46:09 +02:00
README.md initial import 2025-05-08 20:46:09 +02:00

SeedHammer II hardware

PCB 3D render PCB 3D render

This repository contains the design files for the SeedHammer II machine.

PCB

The schematic and PCB are in KiCad format.

Generate production files (gerber, BOM, CPL) with the Go script:

$ cd pcb
$ PATH=$PATH:/path/to/kicad-cli go run .

Production boards are manufactured by JLCPCB with the following settings:

  • Surface Finish: ENIG
  • Material Type: FR4 TG155
  • Stackup: JLC04161H-7628 (impedance controlled)

LCD

In addition to the PCB, an LCD from buydisplay.com is required. Only the variant with capacitive touch is supported by the firmware.

CAD

The CAD files for the custom machine parts are in STEP format.