Hi all, Since I will use broadcast way in RF transactions between one NRF24LE1 based senders and serveral NRF24LE1 based receivers. I was told not to use "Auto ACK" in broadcast situation.
Then I have one question, that if I disable "Auto ACK", then can I keep the "Auto Retransmit" feature enabled? And if I set maximum retransmit counts to be 15, can it actually send 15 times in each calling RF_Send() API?
To reduce the data lost, I really need this retransmit feature. Could you please help me about this uncertainty? Thanks in advance!