Bluetooth Low Energy
Diode
-by Suraj Kulkarni [CompSoc]
published on Dec. 30, 2019, 1:32 a.m.

We all know how infuriating it is when our devices drains battery when it uses wireless communication like wifi, bluetooth, infra-red. In every device we use, we are always concerned with the power consumption. A device which consumes less power is always favourable. So in this article, I am going to elucidate an effective solution to the power problem in wireless communication- Bluetooth Low Energy , also known as BLE.

Why BLE?

Historically, classic bluetooth (the bluetooth we are all aware of) was mainly designed to replace cable and it covers many protocols. And with speeds increasing with new versions, power consumption was not always the primary concern for this technology.

Hence, it was not suitable for wireless boards running on a battery that only needs to send a few bytes of information. Well this is where BLE comes in. It was contrived to consume as low power as possible. Devices using BLE can run on button cells for months or even years.

BLE Architecture

alt text

BLE architecture has the following stacks-

But why does BLE consume less power?

BLE uses less energy by keeping things simple. Instead of maintaining a constant connection, the BLE protocol only sends data as needed. And it does so with very little overhead. This allows the device to sleep for longer periods of time , turn off the radio and consume less power. Thus, it is great for periodic updates, like getting readings for a sensor. But its not so great for streaming audio or video. For now, that is a job left to classic bluetooth or wifi.

Advantages

Applications

Check out more blogs!