Skip to content

Commit

Permalink
Add PCB and enclosure files, add Example Build section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
disq committed Feb 11, 2023
1 parent 3947df1 commit 7f17758
Show file tree
Hide file tree
Showing 17 changed files with 271,014 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Simple LED Control project for Raspberry Pi Pico and Pico W with MQTT (and Home

![image](./doc/cycle.gif) ![home assistant](./doc/ha-shot.png)

- [Example Build](#example-build)
- [Hardware](#hardware)
- [Usage](#usage)
- [Before you start](#before-you-start)
Expand All @@ -14,6 +15,24 @@ Simple LED Control project for Raspberry Pi Pico and Pico W with MQTT (and Home
- [Build](#build)
- [Flash](#flash)

## Example Build

This build uses the DFRobot mmWave sensor to detect presence, and the Sparkfun RGB Rotary Encoder with built-in push button. The rotary encoder is used to control the LED strip, and the "C" button is used to turn the LEDs on/off.

PCB:

![pcb](./pcb/IMG_1639.jpg)

The PCB can be ordered from AISLER, [here](https://aisler.net/p/ESZQZJZG) or from another manufacturer of your choice.

3D printed enclosure:

![enclosure](./enclosure/IMG_1633.jpg)

The enclosure design files are stored in Tinkercad, [here](https://www.tinkercad.com/things/83AKoWrE1k2-ledcontrol-case).

PCB files and additional photos can be found in [./pcb](./pcb) and the 3D printed enclosure files and photos are in [./enclosure](./enclosure).

## Hardware

- Raspberry Pi [Pico](https://shop.pimoroni.com/products/raspberry-pi-pico) or [Pico W](https://shop.pimoroni.com/products/raspberry-pi-pico-w)
Expand Down
Binary file added enclosure/IMG_1633.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added enclosure/IMG_1634.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added enclosure/IMG_1635.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added enclosure/IMG_1636.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added enclosure/bottom-case.stl
Binary file not shown.
Binary file added enclosure/pushbutton-stick.stl
Binary file not shown.
Binary file added enclosure/top-cover.stl
Binary file not shown.
Binary file added pcb/IMG_1639.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pcb/IMG_1640.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pcb/ledcontrol-backcopper.pdf
Binary file not shown.
Binary file added pcb/ledcontrol-frontcopper.pdf
Binary file not shown.
Binary file added pcb/ledcontrol-kicad6.zip
Binary file not shown.
Binary file added pcb/ledcontrol-schematic.pdf
Binary file not shown.
Binary file added pcb/ledcontrol-socketed v0.stl
Binary file not shown.
Loading

0 comments on commit 7f17758

Please sign in to comment.