hello. I have a project where I have one Arduino UNO that is connected to sensors and SD card. It will loop every 5 sec create a line in a log file on SD. I want it to send data to another UNO using EasyTransfer but on D8\D9. The other UNO will recive data and send them out on web using WIFI. The idea is to make the first UNO log even when there is no wifi (so that i have a full record on SD) and when there is WIFI connection the other UNO will transmit. My question is as follows. is this a practical use of EasyTransfer and how do you make EasyTransfer use the SoftSerial? If you have exsample code where this works that would be great.
Best regards
Tronba