Skip to content

Commit

Permalink
added production and assembly instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
glowingkitty committed Mar 15, 2024
1 parent 92b60b6 commit 9a25876
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions elec/src/button-pcb.ato
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ module ButtonPCB:
The LEDs give visual feedback, for example for the current brightness level.

The PCB is connected via cables to the main PCB of the lamp.

Production settings:
- Layers: 2
- PCB Thickness: 1.6mm
- PCB Color: White
- Surface Finish: ENIG

PCBA Assembly:
- Bake Components: YES
- leave other options on defaults
"""
# Add power
power = new Power
Expand Down
9 changes: 9 additions & 0 deletions elec/src/main-pcb.ato
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ module MainPCB:
"""
This is the main PCB of GlowLight & GlowTower. It contains all the power management, the microcontroller and more.
WS2812B LED strips are connected to this PCB via pin headers.

Production settings:
- Layers: 6
- PCB Thickness: 1.6mm
- PCB Color: Black
- Surface Finish: ENIG

PCBA Assembly:
- leave with default options
"""

# Add power
Expand Down

0 comments on commit 9a25876

Please sign in to comment.