#Tutorial

Поделиться
HTML-код
  • Опубликовано: 6 июл 2024
  • In this engaging tutorial, 🤖 we will walk you through the creation of an obstacle avoidance robot using Arduino and IR sensors. Discover how to construct a robot that can intelligently maneuver around obstacles by leveraging infrared sensors. From setting up the hardware to coding and testing, we cover every step in detail to ensure your success in this exciting project.
    Whether you're a novice or a seasoned Arduino enthusiast, this tutorial is tailored for anyone interested in exploring the realms of robotics and automation.
    Don't forget to hit the like button if you found this video helpful, and consider subscribing to our channel for more insightful content on DIY projects and tech tutorials. Start your robotics journey today by watching this tutorial! 🚀👍🔔
    Get your kit here: robocraze.com/
    Blog and Code: www.robocraze.com/blog/post/o...
    Check out our informative blogs about Popular Electronics: robocraze.com/blogs/post
    Check out our Website for awesome deals on a wide range of electronic products and collections: robocraze.com/collections
    Check out our RUclips Channel for useful and amazing content: / @robocraze
    Check out our video playlist about a few amazing project videos: • Make Your Own Automati...
    Follow us on social media:
    Facebook: [ / robocrazeindia ]
    Instagram: [ / robocraze ]
  • НаукаНаука

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

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

    Could you post the shematic ? It will help me a lot for my task

  • @Max_Mustermann
    @Max_Mustermann 5 месяцев назад +1

    There seem to be a couple of different versions of these sensors. The one's I got have very bright green LEDs, so my robot now has green underglow which looks straight out of Fast & Furious.

    • @Robocraze
      @Robocraze  4 месяца назад +1

      Hello,
      Sounds like it’s ready to hit the streets in a Fast & Furious movie! Those bright green LEDs must be turning heads. Keep the cool vibes going!

  • @nurulasyiqinbintimuhamadno6357
    @nurulasyiqinbintimuhamadno6357 3 года назад +2

    hye..i already explore your blog. can you share the schematic diagram for the circuit?

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

    When I upload program then it show elseif was not declared in scope

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

    hello may i ask what does the pin 7 and 8 are used for?

    • @Robocraze
      @Robocraze  8 месяцев назад

      Hello,
      We set the pin 7 and 8 as High because these pins are used in powering the IR sensor.

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

    i am using two motors and two sensors and u sing a power source given to 5v and ... in the l298n module when i just pasted the code i gave an error , can i use this code or few changes are needed??

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

      I have made the changes in the the code ,there was an extra deviate left code so i took it out and it work but the issue was that the motors arent running may i know the reason

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

    What sensor is more efficient for collision avoidance is that ultra sonic or ir sensor

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

      Ultrasonic will give you precise distance measurements, while IR will only give an output based on a threshold. So ultrasonic would be a better option to map around an environment

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

    Good night, excellent video stops. I could post the wires and pins mounting scheme in the arduino. Thanks

  • @divvermaa
    @divvermaa Год назад +1

    Can I do this with 1 ir sensor and 4 motors?

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

      The range of obstacle detection will significantly reduce if you only use 1 IR module

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

    Can we use l298d motor shield instead?

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

      Yes, You can also use the L293d Motor Driver Shield to run the motors. Just ensure that the motors you use do not draw more current than the L293d chip's rated current.

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

      @@Robocraze tq for replying

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

    Could you please send me the code... The page is not available.
    Thank you.

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

      Hi!
      Thank you for bringing this to our notice. We have revised the link in the description.
      You can access the blog here: www.robocraze.com/blog/post/obstacle-avoider-robot-using-arduino

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

    hello sir can you please explain to me that why are we using three ir sensor

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

      Three IR sensors are used to increase the obstacle detection accuracy. The middle sensor looks for obstacles directly in front of the bot, but the sensors on the left and the right edge detect obstables that may not be directly in front of the bot but may still hit it. Hence they are placed just to cover a wider area for obstacle detection in front of the bot.
      Three sensors also allow the bot to move in the correct direction, for example if the right sensor is triggered the bot turns to the left, and so on.

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

      @@Robocraze thank you sir for explaining this it was really helpful to me

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

    Can you please explain circuit diagram

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

      Please check out the link mentioned in the description for more details.

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

    How can we enable voice command to it?

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

      Direct on-device voice control would be only possible using TinyML (ML without internet). You can refer to our keyword spotting video in our TinyML series

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

    please provide me with connection chart

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

      Hi Dushyanth, You can find code in the blog given in the video description.

  • @SaraswathiRr
    @SaraswathiRr 6 месяцев назад

    How to change the whole code to arduino nano

    • @Max_Mustermann
      @Max_Mustermann 5 месяцев назад

      You probably don't have to change anything besides maybe the pin numbers as the nano has fewer pins.

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

    The code isn't available on the website anymore can you send it to me??

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

      And the parts also

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

      Hi,
      Please check the blog link again now, it is up. The materials and code can be found on the blog. robocraze.com/blogs/post/obstacle-avoider-robot-using-arduino-and-ir-sensor
      Please let us know if you are still unable to access the blog using the link given above.

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

      @@Robocraze thank you

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

    exit status 1
    expected constructor, destructor, or type conversion before ';' token
    This was the mistake shown...For the last one..Voidforward();

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

      Pls reply....if you read this

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

      Hi, we have updated the code on the blog page, please try now and let us know if you are still facing this error.

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

    Schematic diagram pls

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

      Hi, unfortunately we dont have a schematic prepared. But the connections are quite straighfroward and you can easily follow in the video. We also have an accompanying blog in the video description

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

      @@Robocraze tq for replying

    • @gujjalamanideep7491
      @gujjalamanideep7491 2 месяца назад

      ​@@RobocrazePlease prepare one and post it

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

    sir ek baar diagram send karo connection ka

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

      Hi! Check the blog link mentioned in the description!