Has anyone ever worked with programming a Bluetooth module?
Hello have a nice weekend guys π, Has anyone ever worked with programming a Bluetooth module? I would like the Arduino to calculate the distance between the Bluetooth module it powers and a nearby phone .
Thanks
Solution:Jump to solution
Hi @Camila_99$$ check with Bluetooth5.1 compatible chip that allow distance and direction finding through AOA (Angle of Arrival) and AOD (Angle of Departure). I think the Nordic has some SoCs with example codes and documentation.
2 Replies
Solution
Hi @Camila_99$$ check with Bluetooth5.1 compatible chip that allow distance and direction finding through AOA (Angle of Arrival) and AOD (Angle of Departure). I think the Nordic has some SoCs with example codes and documentation.
https://www.beaconzone.co.uk/blog/obtaining-distance-from-rssi/
see also https://iotandelectronics.wordpress.com/2016/10/07/how-to-calculate-distance-from-the-rssi-value-of-the-ble-beacon/
Support
BeaconZone Blog
Obtaining Distance from RSSI β BeaconZone Blog
RSSI is the signal strength at the Bluetooth receiver. The signal type, for example, iBeacon, Eddystone or sensor beacon is irrelevant. The value of the RSSI can be used to infer distance.
iotbymukund
IOT and Electronics
How to Calculate Distance from the RSSI value of the BLE Beacon
I am sure many people are working on the BLE technology and even on the projects like Indoor Location Positioning, distance approximation from the RSSI value of the BLE beacon. This Article is shorβ¦