Hi,
I'm working on a project where I want two units to be able to wirelessly send packets to each other whenever they need to. Sometimes only one of the two units may be sending packets.
Looking at the documentation for bidirectional communication with Gazell, it seems that in a host/device configuration the host uses the ACK packet to send it's payload. So if the unit configured as device is not sending any packets, then the host cannot send packets.
I've also looked at the ESB protocol and the behavior seems to be the same (primary receiver attaches its payload to the ACK packet).
Is there a way to have both units be able to send packets whenever they need to, no matter if the other unit is sending packets?
I'm using with the nRF54L15-DK with nRF Connect SDK v2.8.0 if that helps with anything.
Thanks!