About Bluetooth Mesh network performance

I am trying to create a Bluetooth Mesh network with nRF52840.

Where can I find official data on the network performance of Bluetooth Mesh?
For example, the following URL.

infocenter.nordicsemi.com/.../ble_data_throughput.html


Do you have the following data?
1. graph of throughput and latency vs. number of hops (e.g., with payload size of 255 bytes)
2. graph of throughput and latency vs. payload size (e.g., at 10 hops)

Parents
  • Hi!

    The latency will largely depend on number of hops between source and destination, and the advertising interval. Some time for processing in the node, and possibility of queuing in the node must be accounted for, which should be less than 2 ms.

    Worst case: (2ms + Advertising_Interval) * no_of_hop, assuming no packet loss.

    Still assuming no packet loss, but averaging out on the wait time to advertise will give: (2ms + Advertising_Interval)/2 * no_of_hop

    I'll check if we have any data available for the throughput.

    Br, 
    Joakim

Reply
  • Hi!

    The latency will largely depend on number of hops between source and destination, and the advertising interval. Some time for processing in the node, and possibility of queuing in the node must be accounted for, which should be less than 2 ms.

    Worst case: (2ms + Advertising_Interval) * no_of_hop, assuming no packet loss.

    Still assuming no packet loss, but averaging out on the wait time to advertise will give: (2ms + Advertising_Interval)/2 * no_of_hop

    I'll check if we have any data available for the throughput.

    Br, 
    Joakim

Children
Related