How my robot took its own life! Arduino obstacle avoiding robot car test and bad ending!(Banggood)

Поделиться
HTML-код
  • Опубликовано: 4 фев 2018
  • Related videos:
    Part1:Unboxing and Assembly: • Arduino Smart Robot Ca...
    Part2: Electronic Connections: • Arduino Smart Robot Ca...
    Part3: Hardware updates for the full code: • Arduino Smart Robot Ca...
    Preview codes for 3rd part:
    chenthedesignmaker.com/robot-c...
    If you like this video, please *SUBSCRIBE*
    A lot of thanks to any advice and suggestions! :D
    Links for parts:
    Smart Robot Car Kit(New): www.banggood.com/2WD-Avoidanc...
    Smart Robot Car kit: www.banggood.com/DIY-L298N-2W...
    M3 *10mm Standoffs: www.banggood.com/50pcs-M3-10m...
    Amazon: amzn.to/2Auwbzq
    Extra servo for pan and tilt camera mount: www.banggood.com/TowerPro-SG9...
    Amazon: amzn.to/2jO7BBE
    Speed encoder kit(Will cover in later video): www.banggood.com/HC-020K-Doub...
    Amazon: amzn.to/2kq7H6J
    3 in 1 Jumper cable set: www.banggood.com/3-IN-1-120pc...
    Amazon: amzn.to/2D5QYuw
    Toys in the show:
    Excavator: www.gearbest.com/rc-cars/pp_5...
    BullDozer:www.gearbest.com/rc-cars/pp_5...
    RC Car:www.gearbest.com/rc-cars/pp_3...
    Gears I'm using:
    Gimbal Stabilizer: Zhiyun Crane Plus amzn.to/2nmgvbd
    Learn how to get $80 off: • [Early Bird Discount] ...
    Camera I'm using: amzn.to/2FqKhmz
    Let me know if you have any kit that need help with!
    My Website: chenludesign.com
    My Instagram: / friedlc
    My Dribbble: dribbble.com/chenludesign
    My Instructable: www.instructables.com/member/...
    DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
  • НаукаНаука

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

  • @tarekboinaheri3559
    @tarekboinaheri3559 6 лет назад +5

    you deserve a lot more subscribers I encourage you! 🤞👍

  • @wellofbeersheba
    @wellofbeersheba 5 лет назад

    "Out of my way! Out of my way!" Hysterical!

  • @oiramormedeiros
    @oiramormedeiros 5 лет назад

    The servo only turns left, so the robot mostly turns left as well.

  • @diradosveta
    @diradosveta 5 лет назад +1

    Was it talking or did you add the voice after in postproduction? Is there any way to make the arduino robot talk (add some speaker or something like that)? Thanks

    • @ChenTheDesignMaker
      @ChenTheDesignMaker  5 лет назад

      Hi I did it all in post, make arduino talk is definitely possible. Here's something I found: ruclips.net/video/gi9mqIha8n0/видео.html Looks like we need to store the voice file in a SD card.

    • @diradosveta
      @diradosveta 5 лет назад

      @@ChenTheDesignMaker Oh, I see. Thank you for your response. I'm just starting to look into Arduino and when I saw your robot "speaking", I thought I would ask. It would be fun to make a suicidal robot. Like the exact opposite of what robots normaly try to do, instead of avoiding obstacles it would run into them, instead of trying not to fall from the stairs it would start laughing maniacaly and went full speed down. lol. Do you work for Banggood? Have a nice day

    • @ChenTheDesignMaker
      @ChenTheDesignMaker  5 лет назад

      diradosveta haha, that would be so hilarious! Now I’ m thinking to build one haha. No I don’t work for Banggood but buy a lot from them. The price is always good :D

    • @diradosveta
      @diradosveta 5 лет назад

      ​@@ChenTheDesignMaker If you buy from them often you can try to contact them, show them your videos and maybe they will give you affl. links to those products. Just a thought :)

    • @ChenTheDesignMaker
      @ChenTheDesignMaker  5 лет назад +1

      @@diradosveta Thanks, I already registered their affl program. It's been really helpful for this channel :D

  • @andreuverdes3485
    @andreuverdes3485 6 лет назад +2

    One thing bro the codes that u put in the description had a lo of mistakes and i dont know how to solve them please i need help

    • @ChenTheDesignMaker
      @ChenTheDesignMaker  6 лет назад

      Sure,can you be more specific about the problem? One thing you need to make sure is the pins. Make sure they match the begining of the code.

    • @afonsocolaco1451
      @afonsocolaco1451 6 лет назад

      I had the same problem Andreu, probably u talking about servo right? in the program code, where u see a: "myservo.attach(9)" u will need to change the 9 to 0

  • @allenli7364
    @allenli7364 6 лет назад +1

    nice video! Why was it always tying to turn left ?🤔

    • @ChenTheDesignMaker
      @ChenTheDesignMaker  6 лет назад +1

      I programed it that way, so it always check left first if front is blocked. If both front and left are blocked, then it will check the right. Yeah it's still pretty awkward at this point but I'm thinking some better algorithm to make it always watching all the directions. Stay tuned.

    • @allenli7364
      @allenli7364 6 лет назад +2

      ChenTheDesignMaker got it. Look forward to your next video!

    • @thomasginet2872
      @thomasginet2872 6 лет назад

      you can put a random number
      i found a little function for this ;
      randomnumber = random(3) will give you the number 1 or the number 2, if it's 1, you can check left first and if it's 2 you can check right first

  • @nooknorth268
    @nooknorth268 5 лет назад

    Hi Chen, we have a simular problem of the model trying to fly. Do you know an add on that would detect a line at the top of the stairs to make it reverse? I'm trying to outwit young "nasty" grand children!!!!
    Thanks, Nook

    • @ChenTheDesignMaker
      @ChenTheDesignMaker  5 лет назад

      Hi Nook,there are 2 ways I can think of, one is to use a limit switch with a long wire, to make it like an antenna touching the floor all the time. when it's on the edge, the switch got opened and the program needs to detect that to back off. Another idea is to use a IR sensor pair, so when it detects there is a cliff, it could stop and back off.

    • @ChenTheDesignMaker
      @ChenTheDesignMaker  5 лет назад

      I'm planning to make videos about this so stay tuned.

    • @nooknorth268
      @nooknorth268 5 лет назад +1

      Thanks Chen, I will try the ir idea (and maybe a parachute!). Received suggestion of a rf wire on the floor and detector, this 70 yearold grew up on relays and ttl logic, so takes a while to assimulate ideas!
      Again thank you for your work, it stimulates the remaining two brain cells!
      Nook

  • @slli9052
    @slli9052 6 лет назад

    any precaution from not falling again?

    • @ChenTheDesignMaker
      @ChenTheDesignMaker  6 лет назад +1

      Good question! I think maybe a IR sensor or limit switch under the front that when detects a cliff, it could stop. Any other ideas?

    • @slli9052
      @slli9052 6 лет назад

      kindly suggest a code for IR sensor.

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

    First you upload wrong code beacuse servo rotats 90 degree not 180 Then why you let it destroy after making this all

  • @SuperEmanuel98
    @SuperEmanuel98 5 лет назад

    among the most annoying audio ever