Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klein0r/pcb-ws2812-ethernet-controller
Ethernet Controller for WS2812 LED Stripes
https://github.com/klein0r/pcb-ws2812-ethernet-controller
controller diy esp32 ethernet led pcb wled ws2812
Last synced: 3 months ago
JSON representation
Ethernet Controller for WS2812 LED Stripes
- Host: GitHub
- URL: https://github.com/klein0r/pcb-ws2812-ethernet-controller
- Owner: klein0r
- License: mit
- Created: 2021-05-12T15:47:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T10:23:26.000Z (6 months ago)
- Last Synced: 2024-10-15T04:13:02.234Z (4 months ago)
- Topics: controller, diy, esp32, ethernet, led, pcb, wled, ws2812
- Homepage: https://haus-automatisierung.com/
- Size: 10.7 MB
- Stars: 34
- Watchers: 7
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WS2812 / SK6812 Ethernet Controller Custom PCB
Control your addressable LED with custom software like [WLED](https://github.com/Aircoookie/WLED)
[Gerber-Files](https://github.com/klein0r/pcb-ws2812-ethernet-controller/releases)
## Important notes
The [WT32-ETH01](https://en.wireless-tag.com/product-item-2.html) has been released in different revisions. This adapter has been tested with revision 1.2 (length of the WT32-ETH01 PCB is ~5.5 cm).
**Some revisions may not fit!** I've received a photo of revision 1.4 with a PCB length of ~6.0 cm. Use PCB version 2.0 (or later) of this project to ensure the adapter will fit.
## Preview
![PCB Preview](https://raw.githubusercontent.com/klein0r/pcb-ws2812-ethernet-controller/master/preview.png)
![PCB Photo](https://raw.githubusercontent.com/klein0r/pcb-ws2812-ethernet-controller/master/previewReal.jpg)
## Components
- U1: WT32-ETH01 ESP32
- U2: SN74AHCT125DR
- C1: Capacitor Radial 3.8mm 1000μF 6.3V
- F1: Stelvio Kontek STV PTF/75 + Fuse 5x20mm, 5A (max. 6A)
- J1: Barrel Jack Connector - Wuerth 6941xx301002
- J2: PHC 1725669 - MPT 0,5 / 3-2,54
- J3: PHC 1725669 - MPT 0,5 / 3-2,54
- J4: 1x4 2.54mm Male Pin Headers (for flashing - soldering not required)
- J5: 1x2 2.54mm Male Pin Headers (for flashing - soldering not required / jumper)
- R1: Resistor 0805 330
- R2: Resistor 0805 330[Component list (Affiliate-Link)](https://haus-auto.com/p/rei/ListeWS2812Eth)
## GPIO
- GPIO2 = Data line 1 of addressable strip
- GPIO4 = Data line 2 of addressable strip## License
The MIT License (MIT)
Copyright (c) 2024 Matthias Kleine
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.