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