How to get BLE SNR / Noise

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
JeGu_2199941
Level 5
Level 5
25 likes received 10 likes received 10 likes given

The WICED device works as BLE central.

How to retrieve SNR & noise for a peer BLE peripheral?

Is it possible to do so after connected?

I already know RSSI can be found during scanning, but

     - during scanning, can we get SNR & noise?

     - after connected, can we get RSSI, SNR & noise?

Platform : BCM94343W (Avnet Starter Kit)

SDK version : 4.0.1

0 Likes
1 Solution
Anonymous
Not applicable

Hi,

You can use the wiced_bt_dev_read_rssi API to get the RSSI after the device is connected. There is no API to fins SNR or noise, as it is not possible to measure those via firmware.

Regards,

-Madhu Sudhan

View solution in original post

2 Replies
Anonymous
Not applicable

Hi,

You can use the wiced_bt_dev_read_rssi API to get the RSSI after the device is connected. There is no API to fins SNR or noise, as it is not possible to measure those via firmware.

Regards,

-Madhu Sudhan

Thank you for your reply

0 Likes