hi,everybody
I want to design a sniffer for 2.4G raw data,I have some problem below
1.How can I set the radio register to recieve all message on same frequency;
2.I am not clear about this
NRF_RADIO->PREFIX0 = 0xC3C2C1C0UL;
NRF_RADIO->PREFIX1 = 0xC7C6C5C4UL;
NRF_RADIO->BASE0 = 0x99999999UL;
NRF_RADIO->BASE1 = 0x66666666UL;
NRF_RADIO->TXADDRESS = 0x00UL;
NRF_RADIO->RXADDRESSES = 0x01UL;
how to set the transmitor and reciever work.