Other Parts Discussed in Thread: CC2650
Hi, I am creating a program to read RSSI values using CC2650.
I have two questions.
First, how do I read RSSI values?
I usually get the value using "lastRssi" in "EasyLink_receiveAsync", but I think I must receive something to use it.
If nothing is received, I can't get the RSSI value, and do I have to wait until receive anything?
Second, if nothing is received, I want to terminate "EasyLink_receiveAsync".
What should I do?
I used "EasyLink_cmdPropRxAdv.endTime" and "EasyLink_cmdPropRxAdv.endTrigger", but it didn't go next step.
Could someone please tell me?
Tatsuki