NodeMCU

Log Temperature Sensor Data to Google Sheet using NodeMCU ESP8266 Log Temperature Sensor Data to Google Sheet using NodeMCU ESP8266

There are many IoT clouds available to store and monitor the data from various sensors. With increasing popularity of IoT, more…

Internet Clock: Display Date and Time on OLED using ESP8266 NodeMCU with NTP Internet Clock: Display Date and Time on OLED using ESP8266 NodeMCU with NTP

RTC or Real Time Clock is the most commonly used module in Electronics and embedded devices to keep track of time. But the…

Interfacing OLED Display with NodeMCU ESP8266 Interfacing OLED Display with NodeMCU ESP8266: Displaying Bitmap image on OLED

In this tutorial we will interface OLED Display with NodeMCU ESP8266. NodeMCU is an open source IoT platform that includes…

Programming NodeMCU ESP8266 Over-the-Air (OTA) using Arduino IDE Programming NodeMCU ESP8266 Over-the-Air (OTA) using Arduino IDEWhat is OTA Programming?

OTA Programming (Over the Air) is a process which allows devices to upgrade their firmware or software…

Bluetooth Module interfacing with ESP8266: Controlling an LED Bluetooth Module Interfacing with ESP8266: Controlling an LED

Now a days, the Bluetooth has become integral part of digital devices and it comes inbuilt in most of the devices such as…

Installing and Testing Mosquitto MQTT Broker on Raspberry Pi for IoT Communication Installing and Testing Mosquitto MQTT Broker on Raspberry Pi for IoT Communication

MQTT is a protocol used to send and receive messages over internet. We previously used this protocol in Iot Electricity meter…

 Sending Temperature and Humidity sensor data to Firebase Real-Time Database using NodeMCU8266 Sending Temperature and Humidity sensor data to Firebase Real-Time Database using NodeMCU ESP8266

Microcontrollers have small internal memory which is not enough to save sensors generated data for long time, either you have…

Controlling LED using Google Firebase Console using ESP8266 IoT Controlled LED using Google Firebase Console and ESP8266 NodeMCU

Have you ever thought of controlling any peripheral from anywhere in the world? Yes the IoT (Internet of things) has made this…

How to build NodeMCU Webserver and control an LED from a Webpage How to Build NodeMCU Webserver and control an LED from a Webpage

As we know that IoT revolution has started from last few years, since then ESP series Wi-Fi modules become very popular among…

IoT Weather Station using NodeMCU: Monitoring Humidity, Temperature and Pressure over Internet IoT Weather Station using NodeMCU: Monitoring Humidity, Temperature and Pressure over Internet

Humidity, Temperature and Pressure are three basic parameters to build any Weather Station and to measure environmental…