cancel
Showing results for 
Search instead for 
Did you mean: 

AURA SDK - Latest updates

AkaNe0
Level 10
ASUS Aura SDK is an evolving developer toolkit that furthers the capabilities and benefits of our Aura illumination technology. Currently at beta stage, the Aura SDK enables developers to fully exploit the capabilities of a vast eco-system of ASUS Aura Sync-capable PC gear. With scope to visualize an array of system stats and alerts via RGB illumination, and to enhance in-game action with lighting synchronized in real time, the possibilities are virtually endless.

DOWNLOAD THE LATEST AURA SDK

SUBMIT YOUR WORK
And don't forget, Keep pushing it !
968 Views
58 REPLIES 58

fma965 wrote:
Me too, and yes i have the required VC redists installed as already mentioned in this thread and other threads.


Ive got the same problem. If I try to run the test application it states I need the debug version of the dlls. (These are not packaged in the redistributables). And cause of this, every attempt I do in my program to load the dll results in a failure. Will you fix this please? Otherwise everybody would need to install VS 2013 (Im running 2017 and even the newer version doesnt provide this dll)

I've been working on new C# wrapper, but I've ran into same issue.
It looks like DLL was built as Debug target. Need new version of SDK

Downloading debug versions of necessary DLLs I got it running. However It seems new SDK doesn't support
GSKill memory. I am getting report that I have 1 motherboard led controller.
I've tested the motherboard control, works well.
I finished wrapper for all methods currently present in SDK, but personally I can only test motherboard code.

InhexSTER wrote:
I've been working on new C# wrapper, but I've ran into same issue.
It looks like DLL was built as Debug target. Need new version of SDK

Downloading debug versions of necessary DLLs I got it running. However It seems new SDK doesn't support
GSKill memory. I am getting report that I have 1 motherboard led controller.
I've tested the motherboard control, works well.
I finished wrapper for all methods currently present in SDK, but personally I can only test motherboard code.


Amazing to hear someone is working on a c# wrapper, i really need this to complete my RGB sync between my tv ambiilight and pc 🙂

Where do you get the debug DLL's i have VS installed but i don't seem to have the needed DLL's i have VS2017 though if that is an issue?

InhexSTER wrote:
I've been working on new C# wrapper, but I've ran into same issue.
It looks like DLL was built as Debug target. Need new version of SDK

Downloading debug versions of necessary DLLs I got it running. However It seems new SDK doesn't support
GSKill memory. I am getting report that I have 1 motherboard led controller.
I've tested the motherboard control, works well.
I finished wrapper for all methods currently present in SDK, but personally I can only test motherboard code.



I second the C# wrapper, will be really useful for my project too, please, post it as soon as you get it working! Bonus points if it's open source/github/nuget.

RAM doesn't seems to work, i have a Team Group NightHawk DD4 3000mhz RAM, it shows up on Asus Aura software no problems, even tho i'm using a MSI Tomahawk Arctic B350 motherboard, since i can't control this RAM with MSI's software, and they don't have any SDK at all for their LED controller.

:mad:

Also, on my new PC i cant get the SDK to work, probably because of the debug dll issue, that's a shame.

brianostorm wrote:
I second the C# wrapper, will be really useful for my project too, please, post it as soon as you get it working! Bonus points if it's open source/github/nuget.

RAM doesn't seems to work, i have a Team Group NightHawk DD4 3000mhz RAM, it shows up on Asus Aura software no problems, even tho i'm using a MSI Tomahawk Arctic B350 motherboard, since i can't control this RAM with MSI's software, and they don't have any SDK at all for their LED controller.

:mad:

Also, on my new PC i cant get the SDK to work, probably because of the debug dll issue, that's a shame.


That would be amazing! I also need it for my project as well. Let us know when it´s ready! 😃

InhexSTER wrote:
I've been working on new C# wrapper, but I've ran into same issue.
It looks like DLL was built as Debug target. Need new version of SDK

Downloading debug versions of necessary DLLs I got it running. However It seems new SDK doesn't support
GSKill memory. I am getting report that I have 1 motherboard led controller.
I've tested the motherboard control, works well.
I finished wrapper for all methods currently present in SDK, but personally I can only test motherboard code.


Where did you find the dlls? I did not find any useful ones... Then I could at least start programming 🙂

So I got all the additional DLL's. Managed to get it to the point where it says press any key to continue...but it bombs out on
DWORD _count = EnumerateMbController(NULL, 0);

And exits the thread...any advice?

AuraSDK for C# source code
https://github.com/InhexSTER/AuraSDKCSharp


AURA_SDK.dll and others are required to run (LED_DLL_forMB.dll, etc)

InhexSTER wrote:
AuraSDK for C# source code
https://github.com/InhexSTER/AuraSDKCSharp


AURA_SDK.dll and others are required to run (LED_DLL_forMB.dll, etc)


Thanks my friend, awesome work.

InhexSTER wrote:
AuraSDK for C# source code
https://github.com/InhexSTER/AuraSDKCSharp


Good start, but you should implement destructor and finalizer and release all native resources - 'delete' what's 'new' and free the loaded library.