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

the Address of 51822 that match the 24l01

Hi, I want to use the 51822 to receive data that from the module of 24l01.the Address is addrofch[0] = 0xe7; addrofch[1] = 0x7e; addrofch[2] = 0xe3; addrofch[3] = 0x0; addrofch[4] = 0x0; the power is 0db, the rate is 1M,and the length of data is 8,and the crc is two bytes. the frequncy is 9. In the 51822 the radio I configure: NRF_RADIO->TXPOWER = (RADIO_TXPOWER_TXPOWER_0dBm << RADIO_TXPOWER_TXPOWER_Pos); NRF_RADIO->FREQUENCY = 9UL; // Frequency bin 9, 2409MHz NRF_RADIO->MODE = (RADIO_MODE_MODE_Nrf_1Mbit << RADIO_MODE_MODE_Pos); NRF_RADIO->PREFIX0= 0xe7UL; NRF_RADIO->BASE0 =0x7ee30000UL; NRF_RADIO->TXADDRESS = 0x00UL; NRF_RADIO->RXADDRESSES = 0x01UL; I have tried it many times, it can't work .However, when I configure it like this, NRF_RADIO->PREFIX0= 0x00UL; NRF_RADIO->BASE0 =0xe77ee300UL; It can work, but the packet is null.I can't receive data all the time.can you give me an explanation. In the 51822 ,how to configure the address that matched the 24l01? can you give me an example. Thank you !

Parents Reply Children
No Data
Related