【发布时间】:2020-10-14 16:52:06
【问题描述】:
我目前正在设计一个简单的室内定位项目来评估蓝牙 5.1 标准的可能性。我想使用的功能是蓝牙 5.1 中引入的 AoA(到达角)。
根据标准,AoA 允许通过近似角度和测量定位器/接收器 (rx) 上的 RSSI 来测量发射设备的位置 (tx)。由于 AoA 是 5.1 中新实现的功能,因此我了解 rx 需要支持 5.1 蓝牙标准。发射设备呢?它需要支持的最低蓝牙版本是多少?我可以为此目的使用 4.x BLE 信标(或模拟信标的 Android/iOS 设备)吗?
【问题讨论】:
-
你能提供一些关于 AoA for android 的代码参考吗?
标签: bluetooth bluetooth-lowenergy core-bluetooth android-bluetooth ios-bluetooth