No video

How to Make A Simple And Easy Arduino Robot For Science Project

  Рет қаралды 1,166,303

DIY Builder

DIY Builder

Күн бұрын

Hello guys, In this tutorial I am going to show you how to make a very simple and easy Arduino Robot for your science project. So let's get started :)
Please subscribe ❤️ and turn on notifications! 🔔 bit.ly/2WlyA8Y
Thanks For Watching
✅LIKE ✅SHARE ✅ COMMENTS✅ SUBSCRIBE
-------------------------------------------------------------------
Parts Required
(Baggood.in)
1) Arduino Uno - bit.ly/2Fz8M4q
2) Arduino Motor Driver Shield - bit.ly/2VWaYsn
3) TT Gear Motor (2x) - bit.ly/2Rtg2G9
4) Rubber Wheels(2x) - bit.ly/32I5fZG
5) Servo Motor - bit.ly/2Soq7E4
6) Ultrasonic Sensor - bit.ly/2RzebL7
7) 18650 Li-ion Battery - (From PowerBank )
8) Battery Holder - bit.ly/2sulLwu
9) Male and Female Jumper - bit.ly/2su6mfM
10) DC Power Switch - bit.ly/2FtyEzs
11) Acrylic Sheet - (Local Store)
(Amazon.in)
1) Arduino Uno - amzn.to/35flEXS
2) Motor Driver Shield - amzn.to/30Z9ijj
3) TT Gear Motor and wheels set - amzn.to/31WSD0Z
4) Servo Motor - amzn.to/2IAigNH
5) Ultrasonic Sensor - amzn.to/33fwrQa
6) 18650 Li-on Battery (2x) - bit.ly/2CZabQ7
7) 18650 Battery Holder - amzn.to/33iY4b3
8) Male and Female Jumper wire - amzn.to/2MmRjOE
9) Acrylic Sheet - (Offline Store)
10) DC Power Switch - bit.ly/2FtyEzs
[Flyrobo.in]
Arduino Uno: bit.ly/2m8HZnL
Motor Driver Shield: bit.ly/2mvO7XL
Wheels: bit.ly/2kxPeFF
TT Gear Motor: bit.ly/2m4fMid
servo motor: bit.ly/2MIdoaB
Ultrasonic Sensor: bit.ly/2McGLm1
Male and Female Jumper wire: bit.ly/2mu0aVo
--------------------------------------
Circuit Diagram - bit.ly/3fWsKFH
Code - bit.ly/3jCOWXE
--------------------------------------
More Arduino Related Project :
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...
--------------------------------------------------------------------------------------------
Contact me
Facebook: / surajit.majumder.165
Instructables: www.instructab...
twitter: / diybuilder1
Instagram: / diy.builder
------------------------------------------------------------
🎧 Background Music
Track: Jazzy - LiQWYD [Audio Library Release]
Music provided by Audio Library Plus
Watch: • Jazzy - LiQWYD | Free ...
Free Download / Stream: alplus.io/jazzy
Track: Perspective - IVAAVI [Audio Library Release]
Music provided by Audio Library Plus
Watch: • Perspective - IVAAVI |...
Free Download / Stream: alplus.io/Pers...
-------------------------------------------------------------
#ArduinoProject #ArduinoRobot #ArduinoCar

Пікірлер: 984
@Mahadonation1
@Mahadonation1 3 жыл бұрын
You are ranking number 1 for the search term: building arduino robot. Well done!
@Jaydearreola
@Jaydearreola 7 ай бұрын
Here is some simple code to program your robot. // Define motor pins const int leftMotorPin1 = 2; const int leftMotorPin2 = 3; const int rightMotorPin1 = 4; const int rightMotorPin2 = 5; void setup() { // Set motor pins as outputs pinMode(leftMotorPin1, OUTPUT); pinMode(leftMotorPin2, OUTPUT); pinMode(rightMotorPin1, OUTPUT); pinMode(rightMotorPin2, OUTPUT); } void loop() { // Move forward moveForward(); delay(2000); // Move forward for 2 seconds // Move backward moveBackward(); delay(2000); // Move backward for 2 seconds // Turn left turnLeft(); delay(1000); // Turn left for 1 second // Turn right turnRight(); delay(1000); // Turn right for 1 second } void moveForward() { digitalWrite(leftMotorPin1, HIGH); digitalWrite(leftMotorPin2, LOW); digitalWrite(rightMotorPin1, HIGH); digitalWrite(rightMotorPin2, LOW); } void moveBackward() { digitalWrite(leftMotorPin1, LOW); digitalWrite(leftMotorPin2, HIGH); digitalWrite(rightMotorPin1, LOW); digitalWrite(rightMotorPin2, HIGH); } void turnLeft() { digitalWrite(leftMotorPin1, LOW); digitalWrite(leftMotorPin2, HIGH); digitalWrite(rightMotorPin1, HIGH); digitalWrite(rightMotorPin2, LOW); } void turnRight() { digitalWrite(leftMotorPin1, HIGH); digitalWrite(leftMotorPin2, LOW); digitalWrite(rightMotorPin1, LOW); digitalWrite(rightMotorPin2, HIGH); }
@arneskrabana2435
@arneskrabana2435 3 ай бұрын
Thank you very much bro🎉
@reatives5325
@reatives5325 Ай бұрын
​@@arneskrabana2435bro really this code is work ??
@reatives5325
@reatives5325 Ай бұрын
Bro can trust this code because we do this project ,
@Thaali11
@Thaali11 8 күн бұрын
What does this do?
@sebastiangoeller3374
@sebastiangoeller3374 4 жыл бұрын
I love it! I could probably code this. To those who cannot I recommend O'Reilly Head First Java to start. This is a book for all ages. You can read about 100 pages in and understand enough Object Orientated stuff to go through the libraries. Also, there are free ebooks on wikipedia in the computers category on languages like C(which would help in arduino C), C#, and even Robotics. and of course arduino offers a starter kit with a book that goes through the basics of electrical workings to I think about 10 projects. I hope this helps anyone out there I do understand a lot of young kids watch these kinds of videos as I did too.
@adventure518
@adventure518 2 жыл бұрын
Ok
@adventure518
@adventure518 2 жыл бұрын
Thank you
@adventure518
@adventure518 2 жыл бұрын
Don't you have a book for c++
@Bhaviya2345
@Bhaviya2345 10 ай бұрын
I uploaded the code and also fixed everything according to the diagram still my robot is not working Can you help me with that
@xanman6334
@xanman6334 4 жыл бұрын
I'm still lost just like this robot
@destroy2616
@destroy2616 3 жыл бұрын
XD
@bababoeey3501
@bababoeey3501 3 жыл бұрын
@City Bass didn't know lost meant poor
@samueljairc7597
@samueljairc7597 3 жыл бұрын
@City Bass Yes but he's saying he didn't know that not that he doesn't know that
@user-qm1su4jd5b
@user-qm1su4jd5b 2 жыл бұрын
Masha Allah fat
@sunitha2263
@sunitha2263 2 жыл бұрын
Yaaaaa
@criedfhicken3614
@criedfhicken3614 4 жыл бұрын
You have been selected in most underated channels
@tanishasanghvi3005
@tanishasanghvi3005 3 жыл бұрын
What do u mean by that
@summerguy6
@summerguy6 3 жыл бұрын
@@tanishasanghvi3005 underated means something really good which often doesn't get recognized
@niteshthamilselwan851
@niteshthamilselwan851 3 жыл бұрын
Ooooo
@HobbyRoom
@HobbyRoom 4 жыл бұрын
Nice preoject bro. The background done with LEDs are super dope.
@ashishgupta-hs4qw
@ashishgupta-hs4qw 4 жыл бұрын
Can I run this robot with the simple 9 volt battery
@laksananthanandarajah1477
@laksananthanandarajah1477 Жыл бұрын
​@@ashishgupta-hs4qw you can
@vikramjeetpaul
@vikramjeetpaul 4 жыл бұрын
AMAZING PROJECT KEEP IT UP...ITS VERY GOOD FOR SCIENCE FAIRS AND INNOVATIONS CLUB....REALLY I APPRECIATE THIS KIND OF INNOVATIVE IDEA ....PLZ MAKE SUCH ROBO CARS THANK YOU....
@Mikehydra
@Mikehydra 2 жыл бұрын
Please tell me...... how to attach the switch?
@yagyasingh765
@yagyasingh765 2 жыл бұрын
Can we interact with this robot
@Nikkishofficial
@Nikkishofficial Жыл бұрын
​@@Mikehydra just Attach it in the positive wire. Of the Battery holder
@majumathew2433
@majumathew2433 11 ай бұрын
How
@robomatrix4582
@robomatrix4582 2 жыл бұрын
if i had my own space, i'd make stuff like this. i can totally see this being adaptable for a remote control platform, with a camera mount.
@chesterallancustodio16
@chesterallancustodio16 4 жыл бұрын
still hoping you make wall-e !!!
@swarnavamazumder8830
@swarnavamazumder8830 4 жыл бұрын
True
@RandomPerson494-12c
@RandomPerson494-12c 3 жыл бұрын
I will make , just need some time.
@bye4619
@bye4619 3 жыл бұрын
@@RandomPerson494-12c good luck 👍
@spark4146
@spark4146 4 жыл бұрын
Thank you for this tutorial. I've built it and it works wonderfully!
@DIYBuilder
@DIYBuilder 4 жыл бұрын
Great to hear!
@ramrainatekar7755
@ramrainatekar7755 4 жыл бұрын
Can u share me the. Code
@yourmusichere3468
@yourmusichere3468 2 жыл бұрын
Plz tell me how to install the switch in robot plz
@demoniccrafttamil7203
@demoniccrafttamil7203 2 жыл бұрын
How to add lib
@UnknownSend3r
@UnknownSend3r Жыл бұрын
@@DIYBuilder The motor has pieces on either side to attach wheels to, so did you cut off one part so you can glue it to the battery pack.
@khalnayak
@khalnayak 4 жыл бұрын
Thanks sir. I will make this in my science Exhibition.
@UnwrappingByMimiKoteng
@UnwrappingByMimiKoteng 4 жыл бұрын
Congratulations on 100k sub!
@hiramceballos3273
@hiramceballos3273 4 жыл бұрын
I did that robot and I have some recommendations for you. First the robot is unestable so is difficult to move. Second you need have that wheels because if you use another ones it gonna fall Finally you need that acrylic piece
@shezjee3471
@shezjee3471 3 жыл бұрын
why we need that acrylic piece
@veenaomg3300
@veenaomg3300 7 ай бұрын
Can you please send the code that you used the one I have isn't working
@shahinshafizada2463
@shahinshafizada2463 4 жыл бұрын
Nice 👍 I,am from Azerbaijan I love your channel
@DIYBuilder
@DIYBuilder 4 жыл бұрын
Thanks
@abdulbakibarin9070
@abdulbakibarin9070 3 жыл бұрын
@@DIYBuilder what is the on / off key on the pi bed, please write
@shamiksathe5140
@shamiksathe5140 3 жыл бұрын
Loooks like an obstacle avoiding car with 2 wheels
@Mr.J503
@Mr.J503 Жыл бұрын
thanks for the list of materials and their links and this video, there is one 11-12 days for my science exhibition project in school. I can also use it as a moon/mars rover
@conkkids7394
@conkkids7394 Жыл бұрын
Did you make it? I haven’t seen anyone make it!
@mariajs
@mariajs 3 жыл бұрын
That’s very dope. I have noticed you glued the DC power switch to the battery holder, and I can see some wires.. could you please show the wiring for that part, I think you skipped that step in the video. :)
@mahibala476
@mahibala476 10 ай бұрын
hey you just because of that you cant tel him the project is dope as if you can do every thing he di be nice next time😡
@mahibala476
@mahibala476 10 ай бұрын
ok mariasantos?😤
@TRAZExYT
@TRAZExYT 10 ай бұрын
@@mahibala476 wym?
@ashasnair3441
@ashasnair3441 9 ай бұрын
BBr tf wrong with you? 💀
@namilily3847
@namilily3847 4 жыл бұрын
i recieved 1st rank in inter school competition U r awesome
@charan563
@charan563 4 жыл бұрын
how
@sagarghatti
@sagarghatti 4 жыл бұрын
All videos are excellent . I really enjoy to watch till end
@sadida-roll109-classfive2
@sadida-roll109-classfive2 28 күн бұрын
I like it. it is not very complicated like the other ones. and it is super affordable. it looks very nice and very good for any kind of school projects. keep it up 😎👍
@lavanya1335
@lavanya1335 4 жыл бұрын
Bro plz show the programming part man it's almost impossible to use it without program
@DIYBuilder
@DIYBuilder 4 жыл бұрын
I have updated the links
@jayeshchavan3103
@jayeshchavan3103 4 жыл бұрын
Can you tell me any three uses please
@jayeshchavan3103
@jayeshchavan3103 4 жыл бұрын
@@DIYBuilder please can you tell me any three uses please
@mr.bangladeshihacker7698
@mr.bangladeshihacker7698 4 жыл бұрын
@@DIYBuilder give me the code
@AugustTheStag
@AugustTheStag 4 жыл бұрын
@@jayeshchavan3103 why do you need to know 3 uses? Leave the guy alone
@tr_playzzff8493
@tr_playzzff8493 2 ай бұрын
U did not show how u installed battery at the back😢
@lynx_Official14
@lynx_Official14 8 күн бұрын
watch the video properly
@Thaali11
@Thaali11 8 күн бұрын
Yeah I was looking for what he was talking about at least somebody cleared my dought cause of this comment I was gonna skip this and do something else
@Thaali11
@Thaali11 7 күн бұрын
@@tr_playzzff8493 not speaking to you 🙄
@tr_playzzff8493
@tr_playzzff8493 6 күн бұрын
@@Thaali11 where is it bro??
@balazstiborhegyesi3751
@balazstiborhegyesi3751 2 жыл бұрын
thanks for this video we are working from this at our class Szily Kálmán, Hungary
@fernando3061
@fernando3061 Жыл бұрын
I would like voice over instruction. That's my 2 cents, do with it what you will.
@electronic7979
@electronic7979 4 жыл бұрын
Excellent project 👍
@renumadhu5607
@renumadhu5607 4 жыл бұрын
Can anyone help I tried making this for science exbition using power bank etc.. but it's servo motor is working but the it is not moving
@jeminiabraham9575
@jeminiabraham9575 4 жыл бұрын
Open servo and give supply to the motors
@renumadhu5607
@renumadhu5607 4 жыл бұрын
@Are created I made the obstacle avoiding car by the same channel Anyway thanks
@user-gl1it9ej7n
@user-gl1it9ej7n Жыл бұрын
WOW! you really are the DIY Builder 🏆🏆🏆🏆🏆🏆🏆🏆
@onlysports7782
@onlysports7782 6 ай бұрын
who are watching this video to make science project for science exhibition😄😄👇
@fazelkhan2346
@fazelkhan2346 4 жыл бұрын
Hello sir When you plug the USB in do you have to download anything Pls reply Saving money from eight months want to make parents proud
@fleshsoup627
@fleshsoup627 4 жыл бұрын
not your parents but I’m proud of you :)
@johnmaverickclemente730
@johnmaverickclemente730 3 жыл бұрын
me too
@Fastyy_Boy
@Fastyy_Boy 2 ай бұрын
Thanks alot I mean alot. The code works 100% fine and the circuit diagram is also clean easy to understand and the video itself is a great thing if you want to make an Obstacle avoiding car. I can assure you who ever is reading this comment the video is absolutely true and mine worked great. But still after all of this Im still sad that you are not active anymore as you havent uploaded for few months. Hope you again start uploading. 😁😁 Edit: Hey I saw you today that you liked my comment that means you are active, and that means that you will upload videos now, Im so happy. I have a request, if you upload any video (I hope so please), please react to my comment, Its a request and I will greatly appreciate if you do that! If there is an problem please let me know by replying this comment, thank you for every video.🙂
@Fastyy_Boy
@Fastyy_Boy 2 ай бұрын
hey please see the edited comment @DIY Builder
@kunumohapatra2781
@kunumohapatra2781 2 ай бұрын
I think you should react to his comment in your video
@sufiatabassum4591
@sufiatabassum4591 2 ай бұрын
​Hey can you please help me I am making this robot. For the 1st time everything was fine but the motor did not work after that I opened everything and made it again but then suddenly smoke coming out from the battery holders or the switch and the wires melted Please help​@@Fastyy_Boy
@sufiatabassum4591
@sufiatabassum4591 2 ай бұрын
And please tell me if it is necessary to use green and yellow wires for the motor?
@sufiatabassum4591
@sufiatabassum4591 2 ай бұрын
Please reply fast I have to submit it by Tuesday 😢 @Fastty_Boy
@hatimsaif589
@hatimsaif589 4 жыл бұрын
make wall-e using the gear wheels you used a while back and use the ultrasonic sensor like this one
@Acceli_sketch
@Acceli_sketch 4 жыл бұрын
Wow I like your robot
@reazourrahamanrabbi5594
@reazourrahamanrabbi5594 4 жыл бұрын
Bro,, I am going to make a walking, speaking robot... But I am failing in my programming at Walking part..... Do you know creating about aurdiono programming?
@cassandra_5145
@cassandra_5145 3 жыл бұрын
Search it up on google, search up as many as you can, then compare those to yours, you will know where did u failed.
@MannatTrivedi
@MannatTrivedi 4 жыл бұрын
*Bro its important* I have science exhibition 14 December, and I need to make this bro.. tell me that; Will it work for sure? Good as 9th grade project? I don't want to waste money! Please reply so that I can order parts
@kyanlangestraat7924
@kyanlangestraat7924 4 жыл бұрын
it works just made it
@utpalm9453
@utpalm9453 4 жыл бұрын
Which level science exhibition?
@utpalm9453
@utpalm9453 4 жыл бұрын
@@caeksafar i asked... which level.. like nationals, regionals or school .. i didnt ask grade
@mohanacharya4936
@mohanacharya4936 4 жыл бұрын
hi bro i am the channel holders brother this video is fake
@yashwanthnaik893
@yashwanthnaik893 4 жыл бұрын
I'm also 9th grade
@mansikrishna4673
@mansikrishna4673 3 жыл бұрын
Yes , I made it tooo , thank u mr
@paktoysreview8377
@paktoysreview8377 2 жыл бұрын
nice work my friend
@thegreenguy7676
@thegreenguy7676 3 жыл бұрын
I’m am new to this and have never touched a Robot piece ever lol. But I wanna get started. Can someone tell me what all these parts do.
@Zaynersyy
@Zaynersyy 3 жыл бұрын
Go study electrical engineering maybe? I don't know too
@carlosvenegas6705
@carlosvenegas6705 Жыл бұрын
hello do you have the design for 3D printer? it would be very useful
@tanujadhapola8512
@tanujadhapola8512 Жыл бұрын
😊It is easy
@G_D123
@G_D123 4 жыл бұрын
Honestly worth to watch ur videos but please do explain the logic why we r using these parts and suggest alternatives for these parts, and keeping going u r doing good job
@DIYBuilder
@DIYBuilder 4 жыл бұрын
Bro soon i will start voice over videos where i will explain every details
@MarierNicoleAAbejo
@MarierNicoleAAbejo Жыл бұрын
​@@DIYBuilder Whats the use of that robot sir?
@diyrobotronics
@diyrobotronics 4 жыл бұрын
Love it❤️
@Alex-hs4pj
@Alex-hs4pj 3 жыл бұрын
Can you control this via Bluetooth with a phone or PS4 controller? I've seen that you can add a Bluetooth module to Arduino Uno but where would I find the code and "how to" in order to make it remote controlled? Thank you!
@Mikehydra
@Mikehydra 2 жыл бұрын
How to attach the switch to turn it on?
@adventure518
@adventure518 2 жыл бұрын
Thank you bro
@jmoney78_kb
@jmoney78_kb 8 ай бұрын
I like it. I am working on something similar. Automation using sonic sensors. Great video!
@DIYBuilder
@DIYBuilder 8 ай бұрын
That's awesome!
@darknessconcept2156
@darknessconcept2156 4 жыл бұрын
What are you using to add weight to the rear for balance and to keep it leaning back. Is that another 18650?
@3pdalra7man7elmy8
@3pdalra7man7elmy8 3 жыл бұрын
خ
@GustavPeru
@GustavPeru Жыл бұрын
I noticed that too, it looks like another battery
@rizaldonk2516
@rizaldonk2516 4 жыл бұрын
Amazing project, sir
@DIYBuilder
@DIYBuilder 4 жыл бұрын
Thanks
@mahibala476
@mahibala476 10 ай бұрын
helped me for my school project
@pablitoolsen3682
@pablitoolsen3682 3 жыл бұрын
How much volt are the 2 batteries
@1ksubscriberswithoutanyvid162
@1ksubscriberswithoutanyvid162 4 жыл бұрын
"Please tell me the app to access the code."
@bebt8475
@bebt8475 4 жыл бұрын
The next will be portal gun
@tr_playzzff8493
@tr_playzzff8493 2 ай бұрын
😂
@danysize
@danysize 3 жыл бұрын
BEAUTIFUL !!!!!!!! Gracias !!!!!!!!
@alexfernandesportrai
@alexfernandesportrai Жыл бұрын
Super tutorial. I got it working. I had to get the header pins soldered by my mobile phone repair man. I am extremely bad at soldering. But its a neat bot with no loose wires. Thanks!
@UnknownSend3r
@UnknownSend3r Жыл бұрын
The motor has pieces on either side to attach wheels to, so did you cut off one part so you can glue it to the battery pack.
@alexfernandesportrai
@alexfernandesportrai Жыл бұрын
@@UnknownSend3r if you mean shaft. I used a single shaft motor.
@hamayunkhan1754
@hamayunkhan1754 4 жыл бұрын
Sir would you please help. I bought everything mentioned In the video and connected all the connections you showed in the video but somehow the TT gear motors are not working although they work fine when connected separately with a battery. All other components seem fine, the servo is rotating and everything. If it helps I uploaded the code to arduino before connecting everything. Also I am using 4 AA 1.5 V batteries.
@lakshaykapoor1591
@lakshaykapoor1591 4 жыл бұрын
Arduino move with 5v battery use a battery not cell
@hamayunkhan1754
@hamayunkhan1754 4 жыл бұрын
@@lakshaykapoor1591 thank you for your suggestion, I will try to use a higher voltage battery perhaps a 9V battery or two 3.7 V batteries
@ev.9324
@ev.9324 3 жыл бұрын
@@hamayunkhan1754 use 9v. The arduino uses 5v but use 9v. It works :D
@oceanpark_5211
@oceanpark_5211 2 жыл бұрын
@@hamayunkhan1754 did it work?
@salmasalma2483
@salmasalma2483 3 жыл бұрын
Hi , please I have a question , I'm new in this wonderful field , I already learned C++ language and I'm now learning python language , is it enough to be able to build an Arduino robot ? And thank you .
@angeldust_4518
@angeldust_4518 3 жыл бұрын
yes it is dw about it,,even just c++ is enough
@salmasalma2483
@salmasalma2483 3 жыл бұрын
@@angeldust_4518 ok thank you !
@Mikehydra
@Mikehydra 2 жыл бұрын
How to attach the switch to turn it on?
@evad1564
@evad1564 10 ай бұрын
What steps would you have to make to modify this robot and allow it to receive voice control inputs?
@BostYT
@BostYT 3 жыл бұрын
Me: *wants to follow this tutorial* Me to my dad: "DAD I NEED AN ARDUINO UNO, MOTOR DRIVER SHIELD, WHEELS, TT GEAR MOTOR, SERVO MOTOR, ULTRASONIC SENSOR, AND MALE AND FEMALE JUMPER WIRE!"
@omsuryawanshi2348
@omsuryawanshi2348 4 жыл бұрын
Brother can u make some thing different and difficult
@DIYBuilder
@DIYBuilder 4 жыл бұрын
tell me your idea
@aryanbista747
@aryanbista747 4 жыл бұрын
@@DIYBuilder can you add something like a vacuum cleaner or anything that would make the robot useful
@aryanbista747
@aryanbista747 4 жыл бұрын
@@muhammadalvi1514 does it work?
@edyesouza1301
@edyesouza1301 4 жыл бұрын
Fue muy bueno tu proyecto, pero ¿no compartiste el código fuente?
@TopNeeds123
@TopNeeds123 9 ай бұрын
In description
@lata_kharat
@lata_kharat 4 жыл бұрын
Your idea is cool👍👌
@loganq4853
@loganq4853 Жыл бұрын
Hi, I bought all the parts and everything, did all the wiring correctly but for some reason its not working. The servo motor only moves and the motor driver shield powers on, makes a noise and keeps reconnecting. I’m also using a 9V battery. I would appreciate it a ton if someone could help as to why it’s not working for me (please reply asap). Thank you Edit: I fixed it. I just attached five 1.5V batteries with a switch and it worked. Seems like it was an overdose of voltage before. Btw, you should update the code cuz in the video it’s different as you commented out the other 2 motors.
@chetan4073
@chetan4073 4 жыл бұрын
A king request for you. Could you please share me the program or code for doing this project.
@hillalmackeen9079
@hillalmackeen9079 3 жыл бұрын
It is in the description
@mahesha3902
@mahesha3902 4 жыл бұрын
Bro can we first upload the code to the board .if the code is uploaded without error than can we attach the motor,servo,ultrasonic sensor. Bro saa fast please
@dylanjayabahu2878
@dylanjayabahu2878 3 жыл бұрын
I think that you can, but you may need to make some modifications if you are not exactly following the tutorial. If u are using a servo motor or something, you will need to change that. If you are doing exactly what the video is doing that yes, you should be able to upload the code first.
@user-mi6ht9lm1n
@user-mi6ht9lm1n 4 жыл бұрын
بارك الله فيك فركة حلوة احسنت👍👍👍
@yashsoni2242
@yashsoni2242 4 жыл бұрын
Not new same function as old obstackle avoiding car
@haruchi8196
@haruchi8196 3 жыл бұрын
Arduino: 1.8.12 (Windows 10), Board: "Arduino Uno" Sketch uses 3908 bytes (12%) of program storage space. Maximum is 32256 bytes. Global variables use 87 bytes (4%) of dynamic memory, leaving 1961 bytes for local variables. Maximum is 2048 bytes. An error occurred while uploading the sketch This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences. -Thats what shows everytime i upload it.. can someone help me? \
@sujankgowda1119
@sujankgowda1119 2 жыл бұрын
Go to new and upload a blank file then try..
@demoniccrafttamil7203
@demoniccrafttamil7203 2 жыл бұрын
@@sujankgowda1119 bro how to install lib
@helo6397
@helo6397 Жыл бұрын
Really late, but try changing the port. It worked for me
@FlOPPER865
@FlOPPER865 2 жыл бұрын
I am going to try and make this robot. Can you please tell me what I can use instead of acrylic sheet??
@demoniccrafttamil7203
@demoniccrafttamil7203 3 жыл бұрын
Bro u make it amazing😎 but please how to compile and download necessary library iam beginner 😅 , and now this was before 4 years , i miss those old days
@k.ayyappan3780
@k.ayyappan3780 3 жыл бұрын
Hey man! It's a wonderful video:-)
@botgameing5108
@botgameing5108 3 жыл бұрын
9 volts battery is not enough to support the project
@Rida-sg3zx
@Rida-sg3zx 3 ай бұрын
That is perfect for mazes
@btsff5330
@btsff5330 4 жыл бұрын
Sir will the yellow tires you used in earlier videos will work because I'm not getting the exact tires u used or will it affect the movement of the robot
@lakshaykapoor1591
@lakshaykapoor1591 4 жыл бұрын
Yes because this robot is for light use and this is the link of light tyres thank me later ;) VEEROBOT Red BO Motor Wheels www.amazon.in/dp/B06XYHPMQN/ref=cm_sw_r_cp_apa_i_qQZ8Db72RRD8S
@sudharshanm.n3525
@sudharshanm.n3525 4 жыл бұрын
U could have used mpu 6050 accelerometer with gyro to balance the robot
@user-qm1su4jd5b
@user-qm1su4jd5b 2 жыл бұрын
I'm going through this process
@raghurishimujumdar
@raghurishimujumdar 16 күн бұрын
Where we will get rubber wheel
@satyamraj4467
@satyamraj4467 4 жыл бұрын
How you got pins in +5gnd and AO-5?? My motor driver don't have those pins. please tell fast
@shadow_gaming235
@shadow_gaming235 3 жыл бұрын
I hope I could make it. But your progect is great 💯💯💯
@computercareer701
@computercareer701 3 жыл бұрын
Your are very genius Engineer, plz bro You should make a Fly spy drone with HD camera and with remote control Like bee or fly drone
@janakisaju9239
@janakisaju9239 29 минут бұрын
Bro can you make a fire fighter robot
@omarayoub476
@omarayoub476 4 жыл бұрын
CooooooooooooooooooooooooooooooooooLLLLLL
@shaunakjagtap9996
@shaunakjagtap9996 3 жыл бұрын
Avery good project to learn arduino robotics
@0uchiha_Itachi0
@0uchiha_Itachi0 10 ай бұрын
Can we use Arduino Uno r3 atmega328p instead of atmega16u2
@sivachandran5269
@sivachandran5269 3 жыл бұрын
Wow it is very amazing
@cavatoons2806
@cavatoons2806 3 жыл бұрын
Is it important to use gear motor ????
@muruganp7047
@muruganp7047 3 жыл бұрын
You are a robot god
@morshedcox9080
@morshedcox9080 2 жыл бұрын
Love from Bangladesh
@renumishra2290
@renumishra2290 4 жыл бұрын
Pls make a video to how to code obstacle avoiding car from mobile.please
@DIYBuilder
@DIYBuilder 4 жыл бұрын
you can also program this car through mobile.
@renumishra2290
@renumishra2290 4 жыл бұрын
@@DIYBuilder but how pls make a video sir
@saralasangem618
@saralasangem618 3 жыл бұрын
Thanks
@afrojaakter7686
@afrojaakter7686 4 жыл бұрын
Im acctually using different wheels and body but the electronics in there i have them.
@marinettedupain1549
@marinettedupain1549 Жыл бұрын
I build this robot and it works
@swarnavamazumder8830
@swarnavamazumder8830 4 жыл бұрын
The place from you buy things are way cheaper than Amazon . Thanks for giving the link you are great . I also want to make Arduino projects like you🙂🙂🙂😉
@DIYBuilder
@DIYBuilder 4 жыл бұрын
Most welcome 😊
@ramkumarmishra2940
@ramkumarmishra2940 2 жыл бұрын
@@DIYBuilder please tell me, when i start the robot its only one wheel is moving other not, please tell me how can i resolve this issue... Its urgent
@unboxer5605
@unboxer5605 Жыл бұрын
@@ramkumarmishra2940 is it working now
@farhatkhurshid5405
@farhatkhurshid5405 Ай бұрын
Is pc setup important
@Onex006
@Onex006 3 жыл бұрын
I can't understand the programming part please repeat it again
@swarnavamazumder8830
@swarnavamazumder8830 4 жыл бұрын
Hey bro you know that your present project is copied by a youtuber named @Glen Tech?
@gizinyo
@gizinyo 4 жыл бұрын
THX for my homework
@TwelfthMan
@TwelfthMan 4 жыл бұрын
Bro I just finished it but have a few problems. First when it is plugged into the computer only the servo and sensor work, everything else doesn't do anything. And then, even worse, when I plug it out of the computer and put the batteries in (9V total) the servo just spins randomly. I double and triple checked the wiring. I think it might need more battery power or maybe the code isn't uploading properly, but I'm not sure. Any help would be much appreciated, thank you in advance.
@DIYBuilder
@DIYBuilder 4 жыл бұрын
contact me on instagram
@TwelfthMan
@TwelfthMan 4 жыл бұрын
K thanks
@theaquariumfishingsenesh8830
@theaquariumfishingsenesh8830 3 жыл бұрын
Super
@shakhen.8180
@shakhen.8180 2 жыл бұрын
Nice.
@iamZairul
@iamZairul 4 жыл бұрын
ty for sharing this info
@thatmahindralover5179
@thatmahindralover5179 4 жыл бұрын
hello bro in this project which wire did u solder in the gear motor?
@greatpeople7032
@greatpeople7032 4 жыл бұрын
Awesome you r perfect👍👍👍👍
@DIYBuilder
@DIYBuilder 4 жыл бұрын
thanks
Arduino All-in-One Robot
8:29
DIY Builder
Рет қаралды 1,2 МЛН
WORLD'S SHORTEST WOMAN
00:58
Stokes Twins
Рет қаралды 207 МЛН
ОБЯЗАТЕЛЬНО СОВЕРШАЙТЕ ДОБРО!❤❤❤
00:45
Arduino Simple Obstacle Avoiding ROBO
6:37
Viral Science - The home of Creativity
Рет қаралды 61 М.
From Brains to Bot: Arduino's Next-Level Journey with AI.
7:26
DIY Builder
Рет қаралды 406 М.
How To Make Arduino Human Following Robot
6:26
DIY Builder
Рет қаралды 3,5 МЛН
Make a TINY Arduino Drone with FPV Camera - Will It Fly?
20:26
Max Imagination
Рет қаралды 858 М.
$15 Drone Build within 24 Hour - Challenge
12:01
DD ElectroTech
Рет қаралды 3,5 МЛН
TOP 10 Arduino Projects Of All Time
4:58
THE ELECTRONIC GUY
Рет қаралды 7 МЛН
How To Make 3D Printer at Home | Arduino Project
8:24
Creativity Buzz
Рет қаралды 5 МЛН
Make 5 in 1 Robot
7:52
Maker 101
Рет қаралды 302 М.
How To Make DIY Arduino Voice Controlled Car At Home
7:28
DIY Builder
Рет қаралды 867 М.