I have been developing communication to nRF24AP2 through a pic24FJ64GB004 and am getting RTS signals after each message sent trying to test the radio out to antennae, but no 2.4GHz continuous signal out?
while(1)
{
send:
system reset (A4,01,4A,00,EF)
delayms(1000)
wait for RTS
CW test init(A4,01,53,00,F6)
wait for RTS
CW test mode (A4,03,48,00,03,00,EC)
wait for RTS
delayms(2000)
}//end while
Any help would be appreciated.
Cy Drollinger