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 !
62,534 Views
58 REPLIES 58

maddinat0r wrote:
Yes, just downloaded the SDK from this URL: https://www.asus.com/campaign/aura/us/download/AuraSDK.zip
If I try to start the test application, it tells me that MSVCR120D.dll is missing from my computer. Dependency Walker also still tells me that the SDK DLL is linked against MSVCR120D.dll and MSVCP120D.dll.


Yes me to

maddinat0r wrote:
Yes, just downloaded the SDK from this URL: https://www.asus.com/campaign/aura/us/download/AuraSDK.zip
If I try to start the test application, it tells me that MSVCR120D.dll is missing from my computer. Dependency Walker also still tells me that the SDK DLL is linked against MSVCR120D.dll and MSVCP120D.dll.


If you get the following error “MSVCR120D.dll” OR “MSVCP140.dll” OR “mfc140.dll” is missing, then try downloading Visual Studio Redistributable “vc_redist.x86.exe https://www.microsoft.com/en-us/download/details.aspx?id=48145
And don't forget, Keep pushing it !

So, i've been busy for some time and now im lost, does it still have the old methods(querynames, queryleds, etc)?

Can i add the sdk dll to a C# application?

Thanks!

dudu631 wrote:
So, i've been busy for some time and now im lost, does it still have the old methods(querynames, queryleds, etc)?

Can i add the sdk dll to a C# application?

Thanks!


No, those commands do not work anymore. Please check the SDK to see the new ones. The SDK should work for both C++ and C#.
And don't forget, Keep pushing it !

Ok, but when i try to add the dll, i got this sequence of errors:


66297
66298
66299

I'm not programming on my Asus MB computer, i'm currently on my laptop.

for me the sdk work in cpp console application.

I have a question about a sdk function, SetMbMode (_mbLightCtrl [0], 1); I would like to read the value that is currently on a led of the card. But if I do not define myself the color I can not have the one that is currently defined by aura ...

sullivanbuchs wrote:
for me the sdk work in cpp console application.

I have a question about a sdk function, SetMbMode (_mbLightCtrl [0], 1); I would like to read the value that is currently on a led of the card. But if I do not define myself the color I can not have the one that is currently defined by aura ...


For now the SDK do not have this function to detect the RGB color defined by AURA. SetMbMode (_mbLightCtrl [0], 1) is used to switch between the default EC mode / user software control mode.

dudu631,

This issue will be fixed in the next released version of the SDK.
And don't forget, Keep pushing it !

It is because I develop a small soft arduino that drives my corsair HD120 and I would like to be able to synchronize with asus aura by the sdk 🙂

AkaNe@Asus wrote:
For now the SDK do not have this function to detect the RGB color defined by AURA. SetMbMode (_mbLightCtrl [0], 1) is used to switch between the default EC mode / user software control mode.

dudu631,

This issue will be fixed in the next released version of the SDK.


I appreciate your fast replys, thanks!

maddinat0r wrote:
Yes, just downloaded the SDK from this URL: https://www.asus.com/campaign/aura/us/download/AuraSDK.zip
If I try to start the test application, it tells me that MSVCR120D.dll is missing from my computer. Dependency Walker also still tells me that the SDK DLL is linked against MSVCR120D.dll and MSVCP120D.dll.


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