Bluetooth Low Energy

<\/script>\n
'; }, get iframeSnippet() { const domain = '{ SITE_DOMAIN }'; const type = '{ embed_type }'; const slug = '{ embed_slug }'; return ''; }, get activeSnippet() { return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet; }, copySnippet() { navigator.clipboard.writeText(this.activeSnippet).then(() => { this.copied = true; setTimeout(() => { this.copied = false; }, 2000); }); } }" @keydown.escape.window="open = false" @click.outside="open = false">

Embed This Widget

Theme


      
    

Widget powered by . Free, no account required.

A wireless personal area network technology designed for low power consumption, operating in the 2.4 GHz ISM band with a focus on coin-cell-powered IoT devices.

Also known as: BLE Bluetooth Smart Bluetooth LE

Bluetooth Low Energy

Bluetooth Low Energy (BLE) is a wireless personal area network technology operating in the 2.4 GHz ISM band. Introduced as part of the Bluetooth 4.0 Core Specification in 2010, BLE was designed from the ground up for ultra-low power consumption, enabling coin-cell-powered devices to operate for months or even years on a single battery. It is architecturally distinct from Bluetooth Classic and optimized for periodic, short-burst data transfers rather than continuous streaming.

How BLE Works

BLE divides the 2.4 GHz spectrum into 40 channels, each 2 MHz wide. Three of these channels (37, 38, 39) are dedicated advertising channels used for device discovery and broadcast. The remaining 37 channels carry connection data and employ adaptive frequency hopping to minimize interference from Wi-Fi and other 2.4 GHz sources.

Communication follows a central--peripheral model. A peripheral broadcasts advertising packets to announce its presence. A central device scans for these packets, initiates a connection, and then exchanges data through GATT services and characteristics. The radio duty cycle is typically well below 1%, with devices sleeping between connection events to conserve power.

Protocol Stack

The BLE protocol stack is layered into three main sections. The Controller handles the physical radio and link layer. The Host implements higher-level protocols including L2CAP, ATT, GATT, GAP, and SMP. The HCI interface bridges the two, allowing host software and controller hardware from different vendors to interoperate.

Key Specifications by Version

BLE has evolved significantly since its introduction. Bluetooth 4.2 added Data Length Extension and LE Secure Connections. Bluetooth 5.0 introduced LE 2M PHY, LE Coded PHY, and extended advertising. Bluetooth 5.1 brought Direction Finding for AoA/AoD positioning. Bluetooth 5.2 delivered LE Audio with isochronous channels. Bluetooth 5.4 added PAwR for electronic shelf labels. Bluetooth 6.0 introduced Channel Sounding for centimeter-accurate ranging.

BLE is governed by the Bluetooth SIG and implemented on SoCs from vendors like Nordic Semiconductor (nRF52840), Espressif (ESP32-C3), and Texas Instruments.

Related Terms

Frequently Asked Questions

Our glossary covers 90+ BLE technical terms organized by category. Each term includes a definition, related terms, and links to relevant chips and guides.