Dear All,
I'm working on a project, where I'd like to transfer files between two arduinos. The file is a raw image file, that will be donwloaded from a server by ftp and then it would be transmitted to the other arduino, that has a TFT display attached.
It would be much cheaper than using a WiFi connection with the arduino.
My idea, is to read and transmit the file bytes by bytes and on the receiver side it would write back to a file on the SD card. Does anybody tried that already?
I'd use some EOF marker also to identify that the file is ended...
I'd like to know if it's possible or if anybody already has a code like this.
Thanks!