Hi everyone!
I am using ESB with the nRF5340dk without ACK, but from time to time need to send a packet with an ACK request in order to send some commands from the receiver side. The problem is that, if this transmission fails (ESB_EVENT_TX_FAILED), I'm unable to resend the other packets. I've already tried to call esb_start_tx, but this triggers a loop of ESB_EVENT_TX_FAILED events. How should I handle this event in order to continue sending packets after ACK reception fails?