Many thanks for the EasyTransfer work, I’ve got this going across serveral devices now & not all Arduino based so all very good 🙂
I’m wondering if you are planning to build in any ACKnowledgment functions in the future along with perhaps some TX-RX fail tracking to determine how many packets get lost along the way?
It’s on my list for Easytransfer 2.0 with advanced options. Though because of my upcoming wedding I don’t have a time table for when that will be done.
In the mean time if you need an ack scheme it wouldn’t be too hard to implement.
if(ET.receiveData()) Serial.print(“A”); and on the transmitting end have it send data, wait a bit then look for an A coming back. If no A comes back send again.