This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

print number of retransmissions ESB nRF52

Hello,

i am searching for the possibility to get the information of the number of retransmissions which are needed, to get an ACK from the receiver. The legacy chip nRF24L01+ had a register value, which I could read out. But I didn't find any possibilities in the enhanced shockburst protocoll soft device so far.

Thanks in advance,

Florian

Parents Reply
  • Hello,

    When would the value need to be read in order to get the total number of retransmission attempts for the packet?  It seems like it would be done once the packet has actually been successfully transmitted and received or if the retransmission max has been reached.  So in the nrf_esb_event_handler would I read the event.tx_attempts value on a NRF_ESB_EVENT_TX_SUCCESS condition?

    Thanks

Children
No Data
Related