This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

In BLE Mesh network, about limitation of node number

Hi, I have some issue about mesh network.

Using below developing environment.

- SEGGER Embedded studio for ARM V4.22

- nRF SDK 15.3.0

- nRF Mesh SDK 3.2.0

- chip : nRF52832

- s132_nrf52_6.1.1_softdevice

I developed light control sensor module using mesh example 'light_switch_server'.

Using one provisioner (Samsung GALAXY S9+ and nRF Mesh APP) and configure publish/subscribe one group '0xC000'.

When I did test about mesh networking with 40 module(node), mesh communication was fine.

But, the number of module(node) is above 40+, there some problem was occurred.

Some module(node) could not receive mesh message(or publishing message). Is there any reason? or I have to change some of SDK config?

Related