Hi,
I am running smart energy sample application using 2 CC2530 devices, one as coordinator/ESP, and the other as router/simple metering device.
Following is the procedure in my experiment:
1. I turned on coordinator, then router. They are connected. This can be seen using the packet sniffer.
2. I turned off the coordinator. I can see the router is sending the following 3 types of frames repeatedly.
a) NWK link status frame,
b) NWK route request frame. I can see the frame has coordinator's IEEE address as its destination IEEE address.
c) APS/SE current summation delivered frame,
Since the coordinator is not alive, the router repeatedly sends these frames.
3. In the last step, I turned on the coordinator again. However, the router can not join the coordinator automatically.
What should be coordinator's response if it sees a "route request" command with its IEEE address from the router?
Should I do anything at the application layer, for example the router issues rejoin command after certain amount of failures, or should this be taken care of in the network layer automatically?
Thanks,
Yiliang