Hi,
Iam working on a project based on Ble Mesh, Iam using nrf5_SDK_for_Mesh_v4.2.0_src. Iam trying to form a BLE Mesh network and control the light bulb. For my application I need provisioner and client combined and will need to switch between client and provisioner roles. So I want my application should provision bulbs and also configure itself as a client node.
1. I tried provisioning & configuring client but when I send message from client to On/Off sever led, Iam getting "Mesh assert at 0x0002CA32". How can I provision and configure client node itself?
2. Iam not able get the composition data from sever when I use more than one access element (Error when #define ACCESS_ELEMENT_COUNT (2) )