This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] CC2650STK:获取 RSSI 值并将其转换为 dBm

Guru**** 2454880 points
Other Parts Discussed in Thread: CC2650

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/574200/cc2650stk-getting-rssi-value-and-converting-it-to-dbm

器件型号:CC2650STK
Thread 中讨论的其他器件:CC2650

我目前正在进行一个项目、使用 cc2650 sensortag 实现简单的接近、以便在 Nexus 7 Android SDK 21系统上跟踪10m 以下的儿童。  

我想测试一些研究论文公式、但它要求 RSSI 读数转换为 dBm 值。  

有没有办法去做? 我不允许对 sensortag 代码进行任何修改、它当前使用 BLE 堆栈中的默认 sensortag 项目(2 - 2 - 1)。

我一直在 Android 侧使用 readRemoteRSSI 来获取 RSSI 值。

或者、除了这种方法之外、我还可以通过其他任何方法来实现这一点、我们将非常感谢您的帮助。