Bluetooth LE RSSI for proximity detection iOS

后端 未结 4 1743
栀梦
栀梦 2020-12-04 12:49

I\'ll start with the question.

Is the BTLE RSSI a good way to indicate two devices proximity to each other or not? does it only work with small devices like fobs et

4条回答
  •  孤城傲影
    2020-12-04 13:08

    If I understand well, you are trying to implement similar functionality that to what seen in the WWDC demo and what apps like Bump implement. For that RSSI will be adequate. Test for appopriate threshold values (e.g. >-30) and you will be fine.

提交回复
热议问题