Quick Start Guide to Arduino IDE With NodeMCU ESP8266

by Netaji Bandi in Circuits > Arduino

6313 Views, 9 Favorites, 0 Comments

Quick Start Guide to Arduino IDE With NodeMCU ESP8266

1111.png

Arduino IDE Configuration for NodeMCU ESP8266

Update Preferences - Additional Boards Manager URL

1.png
2.PNG

After installing Arduino IDE downloaded from its official website, add the below URL under preferences.

URL: http://arduino.esp8266.com/stable/package_esp8266c...

Download ESP8266 Package

3.png
4.PNG

Type "ESP8266" in the board manager search and install the latest version available.

Select the Board

5.png

Set to latest available board(NodeMCU 1.0)

Port Selection

6.png

Once the boards are installed, make sure to select the Port(COM1) under Tools menu appropriately

Verify the Setup

7.png

Download and compile the arduino sketch. If the compilation is successful then we are almost done.

Downloads

See It Working in Action.!

8.png
1.png
2.png

In case you want to see your NodeMCU and ESP8266 is working then you just have to flash your NodeMCU with the code you have already downloaded in the previous step.