Hi,
We are trying to increase the number of devices that can be added under ZigBee network, but we have
encountered some problems.
First question: regarding the use of ‘Many to one’, we hope to increase the stability of the network by using ‘Many
to one request’. When sending the request of 'Many to one', how often can the best effect be achieved.Is there any
other way to send ‘Many to one request’ besides using 'ZPS_eAplZdoManyToOneRouteRequest' to send requests
actively?
The second problem, I saw in 3113 that if Coordinator uses' Many to one ', then it will replace ‘Routing table’ with
‘Route Record table’. However, during the test, I found that when Coordinator uses' Many to one', the setting of ‘Route
Record table’ to 5 can also work normally. Should I use 'Route Record table' instead of "Routing table"?
Third, when i set 'Route Record table' to 30, I found that the device could not work normally, If i need to set 'Route
Record table',how much should i set?
The coordinator is use JN-1216 JN5169,Here is my configuration diagram.
Thank you very much.
As mentioned in the initial request, could you clarify when the ZPS_eAplZdoManyToOneRouteRequest should be done , how often ?
Also could you clarify what is the expected behaviour when we use NO storage ?
Hi,
Please look at the same document that you are referring to ZigBee 3.0 Stack User Guide
B.5 Table Configuration Guidelines
100 Nodes Example
Set to 26 - this is the minimum size required for a ZigBee-Compliant Platform
The Address Map table on a node is used to keep a record of the address-pairs of network nodes with which the local node needs to communicate directly.
The entries in the MAC Address table are referenced from entries of both the Neighbour table and Address Map table
The default size of the Routing table is 70, which should be sufficient for most applications
Also, you have to change the ZNC_MAX_TCLK_DEVICES is set to 20 in app_common.h for the max devices in your network.
Regards,
Mario