EasyOTA

From Let's Control It
Revision as of 16:02, 19 January 2016 by Admin (talk | contribs) (Created page with "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 u...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

EasyOTA 2.png

EasyOTA 3.png

EasyOTA 4.png