Page 1 of 1

BLE MESH example in IDF 5.2.1 - PROVISION does not work with nRF Mesh app

Posted: Mon Jul 01, 2024 5:33 am
by AlexLi
Hi!

I encountered this problem:

I tried to run ESP-BLE-MESH on the ESP32-C3 chip according to the guide:
https://docs.espressif.com/projects/esp ... index.html

I flashed the board with the project bluetooth/esp_ble_mesh/onoff_models/onoff_server (IDF 5.2.1)
Launched the nRF Mesh APP (newest version)
In the APP I clicked "+ ADD NODE"
Selected the device "ESP-BLE-MESH"
Clicked "IDENTIFY"
Clicked "PROVISION"

APP stuck in "sending composition data get..."

Logs from ESP32-C3:
[0;33mW (333839) BLE_MESH: No Health Server context provided[0m
[0;33mW (350219) BLE_MESH: No Health Server context provided[0m
[0;32mI (350229) EXAMPLE: ESP_BLE_MESH_NODE_PROV_LINK_CLOSE_EVT, bearer PB-GATT[0m
[0;32mI (350229) EXAMPLE: ESP_BLE_MESH_NODE_PROV_COMPLETE_EVT[0m
[0;32mI (350229) EXAMPLE: net_idx: 0x0000, addr: 0x0012[0m
[0;32mI (350239) EXAMPLE: flags: 0x00, iv_index: 0x00000000[0m
[0;33mW (351299) BT_HCI: hcif disc complete: hdl 0x2, rsn 0x13[0m
[0;33mW (361399) BLE_MESH: Ran out of retransmit attempts[0m

Can you please tell me what the problem might be?

Re: BLE MESH example in IDF 5.2.1 - PROVISION does not work with nRF Mesh app

Posted: Tue Jul 02, 2024 11:40 pm
by chegewara
Hi,
it was a bug in esp-idf and has been fixed in master branch.
https://github.com/espressif/esp-idf/is ... 1991478141

Re: BLE MESH example in IDF 5.2.1 - PROVISION does not work with nRF Mesh app

Posted: Wed Jul 03, 2024 4:21 am
by AlexLi
chegewara wrote:
Tue Jul 02, 2024 11:40 pm
Hi,
it was a bug in esp-idf and has been fixed in master branch.
https://github.com/espressif/esp-idf/is ... 1991478141
Hi, thanks!!