2022-04-29 01:29 AM
I am trying to acheive a BLE Mesh system where no network data will be stored to NVM, i.e. system will need to reconfigure on every reset.
The network consist of one PRV and a handfull of LPNs, the LPNs will be mobile and will therefore enter and leave different "networks" at a regular basis. This is why a storing static network information to NVM should be avoided.
I have been successful with the LPN node but not on the Provisioner side, when I undefine ENABLE_SAVE_MODEL_STATE_NVM (as stated in documentation) I can provision nodes but the following configuration allways fails. Could someone please point out what I am doing wrong?
Kind Regards!