A Review of Bluetooth Mesh

The paper titled “Bluetooth Low Energy Mesh: Applications, Considerations and Current State-of-the-Art” by researchers in Australia provides a comprehensive review of Bluetooth Mesh technology, focusing on its applications, challenges and opportunities in the context of the Internet of Things (IoT).

The study begins with an overview of Bluetooth Mesh, detailing its protocol stack, node types and real-life implementation. It further explores the suitability of Bluetooth Mesh for IoT applications, considering factors like scalability, flexibility, robustness, responsiveness, security, and energy efficiency. A comparison with other communication technologies such as Wi-Fi, Z-Wave, Zigbee, and LTE-M is also provided to highlight the pros and cons of Bluetooth Mesh.

The paper includes a review of research published between 2017 and 2022, since the official release of Bluetooth Mesh by the Bluetooth Special Interest Group (SIG). It also presents experimental investigations and insights from a test-bed, analysing real-world implications for latency, energy, scalability, and reliability based on Bluetooth Mesh parameters and behaviour.

One of the key findings is that Bluetooth Mesh is an emerging technology that can support reliable communications in IoT environments. However, the performance of the Bluetooth Mesh network can be significantly influenced by parameters and functions such as time-to-live (TTL) and relay features. The configuration and selection of these parameters can affect reliability and energy consumption, indicating that further experimental work is needed to understand these effects.

The paper also discusses the practical applicability of Bluetooth Mesh for interconnecting nodes within close range or performing proximity sensing and localisation for limited bandwidth operations.

The paper recognises Bluetooth Mesh as a promising technology for various IoT applications but acknowledges that much work remains, particularly in understanding the impact of different parameter settings and in exploring its robustness in different mobility situations.

Large Scale Bluetooth Mesh Testing

Nordic Semiconductor, the manufacturer of the SoC chip in most beacons, has a new blog post on Large scale Bluetooth mesh testing.


Tests were conducted in Nordic’s office in Trondheim and focussed on measuring reliability and latency. The results show that it’s easy to get 100% reliability for unacknowledged messages. Regarding latency and reliability, unacknowledged messages perform better than acknowledged messages within the used testing constraints.

Using Bluetooth Mesh and Space, Time, Frequency Diversity to Improve Locating Accuracy

There’s new research from the Department of Electrical Engineering, University of North Texas, USA on Measurement and Analysis of RSS Using Bluetooth Mesh Network for Localization Applications. The paper explains how received signal strength (RSSI) based solutions have accuracy limitations in radio multipath (radio reflective) environments. It describes a solution that improves accuracy using Bluetooth mesh and Bluetooth channel-based processing.

Bluetooth and WiFi Channels

A system was created that exploits the space, time, and frequency diversities in measurements. Different Bluetooth channels have different fading effects.

Advertising was modified to make it Bluetooth channel-aware to be able to differentiate the fading effects. It was possible to reduce the residual fitting errors in the path loss models by using a space-time-frequency diversity combining scheme.

The system was demonstrated using ESP32 BLE modules.

The system significantly reduced the residual linear regression fitting errors in path loss models. It was able to more accurately use RSSI to measure the distance between the transmitter and receiver. The researchers demonstrated it’s possible to implement the proposed multi-receiver configuration and the diversity combining scheme using commercial off-the-shelf standard BLE devices.

Vehicle Parking Management Using iBeacons

There’s new research by Chi-Fang Chien, Hui-Tzu Chen and Chi-Yi Lin of Tamkang University, New Taipei City, Taiwan on A Low-Cost On-Street Parking Management System Based on Bluetooth Beacons (pdf).

Current smart parking systems are very expensive as they rely on image recognition and wireless magnetometers. The image recognition isn’t perfect and sometimes fails to acquire the identity of vehicles under poor illumination or due to obstruction of vehicle registration number plates.

Instead, a system has been developed using low-cost Bluetooth beacons. Beacons are installed in the vehicles and receivers are deployed along the roadside parking spaces.

Vehicle Parking Management System
Vehicle Parking Management System

The system uses Raspberry Pi for receivers and gateways. The Received Signal Strength Indication (RSSI) of beacons is processed, filtered and sent to a gateway. The system detects the occupancy of parking spaces and identifies the vehicles.

Smart On-Street Parking System
Smart On-Street Parking System Using iBeacons

It’s unfortunate the researchers didn’t consider Bluetooth Mesh for the receivers and gateways. It’s ideal for situations such as this where nodes are within range of each other and the data is small in size and sporadic. The use of Bluetooth Mesh would have reduced the hardware requirement considerably.

Read about Beacons and the Bluetooth Mesh

Bluetooth Mesh Succeeds Where Thread Failed

Thread is a low power wireless protocol that competes with Bluetooth Mesh. Particle who develop Thread have made a surprise announcement that they are discontinuing development of Particle Mesh.

Mesh networking, while a compelling technology, is extremely complex, and trying to make it just work with zero configuration for all customers in all environments just wasn’t feasible

Instead, they are going to concentrate on Bluetooth Low Energy support for local communications between devices.

To understand the rationale, take a read of Szymon Slupik’s blog on Crossing the Mesh Chasms. Szymon is the Chair Mesh Working Group at Bluetooth SIG and CEO of Silvair who use Bluetooth Mesh in lighting. In his blog he explains how his company previously tried and failed, 8 years ago, to create a routed, self-healing and IP-based mesh. Bluetooth mesh has none of these because different techniques need to be used in networks that have low bandwidth. Attempting routing, self-healing and ip protocols on top of a limited throughput network causes it to saturate and collapse if there’s any significant network traffic.

Instead, Bluetooth mesh has been designed to send the original message multiple time (default is three) instead of using acknowledgements*. Multiple paths are used instead of self-healing.

As the Thread announcement says, mesh networking is complex. This is as much so for Bluetooth as it is for Thread. The Bluetooth Mesh Specification has over 700 pages. As Szymon says, Bluetooth mesh as a technology is only part of a solution. Bluetooth mesh needs software to configure the mesh for specific usecases and provision/manage nodes.

Read about Beacons and the Bluetooth Mesh

* The mesh standard does allow for acknowledgements but, as has been our experience, using them in real-world scenarios floods the network with too much traffic.

Wireshark Supports Bluetooth Mesh

Wireshark has announced support for the Bluetooth Mesh Beacon, PB-ADV, Provisioning PDU and Proxy Bluetooth mesh protocols.

Wireshark is a protocol analyser that takes packets and decodes into human readable data. It’s usually used with other hardware and software as the last stage in processing captured data. For example, you can use Wireshark with the Nordic nRF sniffer, on Adafruit hardware and on Linux.

In the case of Bluetooth mesh, data packets are encrypted. In fact, data is double encrypted in that first the data is encrypted and then the packets. This means that while you can capture packets you can only see the packet types and Bluetooth mesh metadata. You won’t be able to decrypt the actual data. It’s more useful for determining the type and size of traffic for mesh traffic optimisation.

Read about Beacons and the Bluetooth Mesh

What’s Wrong with Bluetooth Mesh?

Researchers from TU Darmstadt, Germany have a new paper Toxic Friends in Your Network: Breaking the Bluetooth Mesh Friendship Concept that looks into weaknesses in the security model underlying the Bluetooth mesh friendship mechanism.

Friendship allows a low-power IoT device to go to sleep with a separate higher-power node caching packets until the lower power device wakes up. The paper provides an overview of friendship and the Friendship Security Material(FSM) unique to this type of communication.

The researchers found three flaws in the Bluetooth friendship mechanism related to:

  • The possibility of eavesdropping on communication and selectively jamming based on size of the control messages.
  • The lack of protection of the friend security keys against an insider attack.
  • The possibility of misuse of Friend Clear messages to cause a form of denial of service attack through flattening the battery.

The paper includes a reference to tools that demonstrate these problems and discusses possible mitigations.

The Bluetooth SIG responded:

Compromise of the friendship relationship results only in a compromise of the availability of the low power node to the other nodes in the subnet.

It is the conclusion of the working group that the friendship relationship between an LPN and its friend within a mesh subnet is not intended to be secured against attack by a party already in possession of the network key.

It is the position of the Mesh Working Group and the Bluetooth SIG that neither scenario provides additional security risk for a user of the Mesh profile

In other words, the risks are appropriate to the level to which the mesh is expected to be used or attacked.

We have yet to come across any devices using friendship. Friendship is an edge case that isn’t required in most instances. Also, most existing low power devices can’t be upgraded to use mesh due to the higher memory requirement of Bluetooth Mesh.

Read about Beacons and the Bluetooth Mesh

Survey of Mesh Technologies

There’s useful new research on Wireless Mesh Networking: An IoT-Oriented Perspective Survey on Relevant Technologies by Antonio Cilfone, Luca Davoli, Laura Belli and Gianluigi Ferrari of University of Parma, Italy. It covers how various communication technologies are suitable for mesh networking.

The paper explains mesh topologies and routing protocols. It describes Bluetooth:

“BLE is presently raising more and more attention and is becoming one of the leading technologies for both IoT-oriented and industrial scenarios”

The authors provide an in-depth introduction to SIG Bluetooth Mesh. (Note that an excellent higher level overview also very recently became available from InsightSIP). The research paper also mentions other Bluetooth mesh implementations such as the draft IETF Bluetooth Mesh for IPv6.

Applications such as smart city, industrial monitoring and smart agriculture are considered and factors such as interoperability and security are mentioned. Finally, the paper compares other protocols such as Thread, ZigBee and LoRaWAN.

Read about Beacons and the Bluetooth Mesh

Bluetooth Mesh for Industrial IoT (IIoT)

There’s an informative video presentation on the Bluetooth SIG web site on Simplifying Multi-Vendor Mesh and Sensor Networks. It provides an introduction to Bluetooth mesh and explains the ways in which it can provide for Industrial IoT (IIoT).

To add to this, Bluetooth Mesh is suitable for use on the factory floor where the environment can be electrically noisy. Standard Bluetooth Mesh uses advertising on several channels rather than (GATT) connections so as to provide for more reliable communication in environments with wireless interference.

Read about Beacons in Industry and the 4th Industrial Revolution (4IR)
Read about Beacons and the Bluetooth Mesh

Bluetooth Mesh, Thread and Zigbee Network Performance

Silicon Labs have a useful web site, webinar and slides on “Benchmarking Bluetooth Mesh, Thread, and Zigbee Network Performance”.

The two main measures of performance are throughput, the rate data transfer that can be achieved (in bits per second) and latency, the time taken for data to cross the network.

With a typical implementation of 6+ hops, throughput converges to a similar order of magnitude for all the protocols:

In real use these protocols only support of the order of low thousands of bits (not bytes!) per sec and should therefore only be used for sending small amounts of data that don’t change very often.

For a small payload with 192 nodes, Zigbee has lowest latency and Bluetooth has greatest variation of latency of 20ms to 200ms:

For a larger payload, the Bluetooth latency has a larger range of up to 750ms:

Whether the variation of latency matters depends on your particular solution. Which technology is best depends on what you need to accomplish. For example, in a Bluetooth lighting scenario you might not want some lights to come on immediately and far ones to come on up to a second later. For sensing, the delay usually doesn’t matter.

You also need to consider other factors such as interoperability, scalability, security, reliability and ease of deployment. For example, Zigbee is less scalable and Silicon Labs recommends a maximum of seven hops otherwise the network becomes congested due to re-tries. Bluetooth has especially good interoperability because it is ubiquitous on smartphones and other devices. It also works reliably in industrial situations and has double encryption.

All protocols can be difficult to deploy due to the lack of off-the-shelf general solutions outside specific verticals such as lighting and home automation.

Silicon Labs have a more specific paper on Bluetooth Mesh Network Performance.

Read about Beacons and the Bluetooth Mesh