Affordable Indoor Tracking Using Bluetooth for Care and Asset Monitoring

A new paper describes a system that helps track people or objects inside buildings. It uses Bluetooth LE signals to estimate where something is located indoors.

The main idea is to place beacons around a building and use devices like Raspberry Pi receivers to pick up their signals. By measuring how strong the signal is, the system estimates how far away each beacon is, and from that works out the position of a person or object.

A problem with this approach is that Bluetooth signals indoors are unreliable. Walls, people, and other objects can interfere, making the signal jump around and giving inaccurate results. To fix this, the system uses a mathematical method, a Kalman filter, to smooth out the signal and reduce noise, making the readings more stable .

It also improves accuracy by constantly adjusting how it converts signal strength into distance, based on real measurements taken in the environment. This means the system adapts to different indoor conditions rather than relying on fixed assumptions.

In testing, the system was set up in a small 5 by 5 metre area with three Bluetooth beacons and many test points arranged in a grid. Data was collected at each point and processed to calculate positions. The final location is worked out using a method that gives more weight to closer signals.

The results showed that the system could locate objects very accurately, with errors of only a few centimetres (around 0.3 metres or less), and could update positions in real time every second. It also significantly reduced signal noise, making the tracking more reliable.