This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to add more LEDs to nRF5 SDK for Mesh dimming example?

The current dimming example is able to control 1 LED.

If I want to have a different level for each LED (and there are 4 LEDs in total) then I need to:

#define ACCESS_ELEMENT_COUNT (4)

Have 4 APP_LEVEL_SERVER_DEF

Have 4 app_level_init

And what else?

I am currently getting error "app_error_weak.c,  119, Mesh error 4 at 0x000265F1" which suggests that I must have missed something.

Parents Reply Children
Related