Hello all,
1. I have a transmitter (Arduino Pro Mini 5V) connected to a nRF24L01+. I use the following code to set up the radio.
2. I have a receiver (ESP32) coonecter to a nRF24L01+. I use the following code to set up the radio.
3. When I want to transmit data, I call the function write.
The return of the call to the function write is always false, meaning that auto acknowledgement goes wrong.
Have you any idea of what I did wrong ?
Thanks for your help.