How to get central's RSSI?

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

cross mob
Anonymous
Not applicable

Hi.

   

When central scans for advertisement packets, the generated event shows also the RSSI of the peripheral.

   

My question is whether it is possible on a peripheral to read the RSSI of the connected central?

   

Thanks.

0 Likes
1 Solution
Anonymous
Not applicable

Hi,

   

There is an API called CyBle_getRssi (). This serves the purpose. But there is a bug with it due to which it is giving incorrect values, in BLE 4.1 chips. 

   

However, you can use this API if you are using a BLE 4.2 chip.

   

Thanks and Regards,

   

- Madhu

View solution in original post

1 Reply
Anonymous
Not applicable

Hi,

   

There is an API called CyBle_getRssi (). This serves the purpose. But there is a bug with it due to which it is giving incorrect values, in BLE 4.1 chips. 

   

However, you can use this API if you are using a BLE 4.2 chip.

   

Thanks and Regards,

   

- Madhu