arduino-lcd-connection

Arduino Display Data using IIC LCD Module

How to setup 16x2 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 16x2 Char LCD .This tutorial will help you. Required component  :Arduino Uno Board x 1 IIC LCD /I2C LCD .   or   I2C Display Module + 16x2 Char LCD    x 1 M to F Jumper Wire  x...

Featured Read more...
motion sensor tutorial

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...

Featured Read more...

AJSR04M Waterproof Ultrasonic Sensor with ESP32 – Complete Guide for Water Level Monitoring

Ultrasonic sensors are widely used in IoT and automation projects for measuring distance and liquid levels. However, standard sensors like HC-SR04 are not suitable for humid or wet environments.This is where the AJSR04M Waterproof Ultrasonic Sensor becomes extremely useful.In this guide, we will learn how to connect the AJSR04M ultrasonic sensor with ESP32, understand how it works, and build a simple water level monitoring system using the NewPing library.This tutorial is ideal for makers, engineers, IoT developers, and students.What is...

Read more...

ESP32 HW-138 TTP224 4 Touch Control System for Smart Automation

The ESP32 HW-138 4 Touch Control System is a modern capacitive touch-based control solution that replaces traditional mechanical switches. Using the HW-138 4-touch pad module, you can control multiple devices such as LEDs, buzzers, relays, or motors with simple finger touch input.This project is ideal for smart home systems, industrial control panels, and IoT-based automation projects.What is HW-138 4 Touch Module?The HW-138 module is a 4-channel capacitive touch sensor board based on the TTP224 IC.It provides four independent touch pads,...

Read more...

ESP32 YL-99 Limit Switch Safety System

The ESP32 YL-99 Limit Switch Safety System is a reliable solution for detecting mechanical limits in machines. The YL-99 module is a compact limit switch board that includes a mechanical switch and interface pins, making it easy to connect with microcontrollers like the ESP32.This project helps prevent motor overtravel, machine damage, and mechanical failure in automation systems.What is YL-99 Limit Switch?The YL-99 Limit Switch Module is a mechanical micro-switch mounted on a PCB with 3 pins:VCCGNDOUTIt works as a digital...

Read more...

ESP32 Inductive Proximity Sensor Metal Detection Project

The ESP32 Inductive Proximity Sensor Metal Detection project is a simple and powerful way to detect metallic objects using an ESP32 microcontroller. Inductive proximity sensors are widely used in industrial automation, object detection systems, and manufacturing units for reliable metal detection without physical contact.In this tutorial, you will learn how to interface an inductive proximity sensor with ESP32, understand how metal detection works, and run a simple program to detect metallic objects using the Serial Monitor.What is an Inductive Proximity...

Read more...

ESP32 Hall Effect Sensor A3144–Magnetic Field Detection Project

ESP32 Hall Effect Sensor A3144 is a simple and powerful combination used to detect magnetic fields in electronics and IoT projects. By interfacing the A3144 Hall Effect sensor with an ESP32 microcontroller, we can easily detect the presence of a magnet and trigger actions such as counting rotations, monitoring speed, or activating alarms.In this tutorial, we will learn how to connect the A3144 Hall Effect sensor with ESP32, understand how it works, and write a simple program to detect magnetic...

Read more...