I'm trying to understand how RSSI measurement works.
According to datasheet if I understood correctly I have to issue a "TASKS_RSSISTART" command and wait for the corresponding flag to finish and get the event of "EVENTS_RSSIEND"
Then I read the "RSSISAMPLE" register and get an int value of 0...127.
My question is: Can the chip perform RSSI measurement and get the received packet at the same time? Or a packet is wasted during RSSI measurement?
Is there any other restrictions in the radio when a receiver performs RSSI measurement?
What I want to do is getting the RSSI value for each packet in the receiver.