Obstacle Avoiding Car
Obstacle Avoiding Car
By
TEAM : ELECTRO INFINITY
MEMBERS: ANUPAMA PP
ATHEENA G
HARSHA PRASAD
PRARTHANA KT
SAYANTH KK
CONTENT
1. INTRODUCTION
2. AIM AND OBJECTIVE
3. COMPONENTS USED
4. BLOCK DIAGRAM
5. CIRCUIT DIAGRAM
6. WORKING
7. ISSUE AND SOLUTION
8. ADVANTAGES
9. APPLICATION
10. CONCLUSION
INTRODUCTION
Objectives :
1. To evaluate literature related to the fields of engineering,
mechatronics, and software development in the design,
construction, and programming of an autonomous robot.
2. To design a robotic car capable of obstacle detection in a
controlled environment.
3. To interface the robot with a real-time system that will
enable it to perform assigned tasks.
4. To achieve optimal performance from the robot and
distinct quality in contrast to other obstacle avoidance robot’s
known.
COMPONENTS USED
Arduino Uno
Motor Driver Shield
Wheels
TT Gear Motor
Servo Motor
Ultrasonic Sensor
18650 Li-on Battery
18650 Battery Holder
Male and Female Jumper wire
DC Power Switch
BLOCK DIAGRAM
CIRCUIT DIAGRAM
WORKING
The obstacle avoidance robotic vehicle uses ultrasonic
sensors for its movements. Arduino is used to achieve the
desired operation.
The motors are connected through motor driver IC to
Arduino. The ultrasonic sensor is attached in front of the
robot.
Whenever the robot is going on the desired path, the
ultrasonic sensor transmits the ultrasonic waves
continuously from its sensor head.
Whenever an obstacle comes ahead of it the ultrasonic
waves are reflected back from an object and that
information is passed to the arduino uno.
The Arduino controls the motors left, right, back, front,
based on ultrasonic signals. In order to control the speed
of each motor, pulse width modulation is used (PWM).
When ultrasonic sensor detect the object which is kept
inside the path it will send the signal toward the arduino
uno and according to that it will rotate the motor.
Motor M3 & M4 rotates in forward direction and rotate
the motor MI & M2 in reverse direction such way that the
car get moving in left direction.
Similarly in every time when ever an obstacle in found to
be in path of car it will detect it and rotate the car in left
direction to avoid the obstacle.
ISSUE
Collision and accidents on the road; the road breakers and traffic police
wardens are controlling the flow of traffic.
The weather conditions abruptly changes and the driver cannot control
the happenings.
The uncontrollable condition that if a person gets sleepy during the
driving, it can also cause collisions with nearby objects.
SOLUTION
This project will solve the problems describe above in the issue. While the
vehicle is moving on the road. The sensor will be active all the time to detect any
obstacle coming in its way.
When obstacle is detected the ultrasonic sensor attached at the front of the car
will send the signal to the main board. The signals will be sent to through H-
bridge to change the direction of the wheels.
ADVANTAGES