HI
william hill官网
专家,
我使用CYW20706扫描BLE信标,我注意到堆栈提供的RSSI值在93和38之间变化不规则。
信标〔0〕,ID=1369100000,BATT=0,功率=5,区=88,RSSI=-32。
信标〔0〕,ID=1369100000,BATT=0,功率=5,区=88,RSSI=-36。
信标〔0〕,ID=1369100000,BATT=0,功率=5,区=88,RSSI=-33。
信标〔0〕,ID=1369100000,BATT=0,功率=5,区=88,RSSI=-36。
信标〔0〕,ID=1369100000,BATT=0,功率=5,区=88,RSSI=90。
信标〔0〕,ID=1369100000,BATT=0,功率=5,区=88,RSSI=90。
信标〔0〕,ID=1369100000,BATT=0,功率=5,区=88,RSSI=-32。
我用wiced_bt_ble_scan() API,并且在我的wiced_bt_ble_scan_result_cback_t回调投手,我在提供直接的wiced_bt_ble_scan_results_t RSSI现场打印。
这种行为是期望的吗?
谢谢!
以上来自于百度翻译
以下为原文
Hi forum experts,
I'm using CYW20706 to scan for BLE beacons, and I'm no
ticing the RSSI value provided by the stack changes erratically between +93 and -38.
Beacon[0], id=1369100000, batt=0, power=5, zone=88, rssi=-32
Beacon[0], id=1369100000, batt=0, power=5, zone=88, rssi=-36
Beacon[0], id=1369100000, batt=0, power=5, zone=88, rssi=-33
Beacon[0], id=1369100000, batt=0, power=5, zone=88, rssi=-36
Beacon[0], id=1369100000, batt=0, power=5, zone=88, rssi=90
Beacon[0], id=1369100000, batt=0, power=5, zone=88, rssi=90
Beacon[0], id=1369100000, batt=0, power=5, zone=88, rssi=-32
I use the wiced_bt_ble_scan() API, and in my wiced_bt_ble_scan_result_cback_t callback hander, I'm printing the 'rssi' field in the provided wiced_bt_ble_scan_results_t directly.
Is this behavior expected?
Thanks!