cancel
Showing results for 
Search instead for 
Did you mean: 

AURA SDK - Projects and Apps List

AkaNe0
Level 10
Share here your applications and your ongoing projects that use the AURA SDK.

AuraSDKCSharp by InhexSTER
Description: C# wrapper for AURA SDK
GitHub: https://github.com/InhexSTER/AuraSDKCSharp

AuraCUE by opticalgenesis
Description: AuraCUE is a .dll extension, with accompanying .h and .lib files that aims to unify the two released RGB hardware SDKs (ASUS AURA and Corsair).
GitHub: https://github.com/opticalgenesis/AuraCUE

HueHue by BrianLima
Description: HueHue is a LED controller built to drive Arduino powered LED strips, using a intuitive UI, primarily meant to illuminate PC cases with many pre-built effects and a awesome sound reactive mode.
GitHub: https://github.com/BrianLima/HueHue

RGB.NET by DarthAffe
Description: Unify the use of various RGB-devices including ASUS, CoolerMaster, Corsair, Logitech...
GitHub: https://github.com/DarthAffe/RGB.NET
And don't forget, Keep pushing it !
29,589 Views
12 REPLIES 12

brianostorm
Level 7
https://github.com/BrianLima/HueHue

HueHue is a LED controller built to drive Arduino powered LED strips, using a intuitive UI, primarily meant to illuminate PC cases with many pre-built effects and a awesome sound reactive mode.

I am working on integrating Asus aura right now on it, first release should come soon!

brianostorm wrote:
https://github.com/BrianLima/HueHue

HueHue is a LED controller built to drive Arduino powered LED strips, using a intuitive UI, primarily meant to illuminate PC cases with many pre-built effects and a awesome sound reactive mode.

I am working on integrating Asus aura right now on it, first release should come soon!


Thanks for sharing. I added your project to the list. Pretty cool project, keep pushing it!
And don't forget, Keep pushing it !

https://github.com/DarthAffe/RGB.NET

Still under heavy development but slowly it becomes a thing.

Darth Affe wrote:
https://github.com/DarthAffe/RGB.NET

Still under heavy development but slowly it becomes a thing.


Thanks for sharing! Your project seems quite awesome and promising.
And don't forget, Keep pushing it !

https://github.com/darkspace/AuraSense

A Windows service to turn the Asus Aura LED into a soothing CPU usage indicator. At 0% usage LEDs slowly pulsate green. As CPU load increases, LEDs pulsate quicker and transition to full red at 100%. Handles resume from sleep properly. The service itself uses roughly 1% CPU.

If there is interest I can have pulse rate, max brightness, colors be configured via xml file. Pulsating blue looks like a Star Trek warp core. 🙂

darkspace wrote:
https://github.com/darkspace/AuraSense

A Windows service to turn the Asus Aura LED into a soothing CPU usage indicator. At 0% usage LEDs slowly pulsate green. As CPU load increases, LEDs pulsate quicker and transition to full red at 100%. Handles resume from sleep properly. The service itself uses roughly 1% CPU.

If there is interest I can have pulse rate, max brightness, colors be configured via xml file. Pulsating blue looks like a Star Trek warp core. 🙂


Thank you so much for this, I didnt like the hard transitions and was looking for a smoother gradient. i was hoping to tinker with your code for my own personal use, which of these files could i edit to change colors/pulse rate? Ive tried editing values in the "AuraSense.cpp" and restarting the service but it seems to do nothing

for instance:
const int MinBright = 256; // minimum brightness, 0 to MaxBright
const int MaxBright = 256; // maximum brightness, MinBright to 256

I would assume this would cause the strobe to disappear as min/max brightness would be the same. Any changes to values for pulse rate do nothing


Also do you know if there is a way to detect things other than CPU usage? ie: CPU temp, memory usage, GPU usage/temp, etc...
Would like to see if I could get everything in my PC lit interdependently based on its usage so I could essentially look at the colors of my components to monitor their status

dru__
Level 7
Does anyone know if there's any way to customize the lights that Aura will control on Hue? It appears to be an all or nothing affair, with no configuration aside from initial setup. LastProfile.xml only contains one value for Hue:


x.x.x.x


If not, I'm considering creating a hue bridge proxy that lets you limit what lights Aura will be able to control, since I don't want my porch lights (and every room in my home) to match my gaming setup 😛

75467

Hi,

It would be nice to have an option to synchronize the color of the LEDs based on the video input.

So I did AURAVideoSync, basically I am taking a screenshot using GDI, analyze the pixel and making a histogram of the pixel colors.

Code can be found here: https://github.com/1m2r3a/AURAVideoSync

Since it doesn't have an interface it isn't such good looking, but I could do an interface if any interest is shown. I appreciate any feedback.

Regards,

Would you be helping me in this regard : Rolleyes:: Rolleyes: