What Is Bluetooth Low Energy? A Complete Introduction

<\/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.

Everything you need to know about BLE technology

| 2 분 읽기

What Is Bluetooth Low Energy?

Bluetooth Low Energy (BLE, also called Bluetooth Smart) is a wireless communication protocol designed for applications that require low power consumption and periodic data transfer over short distances. Introduced in Bluetooth 4.0 in 2010, BLE is now the dominant protocol for IoT sensors, wearables, medical devices, and proximity beacons — any scenario where a coin cell battery must last months or years.

How BLE Works

BLE operates in the 2.4 GHz ISM band using 40 RF channels, three of which are dedicated advertising channels. Unlike Bluetooth Classic, BLE does not maintain continuous radio-on time. Instead, devices advertise or connect for milliseconds at a time and then sleep, achieving duty cycles well below 1%.

The two fundamental roles are Central and Peripheral. A peripheral advertises its presence; a central scans, connects, and initiates data exchange. Once connected, data is exchanged using GATT — a hierarchical structure of services and characteristics.

BLE vs Bluetooth Classic

Feature BLE Bluetooth Classic
Peak current 5–15 mA 30–100 mA
Idle current < 1 µA 1–20 mA
Latency 6 ms (typical) 100 ms
Max throughput 2 Mbps 3 Mbps (EDR)
Battery life (coin cell) Months–years Hours–days
Audio support LC3 codec and Auracast." data-category="LE Audio">LE Audio (BT 5.2+) A2DP/HFP

BLE Use Cases

BLE's low-power profile makes it ideal across a wide range of verticals:

  • Health and fitness: Heart rate monitors, continuous glucose monitors, smart scales
  • Asset tracking: Indoor positioning via RSSI beacons, AirTags, Tile
  • Smart home: Door locks, light bulbs, thermostats via Bluetooth Mesh
  • Industrial IoT: Machine vibration sensors, predictive maintenance nodes
  • Medical: Hearing aids (LE Audio), blood pressure monitors, infusion pumps

Getting Started

To select the right BLE chip for your project, use the BLE Chip Selector, which filters by power budget, throughput, and certification requirements. For protocol stack details, see BLE Protocol Stack Architecture.

BLE is defined by the Bluetooth SIG through the Core Specification. Version 6.0 (2024) adds Channel Sounding for sub-meter ranging.

자주 묻는 질문

BLE operates on the 2.4 GHz ISM band, using 40 channels each 2 MHz wide. Three of these channels (37, 38, 39) are dedicated advertising channels chosen to avoid overlap with the most commonly used Wi-Fi channels. The remaining 37 channels are used for data connections with adaptive frequency hopping to avoid interference.

A BLE peripheral advertising at a 1-second interval with short bursts of data typically consumes 5-15 µA average current. On a CR2032 coin cell (225 mAh), this yields 2-5 years of operation. Aggressive connection parameter tuning and deep sleep between events can push lifetimes beyond 10 years for sensors that rarely transmit.

BLE 5.0 introduced the LE 2M PHY, which doubles the over-the-air bit rate to 2 Mbps. After accounting for protocol overhead (ATT, L2CAP, Link Layer), practical application throughput reaches roughly 1.4 Mbps under ideal conditions. The original LE 1M PHY achieves around 700 Kbps effective throughput.

BLE was originally developed by Nokia under the name Wibree starting around 2001 and was later submitted to the Bluetooth SIG. It was incorporated into the Bluetooth 4.0 specification in 2010 under the official name Bluetooth Low Energy, also marketed as Bluetooth Smart.

Yes, our guides range from beginner introductions to advanced topics. Each guide indicates its difficulty level and prerequisites so you can find the right starting point.