Hi all,
Is it possible to check whether there is an active carrier with the nRF24L01+? I've got the TX and RX chips configured via SPI correctly (I think), yet I can't send / receive between the two. So I'm not sure whether the TX is actually transmitting anything across the air. At $20k, a spectrum analyser is out of the question, so it would be extremely handy if the RX could query whether there is an active carrier.
There seems to be a RPD register (Receive Power Detector), with a CD bit. Is it legitimate to start a continuous carrier on the TX, and then poll the CD bit on the RX? This would be extremely handy if this is a legitimate way of checking for an active carrier.
Or are there some hidden debug registers on the nRF that can be used to query this information?
Regards, Paul