Page 1 of 1

BLE mash - persistent provisioner

Posted: Thu Oct 03, 2019 4:36 pm
by jkockx
Hello, I'm working on a project including a BLE mesh provisioner. I would like to be able to reboot the provisioner without losing all BLE mesh provisioning data. However, I've found that the esp-idf doesn't support this functionality (yet?) to store the data in nvs.
Is this to be added in the near future and if not so, are there work arounds for me to implement myself?

Re: BLE mash - persistent provisioner

Posted: Sat Oct 12, 2019 12:06 pm
by jkockx
Nobody who can help me on my way? I need this functionality very much.

Re: BLE mash - persistent provisioner

Posted: Mon Nov 25, 2019 12:42 pm
by Wangcheng
jkockx wrote:
Sat Oct 12, 2019 12:06 pm
Nobody who can help me on my way? I need this functionality very much.
Hi,
This feature and development are complete and will be available soon.

Re: BLE mash - persistent provisioner

Posted: Fri Oct 23, 2020 8:59 am
by kurtisblow
Any update yet? I need this functionality too, otherwise it does not make much sense to use a provisioner, that can't hold the network information persistently.

Re: BLE mash - persistent provisioner

Posted: Fri Mar 19, 2021 8:06 pm
by franzhoepfinger
easy:
CONFIG_BLE_MESH_SETTINGS

enable this, and it will store the provisioning !

Re: BLE mash - persistent provisioner

Posted: Thu Mar 25, 2021 1:37 pm
by Bilalmalikuet
Hi,

After enabling this CONFIG_BLE_MESH_SETTINGS, I got an error that the config.h file not found and I verify that this file is not available anywhere in NimBLE mesh. Can you please help me with this?

Re: BLE mash - persistent provisioner

Posted: Sat Apr 10, 2021 11:15 am
by abansal22
Bilalmalikuet wrote:
Thu Mar 25, 2021 1:37 pm
Hi,

After enabling this CONFIG_BLE_MESH_SETTINGS, I got an error that the config.h file not found and I verify that this file is not available anywhere in NimBLE mesh. Can you please help me with this?
please provide the idf version. thanks!