Hi,
After device joins i send a permit join with timeout 0 seconds but I receive 2 permit joins with timeout 180 seconds, any reason on why of this?
Network Key: 0xAABBCCDDEEFF00112233445566778899
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
After device joins i send a permit join with timeout 0 seconds but I receive 2 permit joins with timeout 180 seconds, any reason on why of this?
Network Key: 0xAABBCCDDEEFF00112233445566778899
Hi Luca,
Joining devices will broadcast a Permit Join Request immediately after joining, obtaining the NWK/TC key, and announcing themselves on the network. Neighbors will then rebroadcast the packet as allowed by the radius. As a third-party device it may also have its own Permit Join application behavior.
Regards,
Ryan
I send via serial the ZDO_PERMIT_JOIN_REQ packet to zero. Any way to close the network?
You are using the correct API and can choose to do this any time ZDO_PERMIT_JOIN_IND is received.
Regards,
Ryan
This is not do-able. otherwise when I click to open the network it get closed immediately after.
It sounds like your host application would need to be modified to fit your needs.
Regards,
Ryan
I don't even think I receive the PERMIT JOIN via Serial so I have to find a way to fix this.
I fixed by waiting 10 seconds before closing the network. Waiting all the permit join being broadcasted before closing it.