About 48,000 results
Open links in new tab
  1. maze solver with 3 ultrasonic help in code - Arduino Forum

    Nov 28, 2017 · Hey, I have to code maze solver robot using 3 ultrasonic.. I want to code with "random maze" that can solve any maze with simple code .. if the robot detects wall in front or right or left it turns left,right,... can anyone help me with it, please? I use a motor drive, 3 ultrasonic sensors, MY CODE #include <Ultrasonic.h> Ultrasonic ultrasonic1(12,13);//front sensor Ultrasonic ultrasonic2(2,4 ...

  2. robot with 3 ultrasonic sensors - Arduino Forum

    Sep 5, 2013 · hello, I have an arduino uno and 3 HC-SR04 ultrasonic sensors. How can I connect all the 3 sensors to the arduino uno? searched of the whole web but couldn't find the answer.. thanks.

  3. Arduino obstacle avoidance robot with ultrasonic and IR sensors

    Jul 14, 2024 · In this topic I will be posting links, drawings, sketches and observations to operate or isolate problems particular to the Lafvin 2WD V2.2 kit which uses the TB6612FNG (NOT the L298N) motor controller and the JDY-16 Bluetooth module - the other devices are common digital and analog sensors (IR remote/receiver, IR proximity sensor, line tracker, SG90 servo, HC-SR04, LDR/photoresistors).

  4. Designing a MicroMouse: Is my circuit reasonable? - Arduino Forum

    Sep 10, 2020 · LIDAR seemed too expensive for my application. ToF sensors seem appealing but I worry about the resolution and sampling time limiting the forward speed of the robot. Preferably I would like information reported at a resolution of 1mm or better, which Sharp IR and Ultrasonic seem capable of providing. The diagram I drew assumes Sharp IR is being ...

  5. Maze solving robot - Robotics - Arduino Forum

    Jun 13, 2023 · Hello guys ! I am making robot that solves maze and after making it and coding I have a problem with matching code and physical robot. Can anybody help me with that problem ? I can put all my code and scheme here if you need. I think that someone with more experience than me can solve this problem with ease. Thanks everybody in advance !

  6. How to make a schematic you can post. - Arduino Forum

    Sep 19, 2020 · When you submit a question on the forum you will usually need to add a schematic (circuit diagram). The tutorial that follows will explain some ways to create a useful image; however lets start by explaining how to add the image to your post. Its easy. Having created the image all you need to do is : Save the image somewhere convenient - maybe your desktop Start your post, and place the cursor ...

  7. Maze Solver with 3 ultrasonic sensors - Robotics - Arduino Forum

    Apr 11, 2017 · i have to made a maze solver with 3 ultrasonic sensors..and i am using L293D motor Drive .. i am stuck at cooding ..can anyone help me regarding Code system April 11, 2017, 8:22am

  8. Advanced line following robot using ESP32 devkit - Arduino Forum

    Apr 7, 2024 · For making the advanced Line Following robot, I have QTR8RC,TB6612FNG motor driver, 4 pin I2C OLED, 2 motors with encoders, mpu6050 gyro sensor, 4 buttons for menu navigation, 3 ultrasonic sensors. I used Arduino nano at first but ran out of pins. I want to use ESP-32 devkit. I am new to this. Will I ran out of pins.

  9. DC Motor Control with L293D Motor Driver and ultrasonic sensor

    Jan 6, 2019 · I've written code for mobile robot with two DC motor, L293D Motor Driver and ultrasonic sensor, which should go forward, as long as the path is clear for min 10 cm. If something is on the way it should stop. I used a LED light to test the ultrasonic sensor and it works properly - the LED light turns ON, but the motors wouldn't stop when there is a obstacle in less than 10 cm. Can you please ...

  10. How can I build a circuit for an ultrasonic transducer?

    Aug 15, 2016 · For an amatour robot project, I needed to measure the difference of distances between 2 ultrasonic transducer and one receiver. We(my and my teammates at that project) bought Ardunio Uno cards and HC-SR04 modules and made some "operation" on modules. We disabled one module's receiver and the other ones' transmitter; then connected both to the same ardunio, measured time difference between ...

Refresh