Hi
Im converting from NRF5 SDK to NRF connect SDK, and im using ESB but noticed that there is a different in RX ack timeout on the NRF5 SDK vs the NRF connect SDK.
The NRF5 SDK Rx Ack timeout is:
#define RX_WAIT_FOR_ACK_TIMEOUT_US_2MBPS (48) /**< 2 Mb RX wait for acknowledgment time-out value. Smallest reliable value - 43. */
Where the NRF connect SDK Rx Ack timeout is:
#define RX_ACK_TIMEOUT_US_2MBPS 160 /* 2 Mb RX wait for acknowledgment time-out value. Smallest reliable value: 160. */
Is there a reason behind this, and is there a way to get the NRF connect SDK to be lowered, as it does seems to not be reliable at a lower rate?
Best regards
Kenn