Hello
We have a project request nrf51822 radio transmitter -> nrf52832 radio receiver
nRF5_SDK_11.0.0_89a8197\examples\peripheral\radio\
transmitter\pca10028\arm5_no_packs\transmitter_pca10028.uvprojx
// Radio config
NRF_RADIO->TXPOWER = (RADIO_TXPOWER_TXPOWER_0dBm << RADIO_TXPOWER_TXPOWER_Pos);
NRF_RADIO->FREQUENCY = 7UL; // Frequency bin 7, 2407MHz
NRF_RADIO->MODE = (RADIO_MODE_MODE_Nrf_2Mbit << RADIO_MODE_MODE_Pos);
nRF5_SDK_15.3.0_59ac345\examples\peripheral\radio\receiver\pca10040\blank\arm5_no_packs\receiver_pca10040.uvprojx
// Radio config
NRF_RADIO->TXPOWER = (RADIO_TXPOWER_TXPOWER_0dBm << RADIO_TXPOWER_TXPOWER_Pos);
NRF_RADIO->FREQUENCY = 7UL; // Frequency bin 7, 2407MHz
NRF_RADIO->MODE = (RADIO_MODE_MODE_Nrf_2Mbit << RADIO_MODE_MODE_Pos);
Can not communicate with each other
Is it because the device does not support it or is it
my circuit board/software problem?
We mainly want to ask whether communication is possible or not under normal circumstances?
I'm sorry because our project is very confidential
As a last resort
That’s why I'll add trouble directly to you