Hello there.ESP_Island wrote: ↑Sun Nov 11, 2018 9:07 amIve been running ble mesh example for few minutes as for now and i have question. From menuconfig options i understand that esp32 should store all necessary data exchanged during provisioning like app key, IV etc, but now it seems not work. My question is: is it implemented now, will it be implemented or do we need to implement it in our app? No complaining, just asking.
ESP32 stores all necessary provisioning data like app key, IV etc, as you mentioned.
Currently, it doesn't store the data in NVS. So if you don't reboot the device, it should work finely. If it doesn't work on your side, could you tell us how to reproduce your issue?
BTW, for the "power-down memory" feature:
* We have finished the "NVS storage" of Mesh nodes and it will be released soon
* For the "NVS storage" of Provisioner device, it is on the development plan and will be released in the near future
I'm having trouble finding the code that implements NVS storage of provisioning data. When I run the ble_mesh_node example, it loses its provisioning data when the device is powered off.
Could you please give us some guidelines on how to use this feature? Or will it be commited on github only when v0.6 is made avaliale to the public?
Thank you.