Page 1 of 1

Upload sketch via WIFI?

Posted: Sat Mar 25, 2017 4:47 am
by Ken76
How do I upload a sketch with easiest way to Arduino Mega 2560 via WiFi?

Re: Upload sketch via WIFI?

Posted: Sun Mar 26, 2017 2:54 am
by Valen
You can't. First, it doesn't have Wifi on board. So what other kind of wifi-shield do you have (in mind) to make that interface. Second, the bootloader does not have the proper code in it to make that happen. An ESP8266 with large enough memory chip does have the ability to be programmed OTA (over the air). But your code needs to be prepared for that. It won't work by default. And something tells me you want more GPIO pins than it has.

Re: Upload sketch via WIFI?

Posted: Sun Mar 26, 2017 4:35 am
by Ken76
Ok, thanks for your response!