Hi, even if I set hal_nrf_enable_ack_payload(false) on the sender (and receiver), the receiver still sends back an ACK which i can detect in the NRF_ISR(). is this normal operation? this is confusing.
thanks,
mahesh
Hi, even if I set hal_nrf_enable_ack_payload(false) on the sender (and receiver), the receiver still sends back an ACK which i can detect in the NRF_ISR(). is this normal operation? this is confusing.
thanks,
mahesh
do i have to use hal_nrf_write_tx_payload_noack (const uint8_t *tx_pload, uint8_t length) if i want to send with no ack? if so, what is the use of hal_nrf_enable_ack_payload(false)? thanks!
I'm not able to get ack with payload to work. is there an example of working code? there are none in the sdk. thanks, mahesh
Hi Mahesh
Please have a look at the attached example. It shows how to setup and use the ACK payload feature.
Best regards
Torbjørn
Thank you. I will try it out. Best, Mahesh
Hi Mahesh
The best of luck to you :)
Just let me know what you find out.
Best regards
Torbjørn