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

Chip selection is used as a Bluetooth mesh host

I want to use the nrf5x to develop the host/gateway of bluetooth mesh, may I ask which model is more suitable, which model currently supports the most mesh nodes?

And which SDK library is used to develop Bluetooth mesh now?

Best wishes and regards!

John

Parents Reply Children
  • Sorry about the delay. 

    There really isn't any valid, fixed estimation on how many nodes that is "acceptable" for a network.
    There are many factors that would affect the network; physical obstacles, range, area, noise from other sources etc. Packet collision when there are too many nodes in a confined space will affect the network etc.

    But there isn't really a real upper limit of the number of nodes, the theoretical max number is  32768 nodes (due to the available number of addresses).

    The available flash on the provisioner node could also be a factor, as the provisioner have to store some data for each new node in the network.

    Br, 
    Joakim

Related