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

Settings for communication between two RF24L01+ sending/receiving

HI,

I'm currently working with two chips RF24L01+.

Each chip switch in sending role to receiving role several times. By default, I set them in sending role and I whait an irq interruption (with rx_ready == true) to put a chip in receiving role.

An example of communication:

Chip A --> Chip B

Chip A <-- Chip B

Chip A --> Chip B

Chip A --> Chip B

Could you tell me which  registers a have to set and in which order to make it works ?

Thank you

Related