osresearch / micropython

MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
https://micropython.org
MIT License
30 stars 8 forks source link

ACKs are too slow #7

Open osresearch opened 4 years ago

osresearch commented 4 years ago

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 commented 4 years ago

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.