Ultraworg / LEDVANCE_BLE_MESH

13 stars 1 forks source link

esp-wroom-32 wont fully connected via nRF Mesh App [BLE_MESH: Ran out of retransmit attempts] #3

Open Pedason82 opened 1 month ago

Pedason82 commented 1 month ago

First of all thx a lot for putting work into this projekt.

I recently swaped from iobroker to HA and seen your post at the forums. I got 4-5 of those Bulbs laying around which basicly never worked.

Everything is working pretty flawless until i try to provision the ESP. nRF is giving back a timeout Esp is giving back [BLE_MESH: Ran out of retransmit attempts]

after that the EPS seem so be connected to the Mesh without any funktion. "get composition data", "get ttl" is coming back with a time out (maybe a Problem with the newest nRF Mesh App, i got no idea?)

Im using Vsc +nRF both are up to Date and idf v5.2.1 I also tried the older branch comming back with the exact same behavior

I am grateful for every advice

Pedason82 commented 1 month ago

It seems to be a Problem with Android nRF and idf v5.2.1

Here is the fix: https://github.com/espressif/esp-idf/commit/8160ddee4642a185324c7f91532ad1609245b7e3

discussed here: https://github.com/espressif/esp-idf/issues/12871

Will test it tomorrow.