diff --git a/.gitignore b/.gitignore index fb32da0..5052b4b 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ fp-info-cache *.xml *.csv starfish/export/* +.DS_Store diff --git a/README.md b/README.md index 3d30952..3dfe2db 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,20 @@ -# led-driver-starfish +# LED Driver - Starfish 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). -![Starfish-Visual](assets/Starfish-Visual.png) +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. -![Starfish-Visual](assets/Starfish-Closed.png) + + +starfish-b-renderstarfish-b-render + + + +## 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 diff --git a/assets/starfish-b-render-open.png b/assets/starfish-b-render-open.png new file mode 100644 index 0000000..a81e1d9 Binary files /dev/null and b/assets/starfish-b-render-open.png differ diff --git a/assets/starfish-b-render.png b/assets/starfish-b-render.png new file mode 100644 index 0000000..952597f Binary files /dev/null and b/assets/starfish-b-render.png differ