Hello,
I am working with the nRF52 DK, SDK 11 and especially with the ESB protocoll. I started with the provided example esb_low_power_ptx/prx.
- In the documentation is written the following:
"Note that this TX packet must have been uploaded to the TX FIFO before the packet is received."
When I looked into the code and I received a message the the nrf_esb_event_handler()-function is called. At the very end of the function payload data is loaded into the tx buffer. According to the documentation it is actually to late, because the packet is already received. How it is possible yet to attach the payload to the ACK?
- In the documentation it is written it is possible to have up to 256 Byte payload (nrf52). Same payload length I have in ACK?
Thanks in advance,
Florian