ESP8266

ESP8266 NodeMCU Module MQTT

MQTT (Message Queuing Telemetry Transport) is a lightweight publish/subscribe messaging protocol widely used in IoT applications. ESP8266 and NodeMCU modules can use MQTT to communicate with brokers over Wi-Fi. The protocol is efficient, requires...

ESP8266 NodeMCU Interface ADC

ADC ESP8266 with  ADC Interface                     This the simple example of ADC with ESP8266. ESP8266 have a in-build ACD unit with 10 bit resolution(10bits-0 to 1024 steps), so no need to add a external...

ESP8266 NodeMCU Interface DHT11

Now a days measuring temperature and humidity is not a difficult job. Because lot of sensor are available in the market. DHT11 and DHT22 are very familiar from others. DHT11 Module is very low...

ESP8266 NodeMCU Module Node

Lua API functions in NodeMCU under the node module. They give you system information and control for the ESP8266. Lets get started ESP8266 NodeMCU Module Node node.chipid() Returns the unique Chip ID of your...

ESP8266 NodeMCU Module File

ESP8266 NodeMCU Module File   File Modes File Functions Create a New file File – Hello world Program file.open(“hello/world.txt”, “w”) file.writeline(“Hello World!”) file.close()   Hits (since 2024-Jan-26) – 1,617

ESP8266 NodeMCU Interface 7 Segment Display

In this “ESP8266 NodeMCU Interface 7 Segment Display” project, we’re interfacing using an MCP23017 GPIO expander. The MCP23017 expands GPIO capabilities, allowing us to control the display efficiently. This setup enables us to display...

ESP8266 NodeMCU Interface Button

Whan captures button presses and counts the number of pulses generated by these presses. Below is an explanation of the code “ESP8266 266 NodeMCU Interface Button”. The button interface is a fundamental component in...

ESP8266 NodeMCU Tutorial Get Google Time

This tutorial will discuss get the google time using NodeMCU in ESP8266. The ESP8266 NodeMCU is a popular development board known for its versatility and ease of use in Internet of Things (IoT) projects....

ESP8266 NodeMCU Project WiFi Status Indicator

This project utilizes an ESP8266 NodeMCU microcontroller to create a visual and auditory indicator for monitoring the status of a WiFi router connection. Based on the connection status, the script controls an LED and...

ESP8266 NodeMCU Module I2C

The code provided demonstrates the usage of the I2C (Inter-Integrated Circuit) protocol on an ESP8266 NodeMCU module. I2C is a popular serial communication protocol used to connect multiple peripherals with a microcontroller or a...

ESP8266 NodeMCU Interface MCP23008

This Lua script demonstrates how to interface the MCP23008 GPIO expander with an ESP8266 NodeMCU board. The MCP23008 provides an easy way to expand the number of GPIO pins available for use, which can...

ESP8266 NodeMCU Interface MCP23017

The MCP23017 is a popular I/O expander IC that allows you to increase the number of I/O pins available to a microcontroller. In this code example, we’ll interface an MCP23017 with an ESP8266 NodeMCU...

ESP8266 Mongoose OS Tutorials TCP Web Server

Welcome to the ESP8266 Mongoose-OS Tutorials on the TCP Web Server. In this series of tutorials, we will explore how to create a TCP Web Server using the ESP8266 microcontroller and the Mongoose-OS firmware....

ESP8266 Mongoose OS Interface LED

To turn on the led you need to load the gpio_api.js file. LED Turn ON/OFF Note : This below example was tested mongoose os with java script app demo-js in ESP8266 NodeMCU Dev Board(ESP-12E)...

ESP8266 NodeMCU Interface LCD

The ESP8266 NodeMCU Interface with LCD allows you to integrate an LCD with your NodeMCU board, enabling you to create projects with visual feedback. LCD 16×2 HD44780 Display Interface Code This code provides basic...

ESP8266 Arduino Core Basics

The ESP8266 Arduino Core is a software framework that enables developers to program ESP8266 microcontrollers using the Arduino programming language and environment. This core provides a set of libraries and tools that simplify the...

ESP8266 Arduino Core Interface ADC

ADC Required Circuit of ESP8266 Arduino Core ADC Code /* http://www.ArunEworld.com/Embedded/ESPressif/ESP8266/ESP8266_Arduino-Core/ Tested By : Arun(20170219) Example Name : AEW_ADC-Interface.ino */ /* AnalogReadSerial Reads an analog input on pin 0, prints the result to the...

ESP8266 Arduino Core Interface Button

In this tutorial, we will learn how to interface a push button with ESP8266 using the Arduino Core. A push button is one of the simplest input devices, but it is essential in embedded...

Please turn AdBlock off, and continue learning

Notice for AdBlock users

Please turn AdBlock off