I have a Mega2560 installed in my car that I write logs to on the SD card and I access it through an android app via bluetooth. Is it possible for me to transfer new sketch code in .bin format to the Mega2560 using the app? Could I download the .bin file from a web address to the android device, send that .bin to the SD card then tell the Mega2560 to update itself with the new sketch .bin?
I found the following, but does it need an additional deployment device?
Thanks!