Concurrent multicast in large-scale networks
Bluetooth® Mesh is a state-of-the-art mesh networking technology that extends the capabilities of Bluetooth Low Energy. It enables powerful concurrent multicast (many-to-many) communication in networks with thousands of nodes. The functionality is a vital update for new applications in lighting, sensor networking, predictive maintenance, asset tracking and positioning.
Bluetooth Mesh is a managed flooding mesh, which is a simple and reliable approach to distribute messages in larger networks. Reliability is ensured with multiple paths from source to destination and there is no single point of failure. The Bluetooth Mesh technology has separate encryption for network and application layers enabling network mangers to create multi-level access control mechanisms.
Security
Bluetooth Mesh Protocol 1.1 and new features
Bluetooth NLC
Bluetooth Networked Lighting Control (NLC) is a set of Bluetooth Mesh profiles that standardize interfaces for luminaries, sensor and control devices. NLC is a full-stack standard for wireless lighting control covering standardization on the radio layer, the protocol layer, and the device layer. Bluetooth NLC enables multi-vendor interoperability and mass adoption of wireless lighting control. NLC profiles define standards for for following device types: Ambient Light Sensor, Basic Lightness Controller, Basic Scene Selector, Dimming Control, Energy Monitor, and Occupancy Sensor.
nRF Connect SDK supports all NLC profiles with the samples – read more in the Development Software tab.
Walkthrough Bluetooth Mesh 1.1 and NLC
On-Demand webinar
Walkthrough Bluetooth Mesh 1.1 and Bluetooth Networked Lighting Control (NLC)
Introduction to Bluetooth Mesh
On-Demand webinar
Introduction to Bluetooth Mesh
Topology and roles
Bluetooth Mesh uses Bluetooth Low Energy as bearer or transport for its messages. The Bluetooth Mesh messages are encapsulated in either Bluetooth LE advertisements or GATT packets, referred to as advertising bearer or GATT bearer (connections). Normal nodes typically use the advertising bearer, but when a smartphone connects into the network it typically uses the GATT bearer. The smartphone connects to one node and then that node relays the messages into the network.
The below figure shows an overview of the Bluetooth Mesh roles:
- N: Node is the most basic role. It uses the advertising bearer only and its receiver is always on. It will not retransmit messages.
- RN: Relay node uses the advertising bearer only and its receiver is always on when not retransmitting messages. It extends the network range and allows messages to hop between multiple relay nodes.
- P: Proxy node has the same functionality as a RN, but can also use the GATT bearer to connect to for example a smart phone. It runs the Bluetooth Mesh stack and the Bluetooth LE stack.
- FN: Friend node has the same functionality as a RN, but can establish a friendship with one or more LPNs. It will store messages for the LPNs it has a friendship with.
- LPN: Low power node uses the advertising bearer and its receiver is mostly turned off. It wakes up at a certain interval and polls for messages from its Friend node. It can wake up at any time to send a message to the network.
- GATT connectivity represents a node that connects to a Proxy node over a GATT connection.
If you want to learn more about Bluetooth Mesh we recommend reading the Bluetooth Mesh concept section and also the "Mesh Profile" specification.