cancel
Showing results for 
Search instead for 
Did you mean: 

How to operate 3 different LEDs individually in STEVAL-IDB008V2 from STBLE_MESH app

Anitha
Associate III

Hi Sir/Madam,

I want to operate 3 LED's individually from one STEVAL-IDB008V2(STSW-BNRG-Mesh) using STBLE_MESH app. Each led should have on/off/dim functionality. Where to change the code(both firmware and app). Can you give idea to solve this?

Regards,

Anitha.

1 REPLY 1
Winfred LU
ST Employee

SdkEvalLedOn(LED1);

SdkEvalLedOn(LED2);

SdkEvalLedOn(LED3);

SdkEvalLedOff(LED1);

SdkEvalLedOff(LED2);

SdkEvalLedOff(LED3);

SdkEvalLedToggle(LED1);

SdkEvalLedToggle(LED2);

SdkEvalLedToggle(LED3);