Like all communication technologies, Bluetooth is a better fit for some applications than others. If you're considering using Bluetooth, here’s an outline of the primary factors that determine the effective range of Bluetooth communications, plus some ways to improve it with networking. This article is now updated with the addition of Bluetooth 5 performance.
The complete guide to Bluetooth Low Energy
Bluetooth was originally designed to exchange a lot of data at close range in continuous, streaming data applications. The devices are able to both send and receive data at the same time. This is perfect for many common consumer products, such as computer headsets, where the two devices are close together.
When Bluetooth LE (formerly called Bluetooth Smart) hit the market in 2011, the key advantage over earlier versions was lower power consumption over the same range, but with lower bandwidth. It’s intended for devices that only need to exchange small amounts of data periodically, extending battery life by months or even years.
BLUETOOTH v2.1 |
BLUETOOTH 4.0 (LE) |
BLUETOOTH 5 (LE) |
|
---|---|---|---|
Range | Up to 100 m | Up to 100 m | Up to 400 m |
Max range (free field) |
Around 100 m (class 2 outdoors) |
Around 100 m (outdoors) |
Around 1,000m (outdoors) |
Frequency | 2.402 – 2.481 GHz | 2.402 – 2.481 GHz | 2.402 - 2.481 GHz |
Max data rate | 1- 3 Mbit/s | 1 Mbit/s | 2 Mbit/s |
Application Troughput |
0.7-2.1 Mbit/s | Up to 305 kbit/s | Up to 1,360 kbit/s |
Topologies | Point-to-point, scatternet |
Point-to-point, mesh network |
Point-to-point, mesh network |
Network Standard |
IEEE 802.15.1 | IEEE 802.15.1 | IEEE 802.15.1 |
There are many factors affecting Bluetooth range, typically:
While the radio performance and antennas are pretty static for a given Bluetooth device, the surroundings can vary a lot. Outdoors, in an open field, you can get a range of up to a hundred meters. But that is a rare situation. Indoors, obstacles like concrete walls will attenuate the radio signal and the effective range will be drastically reduced. In normal use, ten meters is a good guide to what can be achieved between two Bluetooth devices indoors.
When developing a Bluetooth device, you can give your device a better range by selecting the Bluetooth chip with the best receiver sensitivity and output power, and making sure that you use a good antenna.
Sometimes you may need to use Bluetooth over hundreds or thousands of meters. In the next section we will discuss how to extend Bluetooth range using networks.
Bluetooth v2.1 |
|
Bluetooth LE |
|
Version 5 of the Bluetooth specification brought with it a number of improvements, all aimed at making the low energy part of Bluetooth more flexible:
You can connect Bluetooth devices to multiple distributed gateways connected to the internet. The Bluetooth devices can communicate with each other, and with online services, via these gateways.
This is an ideal solution if the devices are spread over a large geographical area. Each hub can usually only handle a few directly connected devices, which is another limitation of Bluetooth. You are likely to run into a situation where you want to handle hundreds or even thousands of Bluetooth devices in a relatively small area, such as an office building. For this you need to use a Mesh Network to connect the gateway and the local Bluetooth devices.
A Mesh Network allows you to connect a large number of Bluetooth devices over a wider area. In this situation, all devices, or “nodes”, in the same mesh are able to communicate with each other, either directly or via one or more intermediate nodes, as long as each node is close enough to at least two others.
This way, the network does not depend on a central gateway to pass all traffic.
Just like the Internet, data packets can find the most efficient route via any nodes between the sender and the receiver.
In a Mesh Network you can also use a “broadcasting” approach, where all nodes within the Mesh Network receive the same message, and then interpret it and take appropriate action.
One example could be a smart lighting system. Each switch or bulb is a node on a Mesh Network using Bluetooth LE. Each bulb is configured to know which room it’s in.
The message is broadcast from Node 1, a light switch, via the mesh. The connected light bulbs in Room 1 receive this message, but they will not act upon it, as they know they are not in Room 2. The message is passed along and when it reaches the bulbs in Room 2, they turn on. Room 2 could be hundreds of meters away from Room 1, but will still receive the message via the other nodes in between. This way there could be a thousand or more rooms, all with lighting controlled from anywhere, using a Bluetooth LE network.
First published in June 2016
Updated Jan 25, 2023