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"
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.
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.