Hello All,
This is a trivial question I guess but I am not able to figure out
Working on : nRF5 SDK for Mesh v2.2.0
SDK version : nRF5_SDK_15.0.0_a53641a
I have gone through all the documents and I am able to build the server, client and provisioner successfully. In the documentation I read as follows
-
After provisioning and configuration is over, buttons on the client are used to send OnOff Set messages to the servers:
- Button 1: Send a message to the odd group (address: 0xC003) to turn on LED 1.
- Button 2: Send a message to the odd group (address: 0xC003) to turn off LED 1.
- Button 3: Send a message to the even group (address: 0xC002) to turn on LED 1.
- Button 4: Send a message to the even group (address: 0xC002) to turn off LED 1
I have gone through the code of all 3 i.e server, client and provisioner but I am not able to figure out who, how and where is the above configuration done? Is the provisioner doing the above mentioner configuration if yes then which part of the code is responsible for doing such grouping and configurations???