Hi
I'm wondering if I can build a Bluetooth Mesh network for up to 3500 devices. I researched the BLE Mesh standard and theoretically the protocol can create a mesh with up to 32,767 devices on a network, with a maximum network diameter of 126 hops. So far I've only seen use cases with up to 30 devices using nRF52x SoC, so from what I noticed the biggest limitation is the flash memory on the SoC to store the LUT with the routing keys, am I right?
If the limitation on the number of devices is the amount of flash memory available to store the LUT with the routing keys, can I solve this problem by adding a large external QSPI flash memory to my nRF52x SoC?
At Nordic, has anyone ever done a test case with a huge number of devices on the same BLE mesh network? If so, how many devices could you reach?
Best regards