Get Bluetooth Device Distance Using BleuIO
Distance between Bluetooth devices can be measured using RSSI value. Using the script presented in this article will help us to get device distance using BleuIO. This script scans for nearby Bluetooth devices and get an approximation of the distance by using well known RSSI to distance formula. Requirments Instructions git clone https://github.com/smart-sensor-devices-ab/ble_distance_measure.git Go inside […]