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

Mesh functionality and 2-way communication

Hi! I need to understand the basic functionality of BLE Mesh.

Please see attached picture.

1. Is it true that a device (eg BLUE) through BLE mesh can communicate DATA with several other device's connected nodes (GREEN / YELLOW), which in return communicates this DATA to its own connected device (GREEN OR YELLOW)?
2. Can a node (BLUE) communicate less frequent SENSOR DETECTION in the same mesh back to its own device (BLUE)?

Thx!

//Mike

Parents Reply
  • 1) Theoretically, this answer would be the same as 2 & 3. Practically, you might not have enough memory on your device to hold so many unicast addresses on one device.

    2) Normally, each device is provisioned as one mesh node, so up to 32767 nodes can be in the Mesh network (see answer 3).

    3) 32767 devices in a Bluetooth Mesh network (see link).

    Update: For all of the above, practically, it should be possible to have thousands of devices on a mesh network (but this can depend on the network).

Children
Related