Part Number: CC2530 Other Parts Discussed in Thread: Z-STACK Tool/software: TI C/C++ Compiler I am using Z-stack 1.0.0 for CC2530 zigbee end-device based door sensor It works perfectly in sleep mode and in run mode. But when coordinator is not available…
The time between DEV_NWK_SEC_REJOIN_ALL_CHANNEL and DevState_NWK_BACKOFF can vary based on the number of network rejoin attempts and definitions I previously mentioned as determined by the Z-Stack settings, however it appears you've defined the time based…
As the code snippet shows, MODE_REJOIN is set if _NIB.nwkPanId is not equal to 0xFFFF. _NIB.nwkPanId is set to INVALID_NODE_ADDRESS in NIB_init and is otherwise changed in ZDApp_ProcessOSALMsg for case ZDO_NWK_DISC_CNF when devStartMode is equal to MODE_REJOIN…
Hi to everyone and thanks Ryan and YK for your advise,
debugging ZDAPP.c and sensortagapp.c I realized that the status of LED1 (red) simply means:
NODE is associated (led1 off)
NODE not associated (led1 in blinking)
and it does not depend…
Thank you for providing additional information along with promising to follow up. If possible, please run a long-term sniffer to figure out why the devices leave the network and provide the sniffer log. Are the offline devices active as orphans who are…
1. Why do you need to change Beacon Request interval (a) and Start and stop Beacon Request independently in the program when events occur(b)?
2. REJOIN_BACKOFF and REJOIN_SCAN are defined in Zibgee HA profile to save ZED power consumption when ZED loses…