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

how can i know 51822 ESB PTX sent packages successfully without ack?

hi

I am using ESB_DPL protocol between 51822 and 24LE1, and i used the sdk 12.2 examples/proprietary_rf/esb_ptx.

In my case, 51822 sent some packages with PTX mode, and did not require ack by 24LE1. i know if no ack to tx, PTX would get the NRF_ESB_EVENT_TX_FAILED event. so i set selective_auto_ack = true and tx_payload.noack = true, but i still got the NRF_ESB_EVENT_TX_FAILED event. how can i know 51822 PTX already sent packages successfully without ack?

thanks

Related