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

nrf24lu1p channel scan using Received Power Detector

I'm trying to implement channel scanning in our nrf24lu1p based USB dongle. I'm following the specs and basically loop though each channel ;

loop
stop listening
set channel (next channel to scan)
start listening
wait 170 us
read RPD register 
etc
end loop

All I get back from RPD (bit 0) is zero.

Do I have the basic process right ? Also when would RPD get reset to zero, i.e. at what point in the control state diagram ?

Ta much,

Rob

Related