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.

What is the max device number in one ZigBee network when using CC2530+ZSTACK

Other Parts Discussed in Thread: CC2530

IN ZSTACK, there is one define "NWK_MAX_DEVICE_LIST", and in one network the coordinator can only supoort NWK_MAX_DEVICE_LIST devices.

Because changing NWK_MAX_DEVICE_LIST by 1 changes the size of the association table by 18 bytes,

so can we conclusion that using CC2530 can only support (remain RAM bytes/18 bytes) number devices in one ZigBee network? And it will not greater than 100?