Play With Circuit
Play With Circuit
  • 23
  • 10 876
Line Follower Robot using Arduino And L293D Shield
In this video, we’ll guide you through building a Line Follower Robot using Arduino and the L293D Motor Driver Shield! A line follower robot is an exciting project that follows a black line on a white surface, perfect for beginners and enthusiasts in robotics and Arduino projects.
Checkout complete tutorial: playwithcircuit.com/line-follower-robot-using-arduino/
Hardware Required:
Arduino UNO R3: amzn.to/3Q1pIEi
L293D Motor Driver Shield: amzn.to/3YdfR1k
12V Li-ion Battery: amzn.to/3AeB9DR
Jumper wires: amzn.to/4fbRVSI
USB A to B cable: amzn.to/48m0OHk
Geared Motors: amzn.to/48m0OHk
Wheels: amzn.to/3NYre8R
Robot Chassis: amzn.to/3YlqOy0
Line Sensor Module: amzn.to/3NCemVy
Black Tape: amzn.to/3Uk24Vq
CHAPTERS:
00:00 Overview
00:22 Components required
01:25 Assembling the Line Follower Robot
04:53 Circuit Diagram
05:39 Code
09:10 Output
Thanks For Watching. Don't Forget To "SUBSCRIBE"
Like, Share & Comments. For More Videos Stay Tuned
-------------------------------------------------------------------------------------------------------------------------
👉Watch more videos: www.youtube.com/@playwithcircuit9816
👉Website: playwithcircuit.com/
👉Facebook Page: playwithcircuit
👉Instagram: playwithcircuit
👉Twitter: playwithcircuit
#arduino #electronicsdiy #electronicscreators #watersensor #electronics #arduinoproject #diyprojects #arduinoprojects #arduinoprojectcenters #arduinotutorial #microcontrollers #embeddedsystem #electronicscreators #arduinoforbeginners #arduinolove #arduinoide #electronicshub #motorcontrol
Переглядів: 972

Відео

Water Level Indicator using Arduino, RGB LED and Buzzer | Arduino Project
Переглядів 95621 день тому
In this Arduino Tutorial you will learn how to build a water level indicator that triggers an LED and a buzzer when the water reaches a certain level. The system will indicate the water level inside a container and help prevent overfilling by triggering an alarm when the container is full. Get the full tutorial, code and detailed wiring diagram on our website: 👉playwithcircuit.com/water-level-s...
HC-05 Bluetooth Module with Arduino | Controlling 12V DC Fan with Smartphone
Переглядів 724Місяць тому
In this Arduino Tutorial you will learn about HC-05 Bluetooth module and how to use it with Arduino to control a 12V DC Fan with Android App. This video includes code explanations and wiring setup. You’ll also find out how to pair HC-05 Bluetooth module with your smartphone and use a mobile app for controlling the fan's speed and direction. Get the full tutorial, code and detailed wiring diagra...
Controlling 28BYJ-48 stepper motor with ULN2003 and Arduino | Arduino Project
Переглядів 478Місяць тому
In this video, learn how to control a 28BYJ-48 stepper motor with an ULN2003 driver and Arduino. The 28BYJ-48 stepper motor is widely used in automation projects because of its precision and reliability, and pairing it with the ULN2003 makes it a breeze to control using Arduino. What You'll Learn: ✔️28BYJ-48 stepper Working and Driving Modes ✔️Understanding the ULN2003 driver board ✔️Wiring Dia...
Android Application for controlling DC Motor using HC05 Bluetooth Module
Переглядів 302 місяці тому
Android Application for controlling DC Motor using HC05 Bluetooth Module Checkout complete tutorial: playwithcircuit.com/hc05-bluetooth-module-arduino-tutorial/
Controlling DC Motors with L293D Motor Driver IC and Arduino
Переглядів 4554 місяці тому
Learn how to control DC motor using the L293D motor driver IC and Arduino Uno. In this video we will cover how to use Pulse Width Modulation (PWM) for speed control and H-bridge for control over the direction of rotation of DC motor. We will also look at the basics of L293D motor driver IC, how to connect it to an Arduino Uno board, and how to program the Arduino to control the motor. For compl...
Ultrasonic sensor HC-SR04 with Arduino | Arduino Tutorial
Переглядів 1894 місяці тому
In this video, you will learn how to connect the Ultrasonic Sensor HC-SR04 with an Arduino Uno! What You'll Learn: Introduction to the HC-SR04 Ultrasonic Sensor: Understand the basics of how the sensor works and its pinout. Required Components: A detailed list of all the components you need for this project, including the HC-SR04 sensor, Arduino board, jumper wires, and a breadboard. Wiring and...
How to connect PIR Sensor with Arduino
Переглядів 2655 місяців тому
Hey there, Arduino enthusiasts! Welcome back to our channel. In this video we will learn how to interface a Passive Infrared sensor (PIR Sensor) with an Arduino. We will also know how this sensor works and how it can be used to detect motion whenever a human or animal comes in its range. Here you'll learn: ✔️ What is PIR motion sensor and how it work ✔️ The components required for the project ✔...
How to control Servo Motor with Arduino UNO | Servo Control Arduino Code | Arduino Tutorial
Переглядів 3645 місяців тому
How to control Servo Motor with Arduino UNO | Servo Control Arduino Code | Arduino Tutorial
Controlling Two DC Motors with L293D IC
Переглядів 1726 місяців тому
Controlling Two DC Motors with L293D IC
Code Output for L293D Motor Driver IC Interfacing with Arduino
Переглядів 996 місяців тому
Code Output for L293D Motor Driver IC Interfacing with Arduino
How to use Touch Sensor Switch with Arduino (TTP223B Capacitive Touch Sensor)
Переглядів 3396 місяців тому
How to use Touch Sensor Switch with Arduino (TTP223B Capacitive Touch Sensor)
Master Slave communication between two Arduino Boards
Переглядів 2259 місяців тому
Master Slave communication between two Arduino Boards
No Library found ! Issue in Proteus Resolved
Переглядів 9Рік тому
No Library found ! Issue in Proteus Resolved
Architecture of 8051 and Input-Output programming in C and Simulation in Proteus
Переглядів 68Рік тому
Architecture of 8051 and Input-Output programming in C and Simulation in Proteus
How to Install Keil and Proteus for 8051 Microcontroller
Переглядів 897Рік тому
How to Install Keil and Proteus for 8051 Microcontroller

КОМЕНТАРІ

  • @masqurul10
    @masqurul10 2 дні тому

  • @Hamzatronics
    @Hamzatronics 10 днів тому

    Great tutorial! Integrating a water level indicator with an alarm system is such a practical way to prevent overflow issues, especially for automated irrigation or water storage systems. however I will suggest using this line of code to prevent the water level from going above 100%. ``````````````waterLevel = (waterLevel > 100) ? 100 : waterLevel;````````````` the line of code above is a shorthand for : if (waterLevel > 100) { waterLevel = 100; } else { waterLevel = waterLevel; //i.e remains untouched } I came here from linkedIn. nice meeting you.

  • @akshayjain8275
    @akshayjain8275 25 днів тому

    Insightful

  • @VaaniJain-ks1xn
    @VaaniJain-ks1xn 26 днів тому

    Very useful.

  • @akshayjain8275
    @akshayjain8275 Місяць тому

    Good one

  • @m8io
    @m8io Місяць тому

    استمر❤

  • @PicheatPrommoon
    @PicheatPrommoon 3 місяці тому

    1. Will it works if touched by wood? 2. If yes, how durable if move this Touch Sensor to hit target wood with dust/small particle (give command to stop moving after touched) for 1,00-2,000 times per day? thanks

  • @VipparthiSriram
    @VipparthiSriram 4 місяці тому

    ❤❤

  • @akshayjain8275
    @akshayjain8275 5 місяців тому

    Useful video

  • @rachanajain57
    @rachanajain57 5 місяців тому

    This tutorial is fantastic! The detailed explanation on setting up and coding the PIR sensor with Arduino really helped me understand the process. Looking forward to trying this out in my own projects.

  • @akshayjain8275
    @akshayjain8275 5 місяців тому

    Great video! The step-by-step guide on interfacing a PIR sensor with Arduino was super clear and informative. Loved the explanation of the sensor's working principle and how to integrate it into various projects. Thanks for the practical demonstration and helpful tips!

  • @VaaniJain-ks1xn
    @VaaniJain-ks1xn 5 місяців тому

    Good Video

  • @CrazyCoupleDIY
    @CrazyCoupleDIY 5 місяців тому

    Nicely explained

  • @VaaniJain-ks1xn
    @VaaniJain-ks1xn 5 місяців тому

    Very Useful

  • @playwithcircuit9816
    @playwithcircuit9816 5 місяців тому

    playwithcircuit.com/how-hc-sr501-pir-sensor-works-how-to-interface-it-with-arduino/