I have written an application where the coordinator sends an ON/OFF command every 5 seconds to the router which turns the green LED ON/OFF accordingy. After a while the router stops responding to the commands. I was watching the packets using packet sniffer and I noticed a failed acknowledgement at APS counter = 55. The transmission was retried but after this there is no activity on the SRDY line although the packet sniffer shows packets delivered and acknowledged. Could someone please suggest on this. Also if I have set the startup option as
value = (ZCD_STARTOPT_RESTORE_STATE | ZCD_STARTOPT_AUTO_START);
zb_WriteConfiguration(ZCD_NV_STARTUP_OPTION, 1, &value);
do I need to specify
//Start Z Stack
zb_StartRequest();
in my application.
I am unable to attach the frame images here.