this post was submitted on 17 Oct 2024
8 points (90.0% liked)

OpenRGB

444 readers
1 users here now

The official Lemmy community for the OpenRGB project.

Official website: https://openrgb.org

GitLab: https://gitlab.com/CalcProgrammer1/OpenRGB

founded 3 years ago
MODERATORS
 

I have been trying to figure out if i should get a better controller than the onboard controller on my ASRock motherboard.

The only problem is that it doesn't seem to support enough LEDs (or more than 5V/3A which is cutting it close) or direct mode.

I have been looking at the Razer Controller but the supported devices page and old Reddit posts seem to be torn on how good the support is in OpenRGB.

I mostly just need to get a working direct control since the direct control mode currently makes my ASRock motherboard unbootable (temporarily).

Any suggestions are welcome :)

you are viewing a single comment's thread
view the rest of the comments
[–] CalcProgrammer1@lemmy.ml 3 points 1 week ago (3 children)

Corsair Lighting Node is another good option. The real Corsair one works well but if you're willing to DIY you can use CorsairLightingProtocol on an Arduino Pro Micro and have 2 channels of ARGB with direct mode support for like $6, and you can use multiple. I have one in my case for case lighting as I used up my motherboard headers on fans and I used this as the controller for my OpenRGB desk fan project as well.

[–] sigurdtheone@lemmy.world 1 points 1 week ago (1 children)

Unfortunately, the solution with the Chroma Controller didn't pan out, there are some probolems with the functionality of the Controller. The controller does not boot when the system is powered on only about ~20 seconds after which is nit-picky but a bit annoying. Even worse the controller doesn't seem to respond to input from OpenRGB before resetting the controller using the Razer Plugin which is a bit of a deal-breaker.

I think I'm gonna return it, but on that note, I am a bit curious as to the solution with the Arduino Pro Micro, how complex is it to build something like that? and what are the limitations in terms of power etc?

[–] CalcProgrammer1@lemmy.ml 1 points 6 days ago

It's just a matter of flashing the CorsairLightingProtocol firmware (instructions on the project's GitHub page) and then soldering the data pin of your LED strip to the appropriate Arduino pin. You can provide 5V power to the LEDs from a Molex or SATA power cable which allows as much power as your PSU can handle. You can draw 5V from the Arduino directly to run the LEDs but I would only run 30 LEDs or fewer with this power source. If you want more LEDs then connect them straight to your PSU.

load more comments (1 replies)