ESP8266 OTA is used to load firmware using a WiFi connection instead of using a serial port. You can program…
Learn about generating and sending HTTP POST Request from ESP8266. The POST method is the type of HTTP request method…
SPI (Serial Peripheral Interface), establishes communication between multiple peripheral devices or microcontrollers. The SPI interface bus exchanges data between microcontrollers.…
The Arduino hardware has built-in support for serial communication on pins 0 and 1. The native serial support happens via…
Establish WiFi Connection in the ESP8266 WiFi Module is so easy. ESP8266/NodeMCU supports two modes for the establishment of a…
Control the LED connected to the ESP8266 webserver. Initially create a simple web server and connect an LED to ESP8266.…
Build a simple Web Server using NodeMCU and Arduino IDE. Learn about connecting it to Wi-Fi and creating a web…
How to interface the DS3231 RTC Module with NodeMCU. Learn to Setup and display the time of DS3231 on Serial…
Learn Serial communication between NodeMCU and Arduino. Transmit data between two NodeMCU and Arduino using RX/TX lines. How Software Serial…
Learn how to Program NodeMCU with Arduino IDE. You just need to install the board and connect it to the…