NVS Flash - Name of the NVS partition for BLE Mesh

mm_1993
Posts: 65
Joined: Sat Aug 28, 2021 5:16 am

NVS Flash - Name of the NVS partition for BLE Mesh

Postby mm_1993 » Tue Feb 14, 2023 12:15 pm

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.

s.allasia
Posts: 24
Joined: Tue Jan 09, 2018 3:12 pm

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

Postby s.allasia » Thu May 09, 2024 10:54 am

Hi,
You have to change 'ble_mesh' partition type from 'spiffs' to 'nvs'

Who is online

Users browsing this forum: Bing [Bot], derricksenva, Google [Bot] and 219 guests