Can we determine the exact distance of the Beacon from the iOS App using these properties below.
- Proximity
- accuracy
- rssi
If so, How can we achieve it?
Thanks,
Can we determine the exact distance of the Beacon from the iOS App using these properties below.
If so, How can we achieve it?
Thanks,
accuracy is an estimation of the distance (in meter) between your device and the beacon. It isn't really reliable. As a matter of fact determining an exact distance would require taking into account all things creating interferences or attenuating the signal which isn't possible.
Accuracy is reliable within 1 meter
,but the value may fluctuate
.With increasing distance error increases.
You can calculate the distance by rssi
in the actual environment.