I am trying BLE MESH light switch example with nRF5_SDK_for_Mesh_v5.0.0_src using nRF52833 DK. In the light switch example, server SDK is working fine and I can see the provisioning as nRF5_MESH_LIGHT in the nRF Mesh mobile app. But in the same example, Client SDK is not working. I flashed the Client SDK to nRF52833DK , after flashing there is no provisioning as nRF5_MESH_SWITCH in the nRF Mesh mobile app.
I have gone through the following links:
- https://www.youtube.com/watch?v=BP4xF3_dq3I
- https://www.youtube.com/watch?v=DwzDtypZXYA
- https://www.youtube.com/watch?v=UK9IQOmbfh8
Please find the below details:
- Code : nRF5_SDK_for_Mesh_v5.0.0_src
- Development kit : nRF52833 DK
- IDE : Segger Embedded Studio for ARM v5.62 64bit – Non Commercial License
- Example : Light Switch