Skip to content
Home » Archives for Anwar Hossain Mokhter » Page 3

Anwar Hossain Mokhter

How to Interface a TTP223 Capacitive Touch Sensor with Arduino: Touch to Control!

  • 5 min read

The TTP223 touch sensor is a cool little sensor that lets you turn on lights, control motors, or activate different functions just by touching it. It’s like a magic button that senses when your finger is near it and sends a signal to the Arduino. Imagine using just a touch instead of pressing a button… 

How to Interface an LM35 Temperature Sensor with Arduino: Read Temperature Accurately

  • 4 min read

Welcome to your next Arduino adventure! In this tutorial, we’re going to learn how to use an LM35 temperature sensor with an Arduino to measure the temperature. Don’t worry if you’re new to this—I’ll make it easy to understand! The LM35 is a small device that senses temperature. You can think of it as a… 

How to Interface a PIR Sensor with Arduino: Build a Motion Detection System

  • 7 min read

Have you ever wondered how automatic doors know when to open? Or how lights in some places turn on when you walk by? These cool things happen thanks to motion detectors! In this project, you’ll learn how to create your own motion detector using an Arduino and a PIR sensor. Don’t worry if you’re new… 

How to Interface an IR Sensor with Arduino: Detect Objects and Motion Easily

  • 4 min read

In this tutorial, we’ll learn how to connect and use an IR (Infrared) Sensor Module with an Arduino UNO board. IR sensors are versatile devices used for detecting objects, motion, or proximity by emitting and receiving infrared light. You can use them in applications like obstacle detection, proximity alarms, and line-following robots. Let’s get started!… 

How to Interface an LDR Sensor with Arduino: Measure Light Intensity Easily

  • 6 min read

We’re going to explore the cool realm of LDR sensors and Arduino microcontrollers! You’ll learn how light-dependent resistors (LDRs) work with Arduino to create fun and useful projects. Let’s light up our knowledge and dive into awesome LDR and Arduino projects together! Introduction to LDR An LDR (Light Dependent Resistor) is a sensor that detects… 

How to Use analogRead() in Arduino: Read Sensor Data from Analog Pins

  • 3 min read

Have you ever wondered how your phone knows how bright or dark it is in the room? Or how a video game controller knows how far you’ve turned the joystick? With Arduino, you can learn to do the same thing! Using a special command called Analog Read, you can measure real-world things like light, temperature,… 

Getting Started with Arduino Serial Communication: Send Data Easily

  • 2 min read

When you’re working on Arduino projects, sending data to your computer is like giving your project a voice. Whether you want to display a simple message or track data, sending information from your Arduino to your computer helps you see what’s happening in your project. It’s a powerful tool for debugging, monitoring, and interacting with… 

How to Use digitalWrite() in Arduino: Control LEDs and Outputs Easily

  • 4 min read

Imagine you have a magic wand that can turn lights on and off just by waving it. With Arduino, you have similar power when using a command called digital write. It lets you control things like lights, motors, and other gadgets with just a few lines of code!Digital Write is like telling your Arduino, “Turn…