(I am currently trying to learn Zigbee) (Updated entry since I believe I was mis-reading the log and the ZC is ACK and not NACK)
I am currently trying to get my endpoint using the nRF52840 DK to connect to a coordinator, but it seems that my endpoint will give up before the coordinator says okay.
Is there a define that I can set to have my ZED try sending the association request a few times before it tries to leave the network?
Below is the what I see when I use a zigbee sniffer
- ZED sends Association Request
- ZC Sends ACK
- ZED Sends 0x04 (Leave command)
- ZC ACK
- ZC sends association response (Successful for the prior command)
- ZED is still trying to leave the network
- ZED times out due (I do not know why it times out)
Below is the log of the sniffer along with the wireshark log.