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

ESB acknowledgment time-out value - clarification

I would like to understand the timeout values for wait for acknowledge on ESB protocol

Example, from the source code:

#define RX_WAIT_FOR_ACK_TIMEOUT_US_1MBPS        (73)        /**< 1 Mb RX wait for acknowledgment time-out value. Smallest reliable value - 68. */

It considers the timer timeout for receiving an Ack to be 73us

If I consider

Preamble (8bits) + Address (5*8bits) + LengthField (6bits) (Note: S1 should be skip at this point) + CRC 16bit

That gives 70 bits that should be 70us at 1MBPS

I understand from the comment that it could work even with 68us but that would be lesser than the value I was expecting

Could you explain the ACK timeouts defined for ESP protocol?

Isn't the timeout value too small and risk ?

Parents Reply Children
No Data
Related