Legion2 / CorsairLightingProtocol

Control LEDs connected to an Arduino with iCUE, create an unofficial Corsair iCUE compatible Arduino LED controller.
Apache License 2.0
499 stars 64 forks source link

Commander pro to 6 argb fans #363

Closed JACKAR710 closed 3 months ago

JACKAR710 commented 4 months ago

I've been looking through your repository and it's really something. I was wondering if you have any advice on creating a controller that takes the data sent by a channel on the Commander pro, and converts it so that you'd be able to control multiple 3 pin argb devices. This would be very helpful when using signalRGB.

Kind regards, A fellow embedded fanatic

Legion2 commented 4 months ago

What do you mean by 3 pin devices? Normal addressable led stripes? Have a look at https://github.com/Legion2/CorsairLightingProtocol/blob/dev/examples%2FMultipleFans%2FMultipleFans.ino. it controls multiple led strips per channel.

JACKAR710 commented 4 months ago

I read the code and I couldn't really figure out how the avr board is supposed to recieve data from the lighting node (or in my case the commander pro). With 3 pin argb I meant the goto argb connection.

Legion2 commented 4 months ago

do you know how to use the FastLED library and how to wire the components?

github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.