Hi,
is there any Tx ACK register or return value in ESB protocol RF..??
I am working ESB Tx/Rx. I want to check Tx ACK in Transmitter code once data is received by Receiver.
Hi,
is there any Tx ACK register or return value in ESB protocol RF..??
I am working ESB Tx/Rx. I want to check Tx ACK in Transmitter code once data is received by Receiver.
The TX ack "return value" comes with the events NRF_ESB_EVENT_TX_SUCCESS, NRF_ESB_EVENT_TX_FAILED, or NRF_ESB_RX_RECEIVED (ack with data), see the ESB user guide.
link is broken