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.

Zigbee notify when connection is lost

Other Parts Discussed in Thread: CC2650, CC2530, Z-STACK

Hi,

I'm trying to do a range test with CC2530 and CC2650 using Zigbee, and I'm wondering if there is a way to check the connection of two boards, lets say once a second, and if the connection is lost, an led on both boards will light up. This will make it easier to do a range test so I can just walk a board away from another one and when the led goes on, I know I have reached the end of the range. 

I was looking through the Sample Light and Sample Switch code, but I'm not sure if there is something already built in that checks the connection. If there is, how would I implement that? Thanks