How to use Light LC Server Model
We are currently using BlueNRG-2 and STSW-BNRG-Mesh v1.10 embedded SDK. The Light LC Server Model is included and we would like to use it.
Does the current library capacity only support up to 1 element? Does it mean that Light LC Server Model is not available yet?
We have tried the following steps:
a. Enable Light LC Server Model
#define ENABLE_LIGHT_MODEL_SERVER_LC (2)b. Atleast 2 elements are required for LC Server
#define APPLICATION_NUMBER_OF_ELEMENTS (2)c. Other elements are:
#define ENABLE_GENERIC_MODEL_SERVER_ONOFF (3)
#define ENABLE_GENERIC_MODEL_SERVER_LEVEL (3)
#define ENABLE_GENERIC_MODEL_SERVER_POWER_ONOFF (3)
#define ENABLE_GENERIC_MODEL_SERVER_POWER_ONOFF_SETUP (3)
#define ENABLE_LIGHT_MODEL_SERVER_LIGHTNESS (1)
#define ENABLE_LIGHT_MODEL_SERVER_LIGHTNESS_SETUP (1)I got the following warning message.
BlueNRG-Mesh Library Version = 01.13.000
[Library Capabilities]
Net Keys = 1
App Keys = 1
Elements per Node = 1
Models per Element = 12
Subscription per Model = 6
96260 Appli_BleSetNumberOfElementsCb --Number of Elements enabled in application exceeding from Library Capability!
