Hi team,
Describe the bug
To Reproduce WorthNoting Expected behavior Platform details:
Logs / Screenshots Nordic board My board Please suggest what might be going wrong and how to fix this? |
Hi team,
Describe the bug
To Reproduce WorthNoting Expected behavior Platform details:
Logs / Screenshots Nordic board My board Please suggest what might be going wrong and how to fix this? |
Hi,
Which example are you using from the Mesh SDK?
Which Mesh SDK version are you using
I mean which firmware example are you running on your DK?
Sourabh said:Mesh SDK Version - Latest commit in master.
Do you referr to this repo? Mesh SDK v4.2?
Update: Mesh SDK v4.2 is giving the same problems. Stuck at Requesting Composition Data..
We have downloaded the code v4.2.0 from here nrf_SDK_for_Mesh_v4.2.0_src and flashed it on DK. And using the given iOS Mesh Example.
Hi,
The "Device not supported" error may also be thrown when the device disconnects before services were discovered. But then retrying should help, I think.
I tried with the latest Mesh SDK and managed to reproduce the issue you are seeing. Stuck at Requesting Composition Data.
A workaround for the "Stuck at Requesting Composition Data":
After you have provisioned the device -> connect to the device by going into the proxy tab and connect from there -> Then configure the device. The "Requesting Composition Data" should go through now.
Thank you. I'll try this and update you.
The "Device not supported" error may also be thrown when the device disconnects before services were discovered. But then retrying should help, I think.
Having look at the logs tells us that device gets disconnect after "Device not supported" error. Refer below:
Nordic board
2020-09-09 12:45:10.801432+0530 nRF Mesh[408:92785] [Bearer] Central Manager state changed to .poweredOn 2020-09-09 12:45:11.206446+0530 nRF Mesh[408:92785] [Bearer] Connecting to Dev Board... 2020-09-09 12:45:11.818963+0530 nRF Mesh[408:92785] [Bearer] Connected to Dev Board 2020-09-09 12:45:11.819245+0530 nRF Mesh[408:92785] [Bearer] Discovering services... 2020-09-09 12:45:11.962127+0530 nRF Mesh[408:92785] [Bearer] Device not supported 2020-09-09 12:45:11.962701+0530 nRF Mesh[408:92785] [Bearer] Cancelling connection... 2020-09-09 12:45:11.965448+0530 nRF Mesh[408:92785] [Bearer] Disconnected from Dev Board with error: Device not supported 2020-09-09 12:45:12.411416+0530 nRF Mesh[408:92946] [CoreBluetooth] XPC connection invalid
The "Device not supported" error may also be thrown when the device disconnects before services were discovered. But then retrying should help, I think.
Having look at the logs tells us that device gets disconnect after "Device not supported" error. Refer below:
Nordic board
2020-09-09 12:45:10.801432+0530 nRF Mesh[408:92785] [Bearer] Central Manager state changed to .poweredOn 2020-09-09 12:45:11.206446+0530 nRF Mesh[408:92785] [Bearer] Connecting to Dev Board... 2020-09-09 12:45:11.818963+0530 nRF Mesh[408:92785] [Bearer] Connected to Dev Board 2020-09-09 12:45:11.819245+0530 nRF Mesh[408:92785] [Bearer] Discovering services... 2020-09-09 12:45:11.962127+0530 nRF Mesh[408:92785] [Bearer] Device not supported 2020-09-09 12:45:11.962701+0530 nRF Mesh[408:92785] [Bearer] Cancelling connection... 2020-09-09 12:45:11.965448+0530 nRF Mesh[408:92785] [Bearer] Disconnected from Dev Board with error: Device not supported 2020-09-09 12:45:12.411416+0530 nRF Mesh[408:92946] [CoreBluetooth] XPC connection invalid