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

nrf24l01p and nrf51822 esb communication

hello.

nrf24l01p(ptx), nrf51822(prx)

nrf24l01p set

TX_ADDR = 0xA5B300

EN_AA = 0

EN_RXADDR = 1

SETUP_AW = 1

RF_CH = 0x14

RF_SETUP = 0x26

W_TX_PAYLOAD = 0x00E1124525

CONFIG = 0x0E

I want to receive the set nrf24l01p with nrf51822.

Example Even though #define NRF_ESB_LEGACY is set in esb_low_power_prx and the frequency channel, address length and address are changed, it is not received.

How should I set up the nrf51822?

Related