espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.73k stars 7.3k forks source link

BLE MESH un-provisioned after power loss (IDFGH-10226) #11490

Open ShahinHaque97-CT opened 1 year ago

ShahinHaque97-CT commented 1 year ago

Answers checklist.

IDF version.

ESP-IDF v5.2-dev-503-g17451f1fb3 2 (From build log)

Operating System used.

Windows

How did you build your project?

CLion IDE

If you are using Windows, please specify command line type.

CMD

Development Kit.

ESP32C3DEVKIT

Power Supply used.

USB

What is the expected behavior?

Running the BLE MESH examples under examples/bluetooth/esp_ble_mesh/

Device should stay provisioned after powerloss

What is the actual behavior?

Device is unprovisioned

Steps to reproduce.

Load example, unmodified and flash to the ESP32C3

Debug Logs.

No response

More Information.

No response

ankit-thealchemist commented 8 months ago

Go to the menuconfig, go to the ble mesh and ble coexistence support, enable the store ble mesh configuration persistently. image