Dear Nordic Support,
I am using nRF SDK for Mesh version 3.2.0 with nRF52840-DK. I am making 2 devices like the below:
1. First device: the provisioner, able to do PB Remote and node configuration. I combined the code from the light switch provisioner example and PB remote client example. I only use function
2. Second device: the provisionne, light switch client/server. I combined the code from light switch client and PB remote server.
The code runs but it is not as I expected. After The provisioning steps runs successfully but the software fails to configure the configuration model. The function app_config_client_event_cb is not executed and after testing, I find that the m_client.event_cb in file config_client.c is never called.
Here is the code for prov_evt_handler function:
And here is the debug log for the PB client (privisioner) and PB server (light switch - provisionee):
Can you give me some advices where to start debugging this, or the reasons which causes this issue? I would really appreciate that.
Thank you and best regards,
Duy