Estimating beacon proximity/distance based on RSSI - Bluetooth LE

前端 未结 4 1702
独厮守ぢ
独厮守ぢ 2020-11-29 16:40

I\'ve got a simple iOS app which displays the proximity of the Bluetooth LE beacons it detects using such expressions as \"immediate\", \"near\" etc. and I need to write som

4条回答
  •  感动是毒
    2020-11-29 17:24

    use the getAccuracy() method in the library, it gives you the distance of the beacon

提交回复
热议问题