Skip to content

Wireless RGB #149

@Legion2

Description

@Legion2

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:

  1. 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.
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationSomething should be documentedenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions