WEARABLES
Why every wearable runs on Bluetooth LE
A fitness band that needed charging every night wouldn't sell. The protocol choice behind it is the reason it doesn't.
The trade Bluetooth LE makes
Bluetooth Low Energy (BLE) shares the same 2.4 GHz frequency as classic Bluetooth but was designed from the ground up for low power draw rather than continuous high-bandwidth streaming. A BLE radio spends most of its time asleep, waking briefly on a schedule to send a small burst of data, then going back to sleep. Classic Bluetooth, built for things like streaming audio, keeps a connection open continuously, which costs far more power.
That difference is why a wireless earbud, which needs to stream audio, still uses classic Bluetooth for the audio link, while the same earbud's case and companion app often talk to your phone over BLE for status updates and firmware checks, where a constant high-bandwidth link isn't needed.
Why this fits a wearable specifically
- Battery volume is tiny. A watch or ring has room for a battery a fraction the size of a phone's, and BLE's sleep-heavy duty cycle is what makes multi-day or multi-week battery life possible in that volume.
- Range doesn't need to be far. A wearable almost always talks to a phone within arm's reach, so BLE's shorter range compared to Wi-Fi is not a real limitation for the job.
- Data volume is small. Heart rate, step counts, and notifications are tiny payloads sent periodically, well within what BLE's lower bandwidth can carry.
The same logic extends past fitness trackers: BLE beacons in retail stores, BLE-based asset tags in warehouses, and BLE proximity sensors all lean on the identical trade-off, small periodic data, long battery life, short range.
Sources
- Bluetooth Low Energy — Wikipedia