Page 1 of 1

NVS Flash - Name of the NVS partition for BLE Mesh

Posted: Tue Feb 14, 2023 12:15 pm
by mm_1993
Hi
I use ESP32-C3 and IDF
when I enable this:
in menu config -> component config -> ESP BLE Mesh Support ->
"Use a specific NVS partition for BLE Mesh"
and
"Name of the NVS partition for BLE Mesh"

I changed the partitions.csv to:

Code: Select all

nvs,            data,   nvs,        0x9000,     0x006000
phy_init,       data,   phy,        0xf000,     0x001000
factory,        app,    factory,    0x10000,    2M
ble_mesh,       data,   spiffs,     0x210000,   0x004000
after Node joined to network it's not saved the info.
I think this feature should be saved the network info to NVS flash but it's not happening because after resetting the esp32 module I see my node is ready for join again in the nrf mesh app.
Does anyone know? maybe I forgot something
thank you.

Re: NVS Flash - Name of the NVS partition for BLE Mesh

Posted: Thu May 09, 2024 10:54 am
by s.allasia
Hi,
You have to change 'ble_mesh' partition type from 'spiffs' to 'nvs'