mirror of
https://github.com/paeber/led-driver-starfish.git
synced 2026-01-18 06:22:02 +01:00
Update readme
This commit is contained in:
parent
0fbbda178b
commit
74f722a691
4 changed files with 18 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -28,3 +28,4 @@ fp-info-cache
|
||||||
*.xml
|
*.xml
|
||||||
*.csv
|
*.csv
|
||||||
starfish/export/*
|
starfish/export/*
|
||||||
|
.DS_Store
|
||||||
|
|
|
||||||
20
README.md
20
README.md
|
|
@ -1,8 +1,20 @@
|
||||||
# led-driver-starfish
|
# LED Driver - Starfish
|
||||||
ESP32 based LED driver designed for use with ESPHome.
|
ESP32 based LED driver designed for use with ESPHome.
|
||||||
|
|
||||||
The pcb is designed with KiCad and has a ESP32-S3 Wroom 1 with power and usb circuit. A total of five N-Channel FETs allow to switch 12V appliances (LED) upto 4.4A each. The five channels allow multiple LED strips or ones with RGB etc. Schematic and gerber files are attached in the release. KiCad project is inside [starfish](starfish).
|
The pcb is designed with KiCad and has a ESP32-S3 with power and usb circuit. A total of four N-Channel FETs allow to switch 12V appliances (LED) upto 4.4A each. The four channels allow multiple LED strips or ones with RGBW etc.
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
<img src="./assets/starfish-b-render-open.png" alt="starfish-b-render" style="width:50%;" /><img src="./assets/starfish-b-render.png" alt="starfish-b-render" style="width:50%;" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- ESP32-S3 for use with ESPHome
|
||||||
|
|
||||||
|
- 4 Open-Drain Channels for RGBW
|
||||||
|
- 2 Buttons for user input
|
||||||
|
- WS2812 LED
|
||||||
|
- Multiple headers for further peripherals (I2C, 3V3, 5V, GPIOs)
|
||||||
|
- 6V to 15V Input
|
||||||
|
|
|
||||||
BIN
assets/starfish-b-render-open.png
Normal file
BIN
assets/starfish-b-render-open.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 804 KiB |
BIN
assets/starfish-b-render.png
Normal file
BIN
assets/starfish-b-render.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 508 KiB |
Loading…
Add table
Add a link
Reference in a new issue