Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timschneeb/ws2812ledcontroller
Advanced LED controller software for the raspberry pi with a remote client application
https://github.com/timschneeb/ws2812ledcontroller
ambient-light audio-processing audio-reactive audio-visualizer led led-strip-controller raspberry-pi remote-control ws2812
Last synced: 3 days ago
JSON representation
Advanced LED controller software for the raspberry pi with a remote client application
- Host: GitHub
- URL: https://github.com/timschneeb/ws2812ledcontroller
- Owner: timschneeb
- License: mit
- Created: 2022-04-03T03:23:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T17:56:33.000Z (4 days ago)
- Last Synced: 2024-11-16T18:30:07.444Z (4 days ago)
- Topics: ambient-light, audio-processing, audio-reactive, audio-visualizer, led, led-strip-controller, raspberry-pi, remote-control, ws2812
- Language: C#
- Homepage:
- Size: 24.5 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ws2812LedController
Advanced LED controller software for the raspberry pi. Supports WS28XX LED strips out of the box; can support other strips with simple modifications to the code.**Work-in-progress**
![client](https://user-images.githubusercontent.com/38386967/200141814-6502947b-f38a-4c10-86c1-ed4b6b8910e2.png)
## Features
Server-side software:
* IR remote support
* Many [animations](https://github.com/ThePBone/Ws2812LedController/tree/master/Ws2812LedController.Core/Effects) included
* Remote control via Web API (HTTP)
* Low-latency/real-time LED projection over the network via UDP
* [Samsung SmartThings support](https://github.com/ThePBone/Ws2812LedController/tree/master/SmartThings)
* Philips Hue compatible (via DiyHue)
* Multiple layers
* Split your strip into multiple virtual strips
* Duplicate or mirror the LED state of one virtual strip to another
LED simulator software:
* Supports all features from the actual server-side software
* Renders to a virtual LED strip on your screen
* Also supports HTTP API and UDP remote projectionClient-side software:
* GUI application
* Audio reactive LED effects (projected remotely over UDP)
* Ambilight effects (projected remotely over UDP) (Work in progress)
* Presets
* Color palettes