This section covers electronics projects based on NodeMCU ESP8266 board. The NodeMCU is basically an open source firmware, and also commonly used term for the popular ESP8266 Development Board, which is a low cost, development board designed for IoT applications.
OTA Programming (Over the Air) is a process which allows devices to upgrade their firmware or software…
Now a days, the Bluetooth has become integral part of digital devices and it comes inbuilt in most of the devices such as…
MQTT is a protocol used to send and receive messages over internet. We previously used this protocol in Iot Electricity meter…
Microcontrollers have small internal memory which is not enough to save sensors generated data for long time, either you have…
Have you ever thought of controlling any peripheral from anywhere in the world? Yes the IoT (Internet of things) has made this…
As we know that IoT revolution has started from last few years, since then ESP series Wi-Fi modules become very popular among…
Humidity, Temperature and Pressure are three basic parameters to build any Weather Station and to measure environmental…
Have you ever thought of getting your device’s location without using any GPS hardware? Sounds interesting!! Yes it is possible…
How cool it be to turn on the lights automatically as soon as you enter in your home and turn it off again when you leave! Yes…
Wireless Headphones, Fitness bands, Bluetooth Speakers, In-Ear headphones, Mobile phones, Laptops... there are so many…
Bluetooth modules like HC-05 and HC-06 are easy to set-up and quick to use with Arduino IDE, but they have their own limitation…
Note: This tutorial was written after Arduino has officially launched its support for ESP32 boards. So if you have followed the…