Is there an absolute limit of how many end nodes that can be handled by a single coordinator?

Hello.

If using an nRF52840 as a coordinator, there seems to be a hard limit of 200 connected devices:

#define ZB_CONFIG_OVERALL_NETWORK_SIZE 200U

At least that's how I interpret it; one coordinator can handle up to 200 end devices.
Is that limit of 200 an absolute maximum, or are there ways to circumvent it without having to add a second nRF52840?
Would using routers increase the number, ie 200 end devices per router and then the routers connect to the coordinator?

/Martin

Related