top of page
Search


Send Emails using ESP32 with SMTP Server
Description What is SMTP server? SMTP stands for Simple Mail Transfer Protocol. This Protocol allows sending and receiving emails over a...
Â
Â


Control the LED/Appliance using Telegram Group with ESP32.
Description What is Telegram? Telegram is a cloud-based instant messaging platform and communication app. It allows users to send and...
Â
Â


How to create ESP32 WiFi Server
Description ESP32 has inbuilt Wi-Fi functionalities. It has three Wi-Fi modes. Before that, let’s understand the terms Wi-Fi station and...
Â
Â


How to create ESP32 WiFi Server
Description ESP32 has inbuilt Wi-Fi functionalities. It has three Wi-Fi modes. Before that, let’s understand the terms Wi-Fi station and...
Â
Â


HTTP on ESP32- Beginners Guide
HTTP (Hypertext Transfer Protocol) is a standard application layer protocol. The function of HTTP is to request-response protocol between...
Â
Â


ADXL345 Accelerometer Interfacing with NodeMCU
Description ADXL345 Accelerometer Accelerometer is an electromechanical device that measures the force of acceleration caused by gravity...
Â
Â


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


ESP32 Bluetooth Getting started
Description ESP32 has on-chip Bluetooth and BLE (Bluetooth Low Energy). In this guide, we will see the Bluetooth part. ESP32 Bluetooth is...
Â
Â


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


Reconnect ESP32 to Wi-Fi Network After Lost Connection
Description When working with an ESP32 device, there may be situations where the Wi-Fi connection is lost or disrupted. i.e. when the...
Â
Â


ESP32 Wi-Fi Basics Getting Started
Description ESP32 has inbuilt Wi-Fi functionalities. It has three Wi-Fi modes. Before that, let’s understand the terms Wi-Fi station and...
Â
Â


Control Home appliances using Google Assistant
Overview Google assistant is AI (Artificial Intelligence) based voice command service. Using voice, we can interact with the google...
Â
Â


DS18B20 Sensor Interfacing with Nodemcu
Description DS18B20 is a Digital Temperature sensor which is developed by Maxim Integration. This sensor measures temperature in the...
Â
Â


DHT11 Sensor Interfacing with NodeMCU
Overview of DHT11 DHT11 sensor measures and provides humidity and temperature values serially over a single wire. It can measure the...
Â
Â


RTC DS1307 Interfacing with NodeMCU
Overview of RTC DS1307 Real Time Clock (RTC) module is a device used to monitor time and maintain the calendar. To monitor the time using...
Â
Â


MAX7219 7-Segment Display Interfacing with NodeMCU
Description The MAX7219 is a serially interfaced 8-digit LED display driver. It can be used to control up to 64 individual LEDs, or eight...
Â
Â


16x2 LCD Display Interfacing with NodeMcu
Overview of LCD 16x2 The LCD (Liquid Crystal Display) is commonly used in embedded applications to display various outputs and parameters...
Â
Â


OLED Graphic Display Interfacing with NodeMCU
Overview of SSD1306 OLED Display The OLED module shown in the above image is a very popular module available in the market. There are...
Â
Â


WS2812 RGB LED with Color Picker via Nodemcu Web Server
Description The WS2812B is a popular RGB LED that is used in various lighting applications. It consists of a single LED package with...
Â
Â


LCD16x2 (I2C Module) Interfacing with NodeMCU
Description LCD16x2 is widely used in embedded applications as a display. It is a 2-line display with 16 characters in each line. The...
Â
Â
bottom of page