Aurdino Ide
Download and installation:
Install Arduino IDE software from the link: https://www.arduino.cc/en/main/software
Step 1:
Step 2:
Once done with download click on the .exe file and install
Setup:
Step 1:
Click on Aurdino Icon on desktop
Step 2:
File Preferences
Step 3 :
In the Additional Boards Manager enter below URL and Enter OK
http://arduino.esp8266.com/stable/package_esp8266com_index.json
Step 4 :
Now open the tools in that select Board: “Arduino/Genuino Uno” and click on
the Boards Manager as shown in the figure
Step 5 :
The Boards Manager window opens, search the module with the name ESP8266.
Once we get it, select that module and select version and click on the Install button.
When it is installed it shows Installed in the module as shown in the figure and then
close the window.
Step 6 :
To run the esp8266 with Arduino we have to select the Board: “Arduino/Genuino
Uno” and then change it to NodeMCU 1.0 (ESP-12E Module).