Circuit Design for Obstacle Avoidance Robot

by robowiz2011 in Circuits > Arduino

121 Views, 0 Favorites, 0 Comments

Circuit Design for Obstacle Avoidance Robot

Circuit Design for Obstacle Avoidance Robot

This is an experiment, wherein I built a circuit on TinkerCAD for an Obstacle Avoidance Robot.

In this case, the simulation circuit makes the robot to move in the right direction whenever it encounters an obstacle less than 30 cm in front of it, i.e., the left motor starts moving forward and the right motor starts moving backward, resulting in the robots' turning towards right side. Or else both the motors continue to move forward, resulting in the robots' forward movement.

Components Required

Breadboard Small.PNG
Audrino Uno R3.PNG
L293D H-brigde Motor Driver.PNG
Hobby Gear Motor.PNG
Ultrasonic Distance Sensor.PNG

Following are the components required to make this circuit:

1 unit - Breadboard1 unit - Arduino Uno R32 units - Hobby gear motors1 unit H - brigde Motor Driver1unit - Ultrasonic Distance sensor,and some wires

Connection of Wires

Circuit Diagram of an Obstacle Avoidance Robot.png

Make the connections using TinkerCAD software as per the above image.

Coding

Coding for the Obstacle Avoidance Robot.png

Assemble the code blocks as per the above image using TinkerCAD software .