The documentation states, “Only one data pipe can receive a packet at a time”
So what is the minimum acceptable delay between the receipt of two packets to two different data pipes?
I have one receiver (PRx) and 2 transmitters (PTx1 and PTx2). I am finding that when PTx1 sends a data packet, PTx2 must wait 2ms before it can send a packet otherwise PRx may miss it. I am surprised that the delay must be this high.
I am transmitting at 250kbps and not using ACK or any re-transmits. My payload size is 9 bytes with 16-bit CRC.