Tool/software:
Hi
-
I am using the following program to implement the CM functionality:
C:\ti\simplelink_cc13xx_cc26xx_sdk_7_41_00_17\examples\rtos\CC26X2R1_LAUNCHXL\ble5stack\connection_monitor
. -
Our requirement is for the node running the
connection_monitor
to always identify and report the RSSI of data packets sent by the central. -
I have a question: how does the node running the
Bestconnection_monitor
program distinguish whether the received signal is sent by the central (e.g., a smartphone) or is a response packet from the peripheral?
Is there a possibility of mistakenly identifying and reporting the RSSI of a response packet from the peripheral? If not, how is it ensured that the program executes correctly?
xdz