Difference between revisions of "Tutorial ESPEasy Firmware Upload"

From Let's Control It
Jump to navigation Jump to search
Line 8: Line 8:
  
 
  512k Modules:
 
  512k Modules:
  ESP-01 blue colored modules
+
  ESP-01 blue colored modules [[file:ESP-01.png]]
 
  ESP-201 modules
 
  ESP-201 modules
  ESP-03 modules
+
  ESP-12 modules [[file:ESP-12.png]]
ESP-07 modules
 
ESP-12 modules
 
  
 
  1024k Modules:
 
  1024k Modules:
  ESP-01 black colored modules
+
  ESP-01 black colored modules [[file:ESP-01_1M.png]]
  
 
  4096k Modules:
 
  4096k Modules:
  ESP-12E modules
+
  ESP-12E modules [[file:ESP-12E.png]]
 
  NodeMCU development board V1
 
  NodeMCU development board V1
 
  Wemos D1 and Wemos D1 Mini
 
  Wemos D1 and Wemos D1 Mini

Revision as of 18:38, 6 February 2016

When you buy the ESP module it will most likely have the factory AT or NodeMCU (LUA) firmware inside. To get the ESP Easy running, you need to replace the firmware with the ESP Easy firmware first.

This can be done with a special flash upload tool that uses the ESP serial interface. You can download the latest stable ESP Easy build from our website. This downloadable zipfile contains the flash tool, a command batchfile to launch the actual flash process and three versions of the binary firmware image.

Make sure that you know the flash size of the ESP module that you're going to flash with the firmware as you need the right firmware file for this particular module.

Some information on well known modules:

512k Modules:
ESP-01 blue colored modules ESP-01.png
ESP-201 modules
ESP-12 modules ESP-12.png
1024k Modules:
ESP-01 black colored modules  ESP-01 1M.png
4096k Modules:
ESP-12E modules ESP-12E.png
NodeMCU development board V1
Wemos D1 and Wemos D1 Mini
Step 1 - Find the right flash size of your module
Step 2 - Download the zipfile and unpack to a folder of choice.
Step 3 - Double Click "flash.cmd". A command windows should start with three questions.
Step 4 - Select the com port that your module or FTDI module is using
Step 5 - Select the flash size, 512, 1024 or 4096
Step 6 - Select the build version like 78 or newer.