cancel
Showing results for 
Search instead for 
Did you mean: 

Hi. How can i read the RSSI of BLE connection inside the program (not with external tool)?

Nir1
Associate II
 
1 ACCEPTED SOLUTION

Accepted Solutions
Remi QUINTIN
ST Employee

The RSSI is part of the advertising packet received from the BLE stack. See the picture detailing the advertising packet structure.

The RSSI is the Tx Power level. You can check the AD type and the RSSI value is the data next to it.

You can also read this information using the command HCI_READ_RSSI (see AN5270).

View solution in original post

1 REPLY 1
Remi QUINTIN
ST Employee

The RSSI is part of the advertising packet received from the BLE stack. See the picture detailing the advertising packet structure.

The RSSI is the Tx Power level. You can check the AD type and the RSSI value is the data next to it.

You can also read this information using the command HCI_READ_RSSI (see AN5270).