February 2019
Arduino Display Data using IIC LCD Module
How to setup 16×2 lcd on Arduino? Its not big issue ,read full blog and watch video at the end of content. It is hard to display data using serial monitor. So if you want to display data of Arduino or given text to 16×2 Char LCD .This tutorial will help you. Required component :Arduino Uno Board x 1 IIC LCD /I2C LCD . or I2C Display Module + 16×2 Char LCD x 1 M to F Jumper Wire x…
Arduino PIR Motion Sensor Tutorial
PIR modules have a 3-pin connection at the side or bottom. The pinout may vary between modules so triple-check the pinout! It’s often silkscreened on right next to the connection (at least, ours is!) One pin will be ground, another will be signal and the final one will be power. Power is usually 3-5VDC input. When object comes in detecting area it will return 1 from output pin otherwise it return 0. The IR sensor itself is housed in a hermetically sealed metal can to improve…
July 2026
ESP32 with TDS Sensor
ESP32 with TDS Sensor Water Quality Monitoring using ESP32 TDS SensorWater quality plays a crucial role in drinking water safety, aquariums, hydroponics, agriculture, and industrial applications. One of the easiest ways to monitor water quality is by measuring the Total Dissolved Solids (TDS) using a TDS Sensor.In this tutorial, you’ll learn how to interface a TDS Sensor with ESP32, understand its working principle, connect the hardware, upload the Arduino code, and calculate TDS values in PPM (Parts Per Million). This…
Turbidity Sensor with ESP32
Water quality is one of the most important factors in drinking water, aquaculture, industries, and environmental monitoring. A Turbidity Sensor with ESP32 helps measure how clear or cloudy water is by detecting suspended particles. When combined with an ESP32, the Turbidity Sensor with ESP32 can easily monitor water quality in real time and upload data to IoT dashboards. Using a Turbidity Sensor with ESP32 enhances the accuracy of monitoring.Utilizing a Turbidity Sensor with ESP32 ensures that water quality data is…
ESP32 with GC9A01 Round TFT Display:
IntroductionThe ESP32 GC9A01 TFT display is a powerful color display module widely used in modern embedded electronics projects. Its round design makes it perfect for smartwatch interfaces, digital clocks, IoT dashboards, wearable devices, and compact graphical displays.In this tutorial, we will learn how to connect the ESP32 GC9A01 TFT display with ESP32, install the required Arduino libraries, configure SPI communication, and display graphics and text using Arduino IDE.The ESP32 is an excellent microcontroller for this project because it provides:High-speed dual-core…
ESP32-S3 Super Mini with 16×4 I2C LCD
IntroductionThe ESP32-S3 Super Mini is a powerful compact development board based on the ESP32-S3 chip. It provides high performance, WiFi, Bluetooth Low Energy (BLE), low power consumption, and plenty of GPIO pins for IoT and embedded projects, making it ideal for the ESP32-S3 Super Mini LCD project. This ESP32-S3 Super Mini LCD project will allow you to build various applications. In this ESP32-S3 Super Mini tutorial, we will explore these applications in detailThis project is perfect for:IoT display projectsSensor monitoring…
June 2026
MAX7219 7-Segment Display with ESP32
IntroductionIn this tutorial, we will learn how to interface a MAX7219 8-Digit 7-Segment Display with an ESP32 using the LedController Library. This project displays numbers from 0 to 7 on the 7-segment display sequentially. We will also explore the capabilities of the MAX7219 ESP32 integration and its applications.The MAX7219 is a popular display driver IC that simplifies controlling multiple 7-segment displays using only three communication pins. It is widely used in digital clocks, counters, scoreboards, IoT dashboards, and industrial monitoring…
May 2026
ESP32 with BNO055 Sensor Complete Guide
The BNO055 sensor is one of the most advanced smart orientation sensors available for IoT and embedded systems projects. If you are working with an ESP32 development board and need accurate motion tracking, acceleration sensing, orientation detection, or gesture-based projects, then the BNO055 sensor is an excellent choice. This guide serves as an essential ESP32 BNO055 tutorial for integrating the sensor. This ESP32 BNO055 tutorial will help you understand how to implement the sensor effectively.In this complete tutorial, you will…
April 2026
TSOP IR Sensor with ESP32
Infrared (IR) technology is widely used in remote controls, automation systems, and IoT devices. In this TSOP ESP32 tutorial, you will learn how to connect a TSOP IR receiver sensor with ESP32 and decode signals from any IR remote control. This TSOP ESP32 tutorial will guide you through the setup process, ensuring you understand how to utilize the TSOP ESP32 tutorial effectively.What is a TSOP Sensor?Understanding the TSOP ESP32 tutorial is crucial for anyone interested in developing IoT projects. It…
March 2026
ESP32 with DC Voltage Sensor
If you want to measure DC voltage using ESP32, this tutorial will guide you step-by-step. The ESP32 voltage sensor project is useful for monitoring battery voltage, power supply voltage, solar panels, and IoT power systems.In this guide, you will learn how to connect a DC voltage sensor to ESP32, understand the voltage divider principle, and run Arduino code to measure voltage accurately.What is an ESP32 Voltage Sensor?A DC voltage sensor module allows the ESP32 to measure voltages higher than 3.3V,…
