EasyOTA

From Let's Control It
Revision as of 16:05, 19 January 2016 by Admin (talk | contribs)
Jump to navigation Jump to search

ESP Easy firmware can be upgraded using OTA (Over The Air). So instead of using the serial port and a direct connection to the ESP, you can use the Wifi connection to remote units.

From within the Arduino IDE we will export the binary file so it can be uploaded using the ESP Easy webgui.

EasyOTA 1.png

When the Arduino IDE has finished, locate your sketch folder (where the ESP Easy source files are located).

It should contain this file: ESPEasy.cpp.nodemcu.bin


From menu tools, select the firmware load button

EasyOTA 2.png


Locate the bin file:

EasyOTA 3.png


And EasyOTA 4.png