Developed by | Bluetooth SIG |
---|---|
Introduced | July 13, 2017 |
Industry | Lighting, IoT |
Physical range | 100-1000 meters (depending on mesh relaying configuration) |
Bluetooth Mesh is a computer mesh networking standard based on Bluetooth Low Energy that allows for many-to-many communication over Bluetooth radio. The Bluetooth Mesh specifications were defined in the Mesh Profile [1] and Mesh Model [2] specifications by the Bluetooth Special Interest Group (Bluetooth SIG). Bluetooth Mesh was conceived in 2014 [3] and adopted on July 13, 2017 . [4]
Bluetooth Mesh is a mesh networking standard that operates on a flood network principle. It's based on the nodes relaying the messages: every relay node that receives a network packet that
can be retransmitted with TTL = TTL - 1. Message caching is used to prevent relaying recently seen messages.
Communication is carried in the messages that may be up to 384 bytes long, when using Segmentation and Reassembly (SAR) mechanism, but most of the messages fit in one segment, that is 11 bytes. Each message starts with an opcode, which may be a single byte (for special messages), 2 bytes (for standard messages), or 3 bytes (for vendor-specific messages).
Every message has a source and a destination address, determining which devices process messages. Devices publish messages to destinations which can be single things / groups of things / everything.
Each message has a sequence number that protects the network against replay attacks.
Each message is encrypted and authenticated. Two keys are used to secure messages: (1) network keys – allocated to a single mesh network, (2) application keys – specific for a given application functionality, e.g. turning the light on vs reconfiguring the light.
Messages have a time to live (TTL). Each time message is received and retransmitted, TTL is decremented which limits the number of "hops", eliminating endless loops.
Bluetooth Mesh has a layered architecture, with multiple layers as below.
Layer | Functionality |
---|---|
Model Layer | It defines a standard way to exchange application specific messages. For example, a Light Lightness Model defines an interoperable way to control lightness. There are mandatory models, called Foundation Models, defining states and messages needed to manage a mesh network. |
Access Layer | It defines mechanism to ensure that data is transmitted and received in the right context of a model and its associated application keys. |
Upper Transport Layer | It defines authenticated encryption of access layer packets using an application (or device specific key). It also defines some control messages to manage Friendship or to notify the behavior of node using Heartbeat messages. |
Lower Transport Layer | This layer defines a reliable (through a Block Acknowledgement) Segmented transmission upper layer packets, when a complete upper layer packet can't be carried in a single network layer packet. It also defines a mechanism to reassemble segments on the receiver. |
Network Layer | This layer defines how transport packets are addressed over network to one or more nodes. It defines relay functionality for forwarding messages by a relay node to extended the range. It handles the network layer authenticated encryption using network key. |
Bearer Layer | It defines how the network packets are exchanged between nodes. Mesh Profile Specification defines BLE advert bearer and BLE GATT bearer. Mesh Profile defines Proxy Protocol, through which mesh packets can be exchanged via other bearers like TCP/IP. |
Nodes that support the various features can be formed into a particular mesh network topology.
Feature | Functionality |
---|---|
Relay | receive and retransmit mesh messages over the advertising bearer to enable larger networks. |
Proxy | receive and retransmit mesh messages between GATT and advertising bearers. |
Low Power | operate within a mesh network at significantly reduced receiver duty cycles only in conjunction with a node supporting the Friend feature. |
Friend | help a node supporting the Low Power feature to operate by storing messages destined for those nodes. |
The practical limits of Bluetooth Mesh technology are unknown. Some limits that are built into the specification include:
Limit for a network | Value | Remarks |
---|---|---|
Maximum number of nodes | 32 767 | The limit is 32768 addresses and while a node may occupy more than one address, the practical limit is most likely lower. |
Maximum number of groups | 16 384 Number of virtual groups is 2128. | |
Maximum number of scenes | 65 535 | |
Maximum number of subnets | 4 096 | |
Maximum TTL | 127 |
As of version 1.0 of Bluetooth Mesh specification, [2] the following standard models and model groups have been defined:
Foundation models have been defined in the core specification. Two of them are mandatory for all mesh nodes.
Provisioning is a process of installing the device into a network. It is a mandatory step to build a Bluetooth Mesh network.
In the provisioning process, a provisioner securely distributes a network key and a unique address space for a device. The provisioning protocol uses P256 Elliptic Curve Diffie-Hellman Key Exchange to create a temporary key to encrypt network key and other information. This provides security from a passive eavesdropper. It also provides various authentication mechanisms to protect network information, from an active eavesdropper who uses man-in-the-middle attack, during provisioning process.
A key unique to a device known as "Device Key" is derived from elliptic curve shared secret on provisioner and device during the provisioning process. This device key is used by the provisioner to encrypt messages for that specific device.
The security of the provisioning process has been analyzed in a paper presented during the IEEE CNS 2018 conference. [5]
The provisioning can be performed using a Bluetooth GATT connection or advertising using the specific bearer. [1]
Name | Submitter | Qualification date | QDID | Type |
---|---|---|---|---|
Bluetooth Stack for Embedded Systems - MESH profile [6] | Silvair, Inc. | July 18, 2017 | 98880 | Profile Subsystem |
Qualcomm Bluetooth Mesh [7] | Qualcomm Technologies International, Ltd. | July 18, 2017 | 98856 | Profile Subsystem |
Silvair Mesh Models [8] | Silvair, Inc. | July 26, 2017 | 99282 | Profile Subsystem |
Wireless Gecko Mesh Profile [9] | Silicon Laboratories | September 21, 2017 | 101318 | Profile Subsystem |
CYW-MESH 1.0 [10] | Cypress Semiconductor Corporation | October 3, 2017 | 101726 | Component (Tested) |
Qualcomm Bluetooth Mesh Model [11] | Qualcomm Technologies International, Ltd. | October 20, 2017 | 102243 | Profile Subsystem |
EtherMind Bluetooth Protocol Stack, 5.0 (Single Mode) + Mesh [12] | Mindtree Limited | January 24, 2018 | 106544 | Component (Tested) |
Telink SIG Mesh SDK [13] | Telink Semiconductor | February 1, 2018 | 106546 | Profile Subsystem |
TOSHIBA Bluetooth_stack_mesh-1 [14] | Toshiba Corporation | February 13, 2018 | 104143 | Component (Tested) |
AMICCOM Mesh Profile [15] | AMICCOM Electronics Corporation | March 14, 2018 | 109370 | Profile Subsystem |
Amiccom Bluetooth Mesh Model [16] | AMICCOM Electronics Corporation | March 30, 2018 | 110168 | Profile Subsystem |
Airoha SIG mesh [17] | Airoha Technology Corp. | April 2, 2018 | 110202 | Profile Subsystem |
Marvell Mesh stack v1.0 [18] | Marvell Technology Group | April 27, 2018 | 110569 | Component (Tested) |
nRF5 SDK for Mesh [19] | Nordic Semiconductor | May 2, 2018 | 111537 | Profile Subsystem |
Realtek Bluetooth 5 Mesh Solution [20] | Realsil Microelectronics Inc | July 27, 2018 | 115668 | Profile Subsystem |
STSW-BNRG-Mesh [21] | STMicroelectronics | August 2, 2018 | 116029 | Profile Subsystem |
RDA BT Host 5.0 [22] | RDA Microelectronics, Inc. | September 13, 2018 | 115860 | Profile Subsystem |
JYMC-MESH-1 [23] | Shanghai Frequen Microelectronics Co., Ltd. | October 10, 2018 | 119229 | End Product |
RW-BLE-MESH [24] | CEVA, Inc. | October 31, 2018 | 119268 | Component (Tested) |
ARM Ltd Cordio Mesh [25] | ARM Ltd | December 11, 2018 | 116593 | Profile Subsystem |
Samsung SLSI Bluetooth Mesh [26] | Samsung Electronics Co., Ltd. | December 21, 2018 | 122442 | Profile Subsystem |
Bluelet Host Stack V12 [27] | Barrot Technology Limited | December 25, 2018 | 123056 | Component (Tested) |
ESP BLE Mesh v0.6 [28] | Espressif Systems (Shanghai) Pte. Ltd. | January 14, 2019 | 124137 | Profile Subsystem |
BK3435 BLE Core Spec 5.0 with MESH [29] | Beken Corp | March 12, 2019 | 127926 | End Product |
Actions Mesh Profile Subsystem [30] | Actions (Zhuhai) Technology Co., Limited | March 21, 2019 | 127646 | Profile Subsystem |
AliOS Things BLE host and mesh profile v2.1.0 [31] | Alibaba (China) Co., Ltd. | April 19, 2019 | 129750 | Host Subsystem |
Tonly SIG Mesh Stack [32] | Shenzhen Tonli Science and Technology Development Co., Ltd | May 5, 2019 | 130160 | Profile Subsystem |
Sino Wealth IBLE SIG Mesh Profile [33] | Sino Wealth Electronic Ltd. | June 18, 2019 | 133403 | Profile Subsystem |
Qualcomm Bluetooth Mesh and Mesh Model v4.0 [34] | Qualcomm Technologies International, Ltd. | June 19, 2019 | 128410 | Profile Subsystem |
PAN1020 Mesh Profile subsystem [35] | Shanghai Panchip Microelectronics Co., Ltd | July 1, 2019 | 129291 | Profile Subsystem |
Apache NimBLE BLE Host including BLE Mesh [36] | JUUL Labs, Inc. | July 15, 2019 | 131934 | Component (Tested) |
Tmall mesh Stack [37] | Alibaba (China) Co., Ltd. | July 20, 2019 | 128246 | Profile Subsystem |
ClarinoxBlue [38] | Clarinox Technologies Pty Ltd | August 2, 2019 | 134454 | Host Subsystem |
BlueX Mesh [39] | BlueX Microelectronics Corp Ltd. | August 20, 2019 | 137436 | Profile Subsystem |
Zephyr OS Mesh [40] | The Linux Foundation | September 20, 2019 | 139259 | Profile Subsystem |
WCH Bluetooth Mesh [41] | Nanjing Qinheng Microelectronics Co., Ltd. | June 1, 2020 | 144808 | Profile Subsystem |
Free software and open source software implementations include the following:
A personal area network (PAN) is a computer network for interconnecting electronic devices within an individual person's workspace. A PAN provides data transmission among devices such as computers, smartphones, tablets and personal digital assistants. PANs can be used for communication among the personal devices themselves, or for connecting to a higher level network and the Internet where one master device takes up the role as gateway.
The Session Initiation Protocol (SIP) is a signaling protocol used for initiating, maintaining, and terminating communication sessions that include voice, video and messaging applications. SIP is used in Internet telephony, in private IP telephone systems, as well as mobile phone calling over LTE (VoLTE).
Jakarta EE, formerly Java Platform, Enterprise Edition and Java 2 Platform, Enterprise Edition (J2EE), is a set of specifications, extending Java SE with specifications for enterprise features such as distributed computing and web services. Jakarta EE applications are run on reference runtimes, which can be microservices or application servers, which handle transactions, security, scalability, concurrency and management of the components they are deploying.
A scatternet is a type of ad hoc computer network consisting of two or more piconets. The terms "scatternet" and "piconet" are typically applied to Bluetooth wireless technology.
Extensible Authentication Protocol (EAP) is an authentication framework frequently used in network and internet connections. It is defined in RFC 3748, which made RFC 2284 obsolete, and is updated by RFC 5247. EAP is an authentication framework for providing the transport and usage of material and parameters generated by EAP methods. There are many methods defined by RFCs, and a number of vendor-specific methods and new proposals exist. EAP is not a wire protocol; instead it only defines the information from the interface and the formats. Each protocol that uses EAP defines a way to encapsulate by the user EAP messages within that protocol's messages.
Z-Wave is a wireless communications protocol used primarily for residential and commercial building automation. It is a mesh network using low-energy radio waves to communicate from device to device, allowing for wireless control of smart home devices, such as smart lights, security systems, thermostats, sensors, smart door locks, and garage door openers. The Z-Wave brand and technology are owned by Silicon Labs. Over 300 companies involved in this technology are gathered within the Z-Wave Alliance.
As the next version of Windows NT after Windows 2000, as well as the successor to Windows Me, Windows XP introduced many new features but it also removed some others.
Notable issue tracking systems, including bug tracking systems, help desk and service desk issue tracking systems, as well as asset management systems, include the following. The comparison includes client-server application, distributed and hosted systems.
A Bluetooth stack is software that is an implementation of the Bluetooth protocol stack.
Bluetooth Low Energy is a wireless personal area network technology designed and marketed by the Bluetooth Special Interest Group aimed at novel applications in the healthcare, fitness, beacons, security, and home entertainment industries. Compared to Classic Bluetooth, Bluetooth Low Energy is intended to provide considerably reduced power consumption and cost while maintaining a similar communication range.
Google Wave, later known as Apache Wave, was a software framework for real-time collaborative online editing. Originally developed by Google and announced on May 28, 2009, it was renamed to Apache Wave when the project was adopted by the Apache Software Foundation as an incubator project in 2010.
MQTT is a lightweight, publish-subscribe, machine to machine network protocol for message queue/message queuing service. It is designed for connections with remote locations that have devices with resource constraints or limited network bandwidth, such as in the Internet of Things (IoT). It must run over a transport protocol that provides ordered, lossless, bi-directional connections—typically, TCP/IP. It is an open OASIS standard and an ISO recommendation.
Eddystone was a Bluetooth Low Energy beacon profile released by Google in July 2015. In December 2018 Google stopped delivering both Eddystone and Physical Web beacon notifications. The Apache 2.0-licensed, cross-platform, and versioned profile contained several frame types, including Eddystone-UID, Eddystone-URL, and Eddystone-TLM. Eddystone-URL was used by the Physical Web project, whereas Eddystone-UID was typically used by native apps on a user's device, including Google's first party apps such as Google Maps.
Firebase Cloud Messaging (FCM), formerly known as Google Cloud Messaging (GCM), is a cross-platform cloud service for messages and notifications for Android, iOS, and web applications, which as of May 2023 can be used at no cost. Firebase Cloud Messaging allows third-party application developers to send notifications or messages from servers hosted by FCM to users of the platform or end users.
Philips Hue is a line of color-changing LED lamps and white bulbs which can be controlled wirelessly. The Philips Hue line of bulbs was the first smart bulb of its kind on the market. The lamps are currently created and manufactured by Signify N.V., formerly the Philips Lighting division of Royal Philips N.V.
Phone Link, previously Your Phone, is a syncing software developed by Microsoft to connect Windows PCs to Android and iOS mobile devices to view notifications, make phone calls, use mobile apps amongst others, via the PC. It is a native component of Windows 10 and Windows 11, where it is a UWP app and consists of a driver that communicates with the Link to Windows app on the mobile device. Phone Link makes use of Wi-Fi, Bluetooth for voice calls, or mobile data; it syncs via Microsoft servers, meaning that an internet connection is required.
Amazon Sidewalk is a low-bandwidth long-range wireless communication protocol developed by Amazon. It uses Bluetooth Low Energy (BLE) for short distance communication, and 900 MHz LoRa and other frequencies for longer distances.
BlueTrace is an open-source application protocol that facilitates digital contact tracing of users to stem the spread of the COVID-19 pandemic. Initially developed by the Singaporean Government, BlueTrace powers the contact tracing for the TraceTogether app. Australia and the United Arab Emirates have already adopted the protocol in their gov apps, and other countries were considering BlueTrace for adoption. A principle of the protocol is the preservation of privacy and health authority co-operation.