0% found this document useful (0 votes)
10 views17 pages

CS

This document provides a step-by-step guide to set up the Arduino IDE for the NODEMCU ESP8266. It includes instructions for installing the Arduino IDE, adding the ESP8266 board manager, selecting the appropriate board, connecting the ESP8266 to a PC, and uploading a sample LED blinking program. The guide is aimed at helping users successfully run their ESP8266 modules with Arduino IDE.

Uploaded by

roopa2875
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views17 pages

CS

This document provides a step-by-step guide to set up the Arduino IDE for the NODEMCU ESP8266. It includes instructions for installing the Arduino IDE, adding the ESP8266 board manager, selecting the appropriate board, connecting the ESP8266 to a PC, and uploading a sample LED blinking program. The guide is aimed at helping users successfully run their ESP8266 modules with Arduino IDE.

Uploaded by

roopa2875
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 17

Steps to Setup Arduino IDE for NODEMCU

ESP8266

ECE Dept., AIT


Installing Arduino IDE Software
• Step 1: Install Arduino IDE software from the link
• http://www.arduino.cc/en/main/software

After installing Arduino IDE icon is created on the Desktop as show in the figure
ECE Dept., AIT
Step 3: Opening Arduino IDE

Click on the Icon to open the Arduino window as shown in the figure
ECE Dept., AIT
Step 4: Preferences

Open the File and click on the Preferences as shown in the figure

ECE Dept., AIT


Step 5: Adding ESP8266 Board
Manager

In the Additional Boards Manager enter below URL.

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

As highlighted in the figure and enter OK.


ECE Dept., AIT
Step 6: Selecting Board

ECE Dept., AIT


Step 7: ESP8266 Board Package

ECE Dept., AIT


Step 8: Selecting ESP8266 Arduino Board

ECE Dept., AIT


• 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) or other
esp8266 modules depending on what you have .This
can be done by scrolling down, as shown in the figure

ECE Dept., AIT


Step 9: Connecting ESP8266 to
the PC

ECE Dept., AIT


• Now Let’s connect the ESP8266 module to your
computer through USB cable as shown in the figure.
When module is connected to the USB, COM port is
detected eg: here COM5 is shown in the figure.

ECE Dept., AIT


Step 10: Selecting Example
Program in Arduino IDE

ECE Dept., AIT


Step 11: Selecting COM Port

ECE Dept., AIT


Step 12: Uploading the Program to ESP8266
Module

ECE Dept., AIT


LED on and off using NODE
MCU 8266
1) Connect LED's anode to ESP8266's GND pin and LED's cathode to
ESP8266 D1.
2) Download the sample code
3) Compile the code in Arduino IDE and then upload it into ESP8266
NodeMCU using the micro USB cable.
4) Once the code is uploaded to the device, the external led Start's
blinking.

ECE Dept., AIT


ECE Dept., AIT
ECE Dept., AIT

You might also like