Part Number: CC2530
Other Parts Discussed in Thread: Z-STACK
Hello,
i have a zigbee network with about 10 routers with ZStack 3.0.1 connected to a CC2530 ZNP coordinator.
The coordinator sends periodically (about every 5 minutes) some zcl read/write attribute messages (with APS ack) to check the status of the devices and also needs to send back some information when a report from a router is received.
I noticed that sporadically a message directed to a router takes a long time (5-10 seconds) before seeing it over the air (checked with Ubiqua packet analyzer).
More in details, the host sends an AF_Data_Request through the uart connection with the znp that is instantly acknowledged by the znp with the synchronous response; then about after 10 seconds the zigbee packet can be observed over the air with the sniffer.
The aps ack is also sent and received instantly after this.
What can cause z-stack to delay sending a packet for this long time? Can it be caused by external interference? Is there some z-stack parameter that can improve the situation?