Hello,
Here we have some Z-stack issues for discussion.
We are using cc2530 and cc2592 with Z-Stack Home 1.2.2a.44539.
And we find some issues when we deploy our device (20 nodes) on outside.
There is 50 ~ 100 m between each node, like below:
ZB node 1 - - - - - - - - ZB2 -- - - - - - - - - - - - - - -- - - - ZB3 - - - - - - - - ZB4 ........ ZB20
50 ~100 m 50 ~ 100m
ZigBee node 1 is coordinator, the other are routers.
Router node will report it's short address to coordinator when it associate to the network successfully.
Thus coordinator can use the short address to send unicast to those routers.
However, when connection comes to 8th and 9th node, the coordinator can not receive the message from routers.
So we can not control the nodes after 8th nodes.
Can you give some suggestion on this issue?
--------------------------------------------------------------------------------------------------------
Some additional information:
Every device has LED for data receive verification.
Using broadcast can control the LED about 14th and 15th ZB node in above situation, but it's unstable.
Environment:
cc2530 + cc2592
Z-Stack Home 1.2.2a.44539
TX power 0xe5 (20dbm). About 200m coverage on our device.
MTO enabled.
DEF_NWK_RADIUS=30
DEFAULT_ROUTE_REQUEST_RADIUS=30
#define MAX_NODE_DEPTH 30
Secure and pre-defined TCLINK key enabled.
If all nodes deploy indoor can support 60 routers connection and data transmission.
Packet sniffer on ZB node 1 and ZB node 2:
We can see our data send but no response.
Packet sniffer on ZB node 19 and ZB node 20:
We can find some beacon request and beacon on the air, it seems that some ZB node can not reach the network.
If you need some other information for this issue, please let me know.