Hi. How can i read the RSSI of BLE connection inside the program (not with external tool)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-13 12:32 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-16 1:58 AM
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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-16 1:58 AM
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).
