Hi Guys!
I'd like to copy a full project to another board.
Any one can give me some idea about doing it?
I found this on the Web...What do you think..
Thanks a lot!
Just recompile it for the new board, then upload it. If there are incompabibilities, the compiler will let you know, and then you can fix them one by one.
Sry, didn't look at your you tube.
If you don't have the original source code and the two Arduinos are identical models then you can use AVRDUDE (or equivalent for the non-AVR Arduinos) to download the binary and upload it to another.
If you do not have the source code then now is a good time to start making proper backups of your code folder. 8)