This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ZigBee Profiles Doubts

Hello,

Inside the nwk_globals.h in ‘GenericApp’ project provided by TEXAS, there is 5 types of available profiles, they are: NETWORK_SPECIFIC, HOME_CONTROLS, ZIGBEEPRO_PROFILE, GENERIC_STAR and GENERIC_TREE. Each one specifies particular values for some attributes, including: maximum node depth, network mode, security mode, network security and security level.

ZigBee PRO Profile and Home Controls Profile both have the same attributes, excluding maximum node depth; ZigBee PRO has 20 and Home Controls has 5. Now my first question: is the chosen Profile only specifies the above features? Is there any other network attributes that are changed by the choice of a particular profile? I’ve looked in other parts of the project code and don’t find anything, but it seems strange to me having different profiles that only changes the maximum depth.

Now, my second question: is NWK_MAX_DEVICE_LIST parameter specifies the maximum number of nodes possible to be included in the network?

Third: What is the maximum numbers that ZigBee allows for the following attributes?

MAX_NODE_DEPTH (for a Network Specific Profile)

NWK_MAX_ROUTERS

NWK_MAX_DEVICE_LIST

 

Thank you very much for reading, any answer will be helpful. Regards,

Markos Flavio.