Тёмный
No video :(

How To Make A DIY Arduino Line Follower Car At Home 

DIY Builder
Подписаться 252 тыс.
Просмотров 911 тыс.
50% 1

Hello Guys, In this tutorial, I am going to show you how to make a DIY Arduino Line Follower Car. So let's get started :)
Subscribe It's Free bit.ly/2WlyA8Y
------------------------------------------
Updated
Code and Circuit Diagram: bit.ly/2PoRUlb
------------------------------------------
Here's the parts list:
(Banggood.in)
1) Arduino Uno - bit.ly/2Fz8M4q
2) Motor Driver Shield - bit.ly/2VWaYsn
3) Wheels (4x) - bit.ly/2suQJEY
4) TT Gear Motor (4x) - bit.ly/2Rtg2G9
5) Infrared Sensor - bit.ly/2k70nNi
6) 18650 Li-on Battery (2x) - bit.ly/2CZabQ7
7) 18650 Battery Holder - bit.ly/2sulLwu
8) Female Jumper wire -
9) Acrylic Sheet - (Offline Store)
10) DC Power Switch - bit.ly/2FtyEzs
(Amazon.in)
1) Arduino Uno - amzn.to/2B8fdYL
2) Arduino Motor Driver Shield - amzn.to/2OKizcz
3) TT Gear Motor and Wheels Full Set - amzn.to/2IuY6o6
4) Rubber Wheels(4x) - amzn.to/2Iv1krI
5) TT Gear Motor(4x) -amzn.to/2oeovjm
6) IR Sensor(2x) -amzn.to/31YTmPw
7) Ultrasonic Sensor - amzn.to/35dFoes
8) 18650 Li-ion Battery(2x) -
9) Battery Holder - amzn.to/2Iv1krI
9) 5mm Acrylic Sheet - (Local Store)
[Flyrobo.in]
Arduino UNO :bit.ly/2m8HZnL
Motor Driver Shield : bit.ly/2mvO7XL
Wheels : bit.ly/2kxPeFF
TT Gear Motor : bit.ly/2m4fMid
Infrared Sensor : bit.ly/2mv8Uuo
Female Jumper wire : bit.ly/2mu0aVo
------------------------------------------------------
More Arduino Car Related Projects
1) Arduino Human Following Robot - • How To Make Arduino Hu...
2) Arduino All-in-one Robot - • Arduino All-in-One Robot
3) Arduino Metal Detector Robot - • How To Make DIY Arduin...
4) Arduino Obstacle Avoidance Robot - • How To Make A DIY Ardu...
5) Arduino Voice Control Robot - • How To Make DIY Arduin...
6) Arduino Gesture Control Robot - • How To Make DIY Arduin...
--------------------------------------------------
Thanks For Watching
✅LIKE ✅SHARE ✅ COMMENTS✅ SUBSCRIBE
----------------------------------------------------
➤Here my social sites:
Facebook: / surajit.maju. .
Instructables: www.instructabl....
twitter: / diybuilder1
Instagram: / surajit_majumdar
-------------------------------------------------------------
🎧 Background Music:
Morning by LiQWYD / liqwyd
Creative Commons - Attribution 3.0 Unported - CC BY 3.0
creativecommons....
Music promoted by Audio Library • Morning - LiQWYD (No C...
Polaroid by extenz / extenz
Creative Commons - Attribution 3.0 Unported - CC BY 3.0
creativecommons....
Music promoted by Audio Library • Polaroid - extenz (No ...
Always (Vlog Music) by Dj Quads / aka-dj-quads
Music promoted by Audio Library • Video
----------------------------------------------------------
#ArduinoLineFollowerCar #ArduinoProjects #ArduinoSmartCar

Опубликовано:

 

22 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 986   
@ngopidirumah1510
@ngopidirumah1510 2 года назад
For those who seems doing the tutorial correctly but the robot keep moving straight, do this step: ADJUST YOUR IR SENSOR POTENTIOMETER TO LOW, keep it adjusted between reading surface and stop when crossing black line, @diy builder didn't explain it, but this is very important step
@kazakrishnabharadwaj3410
@kazakrishnabharadwaj3410 2 года назад
How that car will run
@kazakrishnabharadwaj3410
@kazakrishnabharadwaj3410 2 года назад
By keeping that battery will it run automatically
@rockstarrumbles5307
@rockstarrumbles5307 2 года назад
can you explain it clear please i have the same problem
@varshithr3228
@varshithr3228 2 года назад
@@rockstarrumbles5307 did you figure it out ??
@varshithr3228
@varshithr3228 2 года назад
my car won't run from the battery is there anything i can do to rectify it
@anassaleh9236
@anassaleh9236 4 года назад
// NOTE Before writing this code Go to - tools - manage library - Search: Motor Driver - Install the adafruit motor shield library// //Including the libraries #include //defining pins and variables #define lefts A4 #define rights A5 //defining motors AF_DCMotor motor1(1, MOTOR12_1KHZ); AF_DCMotor motor2(2, MOTOR12_1KHZ); AF_DCMotor motor3(3, MOTOR34_1KHZ); AF_DCMotor motor4(4, MOTOR34_1KHZ); void setup(){ // Setting the speed of the motor motor1.setSpeed(120); motor2.setSpeed(120); motor3.setSpeed(120); motor4.setSpeed(120); //declaring pin types pinMode(lefts,INPUT); pinMode(rights,INPUT); //begin serial communication Serial.begin(9600); } void loop(){ //printing values of the sensors to the serial monitor Serial.println(analogRead(lefts)); Serial.println(analogRead(rights)); // Line detected by both if(analogRead(lefts)
@madhavanj5489
@madhavanj5489 4 года назад
did the line follower works perfectly for you
@anassaleh9236
@anassaleh9236 4 года назад
@@madhavanj5489 nope , i had to do major mofifications, firsly the motor speed is set too low on the code that the motors wouldnt move , once i increased the speed the robot moves too fast and ignores the line , therefore i bought new geared dc motors with 15rpm today im going to test if they will work
@madhavanj5489
@madhavanj5489 4 года назад
If it work, pls notify me, buying this components is ok na?
@anassaleh9236
@anassaleh9236 4 года назад
Nope i dont recommend it too much trouble
@narindersingh4706
@narindersingh4706 9 месяцев назад
My ir sensor lights stay green and the car is not moving… I need help it’s for a school project 😢
@anindyaghosh1762
@anindyaghosh1762 9 месяцев назад
Bro there is a screw just rotate it a bit it will work.. By rotating the screw you can adjust the range of the IR sensor 🤞🏼
@AsmarArduino
@AsmarArduino 2 месяца назад
Yes I also make it moving but not on line
@AsmarArduino
@AsmarArduino 2 месяца назад
Bro I make it 2 time but not working moving but not on line
@Pulse.x
@Pulse.x 3 года назад
Step 2: Hardware Installation Hardware Installation Hardware Installation 1. Assemble the 2WD Smart Car Chasis 2 Wheels 2. Connect the IR sensor to Analog to Digital and Comparator Module IN1 > IR Sensor 1 IN2 > IR Sensor 2 IN3 > IR Sensor 3 IN4 > IR Sensor 4 3. Then, connect the output pin to Arduino UNO analog pin OUT1 > A2 OUT2 > A3 OUT3 > A4 OUT4 > A5 4. Connect Vin to 5V and GND to GND in Arduino UNO 5. Then, connect the motor driver pin to Arduino UNO pin IN1 > D10 IN2 > D9 IN3 > D6 IN4 > D5 6. Connect the both motor to motor driver Motor A > Right motor Motor B > Left motor After completing the connection, connect the Arduino to power supply with USB cable.
@karangarg2085
@karangarg2085 5 лет назад
You should upload the code too here only. As without code your video is of no use.
@syedmuhammadhassanali6809
@syedmuhammadhassanali6809 Год назад
I strongly agree with you
@user-qt7pm1uv4h
@user-qt7pm1uv4h Год назад
Yeah, me too.
@nehamehta9143
@nehamehta9143 10 месяцев назад
Code is there in description
@vishalm7691
@vishalm7691 7 месяцев назад
Well said bro
@gwerror983
@gwerror983 7 месяцев назад
Yes
@nabilsellami2707
@nabilsellami2707 5 лет назад
Thank you. keep uploading this kind of videos. Very useful and easy to make. Don't forget to upload the .ino file
@devansh6816
@devansh6816 4 года назад
drive.google.com/file/d/1lddLLnkmZmYjjvB-nVPX45FV_P5i783T/view
@OneTap_FF03
@OneTap_FF03 Месяц назад
😅
@naweednawshard7792
@naweednawshard7792 4 года назад
finally one with uno and motor shield. Thanks a lot bro, you are a lifesaver
@akshara7679
@akshara7679 6 месяцев назад
Same
@akshara7679
@akshara7679 6 месяцев назад
I am also making as first and I want to use a motor shield
@aplicarciencias
@aplicarciencias 4 года назад
Great job! Congrats! Thanks for sharing.
@vikhneshar104
@vikhneshar104 3 года назад
The Arduino code that you given below is not gong to work the values of the IR sensor is wrong & THEIR WAS A LOT MORE MISTAKES one of them was the read command but non of them will show up as errors which feels like this is intentional & the code given the description is different from the one he is using
@ashishmark0038
@ashishmark0038 3 года назад
Did u got the right codes ???
@nikhil-pr7yn5pf1c
@nikhil-pr7yn5pf1c 3 года назад
Plz copy paste the code here sir plz
@baraagendy68
@baraagendy68 3 года назад
I think now it is okay because he wrote updated
@lygiahuy8944
@lygiahuy8944 3 года назад
yes me too the sensor go crazy
@wafflegam1ng642
@wafflegam1ng642 3 года назад
@NikhilVarma I'll try to do so but it is extremely difficult. You have to pause and resume at short intervals.
@kyrofromgahool2009
@kyrofromgahool2009 2 года назад
Dank u wel meneer for info. I'm studying HBO university. They asked on the first course to build a car that follows the line and avoids obticles i dont know what to build. At least here you showed from what to start. Thanks
@DIYBuilder
@DIYBuilder 2 года назад
you're welcome
@hemanths2780
@hemanths2780 Год назад
@@DIYBuilder please send code we are done with this and need code
@iam.aindiangamer9572
@iam.aindiangamer9572 Год назад
Which course
@zainrei4917
@zainrei4917 2 года назад
Good video and also good coding. Thank you very much for your wonderful work. Still i have a question. Do i also need to supply the arduino with a 5v battery or only the motor driver? The dc motors run faster if i supply the arduino with a seperate supply but i do not know if this is safe or does it damage the arduino module.
@GEXO1000
@GEXO1000 2 года назад
Great video. It is a great project for my school exhibition!
@kawaiii555
@kawaiii555 2 года назад
Hello! Thank you for making this fantastic video but I somehow cannot open the code. Can you please re-send it? That would be really helpful, thank you!
@gulabgabhane4113
@gulabgabhane4113 2 года назад
It will not be opend in mobile, it will open in laptop having Aurduino ide
@maheraboraia333gmaher9
@maheraboraia333gmaher9 4 года назад
You are very honest man and you did aperfect work
@DIYBuilder
@DIYBuilder 4 года назад
Thanks
@bolt_zz0
@bolt_zz0 4 года назад
As again great video bro your all videos are 👌👌👌👌👌👌👌👌🔥🔥🔥🔥🔥🔥💯💯💯💯
@thebikeracer
@thebikeracer 4 года назад
very cool Way to keep it super light!
@hirenkanojia5438
@hirenkanojia5438 4 года назад
Bro I have a problem the line following robot is responding to every object instead of black only i tried to change the potentiometer reading by rotating the cube but nothing happens
@abhishekbagva5110
@abhishekbagva5110 4 года назад
Try to change the intensity of ir sensor 😁 and brother never use ready made ir sensor coz there vulnerable to light... Better try to make your own one.. And it's really a easy task to make one...
@mahinahmedtasmi1273
@mahinahmedtasmi1273 4 года назад
Now this seems real easy to me.thanks man
@justsomepotato1554
@justsomepotato1554 3 года назад
well, did you get your answer
@justsomepotato1554
@justsomepotato1554 3 года назад
if you did can you please tell me because I do not know
@alexyouou7560
@alexyouou7560 2 года назад
@@justsomepotato1554 What do you want exactly to know?
@justsomepotato1554
@justsomepotato1554 2 года назад
@@alexyouou7560 i finished my project and I completely forgot what I wanted to know Thanks for responding though
@lakshyaautomotive
@lakshyaautomotive Год назад
@@justsomepotato1554what problems did you faced
@AbdulRahman-er3dz
@AbdulRahman-er3dz 4 года назад
Bro you are doing a great job. But it would be even better if you start arduino programming classes you will be having lot of viewers
@DIYBuilder
@DIYBuilder 4 года назад
I'll start soon
@deepakbains6755
@deepakbains6755 4 года назад
Sir please create video of all in one i.e Bluetooth control ,line follow and obstacle avoidance..your work is clean clear and great
@azanahmad9305
@azanahmad9305 4 года назад
sir there are alot of errors in ur code plz upload the correct code..
@amitbarman7861
@amitbarman7861 5 лет назад
Wow😲Amazing bro
@Hi_i_am_akanksha_
@Hi_i_am_akanksha_ 5 месяцев назад
Best video of line follower in all the RU-vid channel
@paktoysreview8377
@paktoysreview8377 2 года назад
good job
@ELECTRONICAPROGRAMACIONYROBOTS
@ELECTRONICAPROGRAMACIONYROBOTS 3 года назад
Que buen proyecto! Y sin decir una sola palabra 🦾
@narayanai3775
@narayanai3775 4 года назад
Don't buy anything from Banggood. I was ordered there items more than 3 months back. still no update.
@King-yo6fc
@King-yo6fc 4 года назад
it is very good but i have some problem with the jump wire because i'll have to buy female to female jumpwire
@paolojavier4960
@paolojavier4960 2 года назад
is there a difference between the arduino uno ATmega328P? or I should purchase the exact model posted in the description box?
@nIkI_nazarov
@nIkI_nazarov 10 месяцев назад
No, you can use either
@electronic7979
@electronic7979 5 лет назад
Very good project 👍
@eliasmedelsosa9175
@eliasmedelsosa9175 4 года назад
Thank You So Much
@sanjeewabandara18
@sanjeewabandara18 3 месяца назад
It was very useful for my project showcasing.
@vaishnavsonawane5924
@vaishnavsonawane5924 4 года назад
I am doing the same project but having problem of power supply. Which and how many batteries are you using.
@DIYBuilder
@DIYBuilder 4 года назад
two batteries of 3.7v
@fatimahtasneemsamiha5737
@fatimahtasneemsamiha5737 Год назад
Hello sir, your video is very informative but I unfortunately cannot access the circuit diagram and code. It will be very kind of you to help me regarding this issue.
@bhaumicreations3571
@bhaumicreations3571 6 месяцев назад
Same here
@aaravraj9943
@aaravraj9943 5 лет назад
hey bro can you make a video on how to fix the l293d motor shield because mine is not responding
@sumantakumardutta986
@sumantakumardutta986 3 года назад
In the video, he has forgot to remove the jumper, while connecting external power supply to the shield. But how on earth did it work?? I think your shield will work now.
@anassaleh9236
@anassaleh9236 4 года назад
for ppl asking for the code , he showed it in the video , i just typed it as it is
@tansanemusic
@tansanemusic 4 года назад
Adam Anas Contact he showed the codes too fast can you please send me the full code
@anassaleh9236
@anassaleh9236 4 года назад
@@tansanemusic I commented the code below , email me at anasadamcontact@gmail.com if u can't see it here
@rajeesrinivasofficial5018
@rajeesrinivasofficial5018 4 года назад
your video are super
@davxachatryan9371
@davxachatryan9371 4 года назад
Hi, Can You advice me where can I find robotic exercises?
@aeffendiibrahim2562
@aeffendiibrahim2562 5 лет назад
easy to understand, another cool DIY Arduino project form you Mr. Surajit! 👍👍👍
@RudraKadam-hf5ic
@RudraKadam-hf5ic 6 месяцев назад
sir I have a doubt that if i will cut the line then it stop or not...........
@adityamadbhavi5081
@adityamadbhavi5081 4 года назад
after a single line path if there are two paths to the left and right side then where will it goes???
@user-wn3nh4ec2g
@user-wn3nh4ec2g 5 лет назад
Great you make it an awesome way.
@vishalba4156
@vishalba4156 5 лет назад
Supper great job Bro 👌
@DIYBuilder
@DIYBuilder 5 лет назад
Thanks bro
@shubkatoch4584
@shubkatoch4584 3 месяца назад
Increase the speed in it and re-upload
@axominsane5242
@axominsane5242 5 лет назад
Hey Bro plz give the code its veey urgent
@Pulse.x
@Pulse.x 3 года назад
For this tutorial, we requires these items: 1. Arduino UNO 2. 2WD Smart Car Chasis 2 Wheels 3. Arduino Mini DC Motor Driver Dual H-Bridge PW Control (L293D) 4. IR Line Tracking Sensor (4 bits) 5. Battery 6. Double side tape 7. Wires 8. Jumper wire 9. Black tape Add TipAsk QuestionCommentDownload Step 2: Hardware Installation Hardware Installation Hardware Installation 1. Assemble the 2WD Smart Car Chasis 2 Wheels
@Pulse.x
@Pulse.x 3 года назад
Step 2: Hardware Installation Hardware Installation Hardware Installation 1. Assemble the 2WD Smart Car Chasis 2 Wheels 2. Connect the IR sensor to Analog to Digital and Comparator Module IN1 > IR Sensor 1 IN2 > IR Sensor 2 IN3 > IR Sensor 3 IN4 > IR Sensor 4 3. Then, connect the output pin to Arduino UNO analog pin OUT1 > A2 OUT2 > A3 OUT3 > A4 OUT4 > A5 4. Connect Vin to 5V and GND to GND in Arduino UNO 5. Then, connect the motor driver pin to Arduino UNO pin IN1 > D10 IN2 > D9 IN3 > D6 IN4 > D5 6. Connect the both motor to motor driver Motor A > Right motor Motor B > Left motorStep 2: Hardware Installation Hardware Installation Hardware Installation 1. Assemble the 2WD Smart Car Chasis 2 Wheels 2. Connect the IR sensor to Analog to Digital and Comparator Module IN1 > IR Sensor 1 IN2 > IR Sensor 2 IN3 > IR Sensor 3 IN4 > IR Sensor 4 3. Then, connect the output pin to Arduino UNO analog pin OUT1 > A2 OUT2 > A3 OUT3 > A4 OUT4 > A5 4. Connect Vin to 5V and GND to GND in Arduino UNO 5. Then, connect the motor driver pin to Arduino UNO pin IN1 > D10 IN2 > D9 IN3 > D6 IN4 > D5 6. Connect the both motor to motor driver Motor A > Right motor Motor B > Left motor
@tuannguyen2990
@tuannguyen2990 5 лет назад
Would you please provide the code for this build that doesn't have to follow the black line ? I'm building one to go on a pre-build track that's 5ft wide and 10ft long rectangle . The track has 1 ft wide and about 2 ft rectangular round-abound in the middle
@habidqazaizada7733
@habidqazaizada7733 5 лет назад
خلاقیت حدی مرزی نمی شناسد عابد قاضی زاده
@NuzrathSir
@NuzrathSir 2 года назад
Its in the description, check the 2nd link from the top, from the Google Drive you can download it.!
@mustafamerchant3676
@mustafamerchant3676 4 года назад
Sir if we put an obstacle between car and a line so car will stop or not? Please answer as fast as possible!
@ahnaf_siddique007
@ahnaf_siddique007 Год назад
Thank you for uploading this. I made the same Arduino project. It's very useful.
@swaritsworld2188
@swaritsworld2188 8 месяцев назад
Is that working
@be_a_travellerr
@be_a_travellerr 5 лет назад
Can you help me in making a maze solver based on ir and arduino
@be_a_travellerr
@be_a_travellerr 5 лет назад
Any one can help me
@anukritsharma1798
@anukritsharma1798 5 лет назад
@@be_a_travellerr yes
@shawetabhardwaj9044
@shawetabhardwaj9044 5 лет назад
Hello Sir, I tried doing same, however, it is going straight. I have checked code and circuit both, which seems fine. Please help me.
@DIYBuilder
@DIYBuilder 5 лет назад
Adjust the sensor potentiometer value
@meghamandekar4889
@meghamandekar4889 4 года назад
Have you got the code then plz also provide me
@HariKrishna-mr5jm
@HariKrishna-mr5jm 4 года назад
@@DIYBuilder where to adjust the potentiometer value please reply
@nguyenthanhhoan4223
@nguyenthanhhoan4223 4 года назад
can you send me code. thank in advance
@HariKrishna-mr5jm
@HariKrishna-mr5jm 4 года назад
@@nguyenthanhhoan4223 it's already given in the description bro
@AfshinKhatami
@AfshinKhatami 5 лет назад
excellent ... thank u
@alagesanp3001
@alagesanp3001 4 года назад
Pls send me the code very soon pls
@indiandiymaker5143
@indiandiymaker5143 3 года назад
The 214 people who disliked cannot understand what is talent
@exactly.3732
@exactly.3732 4 года назад
bro my model is not moving even after I bugged codes in it pls give me an idea I'm in hurry
@DIYBuilder
@DIYBuilder 4 года назад
contact me on instagram
@mercythomas5887
@mercythomas5887 8 месяцев назад
How much is cost?
@shubkatoch4584
@shubkatoch4584 3 месяца назад
1000+
@sanjeewabandara18
@sanjeewabandara18 3 месяца назад
Please upload new videos like this they are very knowledgeable to programmers
@chenithamandil4819
@chenithamandil4819 2 года назад
thanks 😊😊😊
@monaa9116
@monaa9116 5 лет назад
can you please upload the code! I need it quickly!thanks
@janardhandukka9414
@janardhandukka9414 5 лет назад
Do u have code please send me
@anbazhaganpooswamy2219
@anbazhaganpooswamy2219 4 года назад
It is in the information
@sashwnsmu477
@sashwnsmu477 2 года назад
Hello, your video is so clear and well edited and I have made this project. The problem I have is the robot is just moving forward and not following the line, can you suggest me some areas I may have done a mistake so I can correct it and make it work😃
@kazakrishnabharadwaj3410
@kazakrishnabharadwaj3410 2 года назад
Bro how will the robot move by keeping the battery will the car move automatically or we need to have any control or switch??
@sashwnsmu477
@sashwnsmu477 2 года назад
@@kazakrishnabharadwaj3410 it will just move man.....
@kazakrishnabharadwaj3410
@kazakrishnabharadwaj3410 2 года назад
@@sashwnsmu477 but by keeping battery also it's not moving
@kazakrishnabharadwaj3410
@kazakrishnabharadwaj3410 2 года назад
@@sashwnsmu477 may be I need to dump the code before and then the car will move I guess.
@advaithkrishnap4146
@advaithkrishnap4146 Год назад
ADJUST YOUR IR SENSOR POTENTIOMETER TO LOW, keep it adjusted between reading surface and stop when crossing black line
@mohamedamaan7459
@mohamedamaan7459 2 года назад
Hello! Thank you for making this fantastic video
@DIYBuilder
@DIYBuilder 2 года назад
Glad you liked it!
@bidyos7885
@bidyos7885 11 месяцев назад
@@DIYBuilder can I have the complete set of code for this. Ty
@helloworld9057
@helloworld9057 3 года назад
I got a already built chasis and i can see small 4 wheels ahead of the motors connected there beneath the chasis. Would it make any difference ?? If i follow your steps what changes i need to make ?
@huynguyenvan5509
@huynguyenvan5509 5 лет назад
can you give me the code, please
@rajrd1368
@rajrd1368 4 года назад
int vSpeed = 110; // MAX 255 int turn_speed = 230; // MAX 255 int turn_delay = 10; //L293 Connection const int motorA1 = 8; const int motorA2 = 10; const int motorAspeed = 9; const int motorB1 = 12; const int motorB2 = 13; const int motorBspeed = 11; //Sensor Connection const int left_sensor_pin =A0; const int right_sensor_pin =A1; int left_sensor_state; int right_sensor_state; void setup() { pinMode(motorA1, OUTPUT); pinMode(motorA2, OUTPUT); pinMode(motorB1, OUTPUT); pinMode(motorB2, OUTPUT); Serial.begin(9600); delay(3000); } void loop() { left_sensor_state = analogRead(left_sensor_pin); right_sensor_state = analogRead(right_sensor_pin); if(right_sensor_state > 500 && left_sensor_state < 500) { Serial.println("turning right"); digitalWrite (motorA1,LOW); digitalWrite(motorA2,HIGH); digitalWrite (motorB1,LOW); digitalWrite(motorB2,HIGH); analogWrite (motorAspeed, vSpeed); analogWrite (motorBspeed, turn_speed); } if(right_sensor_state < 500 && left_sensor_state > 500) { Serial.println("turning left"); digitalWrite (motorA1,HIGH); digitalWrite(motorA2,LOW); digitalWrite (motorB1,HIGH); digitalWrite(motorB2,LOW); analogWrite (motorAspeed, turn_speed); analogWrite (motorBspeed, vSpeed); delay(turn_delay); } if(right_sensor_state > 500 && left_sensor_state > 500) { Serial.println("going forward"); digitalWrite (motorA2,LOW); digitalWrite(motorA1,HIGH); digitalWrite (motorB2,HIGH); digitalWrite(motorB1,LOW); analogWrite (motorAspeed, vSpeed); analogWrite (motorBspeed, vSpeed); delay(turn_delay); } if(right_sensor_state < 500 && left_sensor_state < 500) { Serial.println("stop"); analogWrite (motorAspeed, 0); analogWrite (motorBspeed, 0); } }
@shanikajayasundara4641
@shanikajayasundara4641 4 года назад
This is the coad
@shanikajayasundara4641
@shanikajayasundara4641 4 года назад
Plz reply
@ProCipher
@ProCipher 4 года назад
the uploaded code is apiece of crap D:
@testname367
@testname367 4 года назад
iT'S TRUE. YOU CAN USE THIS. I USED 2 MOTORS. OF COURSE, I AM A NOOB AND THIS IS JUST A SMAR COPY PASTE REPLACE EDIT. dOWNLOAD THE ADAFUIT GITHUB FIRST. #include //MOTOR DEFINATION AF_DCMotor motor1(1); AF_DCMotor motor4(4); //Sensor Connection const int left_sensor_pin =A0; const int right_sensor_pin =A1; int left_sensor_state; int right_sensor_state; void setup() { left_sensor_state = analogRead(left_sensor_pin); right_sensor_state = analogRead(right_sensor_pin); motor1.setSpeed(180); motor4.setSpeed(180); motor1.run(RELEASE); motor4.run(RELEASE); Serial.begin(9600); delay(3000); } void loop() { left_sensor_state = analogRead(left_sensor_pin); right_sensor_state = analogRead(right_sensor_pin); if(right_sensor_state > 500 && left_sensor_state < 500) { Serial.println("turning left"); motor1.run(RELEASE); motor4.run(FORWARD); } if(right_sensor_state < 500 && left_sensor_state > 500) { Serial.println("turning right"); motor1.run(BACKWARD); motor4.run(RELEASE); } if(right_sensor_state > 500 && left_sensor_state > 500) { Serial.println("going forward"); motor1.run(RELEASE); motor4.run(RELEASE); } if(right_sensor_state < 500 && left_sensor_state < 500) { Serial.println("stop"); motor1.run(FORWARD); motor4.run(FORWARD); } }
@wafflegam1ng642
@wafflegam1ng642 3 года назад
@@testname367 W8888888888888888888888 this REALLY works??????????????????????????
@wafflegam1ng642
@wafflegam1ng642 3 года назад
@@testname367 Where are motors 2 and 3? u r basically using just 2 motors for a 4 wheeled vehicle. U r not specifying what colour IR Sensors are supposed to be following. There are a million other mistakes. This code is wrong on so many levels!!! No offence but I don't really think it will work.
@ravishankarkumar1997
@ravishankarkumar1997 Год назад
Yah Project humko kharidna hai ऑनलाइन milega kya??
@madhavanj5489
@madhavanj5489 4 года назад
Sir will this work for 1 inch black line
@wasifrock687
@wasifrock687 2 года назад
No it won't.i have already tried it.
@foysaldhali2852
@foysaldhali2852 5 лет назад
Can anyone please give me the code of this arduino programme?
@devansh6816
@devansh6816 4 года назад
drive.google.com/file/d/1lddLLnkmZmYjjvB-nVPX45FV_P5i783T/view
@madhavanj5489
@madhavanj5489 4 года назад
Help, will this speed is sufficient for competitions
@electrojects7236
@electrojects7236 3 года назад
So cool video editing sir ,brilliant👏👏👏
@DIYBuilder
@DIYBuilder 3 года назад
Thank you so much 😀
@TECH_1044
@TECH_1044 4 года назад
I made everything but the problem is that the 4 motors are not running when I open serial monitor it shows correctly but not moving
@DIYBuilder
@DIYBuilder 4 года назад
contact me here instagram.com/surajit_majumdar/
@surajpadala9401
@surajpadala9401 4 года назад
@@DIYBuilder SAME PROBLEM HERE SIR can you accept my request in instagram so that you can solve my problem please respond me sir urgent have a science exhibition next week. and i blew up a L293D ic of the motor driver please repond to my request sir.
@abdellatifpro9665
@abdellatifpro9665 5 лет назад
When will you put the code link
@DIYBuilder
@DIYBuilder 5 лет назад
Send me your mail id if you need the code
@abdellatifpro9665
@abdellatifpro9665 5 лет назад
@@DIYBuilder abdellatifgeek@gmail.com
@Tharusha-du9cz
@Tharusha-du9cz 5 лет назад
Tharushanavidu5@gmail.com Plase give me code and digram
@pcislifeandworld3310
@pcislifeandworld3310 4 года назад
Please give me also a code
@andrewhannaking9402
@andrewhannaking9402 4 года назад
@@DIYBuilder andrewhanaking@gmail.com Please give me the code too
@bhawnatomar7261
@bhawnatomar7261 5 лет назад
sir i want to make this in my school exhibition pls send code and circuit diagram please it's urgent
@mohammadhassan9527
@mohammadhassan9527 5 лет назад
Have you got code
@virtualacademypro
@virtualacademypro 2 года назад
Plz share code
@wasifrock687
@wasifrock687 2 года назад
It's already in the description
@Ideatronic1
@Ideatronic1 5 лет назад
Good my friend Im from Colombia
@kalilinux1825
@kalilinux1825 5 лет назад
Great project
@arjunchauhan3210
@arjunchauhan3210 5 лет назад
brother i want code for that
@sunitaDevi-gs8yn
@sunitaDevi-gs8yn 5 лет назад
Plz send me the code brother
@keeratsingh929
@keeratsingh929 5 лет назад
Hello sir can I directly power the adrino board instead of the motor driver ?
@DIYBuilder
@DIYBuilder 5 лет назад
no
@shan_singh
@shan_singh 4 года назад
to open code: download the code file. open arduino application on your computer. go to file->open->downloads->your downloaded code file. it will show a pop up to create folder, click ok.
@madhavanj5489
@madhavanj5489 4 года назад
did the line follower works perfectly for you
@shan_singh
@shan_singh 4 года назад
@@madhavanj5489 not tried yet
@dillibabu304
@dillibabu304 5 лет назад
I need code
@DIYBuilder
@DIYBuilder 5 лет назад
mail id please
@abdulrahmanayman4264
@abdulrahmanayman4264 5 лет назад
Did you get the code if yes then please email it to me with the link
@Victor-hb2hi
@Victor-hb2hi 5 лет назад
did u get the code ? send me please
@abdulrahmanayman4264
@abdulrahmanayman4264 5 лет назад
@@Victor-hb2hi nooo I am waiting!!!
@pavanigarikina9154
@pavanigarikina9154 5 лет назад
@@abdulrahmanayman4264 i need the code
@saurabhs3843
@saurabhs3843 4 года назад
It's really important to me
@amitgoel6830
@amitgoel6830 4 года назад
Nice idea
@maleeshapremanath1731
@maleeshapremanath1731 4 года назад
Hi I cant download the code......I made the car but cant get the code by this link.....can u upload please....
@maleeshapremanath1731
@maleeshapremanath1731 4 года назад
anybody reply me plz
@jagatheeswarimanivasakan2896
@jagatheeswarimanivasakan2896 5 лет назад
i need the codes please
@robertrpsonwner6360
@robertrpsonwner6360 5 лет назад
s
@joshyough9293
@joshyough9293 3 года назад
Hello! Thank you for making this fascinating project! I want to make a project similar to this, but the motor drivers on Amazon do not have pin headers where you plugged in the IR sensors at timestamp 3:03. Did you solder pin headers into your board on the lower right side?
@ashwin4369
@ashwin4369 3 года назад
Yes we should just solder it to attach the pin headers to the motor driver board!!!
@joshyough9293
@joshyough9293 3 года назад
@@ashwin4369 Thank you for the reply! I actually figured out how to do so and made a robot similar to this one :)
@ashwin4369
@ashwin4369 3 года назад
@@joshyough9293 great to hear dude. All the best
@helloworld9057
@helloworld9057 3 года назад
@josh I'm trying to build one would you help me in ? plz drop your email then. I really want to learn but I'm a beginner and nothing is looking understandable to me. Im confused :(((
@iamharshittt
@iamharshittt 2 года назад
Yes bro but you must female to male jumper cables...... (Male ones into the motor shield Female ones into the IR sensor)❤️
@adithyaprasad9561
@adithyaprasad9561 4 года назад
Everyone who has asked for the code, IT'S IN THE DESCRIPTION!
@user-gl1vz3zm1l
@user-gl1vz3zm1l 4 года назад
it does not open
@LightTubes
@LightTubes 4 года назад
Great build.. Let's collaborate 😁
@DIYBuilder
@DIYBuilder 4 года назад
Sure, why not
@abhaykumardas1666
@abhaykumardas1666 5 лет назад
Sir I have send you a mail for the code of line following robot. But till date you have not replied me.pls sir it is important for me to get the code.
@tenpenny234
@tenpenny234 4 года назад
have you got the code??? if you got then please send it to me
@jc_hz4196
@jc_hz4196 4 года назад
code is in the description
@jothiprakasam9863
@jothiprakasam9863 4 года назад
in pc ,download the file in description and open the file in arduino ide app .it works and i got the code
@miguelvilla745
@miguelvilla745 5 лет назад
friend help me with the arduino code
@Creation-mv2mv
@Creation-mv2mv 3 года назад
Watch my video for right code ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-zG119YG-xfs.html
@roboticsd6874
@roboticsd6874 5 лет назад
Very nice video
@SanketThakral
@SanketThakral Год назад
hey! Thank you very much for this project and Can Upls tell that the battery u used is of how many MAH
@ruchijain1466
@ruchijain1466 5 лет назад
Pls sir tell the code
@Creation-mv2mv
@Creation-mv2mv 3 года назад
Watch my video for right code ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-zG119YG-xfs.html
@johnallenbundalian594
@johnallenbundalian594 5 лет назад
waiting for the links of the codes. thank you in advance.
@DIYBuilder
@DIYBuilder 5 лет назад
Send me your mail id
@Tharusha-du9cz
@Tharusha-du9cz 5 лет назад
Tharushanavidu5@gmail.com
@wafaatounzi7768
@wafaatounzi7768 5 лет назад
@@DIYBuilder wafaa.volunteer@gmail.com me too please
@johnallenbundalian594
@johnallenbundalian594 5 лет назад
@@DIYBuilder bundalianallen6@gmail.com. This is my email thank you again
@seriryousra2098
@seriryousra2098 5 лет назад
Seriryousra@gmail.com Send me the code please i need it for my project in my high scool and i haven't time please help meee 😢😢😢
@sunithaharish8253
@sunithaharish8253 4 года назад
What you have put to the table that black strip
@Kady3DPrinting
@Kady3DPrinting 3 года назад
Very cool, i have built a simple one at my channel
@adirah1108
@adirah1108 5 лет назад
Can you upload the code... I need the code
@devansh6816
@devansh6816 4 года назад
drive.google.com/file/d/1lddLLnkmZmYjjvB-nVPX45FV_P5i783T/view
@devansh6816
@devansh6816 4 года назад
drive.google.com/file/d/1lddLLnkmZmYjjvB-nVPX45FV_P5i783T/view
@narun4918
@narun4918 3 года назад
@@devansh6816 the file is not opening
@bibeksapkota641
@bibeksapkota641 5 лет назад
sir can you send me code please.
@shan_singh
@shan_singh 4 года назад
in description
@ikhsanshd_
@ikhsanshd_ 3 года назад
thanks bro, i will share this video
@maheshrg3603
@maheshrg3603 Год назад
Hi bro I have a doubt that is on the download image the sensor connection is another and bro is connection in this video is another I connect those but it is not working what can I do please reply
@maheshrg3603
@maheshrg3603 Год назад
which connection is correct
@hpcreations1011
@hpcreations1011 5 лет назад
Which software do you use to edit the videos?
@abdulrahmanayman4264
@abdulrahmanayman4264 5 лет назад
i am doing this project but please help me with the code and link
@mohammadhassan9527
@mohammadhassan9527 5 лет назад
Have you got code?
@madhavanj5489
@madhavanj5489 4 года назад
Did the line follower works perfectly for you
@Kunal-yg9fs
@Kunal-yg9fs 4 года назад
What is the distance between the two sensors?? Plzz reply fast...
@Oderskocludanozelders
@Oderskocludanozelders 3 года назад
Nothing bro...
@sarkarglobal4547
@sarkarglobal4547 4 года назад
will it work with other motor driver
Далее
I made a SUPER FAST Line Follower Robot Using PID!
10:02
PEDRO PEDRO INSIDEOUT
00:10
Просмотров 2,7 млн
would you eat this? #shorts
00:29
Просмотров 1,5 млн
skibidi toilet zombie universe 40 ( New Virus)
03:06
The Fastest Maze-Solving Competition On Earth
25:22
Просмотров 19 млн
They made a game about philosophy...
23:19
Просмотров 443 тыс.
3 Hours vs. 3 Years of Blender
17:44
Просмотров 4,5 млн
I Built a Transparent Boomerang (it's lethal)
13:10
Line Follower Robot using Arduino🔥
7:01
Просмотров 523 тыс.
The coolest robot I've ever built!
19:40
Просмотров 4,6 млн
$15 Drone Build within 24 Hour - Challenge
12:01
Просмотров 3,5 млн
Arduino All-in-One Robot
8:29
Просмотров 1,2 млн
How To Make Line Follower Robot      Step by Step
7:33
Просмотров 177 тыс.
PEDRO PEDRO INSIDEOUT
00:10
Просмотров 2,7 млн