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

Large scale Bluetooth mesh network (hundreds of nodes)

Hello,

In my quest to monitor the activity of hundreds of nodes (directly addressable), I am facing quite an obstacle.

The small memory of the nrf52 (nice piece of hardware btw) in a light-switch like configuration only allows for 50 nodes with persistent storage and 150 without it.

Would it be possible to offload the configuration and "client" role to a PC in order to allow for a bigger network (several hundreds of nodes) ?

I have been looking at the serial example, but I can hardly imagine the difficulty and time to port all the configuration and other model complexity on a PC/python program.

Thank you,

Max