This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC2640R2: LAUNCHXL-CC2640R2: How can I read RSSI of my phone (scanner role) with CC2640R2, and log on terminal

Part Number: LAUNCHXL-CC2640R2

Tool/software:

I want to read the RSSI value of the phone in the context: CC2640R2 loaded with program 'project zero' and the phone is scanner, is this possible, what code should I add to the source code "project_zero"

  • Hello,

    Thanks for reaching out.

    I assume you want to see the RSSI of every packet during a connection event correct? I would suggest to take a look at the Gap_ConnEventRpt_t struct which provides the lastRssi (RSSI of last packet received).

    BR,

    David.