SWRA648 May 2019 CC1352P , CC1352R , CC1354P10 , CC1354R10 , CC2642R , CC2642R-Q1 , CC2652P , CC2652R , CC2652R7 , CC2652RB , CC2652RSIP
In theory, there are two ways to establish the tree structure network:
In the bottom-up method, after the first father node connects with its own children nodes, the father node is advertising. When the second father node starts to connect with its own child nodes, the first father node can incorrectly be connected to by the second father node.
In order to avoid this, a feature that keeps track of what devices connect to what devices such as directed advertising or a white list is needed. However, this complicated the code since it means that the network must be formed with the same device in the same position each time.
For the top-down method, when the father node is connected it stops advertising, so different father nodes will never connect to each other. This network establishment method can simplify the software effort compared to implementing directed advertising or a white list.