Hello,
I'm developing Zigbee End Device based on nRF52840 and I have some problems with network joining.
If my device is close enough to coordinator(1-1.5m) than it joins network just fine, but if I move coordinator for about 11-13m away and try to join there is a chance that joining goes wrong and connection is incomplete. In last test this error occurred after 30 reconnections, so it's not very often. But I'm in pre production stage and need to prepare device for mass production.
In SEGGER IDE I looked for logs from Zigbee stack to see if it helps to understand what caused this error. And I found that if this error occurred in logs I see "<info> app: Joined network successfully (Extended PAN ID: 0000000000000000, PAN ID: 0x1A62)".
So I'm curious if my connection quality is bad and ED didn't received Extended PAN ID, do I need to just leave network and try to connect again or I can restart network rejoin procedure partially? How can I know that joining network was "fully" successful?