Other Parts Discussed in Thread: CC2652RB, Z-STACK, , CC2652P, CC2652R, CC2538, TIMAC, CC1352P, SYSCONFIG, SIMPLELINK-CC13XX-CC26XX-SDK
Hi,
Could you please help with ZStack?
We have:
-Coordinator based on CC2652RBand ZStack 3.0.2
-End Device based on CC2652RB and SDK Simplelink 6.20
and a number of questions:
1.When LinkQuality between Coordinator and End Device is about zero I get ZDO_LEAVE_IND (0x45C9) in some time. Communication stops. Need to pair them again.
1.1.Who is initiator of this dispairing? Coordinator or End Device?
1.2.Why dispairing happens? Huge amount of events during low LinkQuality?
1.3.Is there a way to prevent dispairing?
2.In case of necessity to remove some End Device from Coordinator I use ZDO_MGMT_LEAVE_REQ with params:
-DstAddr = Coordinator address (0x0000);
-DeviceAddr = 64-bit IEEE address of the End Device to be removed.
So I have to know 64-bit IEEE address to remove End Device. In case the Device online I can get its 64-bit IEEE address using short address and ZDO_IEEE_ADDR_REQ. But if the Device offline its 64-bit IEEE address is unavailable.
2.1.How to remove the Device knowing its short address only?
3.In case I know 64-bit IEEE address of the End Device.
3.1.Does unpaired Device listen to tha radio?
3.2.Is that possible to communicate to unpaired Device knowing its 64-bit IEEE address?
Thanks, Mark