SlideShare a Scribd company logo
2
Most read
3
Most read
10
Most read
http://aicra.ac.in
NODEMCU
An Open Source IOT Platform
NODEMCU | Overview
 The NodeMcu is an open-source firmware and development kit that helps you to Prototype your IOT product within
a few Lua script lines.
 Power:
 Input Voltage : 3.3V
 DC Current : 250mA
 Memory:
 RAM 32Kb
 DRAM 80Kb
 Flash 200Kb
NODEMCU | What is it?
 An Arduino-like device
 Main component: ESP8266
 With programmable pins
 And built-in wifi
 Power via USB
 Low cost
The NodeMCU (Node MicroController Unit) is an open source software and hardware development environment
that is built around a very inexpensive System-on-a-Chip (SoC) called the ESP8266.
NODEMCU | What you can do with it?
 Program it via C or LUA
 Access it via wifi (ex. HTTP)
 Connect pins to any device (in or out)
http://aicra.ac.in
NODEMCU | MAIN COMPONENT
http://aicra.ac.in
NODEMCU | PIN DESCRIPTION
http://aicra.ac.in
NODEMCU | ESP8266
 ESP8266 is a highly integrated chip designed for the needs of a new connected world.
 It offers a complete and self-contained Wi-Fi networking solution, allowing it to either host the application or to
offload all Wi-Fi networking functions from another application processor.
 ESP8266 has powerful on-board processing and storage capabilities that allow it to be integrated with the sensors
specific devices through its GPIOs with minimal development up-front and minimal loading during runtime.
http://aicra.ac.in
NODEMCU | ESP8266 PINOUT
NODEMCU | Features
 Open-source
 Interactive
 Programmable
 Low cost
 Simple
 Smart
 WI-FI enabled
http://aicra.ac.in
NODEMCU | Features
 I/O Pins:
 Digital Pins: Pin D0 – Pin D10 Digital Pins
 PWM Pins : 12 PWM Pins
 Analog Pins : Pin A0
 Power PINS
 Ground : 5 Pins
 3.3V : 3
 Vin Pin : 1 Adding external supply of +5V (is not connected to USB)
http://aicra.ac.in
NODEMCU | Specifications
The Development Kit based on ESP8266, integrates GPIO, PWM, IIC, 1-Wire and ADC all in one board. USB-TTL included, plug&play
 10 GPIO, every GPIO can be PWM, I2C, 1-wire
 USB-TTL included, plug & play
 PCB antenna
http://aicra.ac.in
NODEMCU | Getting started
 Install the Arduino IDE: https://www.Arduino.cc/en/Main/Software
 Install the ESP8266 Addon
 Go!
Sample code led blink
void setup()
{
// initialize digital pin 13 as an output.
pinMode(13, OUTPUT);
} // the loop function runs over and over again forever
void loop()
{
digitalWrite(13, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second
digitalWrite(13, LOW); // turn the LED off by making the voltage LOW
delay(1000); // wait for a second
}

More Related Content

What's hot (20)

PDF
Esp8266 basics
Eueung Mulyana
 
PPTX
Iot based health monitoring system
ShaswataMohanta
 
PPTX
ATMEGA 328
ABHISHEK MAURYA
 
PPTX
IOT based air quality and monitoring by using arduino
Gopikrishnateja Goli
 
PDF
ARM CORTEX M3 PPT
Gaurav Verma
 
PDF
lesson2 - Nodemcu course - NodeMCU dev Board
Elaf A.Saeed
 
PPTX
Humidity and Temperature Measurement Using Arduino
dollonhaider
 
PPTX
Weather Station Using IoT
fatinfaqihah5124
 
PPTX
Zigbee Presentation
Maathu Michael
 
PPTX
Introduction to arduino ppt main
eddy royappa
 
PPTX
Automated Plant Watering System
Soumyadeep Kal
 
PPTX
Smart agriculture system using IOT
chetana chaudhary
 
PPTX
PPT ON Arduino
Ravi Phadtare
 
PDF
LoRaWAN in Depth
APNIC
 
PPTX
Arduino and its hw architecture
Zeeshan Rafiq
 
PPTX
ARM Processors
Mathivanan Natarajan
 
PPTX
8051 Microcontroller PPT's By Er. Swapnil Kaware
Prof. Swapnil V. Kaware
 
PPTX
Basics of arduino uno
Rahat Sood
 
PPTX
Architecture of 8051
hello_priti
 
Esp8266 basics
Eueung Mulyana
 
Iot based health monitoring system
ShaswataMohanta
 
ATMEGA 328
ABHISHEK MAURYA
 
IOT based air quality and monitoring by using arduino
Gopikrishnateja Goli
 
ARM CORTEX M3 PPT
Gaurav Verma
 
lesson2 - Nodemcu course - NodeMCU dev Board
Elaf A.Saeed
 
Humidity and Temperature Measurement Using Arduino
dollonhaider
 
Weather Station Using IoT
fatinfaqihah5124
 
Zigbee Presentation
Maathu Michael
 
Introduction to arduino ppt main
eddy royappa
 
Automated Plant Watering System
Soumyadeep Kal
 
Smart agriculture system using IOT
chetana chaudhary
 
PPT ON Arduino
Ravi Phadtare
 
LoRaWAN in Depth
APNIC
 
Arduino and its hw architecture
Zeeshan Rafiq
 
ARM Processors
Mathivanan Natarajan
 
8051 Microcontroller PPT's By Er. Swapnil Kaware
Prof. Swapnil V. Kaware
 
Basics of arduino uno
Rahat Sood
 
Architecture of 8051
hello_priti
 

Similar to Wi-Fi Esp8266 nodemcu (20)

PPTX
Embedded application development
Aakash Raj
 
PPTX
Tech Talk IOT
Jayant Rajwani
 
PPTX
Connected hardware for Software Engineers 101
Pance Cavkovski
 
PPTX
Introduction to Node MCU as a brain of Internet of Things
SwaroopMallick2
 
PDF
Ardunio
DILEEP KUMAR
 
PPTX
Taller IoT en la Actualidad
Laurence HR
 
PPTX
Arduino camera interfacing OV7670
Somnath Sharma
 
PDF
Introduction of Arduino Uno
Md. Nahidul Islam
 
PDF
ESP32 WiFi & Bluetooth Module - Getting Started Guide
handson28
 
PPTX
Getting started with Intel IoT Developer Kit
Sulamita Garcia
 
PPS
What is Arduino ?
Niket Chandrawanshi
 
PDF
arduino.pdf
Gurumurthy B R
 
PPTX
esp8266nodemcu iot based project on 2025.pptx
AbhinavGurijala
 
PPTX
The NodeMCU module is to the ESP-12s as the Arduino UNO is to ATMEGA328s.
AbhinavGurijala
 
PPTX
Attendance system using MYSQL with Raspberry pi and RFID-RC522
Sanjay Kumar
 
PPTX
Internet of Things prescribed by University
Sanjay Kumar
 
PDF
Esp8266 v12
handson28
 
PPTX
Basics of open source embedded development board (
Dhruwank Vankawala
 
PPTX
Basics of open source embedded development board (
Dhruwank Vankawala
 
PPTX
Arduino
Jerin John
 
Embedded application development
Aakash Raj
 
Tech Talk IOT
Jayant Rajwani
 
Connected hardware for Software Engineers 101
Pance Cavkovski
 
Introduction to Node MCU as a brain of Internet of Things
SwaroopMallick2
 
Ardunio
DILEEP KUMAR
 
Taller IoT en la Actualidad
Laurence HR
 
Arduino camera interfacing OV7670
Somnath Sharma
 
Introduction of Arduino Uno
Md. Nahidul Islam
 
ESP32 WiFi & Bluetooth Module - Getting Started Guide
handson28
 
Getting started with Intel IoT Developer Kit
Sulamita Garcia
 
What is Arduino ?
Niket Chandrawanshi
 
arduino.pdf
Gurumurthy B R
 
esp8266nodemcu iot based project on 2025.pptx
AbhinavGurijala
 
The NodeMCU module is to the ESP-12s as the Arduino UNO is to ATMEGA328s.
AbhinavGurijala
 
Attendance system using MYSQL with Raspberry pi and RFID-RC522
Sanjay Kumar
 
Internet of Things prescribed by University
Sanjay Kumar
 
Esp8266 v12
handson28
 
Basics of open source embedded development board (
Dhruwank Vankawala
 
Basics of open source embedded development board (
Dhruwank Vankawala
 
Arduino
Jerin John
 
Ad

More from creatjet3d labs (8)

PPTX
Basic Sensors
creatjet3d labs
 
PPTX
ESP8266 Wifi Nodemcu
creatjet3d labs
 
PPTX
Arduino interfacing
creatjet3d labs
 
PPTX
Basic concept of electronics.
creatjet3d labs
 
PPTX
Arduino uno
creatjet3d labs
 
PPTX
Arduino open source
creatjet3d labs
 
PPTX
Arduino IDE
creatjet3d labs
 
PPTX
Arduino Microcontroller
creatjet3d labs
 
Basic Sensors
creatjet3d labs
 
ESP8266 Wifi Nodemcu
creatjet3d labs
 
Arduino interfacing
creatjet3d labs
 
Basic concept of electronics.
creatjet3d labs
 
Arduino uno
creatjet3d labs
 
Arduino open source
creatjet3d labs
 
Arduino IDE
creatjet3d labs
 
Arduino Microcontroller
creatjet3d labs
 
Ad

Recently uploaded (20)

PDF
Reasons for the succes of MENARD PRESSUREMETER.pdf
majdiamz
 
PDF
Electrical Engineer operation Supervisor
ssaruntatapower143
 
PPTX
Water Resources Engineering (CVE 728)--Slide 3.pptx
mohammedado3
 
PDF
Pressure Measurement training for engineers and Technicians
AIESOLUTIONS
 
PDF
AN EMPIRICAL STUDY ON THE USAGE OF SOCIAL MEDIA IN GERMAN B2C-ONLINE STORES
ijait
 
PDF
Halide Perovskites’ Multifunctional Properties: Coordination Engineering, Coo...
TaameBerhe2
 
PPTX
Water Resources Engineering (CVE 728)--Slide 4.pptx
mohammedado3
 
PPT
Testing and final inspection of a solar PV system
MuhammadSanni2
 
PDF
MODULE-5 notes [BCG402-CG&V] PART-B.pdf
Alvas Institute of Engineering and technology, Moodabidri
 
PDF
mbse_An_Introduction_to_Arcadia_20150115.pdf
henriqueltorres1
 
PDF
Basic_Concepts_in_Clinical_Biochemistry_2018كيمياء_عملي.pdf
AdelLoin
 
PDF
3rd International Conference on Machine Learning and IoT (MLIoT 2025)
ClaraZara1
 
PDF
AI TECHNIQUES FOR IDENTIFYING ALTERATIONS IN THE HUMAN GUT MICROBIOME IN MULT...
vidyalalltv1
 
PDF
Viol_Alessandro_Presentazione_prelaurea.pdf
dsecqyvhbowrzxshhf
 
PDF
SERVERLESS PERSONAL TO-DO LIST APPLICATION
anushaashraf20
 
PPTX
Lecture 1 Shell and Tube Heat exchanger-1.pptx
mailforillegalwork
 
PPTX
2025 CGI Congres - Surviving agile v05.pptx
Derk-Jan de Grood
 
PPT
New_school_Engineering_presentation_011707.ppt
VinayKumar304579
 
PPTX
澳洲电子毕业证澳大利亚圣母大学水印成绩单UNDA学生证网上可查学历
Taqyea
 
PPTX
MODULE 03 - CLOUD COMPUTING AND SECURITY.pptx
Alvas Institute of Engineering and technology, Moodabidri
 
Reasons for the succes of MENARD PRESSUREMETER.pdf
majdiamz
 
Electrical Engineer operation Supervisor
ssaruntatapower143
 
Water Resources Engineering (CVE 728)--Slide 3.pptx
mohammedado3
 
Pressure Measurement training for engineers and Technicians
AIESOLUTIONS
 
AN EMPIRICAL STUDY ON THE USAGE OF SOCIAL MEDIA IN GERMAN B2C-ONLINE STORES
ijait
 
Halide Perovskites’ Multifunctional Properties: Coordination Engineering, Coo...
TaameBerhe2
 
Water Resources Engineering (CVE 728)--Slide 4.pptx
mohammedado3
 
Testing and final inspection of a solar PV system
MuhammadSanni2
 
MODULE-5 notes [BCG402-CG&V] PART-B.pdf
Alvas Institute of Engineering and technology, Moodabidri
 
mbse_An_Introduction_to_Arcadia_20150115.pdf
henriqueltorres1
 
Basic_Concepts_in_Clinical_Biochemistry_2018كيمياء_عملي.pdf
AdelLoin
 
3rd International Conference on Machine Learning and IoT (MLIoT 2025)
ClaraZara1
 
AI TECHNIQUES FOR IDENTIFYING ALTERATIONS IN THE HUMAN GUT MICROBIOME IN MULT...
vidyalalltv1
 
Viol_Alessandro_Presentazione_prelaurea.pdf
dsecqyvhbowrzxshhf
 
SERVERLESS PERSONAL TO-DO LIST APPLICATION
anushaashraf20
 
Lecture 1 Shell and Tube Heat exchanger-1.pptx
mailforillegalwork
 
2025 CGI Congres - Surviving agile v05.pptx
Derk-Jan de Grood
 
New_school_Engineering_presentation_011707.ppt
VinayKumar304579
 
澳洲电子毕业证澳大利亚圣母大学水印成绩单UNDA学生证网上可查学历
Taqyea
 
MODULE 03 - CLOUD COMPUTING AND SECURITY.pptx
Alvas Institute of Engineering and technology, Moodabidri
 

Wi-Fi Esp8266 nodemcu