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

fate of packets in esb fifo on ptx transmission failure

I'm currently working on an esb project using two nrf52832 chips wherein PTX regularly sends packets to PRX as a kind of heartbeat monitor. I can't seem to find what happens to packets in the PTX esb FIFO when (re)transmission attempts have failed and a NRF_ESB_EVENT_TX_FAILED event occurs. Intuitively I would think they are popped from the FIFO, allowing subsequent packets to be transmitted, however I am noticing that after a series of failed transmissions (e.g. in the case where RX isn't powered on), any further attempts to transmit something do not lead to any esb events, suggesting PTX isn't transmitting anything. Have I filled the PTX FIFO and made it unable to transmit new packets?

I am using eclipse neon, sdk 11.0, and a custom board with nrf5283 for this project. esb parameters are following the ones provided in the esb led blinker example, with dynamic payload up to 252 bytes in length, 2 mbps transmit speed, 3 retransmission attempts @ 250 ms delay and TX mode is AUTO.

Related