I'm implmenting my own radio porotcol and I'm a little confuse on how to handle the ACK packet. I send a packet from node 1 and disable the TX then I enable the RX to get the ACK. On the node 2 that got the packet and is answer the ACK should I use an delay to before send the ACK? How many time will usually node 1 to take to go from payload sent to RX state?
Thank you