I'm trying to get accurate location with the help of 3 or more iBeacons. There are two steps
- Getting accurate distance from iBeacon's RSSI.
- Applying Trilateration algorithm to calculate the location.
For now i'm not getting the precise distance. iOS "Accuracy" is not truly distance. I'm applying different formulas to calculate distance but i'm unable to find precise distances. Till now I'm able to get precise distance up to 10 meters, but i need distances for like 20 meters at least.
(I'm using default txPower of iBeacon witch is -59 dbm and I've measured power of C3 and using Broadcast interval of 300ms.
Any help would be highly appreciated. Thanks!