-
-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
documentationSomething should be documentedSomething should be documentedenhancementNew feature or requestNew feature or request
Description
There were multiple requests on wireless RGB with CLP, if this is even possible and how to do it. Because CLP is modular it's simple to use it with existing wireless technologies. It is only required that the wireless technologies can reliably transmit (bidirectional) data with an adequate bandwidth. The wireless connection is only used as a bridge between a USB-HID compatible Arduino and remote device.
Two approaches are possible to implement wireless RGB with CLP:
- CLP runs on the USB-HID compatible Arduino and sends the already processed RGB data via wireless connection to remote device which only have to use for instance FastLED to display them on LED Strips.
- On the USB-HID compatible Arduino only a small firmware bridge is running which sends the raw CLP Commands via wireless connection to a remote device.
On the remote device CLP is running with an adapter for the wireless connection.
A more detailed description should be added to the Wiki.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationSomething should be documentedSomething should be documentedenhancementNew feature or requestNew feature or request