How To Make DIY Arduino Table Edge Avoidance Robot

Поделиться
HTML-код
  • Опубликовано: 22 июн 2020
  • Hey what'sup guys, today I am making an Arduino Table Edge Avoidance Robot. So let's get started :)
    Subscribe It's Free ❤️ bit.ly/2WlyA8Y
    -----------------------------------
    💻Code: bit.ly/39LJHT5
    📌Circuit Diagram: bit.ly/39HFY94
    🎮App: bit.ly/3eyCfdw
    ------------------------------------
    Thanks For Watching
    ✅LIKE ✅SHARE ✅ COMMENTS✅ SUBSCRIBE
    Parts Required :
    1) Arduino Uno - amzn.to/35flEXS
    2) L293D Motor Driver - amzn.to/30Z9ijj
    3) TT Gear Motor and wheels - amzn.to/31WSD0Z
    4) Rubber Wheels and TT Gear motor - amzn.to/32Cygcl
    5) HC05 Bluetooth Module - amzn.to/2FIn7hf
    6) IR Sensor - amzn.to/3mrLY9I
    7) 18650 Battery -
    8) 18650 Battery Holder -
    9) Acrylic Sheet - amzn.to/3mpscf3
    10) DC Switch -
    😊Contact me
    Instagram: / diy.builder
    ---------------------------------------------------
    More Arduino robot 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...
    -------------------------------------------------------
    🎵 Background Music:
    I Don't Need U 2 Say Anything by Le Gang / thisislegang
    Creative Commons - Attribution 3.0 Unported - CC BY 3.0
    Free Download / Stream: bit.ly/2Prw0fH
    Music promoted by Audio Library • I Don't Need U 2 Say A...
    Anything by Soyb & Amine Maxwell
    / soybmusic
    / aminemaxwell
    Creative Commons - Attribution 3.0 Unported - CC BY 3.0
    Free Download / Stream: bit.ly/soyb-amine-havana
    Music promoted by Audio Library • Havana - Soyb & Amine ...
    ----------------------------------------------------
    #ArduinoRobot #DIYRobot #Robot
  • ХоббиХобби

Комментарии • 255

  • @KinjalPatel-hp9vy
    @KinjalPatel-hp9vy 3 года назад +1

    What type of wire you have used to connect to gear motors in starting of video

  • @Electrom12
    @Electrom12 4 года назад +1

    Please tell which editing software do you use

  • @totow7375
    @totow7375 4 года назад +4

    I hope sometime you will make a simple walking robot using servos.

  • @aryanagarwal8256
    @aryanagarwal8256 4 года назад +1

    can we use normal ir sensor

  • @DIYTechnicianRM
    @DIYTechnicianRM 4 года назад

    i used 9v power supply in motor driver ?

  • @kaisjabri
    @kaisjabri 4 года назад +1

    First comment from Morocco 🇲🇦 thanks 💯 💯 💯 ☺️

  • @kartikeybhat1508
    @kartikeybhat1508 Год назад

    Can we use 9v Battery instead of lithium battery?

  • @praveenkulendran9325
    @praveenkulendran9325 3 года назад

    If i want to attach IR (edge avoidance ) sensors how would the code change?
    tried to edit the code this way but it shows an error as
    "Stop was not decaled in this scope"
    please help
    I tried to rename the IR sensors as F(ront )right/ left and B(ack) right/ left
    int FRight = digitalRead(IR1);
    int FLeft = digitalRead(IR2);

    if(FRight == 1 || FLeft == 1) {
    motor1.setSpeed(255);
    motor1.run(BACKWARD);
    motor2.setSpeed(255);
    motor2.run(BACKWARD);
    motor3.setSpeed(255);
    motor3.run(BACKWARD);
    motor4.setSpeed(255);
    motor4.run(BACKWARD);

    }else if(FRight == 0 || FLeft == 0) {
    command = Serial.read();
    int BRight = digitalRead(IR1);
    int BLeft = digitalRead(IR2);

    if(BRight == 1 || BLeft == 1) {
    motor1.setSpeed(255);
    motor1.run(FORWARD);
    motor2.setSpeed(255);
    motor2.run(FORWARD);
    motor3.setSpeed(255);
    motor3.run(FORWARD);
    motor4.setSpeed(255);
    motor4.run(FORWARD);

    }else if(BRight == 0 || BLeft == 0) {
    command = Serial.read();

  • @itsgamingtime1816
    @itsgamingtime1816 4 года назад

    Wow! What a robot it 's super

  • @antonwinter630
    @antonwinter630 4 года назад

    ive been wondering about something like this for my arduino based mower. i have steep drop offs in the garden, but i dont know if the sensors will work if there is long grass

  • @ankitbanjare5943
    @ankitbanjare5943 4 года назад

    Where do you buy all these products??

  • @JitendraKumar-ce7hi
    @JitendraKumar-ce7hi 4 года назад +2

    Hi,
    I am just a beginner & I want to learn Arduino programming. I don't know how to start with robotics. Can you recommend me some books or something to start with.
    Thanks 😃

  • @NirmalKumar-el7xe
    @NirmalKumar-el7xe 4 года назад

    From where you are bye your all sircuit please tell me

  • @hariragkb
    @hariragkb 3 года назад

    can you send any reference papers on this based on image detection

  • @Mr_Motor
    @Mr_Motor 4 года назад

    can u teach us that how u edit ur video like motion tracking text especially

  • @yttechcatalyst
    @yttechcatalyst 4 года назад

    hello sir please what software did you use

  • @myperspective5091
    @myperspective5091 4 года назад +1

    If it were on a black surface would it just continue to try to go backwards or would it just stand still?

    • @DIYBuilder
      @DIYBuilder  4 года назад

      great question, it won't work on dark surface. it will keep going backwards on black surface

  • @moweda
    @moweda 3 года назад

    Kindly tell me how to connect the 6pin power switch to the battery holder

  • @biswajitghosh3241
    @biswajitghosh3241 4 года назад

    Hi surojit..it's me...good job..carry on bro..🤟🤟🤟

  • @GangsterAlok
    @GangsterAlok 3 года назад

    *_Why you IR Is different?_*

  • @shahriarprabal5421
    @shahriarprabal5421 Год назад

    link of the circuit diagram and the code is showing not found. How to solve the issue?

  • @mrjdstar4882
    @mrjdstar4882 Год назад

    Amusing exprement brooo

  • @indiandiymaker5143
    @indiandiymaker5143 3 года назад

    plss can you tell me all the applications you use for your video

  • @user-qy8ig5mv2k
    @user-qy8ig5mv2k 3 года назад +1

    How does your learn robotics please tell me please

  • @theshadows4563
    @theshadows4563 3 года назад

    how much the elements cost?

  • @ramdeepakmech
    @ramdeepakmech 4 года назад

    How the car is taking left and right....I cannot understand...plz explain

  • @shashwat6355
    @shashwat6355 4 года назад +15

    sir pls make a video on floor cleaning machine

  • @criacoesdejmminiaturas7764
    @criacoesdejmminiaturas7764 4 года назад +1

    Mais tá top ém cara gostei do vídeo

  • @emadabuhagag222
    @emadabuhagag222 2 года назад

    COOL, THANK YOU

  • @paktoysreview8377
    @paktoysreview8377 2 года назад +2

    how can you do this

  • @make_your_own
    @make_your_own 4 года назад

    in 10 years he's going to make a human size
    scaled LEGO submarine

  • @chessisawesome752
    @chessisawesome752 4 года назад

    Sir, I can not upload Ardunio uno with my mobile, when I upload code, i saw code is erro. Please help me. please make a video with these. Please.

  • @shakashrafali3452
    @shakashrafali3452 3 года назад

    so nice 🥰 how to eddit your video, whight colour leater moving how?

  • @LatestUpdatesBySD
    @LatestUpdatesBySD 4 года назад +1

    Respected Sir, Please guide me how to make a mobile Delivery Robot Project for our college

  • @x-6790
    @x-6790 4 года назад

    Love it bro.make video on robotic arm.

  • @Dadmadeit
    @Dadmadeit 4 года назад +1

    Very informative. Good video.

  • @muhamadmohidmuzammmil9949
    @muhamadmohidmuzammmil9949 3 года назад

    can you plz share the wirring of on off switch

  • @creativeallaround8942
    @creativeallaround8942 4 года назад +2

    Pls make a drone without flysky transmitter and brushless motor.(Any other motor or transmitter) and with camera.

  • @asgharajmalyt0
    @asgharajmalyt0 3 месяца назад

    helo brother when i upload the code it will compile done but its give me a uploading error but i selected correct board and port so what is the solution if i deattach the mtotr driver than the code succesfully uploaded what is the reason of this

  • @kaj_q1327
    @kaj_q1327 4 года назад

    Can you show some projects for begginers ?

  • @jeanpiercondeyaya193
    @jeanpiercondeyaya193 3 года назад

    Hello, when will the wiring diagram upload please

  • @srijayachakradharchilakapa8794
    @srijayachakradharchilakapa8794 4 года назад

    when are you going to upload circuit diagram

  • @aryannair5740
    @aryannair5740 4 года назад

    It's awesome dada. It is a innovate project. Hope to see more video soon.

  • @wilder-zfire1957
    @wilder-zfire1957 4 года назад

    Wow oh by god this is cool,how l may to learn it how to make?

  • @electronic7979
    @electronic7979 4 года назад +1

    Excellent

  • @suraj8527
    @suraj8527 4 года назад

    Which glue did you use?

  • @prathameshsinghrajput9457
    @prathameshsinghrajput9457 4 года назад

    Wow......so innovative....👍👍👍

  • @bomche115
    @bomche115 4 года назад

    great iead . thanks you

  • @alimkotwal5876
    @alimkotwal5876 4 года назад

    Hii thanks for your videos

  • @Bhavya439
    @Bhavya439 4 года назад

    Great I loved it

    • @jadenlobo7633
      @jadenlobo7633 4 года назад

      Renu Jain how can u love it when the video is more than 4 minutes and was published only 1 minute ago??

  • @bhaibhai-qp6fh
    @bhaibhai-qp6fh 4 года назад

    Alloys are good

  • @yashjain3874
    @yashjain3874 4 года назад

    Sir can you help me build my iot project on river cleaning boat

  • @shilpavirupaksha3521
    @shilpavirupaksha3521 3 года назад

    Can you do one video without the Bluetooth module?

  • @muhammadluthfiesaryono8774
    @muhammadluthfiesaryono8774 4 года назад

    Best channel ever!

  • @varnabhapatra6008
    @varnabhapatra6008 4 года назад

    Please make a data glass for multi meter It will help electrical engineer like us

  • @MuBa
    @MuBa 3 года назад

    sensor link?

  • @anupamasharma6121
    @anupamasharma6121 4 года назад +2

    Damn good bro ! Which country are you from ? Btw I am from india.

  • @ecp5758
    @ecp5758 4 года назад

    Good job!! :D

  • @sureshchandragautam2974
    @sureshchandragautam2974 3 года назад

    Best bro

  • @HVP7
    @HVP7 4 года назад

    Plz make video on diy gps

  • @tharuntej9393
    @tharuntej9393 4 года назад +1

    Probably a genius and still we have more stuff to do

  • @adithyanv103
    @adithyanv103 3 года назад

    Glue stick name please

  • @smitaranisahoo5221
    @smitaranisahoo5221 4 года назад

    In ur last video.... That Arduino kit that u have bought through ali express is it safe???

    • @DIYBuilder
      @DIYBuilder  4 года назад

      yeah but right now don't place any order

  • @pranavgowd953
    @pranavgowd953 4 года назад

    bro i have a doubt why do some people dislike your videos

  • @pluseelectronics446
    @pluseelectronics446 3 года назад

    Pls make a circuit diagram of connecting front light,back light and horn or buzzer pls bro pls

  • @ritik8234
    @ritik8234 4 года назад

    Can I use normal batteries and not the 18650 rechargeable ones?

    • @DIYBuilder
      @DIYBuilder  4 года назад

      which battery do you want to use?

    • @ritik8234
      @ritik8234 4 года назад

      @@DIYBuilder normal batteries those pencils cell which we put inside wall clocks AA batteries

  • @creativeallaround8942
    @creativeallaround8942 4 года назад +2

    1st comment
    View like

  • @nitishgoud1999
    @nitishgoud1999 2 года назад

    Bro i cannot get ir sensor give me another link

  • @rishitagarwal747
    @rishitagarwal747 4 года назад +2

    First

  • @SmartTronics
    @SmartTronics 4 года назад +1

    Superb Mere Bhai 🤩🤩🥳🥳

    • @DIYBuilder
      @DIYBuilder  4 года назад +1

      Thanks mere bhai 😊

    • @SmartTronics
      @SmartTronics 4 года назад

      @@DIYBuilder You Welcome Bade Bhaiya 🥰🥰🥳🥳🤩🤩🙏🙏

  • @prathamsharma5072
    @prathamsharma5072 4 года назад

    amazing

  • @sainikbiswas2736
    @sainikbiswas2736 2 года назад +1

    I like you

  • @Xusniddin_Xayrullayev
    @Xusniddin_Xayrullayev 4 года назад

    can you create a little battle robot

  • @pipitsugianto3878
    @pipitsugianto3878 3 года назад

    circuit diagram, Please!!!

  • @joserolandsancheromero4440
    @joserolandsancheromero4440 4 года назад

    Un drone con arduino porfaaa!!

  • @dilanialuthge8998
    @dilanialuthge8998 4 года назад

    please send the circuit diagram

  • @siddharthasingh9570
    @siddharthasingh9570 3 года назад

    Can u send the code of it without bluetooth control

  • @sukhensaha3298
    @sukhensaha3298 4 года назад

    Awesome 👍👍👍

  • @azzmougamer3746
    @azzmougamer3746 4 года назад

    Good job

  • @lifestatusnew
    @lifestatusnew 4 года назад +2

    💕💕💕💕

  • @chinugupta2493
    @chinugupta2493 4 года назад

    Can we add 2 functions like obstacle avoiding and this one

  • @mokanmahalingam1028
    @mokanmahalingam1028 4 года назад

    Very nice bro

  • @rukminisj6653
    @rukminisj6653 4 года назад

    Please upload the circuit diagram

  • @Thuliolima2008
    @Thuliolima2008 4 года назад

    Very Good!

  • @tyuSeman
    @tyuSeman Год назад

    White Table Edge :)

  • @aulafirdaus1341
    @aulafirdaus1341 4 года назад

    Hi sir, please upload the diagram🙏

  • @zaforkhan1179
    @zaforkhan1179 4 года назад

    wow super

  • @ArduBlock
    @ArduBlock 4 года назад

    👍👍👍👍👍

  • @sahil4081
    @sahil4081 4 года назад

    great!!!

  • @ashishtoppo4546
    @ashishtoppo4546 4 года назад

    Great

  • @JahangirAlam-xt2si
    @JahangirAlam-xt2si 3 года назад

    plz upload the circuit diagram.
    I am waiting for the diagram for 3 months😢

  • @T4TECHZ
    @T4TECHZ 3 года назад

    Bro please add circuit diagram

  • @pluseelectronics446
    @pluseelectronics446 3 года назад

    Hi bro I am that hand gestures one I tried open the link of this video coding but the system is saying that preview is not available so pls share me coding link by commenting in RUclips pls bro

  • @siriguppasreenivasulu8327
    @siriguppasreenivasulu8327 4 года назад

    Nice good idea

  • @egeg2770
    @egeg2770 3 года назад +1

    Sir please upload this circuit

  • @varma2005
    @varma2005 3 года назад +1

    Hey, Where is the Circuit Diagram ?

    • @DIYBuilder
      @DIYBuilder  3 года назад

      check description. I've updated the link.

  • @chessisawesome752
    @chessisawesome752 4 года назад

    Please make avoidance & bluetooth 2 in 1 smart car with ardunio.

  • @rahulbhadargade7099
    @rahulbhadargade7099 2 года назад

    Bro I want it's program

  • @mdkorim4175
    @mdkorim4175 2 года назад +1

    Brother, I want to make this robot car with L298N Motor Driver Module How to write the Arduino code for this Please give me the link of that code

  • @basantathokchom4355
    @basantathokchom4355 4 года назад

    Bro i can't not be open the code