top of page
Search


Magnetometer HMC5883L Interfacing with NodeMCU
Overview of Magnetometer HMC5883L is a 3-axis magnetometer which is used for measuring the direction and magnitude of the Earth’s...


MQTT on NodeMCU- Publish- Subscribe Beginners Guide
Introduction MQTT is a lightweight publish-subscribe-based messaging protocol. It is quicker (faster) than other request-response based...


HTTP Server on NodeMCU with Arduino IDE
Introduction The Hypertext Transfer Protocol (HTTP) is a standard application layer protocol that functions as a request-response...


HTTP on NodeMCU- Beginners Guide
Introduction HTTP (Hypertext Transfer Protocol) is a standard Application protocol that functions as a request-response protocol between...


HC-05 Bluetooth Module Interfacing with NodeMCU
Overview of Bluetooth HC-05 is a Bluetooth device used for wireless communication with Bluetooth-enabled devices (like smartphones). It...


NodeMCU Erase Flash Memory (Factory Reset)
Description Recently, we are working on one project with NodeMCU and just wanted to change the SSID of the Wi-Fi access point. As usual,...


NodeMCU I2C with Arduino IDE
Introduction to I2C I2C (Inter-Integrated Circuit) is a serial bus interface connection protocol. It is also called as TWI (two-wire...


NodeMCU SPI with Arduino IDE
Introduction The Serial Peripheral Interface (SPI) is a bus interface connection protocol originally started by Motorola Corp. SPI...


NodeMCU Setting Static IP Address
Description While Wi-Fi connection the router assigns the random IP address to the NodeMCU Board. This is because DHCP (Dynamic Host...


NodeMCU GPIO Interrupts with Arduino IDE
Introduction An interrupt is an event that occurs randomly in the flow of continuity. It is just like a call you have when you are busy...


NodeMCU PWM with Arduino IDE
Introduction to PWM Pulse Width Modulation (PWM) is a technique by which the width of a pulse is varied while keeping the frequency of...


NodeMCU Development Kit/Board
Introduction NodeMCU Development Kit/Board consists of an ESP8266 wifi chip. ESP8266 chip has GPIO pins, serial communication protocol,...


NodeMCU ADC with Arduino IDE
Introduction Analog to Digital Converter (ADC) is used to convert the analog signal into digital form. ESP8266 has an inbuilt 10-bit ADC...


NodeMCU GPIO with Arduino IDE
Introduction to GPIO General-purpose input/output (GPIO) is a pin on an IC (Integrated Circuit). It can be either an input pin or output...


Getting started with NodeMCU
Introduction The ESP8266 is a low-cost Wi-Fi chip developed by Espressif Systems with TCP/IP protocol. For more information about...


Introduction to NodeMCU
Introduction NodeMCU is an open-source LUA based firmware developed for the ESP8266 wifi chip. By exploring functionality with the...


Getting Started with NodeMCU using Arduino IDE
Introduction NodeMCU is Lua based firmware of ESP8266. Generally, ESPlorer IDE is referred for writing Lua scripts for NodeMCU. It...
bottom of page