Skip to content

codeboy47/Obstacle-Avoidance-Car

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Obstacle-Avoidance-Robot-Car


Introduction:

The obstacle avoidance robotics is used for detecting obstacles and avoiding the collision. This is an autonomous robot. The design of obstacle avoidance robot requires the integration of many sensors according to their task. The robot gets the information from surrounding area through mounted sensors on the robot. Some sensing devices used for obstacle detection like bump sensor, infrared sensor, ultrasonic sensor etc. Ultrasonic sensor is most suitable for obstacle detection and it is of low cost and has high ranging capability.


Working Principle:

The obstacle avoidance robotic vehicle uses ultrasonic sensors for its movements. A microcontroller of 8051 family is used to achieve the desired operation. The motors are connected through motor driver IC to microcontroller. 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 microcontroller. The microcontroller 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).


Different Sensors used for obstacle avoidance Robotic vehicle

  1. Obstacle detection (IR sensor)
  2. Path detection (proximity sensor)
  3. Ultrasonic Sensor

Applications of Obstacle Avoidance Robotic Vehicle:

  1. Especially military applications
  2. It can be used for city wars

To see this robot in action click the link : https://codeboy47.github.io/Obstacle-Avoidance-Car/