This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Reading RSSI while not expecting a packet

I want to read the RSSI in an nRF51822 even though I'm not expecting to receive any packets… In short, I want to scan through every channel and read the RSSI on that channel regardless of if anything is transmitting.

Hence, I should not use the short from matching an address to start the RSSI since I do not expect an address match.

I'm using a short between the READY event and the START task, can I use the READY event to trig the RSSISTART task through the PPI? Or is trigging the RSSISTART task at the same time as the START task too soon and thereby a bad idea?

Related