Hi
I have some question about ESB
1. If the noack bit of dynamic payload is set to 0 and transmitted.
Ptx doesn't switch from tx to rx to receive ack?
And prx doesn't switch from rx to tx to send ack?
2. I want to know the minimum value of retransmit_delay.
I saw the information "Each byte in 2 Mbit mode takes 4 us to transfer,
so you need to add (4 x payload_size) [us] to accommodate for the size".
If I send 20 bytes of payload in 2Mbps mode, is 80us needed?
3. I know that the switch time of esb is 130us and it is 40us only when using nrf52 product.
If so, should switch time be considered when setting retrasmit delay?
Looking at the code in nrf_esb.c - "NRF_ESB_SYS_TIMER->CC[1] = m_config_local.retransmit_delay - 130;"
If I use the nrf52 product, can I change it to "m_config_local.retransmit_delay - 40"?