Hi, In my application I want to communicate between 2 nRF51822 boards use esb_low_power_prx/esb_low_power_ptx example in nRF5_SDK_11. I have a problem when setting PTX
.selective_auto_ack = true
.noack = true
, but auto-retransmit doesn't work, not the same in use guides:
When the PRX receives a packet that does not require an ACK, it does not send an ACK packet to the PTX, and as a result the PTX will continue retransmitting the packet until the maximum number of allowed retransmission attempts is reached.
Pls show me how config this ?