Can the link between two devices communicating with each other via NRF24L01+ be improved by using Tx messages with no ack (W_TX_PAYLOAD_NO_ACK) instead of messages with ack (W_TX_PAYLOAD)?
In my tests more errors have occurred when Device A communicates…
I have problems with sometimes loosing ACK payloads from TX FIFO for RX device.
My algorithm is:
config channel and other settings
clear status and FIFOs
upload new ACK payload
start RX by setting CE=1
wait for packet from TX device…