You are on page 1of 10

NODEMCU

NAME-KANCHAN PAL
Course-B.VOC (IOT)
ROLL NO:- 1904700
INTRODUCTION
NodeMCU is an open source LUA based firmware
developed for ESP8266 wifi chip. By exploring
functionality with ESP8266 chip, NodeMCU firmware
comes with ESP8266 Development board/kit i.e.
NodeMCU Development board. Since NodeMCU is open
source platform, their hardware design is open for
edit/modify/build.
NodeMCU Dev Kit/board consist of ESP8266 wifi enabled
chip. The ESP8266 is a low-cost Wi-Fi chip developed by
Espressif Systems with TCP/IP protocol. For more
information about ESP8266, you can refer ESP8266 WiFi
Module.
NodeMCU 1.0
Built-in ESP8266, ”ESPduino”
Works with Arduino IDE, not
officially though
12 V regulator for input voltage
Price: 5 – 10 €
13 GPIO, only one PWM and ADC
(0-1 V)
Pins work with 0 - 3,3 V!
Good tutorial:
http://www.makeuseof.com/tag/meet-
arduino-killer-esp8266
/
Why Node MCU?
Block programming is easy for everyone.

You have the code, and you can change and improve
anytime.

Free online tool to use


NodeMCU(ESP8266)
Development/Prototyping board
Arduino like
Based on ESP-12(E)
Fully programmable
(you have to program it in low-level machine
instructions that can be interpreted by the chip
hardware.)
NodeMCU setup
• Additional Board Manager URL:
– http://arduino.esp8266.com/stable/package_esp8266com_index.json
NodeMCU setup
Add the link to the Additional Board Manager URLs
NodeMCU setup
Search the board manager for esp8266
Install the library
NodeMCU setup
Select the NodeMCU 1.0
as your board
Additional settings
appear under the board
menu
They can be left as they
are
Higher Upload Speed
reduces your upload
times
THANKYOU

You might also like