0% found this document useful (0 votes)
3 views

IoT workshop installation

Uploaded by

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

IoT workshop installation

Uploaded by

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

INSTALLATION OF NODEMCU ESP8266

Driver for NodeMCU 8266:


https://drive.google.com/file/d/14HzLC-4w2M7tQr1go3mqME1nUP4JNiPW/view?usp=classroo
m_web&authuser=0

INSTALLATION OF ARDUINO IDE

1) Download Arduino IDE from the official website.


2) Add ESP8266 Board to Arduino IDE
3) In Arduino IDE, go to File > Preferences: Additional Board Manager URLs:
http://arduino.esp8266.com/stable/package_esp8266com_index.json

4) Click OK to save changes


5) Go to Tools > Board > Boards Manager: Search for "ESP8266" in the Boards Manager
window and Install the "esp8266 by ESP8266 Community" package.
6) Additional library to be installed:
- Go to Sketch > Include Library > Manage Libraries
- Install the DHT sensor library (1.4.6 Version) by Adafruit
- Install ThingSpeak (2.0.1 Version) by MathWorks.

NOTE:
- Search for Device Manager to connect to the port (this can only be done once they
receive the kit)
- Ensure the driver is properly installed by checking the Device Manager for "Ports (COM
& LPT)" after connecting the ESP8266.
1. Connect your ESP8266 to the laptop via USB.
2. Open the Arduino IDE.
3. Go to Tools > Board and select the appropriate board (e.g., NodeMCU 1.0 (ESP-12E
Module)).
4. Under Tools > Port, select the COM port associated with your ESP8266. (ex: COM 3)

You might also like