Hi. We need to be able to communicate with some legacy 24L01+ devices in the field using a nRF52832. Reprogramming the legacy units is not an option.
I need to setup the nRF52832 as a TX, with dynmic payload off, but able to receive an ACK with payload;
As far as I can tell for the protocal I need to use 'NRF_ESB_PROTOCOL_ESB_DPL' rather than 'NRF_ESB_PROTOCOL_ESB' to receive / deal with the ACK. However this means dynamic payload is also on which the legacy RX won't be able to accept.
How do I setup ESB with dynamic payload off, but ACK's on??
Thanks