micropython icon indicating copy to clipboard operation
micropython copied to clipboard

ACKs are too slow

Open osresearch opened this issue 4 years ago • 1 comments

Sending the acks from the USB serial packet sniffer results in them arriving after the other side has given up; need to have the radio.c code send them immediately on receipt of the packet, if requested and if destined to this device.

osresearch avatar Mar 09 '20 19:03 osresearch

Looks like auto acks can be enabled in the rx loop, although with some caveats. The reply function seems to only trigger for ones matching the address.

osresearch avatar Mar 10 '20 11:03 osresearch