How to Make Arduino Obstacle Avoiding Robot with L298N H-Bridge Motor Driver

  Рет қаралды 314,386

Maker 101

Maker 101

Күн бұрын

Пікірлер: 352
@maker101io
@maker101io 3 жыл бұрын
Source Code: create.arduino.cc/editor/mertarduinotech/4aeaf653-2755-4d8b-96ca-c65e9eff8927/preview Recommended Items: Use Your Muscles in Project - amzn.to/3wdL45C​ 37 Sensor & Module Packages - amzn.to/3m66WeQ​ Try this Robot Arm - amzn.to/3fq8DCl​ Best Resin 3D Printer - amzn.to/39tY8KB​ Arduino Compatible Kits - bit.ly/2J2AFF7​ Banggood Spring Sale - bit.ly/3slMbOn
@jamistv3708
@jamistv3708 3 жыл бұрын
how about L298P motor., did you try., i try but it's not work., please help me
@manishdhakal9379
@manishdhakal9379 3 жыл бұрын
Awsome!!!
@dakshtaank1237
@dakshtaank1237 2 жыл бұрын
bro there is a problem i did every thing same as you but its no working please help me i wasted 2 arduino on this but it is not working please help me
@HeatDemon-yb1zo
@HeatDemon-yb1zo 5 ай бұрын
I tired this and it worked on God's level Hands off Love from🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳
@IncredibleHulkz
@IncredibleHulkz 7 жыл бұрын
Awesome! It works perfectly!!! If you have problems with the sensor, you must switch the two cables that are connected from the sensor to the Arduino board. Thank you very much Mert! You are the best.
@deepakgupta6856
@deepakgupta6856 6 жыл бұрын
Hello sir i have downloaded the new ping library but it does not contain any thing
@kotreshb3968
@kotreshb3968 5 жыл бұрын
U got output Anonymous replay fast
@harithshirzad8351
@harithshirzad8351 5 жыл бұрын
@@deepakgupta6856 when downloading it above the place where you download should be open with unrar and rar click it then put the file you have downloaded then you get the code
@Ak-mb7wj
@Ak-mb7wj 5 жыл бұрын
thanks bro.. it really helped me a lot.. i made it.. love from INDIA
@ankan1994
@ankan1994 7 жыл бұрын
kamal kar diya boss...thanks for indirectly helping in my iot project
@shashankprakash9967
@shashankprakash9967 7 жыл бұрын
awesome project I tried it It works perfectly thanks Mert Arduino and Tech
@chetansai1478
@chetansai1478 7 жыл бұрын
shashank how can we open the program in arduino after saving in library
@tendzo
@tendzo 5 жыл бұрын
AWESOME PROJECT BRO... IF YOU HAVE PROBLEM WITH SENSOR ULTRASONIC, YOU MUST CHANGE CABEL TRIG AND ECHO TO ARDUINO A1 AND A2
@HuubMons65
@HuubMons65 7 жыл бұрын
Thank you for the video and script! A good start for building this robot. The basic script can be improved, because the variable lookRight is never used. So at this moment the robot will only check the left side for distance. Maybe it's a small bug, easy to solve: change line 64 into: if (distanceRight >= distanceLeft){ And it's possible to run the complete robot with 1 set of 4 AA batteries (the 4 AA battery holder is provided in some of the robot kits).
@jeman1044
@jeman1044 6 жыл бұрын
Great project! I built it but only the left side of my wheel works. I have been trouble shooting it for days. The connections were done right but the right wheel won't move.
@steameducationbykiranbhatt6836
@steameducationbykiranbhatt6836 5 жыл бұрын
same problem for me too... what is the reason.
@kiran048
@kiran048 4 жыл бұрын
Same problem bro
@kiran048
@kiran048 4 жыл бұрын
Do u know the reason
@groupescolairealmanbae4695
@groupescolairealmanbae4695 4 жыл бұрын
@@steameducationbykiranbhatt6836 i have the same problem did you fixed it?
@Son_riyaziyyat_bukucu
@Son_riyaziyyat_bukucu 2 жыл бұрын
@@groupescolairealmanbae4695 did you?İ have same problem
@MrHristoB
@MrHristoB 6 жыл бұрын
Thank you very much for sharing. I've been following you for a while and really helped me getting into the Arduino world. You certainly love your glue gun :-)
@SurfGamerz
@SurfGamerz 3 жыл бұрын
in the code, the if statement states that "if(distance
@sultanfouzi
@sultanfouzi 6 жыл бұрын
Thanks it works. U deserve a medal
@Tch.SouravExperiment
@Tch.SouravExperiment 5 ай бұрын
Great content as always! The project is creative and your guidance was incredibly helpful. I learned a lot and enjoyed the process. Looking forward to more!”
@umeshkumaragarwal9324
@umeshkumaragarwal9324 6 жыл бұрын
Thx for making this vedio my project is working perfectly
@kingsaim6398
@kingsaim6398 2 жыл бұрын
Thanks you bro very very very very very very much to giving me newpin lab. No other youtuber give lablari
@jassi071727
@jassi071727 6 жыл бұрын
It's wonderful!!This video helped me to make it.If I want anything Arduino , you are the best creator!!
@isnarnhimself
@isnarnhimself 7 жыл бұрын
Made this it works well, ty. You can use the 5v on the l298n module to power the Arduino that way you only need one battery pack, just add a cable from the 5v to the same positive row on the breadboard.
@chrisholliman6406
@chrisholliman6406 6 жыл бұрын
This is great and thanks for the code. Small typo in line 61: change 'distance' to 'distanceRight.'
@sadikimtiaz4336
@sadikimtiaz4336 4 жыл бұрын
Bro i cannot find the code... Can u help me? Please?
@Cosmic-Robotics
@Cosmic-Robotics 7 жыл бұрын
thanks for making video every week.
@ahcreation8063
@ahcreation8063 5 жыл бұрын
Can we use L293d moter module instead of L298N module .will it be the same program Need an reply sir
@tonoxful
@tonoxful 7 жыл бұрын
Hi! I'm tryning to understand why did you use the boolean variable "goesForward" and the "if" bucle inside readping () function, which initialize distance=250? I hope you can help me. Thanks for the video!
@amazingchannel4114
@amazingchannel4114 7 жыл бұрын
Hi... Your projects are very good And it is very easy to make
@ransikahettiarachchi975
@ransikahettiarachchi975 6 жыл бұрын
bro ,I like your videos because they are very interesting .Congratulations********
@mypcimalka6331
@mypcimalka6331 3 жыл бұрын
super.thank you so much .awesome project bro
@NiteshKumar-hh2tk
@NiteshKumar-hh2tk 7 жыл бұрын
bro you are awesome... i really like your tutorials ... thanks
@kamelbarred741
@kamelbarred741 4 жыл бұрын
Nice work, thank you very much for sharing. Why not use the speed function offered by the L298 bridge to reduce the speed of the robot? my greetings
@vasylpavlus
@vasylpavlus 7 жыл бұрын
Exactly what I was looking for! Thanks!
@sunshino969
@sunshino969 6 жыл бұрын
Thanks for your step by step show.
@subaddawijesooriya4297
@subaddawijesooriya4297 3 жыл бұрын
a
@kvlpnd
@kvlpnd 7 жыл бұрын
A good video once again. Pease make something innovative project with Arduino. This is project is great but its a bit traditional of obstacle avoiding robot. Or you can start a new video series for advanced viewers. Thanks a lot.
@gia4anto
@gia4anto 6 жыл бұрын
Thank you very much it works just fine! For my expectations at least cause i'm kinda new in robotics. Thanks man
@allrounders9619
@allrounders9619 7 жыл бұрын
can i use a motor shield l293d
@jupiterpaintingllc1431
@jupiterpaintingllc1431 7 жыл бұрын
Nice project !!! Congratulation !!!
@renubharuntia1318
@renubharuntia1318 5 жыл бұрын
Please help How to dowaload the source code please help,😫😫😭
@mariooppio9617
@mariooppio9617 4 жыл бұрын
love you! Thanks for the code !!!
@GamingBeastR4W
@GamingBeastR4W 6 жыл бұрын
Thanks bro you helped me First it was not working but then i put it to Com port 3 then it started to work
@ganeshmuthuswamy4060
@ganeshmuthuswamy4060 5 жыл бұрын
Dude I am getting error how did u finished the project
@danishcreations5575
@danishcreations5575 7 жыл бұрын
Superb Thank you for a Great video ;)
@senukarathnayake324
@senukarathnayake324 6 жыл бұрын
Thank You sooooo much worked perfectly I had a big problem with the code, this video helped me solve, again a very big thank you
@letschill7284
@letschill7284 4 жыл бұрын
Hey bro can you help me
@amvnerds5879
@amvnerds5879 7 жыл бұрын
great work....waiting for the quad
@gskl5481
@gskl5481 7 жыл бұрын
At 0:35 i see that you use tape to connect the wires to the motor..am i right? so u dont smolder them?
@gskl5481
@gskl5481 7 жыл бұрын
Ok ty very much
@unglaubichuberlieber8048
@unglaubichuberlieber8048 6 жыл бұрын
well done, especially the last part how you planned to put what+where, one question: why did you connect the HC SR04 to analog and not digital pins???
@one_shot_kills1378
@one_shot_kills1378 7 жыл бұрын
its been 30 days since i order an arduino starter kit from aliexpress and it isnt arrive yet , i cant wait any more, god.
@codingforest7442
@codingforest7442 4 жыл бұрын
thanks you and what is arduino simulator used in the video?
@daastronautandrobotanteneh9383
@daastronautandrobotanteneh9383 5 жыл бұрын
OK bro my question is the connection of the mini bred board in the first tutorial means on the computer screen and connection of your on making it is not same it is d/t in the ultrasonic connection so can I go with computer tutorial or your making right on the robot?
@mobilerobot1484
@mobilerobot1484 4 жыл бұрын
i have question , for make a wiring diagram use application, what is you application to make a wiring diagram on your video?
@antonyderek327
@antonyderek327 5 жыл бұрын
It would have been much easier if you had just sent the link for connections as well. Just writing down the list of things I need to buy for this project hope I do it just like you did. Fingers crossed 🤞
@abhaysharma5155
@abhaysharma5155 7 жыл бұрын
thank you for making this video it helped me a lot
@PocketBroker
@PocketBroker 7 жыл бұрын
obrigado por fazer vídeo a cada semana.❤️❤️
@ahmedsaman3070
@ahmedsaman3070 7 жыл бұрын
Amazing ❤️❤️😍😍😍😍😍😍😍😍😍😍😍😍 goood work
@fishbake7
@fishbake7 6 жыл бұрын
Great project. Is there a picture somewhere of the circuit diagram? or is it just in the video?
@Prompt24
@Prompt24 7 жыл бұрын
If I useArduino Pro or Nano should I use the same pins?
@prakashsonkusare3741
@prakashsonkusare3741 6 жыл бұрын
we tried the same as you have shown in the video but inspite of everything correct the dc motors are not rotating as per the command sent by the sensor we have used normal 9v battery and not duracell so is that he issue
@murtuzaali8658
@murtuzaali8658 6 жыл бұрын
i have made this but only servo is running when obstacle comes in front of the ultrasonic sensor i have used 9v battery for motor driver. plz give some suggestion in my motor driver at vcc terminal how much voltage supply can i give.
@spacerock5095
@spacerock5095 7 жыл бұрын
I am done almost making my first autonomous car but will it work if I give it one Lipo 3S battery instead of two 9V batteries ?
@sunilkumawat5447
@sunilkumawat5447 7 жыл бұрын
sir please tell me that i can use L293D moter driver
@youdisteve2918
@youdisteve2918 6 жыл бұрын
why it should use a breadboard to make avoiding robot car? In other video you didn't use a breadboard to make obstacle follower robot car. Is it caused by different using motor driver ?
@tiziofrizzio4488
@tiziofrizzio4488 7 жыл бұрын
why do you manage the ultrasouds sensor with analog ports?
@pablo2960
@pablo2960 7 жыл бұрын
Great work.I have a problem with the direction of the program circuit of Fritzing, I am not to see it.I have downloaded Fritzing.Thanks
@dbhuyan9043
@dbhuyan9043 Жыл бұрын
Thankyou very much working well
@nexxostube
@nexxostube 6 жыл бұрын
Congrats for the channel. I love it ! :) Please tell me, is it possible to combine the remote control with the HC SR04 Sensor? i have already tried but with no success. couldn't resolve the conflict with the timers... :/ Any help will be appreciated . Keep going with the awesome work !
@vidhatrisamadhiya4599
@vidhatrisamadhiya4599 7 жыл бұрын
Which material you use for chassis
@user-gf7je6hk9n
@user-gf7je6hk9n 2 жыл бұрын
kindly tell about the web or software u used for showing connections?
@technoworld2223
@technoworld2223 6 жыл бұрын
Which software you use for give connection process?
@harshilahalpara3444
@harshilahalpara3444 6 жыл бұрын
Thanks for making us winner ...
@ajtheinventor3998
@ajtheinventor3998 7 жыл бұрын
could you please try using l293d module please using servo
@rivenrivenn111
@rivenrivenn111 7 жыл бұрын
How while I know which wire from the motor should be connected to the l298n? pls help asap
@multitrends5225
@multitrends5225 7 жыл бұрын
make a video of obstacle running robot with the use of arduino genuino uno and motar module L293D and including the use of seervo motar SG90 for head movement
@dheeran2881
@dheeran2881 4 жыл бұрын
In which app did u design the circuit.....plz say
@efsanemaclar9882
@efsanemaclar9882 5 жыл бұрын
Görünen o ki herkes yardım istiyor mert👍🤗
@AkshatJain-mg4bl
@AkshatJain-mg4bl 7 жыл бұрын
which software do you use for showing connections
@rickcheljohnb.rebueno5599
@rickcheljohnb.rebueno5599 6 жыл бұрын
what simulator is that your using to plan out your arduino projects?Thank you
@РУСТАМРахимов-я7х
@РУСТАМРахимов-я7х Жыл бұрын
спасибо заработало сразу. указал все библиотеки. только пришлось контакты на моторы переставлять.
@shubhodeepmandal1499
@shubhodeepmandal1499 6 жыл бұрын
bro can u join the line follwer and this project. please make video of it.
@molymatar1389
@molymatar1389 7 жыл бұрын
Thank you so much for that nice projects , could you please do a wireless charger using arduino ?
@prathamva7392
@prathamva7392 7 жыл бұрын
That Music 💚💛💜
@ibrahimch9367
@ibrahimch9367 7 жыл бұрын
Mert Arduino Tutorial & Projects name music pls
@OzgurUrhan
@OzgurUrhan 7 жыл бұрын
Aynı projeyi aynı malzemeler ile yaptım. Servo ve ultrasonic çalışıyor ama tekerlekler dönmüyor sizce ne olabilir?
@jeman1044
@jeman1044 6 жыл бұрын
How can I make my right wheel to rotate? My connections were done right and I even tasted the wheel by itself with a battery and it worked. But, the wheel won't work with this project. What are my doing wrong?
@materialdefender3599
@materialdefender3599 6 жыл бұрын
Thank you for not using over used generic "Dub Step" music in your video.
@hengsionglim2855
@hengsionglim2855 6 жыл бұрын
where did you bought the ultrasonic sensor stand ?
@federicoaltamura3280
@federicoaltamura3280 7 жыл бұрын
Have you tryted it? Did it works? Please answer me as soon as possible
@AnujaNisal
@AnujaNisal 6 жыл бұрын
nice work broo..................................................
@AnujaNisal
@AnujaNisal 6 жыл бұрын
like my comment
@AbdullahEditz
@AbdullahEditz 4 жыл бұрын
Can I connect a 4 volt battery to l298 module? Because i have a 3 volt dc motor that can't run on 9v battery.
@sksecrets5246
@sksecrets5246 5 жыл бұрын
which software you use to design this
@zzzzzz...9902
@zzzzzz...9902 7 жыл бұрын
Can you do a more advanced video project like a 3d printer, robotic spider, drone, battle bot, ect. Like one of the ones I listed would be fine.
@maba52
@maba52 7 жыл бұрын
thank you for this great projekt !!! Is It possible to chang the motor speed on the left / right motor ? due the motors have some speed different Thank You MABA
@enriquemartin9094
@enriquemartin9094 7 жыл бұрын
Can u please tell me which libraries to include and how?
@phillycheesesteak7066
@phillycheesesteak7066 7 жыл бұрын
PLEASE HELP! So i followed the instructions, download the code and did everything right according to the video, but when i tested it the Micro Servo just wouldn't turn. After several trials, i managed to make the servo turn but the turn was to small that you could barely even see it. And great video by the way!
@valerievigneau4361
@valerievigneau4361 3 жыл бұрын
Is it possible to use an elegoo card instead but use the same program?
@electroniccircuitsimulatio6887
@electroniccircuitsimulatio6887 5 жыл бұрын
Nice project. can i use 3 Lithium ion cells for the same project?
@monemadel9222
@monemadel9222 5 жыл бұрын
yes u can
@juankhosy1854
@juankhosy1854 4 жыл бұрын
what program did you use to make the schematics?
@tarundhiman1140
@tarundhiman1140 6 жыл бұрын
Hello please tell me which battery should I buy
@takalvert
@takalvert 2 жыл бұрын
Really nice 👌
@ozairshahid667
@ozairshahid667 7 жыл бұрын
and plzz tell wat software you used in this prlject to make circuit diagrams
@gtechmaker966
@gtechmaker966 6 жыл бұрын
hi merit what is the roll of news ping library
@rabarbaras8
@rabarbaras8 4 жыл бұрын
Hello sir, I have one question. My car works fine, but turns only right when it's see an object and when it do that it doing just about 20-30 degree turn and your's robot in the video doing like 90 degree turn and turning in both sides. How's that?
@ambarishkv2569
@ambarishkv2569 7 жыл бұрын
My motor driver l298n is burning when connecting 12v 1.3 ah lead acid battery directly..! How to fix? Will using a mt3608 dc dc step up will work? So that I can reduce the current from battery.! Please help.!
@awesomemotivation7377
@awesomemotivation7377 5 жыл бұрын
Which is the motor negative and positive points
@s.376virajjain6
@s.376virajjain6 Жыл бұрын
On which software did you make the circuit diagram?
@AHMAD0SHISHANI
@AHMAD0SHISHANI 7 жыл бұрын
why did you connect the Bridge GND with arduino GND?
@richardhojstric
@richardhojstric 7 жыл бұрын
Hello, Can use L293D bridge shield ? :) or only L298N- H Bridge ? Thanks
@richardhojstric
@richardhojstric 7 жыл бұрын
Hello. i have arduino mega... can you send to my mail a scheme of conection with L293 bridge on this project? richardhojstric@gmail.com...
@apix_photrix
@apix_photrix 7 жыл бұрын
I connected as per your circuit but while working the servo and sensor are working but the motors are not rotating can u help me please
Arduino Obstacle Avoiding Robot
6:27
Maker 101
Рет қаралды 458 М.
Arduino Simple Obstacle Avoiding ROBO
6:37
Viral Science - The home of Creativity
Рет қаралды 65 М.
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
DIY Arduino based RC Transmitter
15:21
How To Mechatronics
Рет қаралды 1,1 МЛН
I made a SUPER FAST Line Follower Robot Using PID!
10:02
Shyam Ravi
Рет қаралды 380 М.
How to Make a Smart Car | Obstacle Avoiding Car | Indian LifeHacker
6:09
Indian LifeHacker
Рет қаралды 439 М.
Arduino NANO Propeller LED Analog Clock
23:24
Hobby Projects
Рет қаралды 2,3 МЛН
Obstacle Avoiding Robot Car Using An Arduino
10:40
Michael Klements
Рет қаралды 293 М.
Obstacle Avoiding Robot using L298N Motor Driver
9:41
Lee Curiosity
Рет қаралды 4,8 М.
My Kickstarter failed, so I open sourced it
12:20
StuckAtPrototype
Рет қаралды 775 М.
How to make a Arduino Obstacle Avoiding Robot Car
9:38
HP Projects
Рет қаралды 13 М.