Difference between revisions of "Tutorial Arduino Firmware Upload"

From Let's Control It
Jump to navigation Jump to search
Line 26: Line 26:
  
 
[[File:Tutorial_Arduino_IDE5.png]]
 
[[File:Tutorial_Arduino_IDE5.png]]
 +
 +
= Download ESP Easy Firmware =
 +
Download the latest version from sourceforge: http://sourceforge.net/projects/espeasy/files
 +
 +
[[File:Tutorial_FirmWare_Easy1.png]]
 +
 +
 +
The zipfile contains two folders:
 +
 +
[[File:Tutorial_FirmWare_Easy2.png]]
 +
 +
 +
The libraries folder has 3 libraries. These folder should be copied to the Arduino libraries folder
 +
 +
[[File:Tutorial_FirmWare_Easy3.png]]
 +
 +
 +
This is the folder structure for Arduino IDE. You can see the libraries folder in here.
 +
 +
[[File:Tutorial_FirmWare_Easy4.png]]
 +
 +
 +
Once the additional libraries are copied, it should look like this:
 +
 +
[[File:Tutorial_FirmWare_Easy5.png]]

Revision as of 17:37, 31 August 2015

Download and install Arduino 1.6.5. from https://www.arduino.cc/en/Main/Software

Launch arduino.exe and select preferences

Tutorial Arduino IDE1.png


Enter the URL for additional boards. Currently we use the staging version so you should enter:

http://arduino.esp8266.com/staging/package_esp8266com_index.json

Tutorial Arduino IDE2.png


Now navigate to the board manager

Tutorial Arduino IDE3.png


You should see the ESP option

Tutorial Arduino IDE4.png


Click install (this will take some time, be patient, it should download approx. 450 MB)

Tutorial Arduino IDE5.png

Download ESP Easy Firmware

Download the latest version from sourceforge: http://sourceforge.net/projects/espeasy/files

Tutorial FirmWare Easy1.png


The zipfile contains two folders:

Tutorial FirmWare Easy2.png


The libraries folder has 3 libraries. These folder should be copied to the Arduino libraries folder

Tutorial FirmWare Easy3.png


This is the folder structure for Arduino IDE. You can see the libraries folder in here.

Tutorial FirmWare Easy4.png


Once the additional libraries are copied, it should look like this:

Tutorial FirmWare Easy5.png