-->
Page 1 of 2

Flashing over the air

PostPosted: Thu Oct 29, 2015 9:02 pm
by brutzler
Somewhere read, that it is possible to flash the esp over the air.
Is there any good HowTo for this? Or any example?

Re: Flashing over the air

PostPosted: Fri Oct 30, 2015 8:18 am
by rDr4g0n
OTA stuff very recently got a much easier to use class to simplify the OTA process, and that included some new example sketches:
https://github.com/esp8266/Arduino/blob ... sicOTA.ino
https://github.com/esp8266/Arduino/blob ... TALeds.ino
https://github.com/esp8266/Arduino/blob ... no_OTA.ino

Re: Flashing over the air

PostPosted: Fri Oct 30, 2015 12:36 pm
by brutzler
OK,
this is the sketch on ESP-site.
But I do not understand, which programm I will have to use to send the sketch (guessing it must be the *.bin-file) to the esp?

Re: Flashing over the air

PostPosted: Fri Oct 30, 2015 2:17 pm
by RichardS
And if the upgrade fails for any reason can it "brick" the ESP? I know you can recover if you have it in your hand, but at a remote location, whats the "brick" chance?

Richard.