Not able to set model publication state after reboot in sensor server model

Hi, 

I am using nrf sdk for mesh v5.0.0 and we are building our application on top of sensor_server example. I am provisioning the nrf52832(which is acting as sensor server) using an ESP32, which is acting as a provisioner. And I am also able to set the model publication state after provisioning how many ever times I do it. But when I reboot the sensor server node, I am not able to set the model publication state even once and a timeout occurs in the provisioner side which sets the model publication state using a configuration client model. What am I missing here? Any help on this would be great. Thanks

Parents Reply
  • I am not facing any issue with the nrf mesh app!! With the nrf mesh app! Its working perfectly as expected! Even the model configuration. 
    I am facing an issue in periodic publishing of data. When I try to set the publish period in nrf devices as 5 seconds using ESP32 as my provisioner, the server node publishes data within 3 seconds. If I set it as 10 seconds, its publishing data in 7 seconds. But am not facing this issue when I try to do the same using nrf mesh app. Setting a publish period should be the same across all devices regardless of which microcontroller I am using right? 

    I am following the ble mesh documentation in order to set the model publication state. 

Children
Related