This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Issue: BLE Beacons RSSI and MAC Address Values are incorrect

Hi,

I have flashed lte_ble_gateway on nRf9160 DK (PCA10090) and hci_uart on nRF52840 SoC. 

After flashing, I am getting some random RSSI values and MAC Address, instead of getting the actual MAC address of BLE beacons present nearby.

The following logs observed on Terminal which are not expected:

RSSI: -31 dB
Address: fc:9a:4d:c2:6:57:20
RSSI: -74 dB
Address: fc:9a:4d:c2:6:57:20
RSSI: -70 dB
Address: 2a:17:7c:87:40:5f:20
RSSI: -69 dB
Address: e:12:60:55:8e:67:20

In nRF Connect v3.3.0, In RSSI Viewer also no logs are observed.

Please let me know how can I get actual RSSI and MAC Address of nearby BLE Beacons.

Thanks

Related