A WiFi-enabled LED light controller, based on the RP2350.
You can view the PCB and schematics online here.
| File type | Status |
|---|---|
| KiCad design files for the schematics and PCB | ✅ |
| Firmware source code | 🏗️ in progress |
Interactive 3D PCB viewer (web/) |
✅ |
| Frontend source code | - |
| 3D models for the enclosure | - |
Warning
This project is still under development.
I'm currently leveling up my electronics skills and learning about PCB design; I did a similar (albeit much more simple) project in the past, so since I'm already familiar with the concepts I thought it would be a good starter project into the world of PCBs.
KiCad project, located in ./kicad/ contains all of the designs and BOM
Cargo project using embassy-rs ./firmware/
Interactive three.js render of the board built from the real KiCad data —
every copper layer, dielectric slab, mask, silkscreen and via as separate
toggleable 3D elements, with an exploded view. Lives in ./web/
(pnpm dev); regenerate its data from the board file with pnpm sync-pcb.


