This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Publish period set from app is not stored in flash

Hi,

     I'm using the light switch example in the nRF5 SDK as base for Ble-Mesh. I'm using a nrf mesh app for provisioning. I have both client and server model in my application, I have provisioned and configured the node with the publish address and publish period 5sec from nrf mesh app. I wanted to publish led state every 5s so I have set publish period to 5s. And It works fine until I reset the device. After the reset the publish timeout is not being called.
Is that it doesn't save publish period of the model in internal flash?  How to overcome this issue?

Hardware              :  NRF52832
Mesh sdk_version : nrf5_SDK_for_Mesh_v5.0.0_src
sdk_version           : nRF5SDK1702d674dde
softdevice              : s132

Related