Hi.
I am a student studying esb examples with nrf52433 board.
1. If data is sent from ptx to prx using static payload, is tx completed without receiving ACK?
Don't need to use the auto_ack option and the noack flag?
The ACK is only supported by dynamic payload, right?
2. When using dynamic payload, does auto_ack need to be set to false to use auto acknowledgement?
3.After setting auto_ack = false, noack = false, ptx sent data to prx with dynamic payload. ptx's NRF_ESB_EVENT_RX_RECEIVED event is not called.
I know that the NRF_ESB_EVENT_RX_RECEIVED event occurs when ptx receives ACK from prx.
However, ptx's NRF_ESB_EVENT_RX_RECEIVED event occurs only when nrf_delay_ms(1) is added in prx's RADIO_IRQHandler().
There are many parts I don't understand.
Any reply would be appreciated.