echo '' ;

Workshop : Internet Of Things Using ESP8266-Details

Connecting

The board you got should already have AT with all the needed libraries flashed on it. In order to access its
console, you will need to connect it to your computer with the micro-USB cable, and access the serial interface that
appears with a terminal program
For windows the serial interface to appear in your system, you will need to install the drivers for CP2102. Once you have that,
you can use either Hyper Terminal, PuTTy, ESPlorer or CoolTerm to connect to it, following this guide.
The parameters for the connection are: 115200 baud rate, 8 data bits, no parity, 1 stop bit, no flow control.
Hello world!
Once you are connected, press “enter” and you should see the ESPlorer terminal prompt, that looks like this:
>>
It’s traditional to start with a “Hello world!” program, so type this and press “enter”:
print("Hello world!")
If you see “Hello world!” displayed in the next line, then congratulations, you got it working.

Get Starts

  • What is Internet of things
    • What is WiFi protocol
  • ESP8266 NodeMCU Development Board
  • Lua Language
    • Variable
      • Variable Define
      • Variable Declaration
      • Variable initialize in lua
    • Print function
      • printing strings value
      • printing integer value
      • printing char value
      • printing float value
    •  Functions
      • Functions Calling
        • Call By Value
        • Call By Reference
    • Loops
      • While Do while
      • While
      • For Loop
    • Files
  • GPIO Module
  • ADC Module
  • Timer Module
  • Pulse Width Modulation
  • Node Module
  • File System
  • WiFi Module (Network)
    • WiFi Connect / Disconnect
    • End user Setup

Basic

  • LED Blink
  • Buttons
  • RGB Light
  • Beepers (Buzzer, Piezoelectric)
  • Communication Protocols
    • I2C Module
    • UART Module
    • MQTT
    • CoAP
    • HTTP
    • mDNS
    • TCP/IP
  • MQTT Servers (Adafruit, Amazon, Hivemq, Local Server)

Advanced

  • Network Status Indicators
  • Display Interface
    • 7-segment Displays interface
    • Nokia LCD Display Interface
    • 2×16 Display interface
  • Net Module
    • Web Server
    • Web Client
    • UDP Communication
    • TCP Communication.
    • Multicast
    • DNS
  • Home Automation Device (Light, Fan, Other Appliance) Control From online and offline
  • Smart RGB Light.
  • Triple axis accelerator meter.
  • Temperature and Humidity Data logger.
    • AM2320
    • DHT11, DHT22
    • OW Protocol (DS1208)
  • RTC Module (Time)
  • SNTP
  • Google Time
  • Google Sheet with ESP8266
  • Android App with ESP8266

Official Documents and Supports

The official documentation for this port of NodeMCU is available at http://nodemcu.readthedocs.io/en/master/. There is a also a forum on which you can ask questions and get help, located at http://www.esp8266.com.

For more

  • contact : +918300028080
  • Mail :info@aruneworld.com

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from ArunEworld

Subscribe now to keep reading and get access to the full archive.

Continue reading