Obstacle Avoidance Rover
The project is design to build an obstacle avoidance robotic Rover vehicle using ultrasonic sensors for its movement. A microcontroller (ATmega328) is used to achieve the desired operation. A robot is a machine that can perform task automatically or with guidance. The project proposes robotic vehicle that has an intelligence built in it such that it directs itself whenever an obstacle comes in its path. This robotic vehicle is built, using a micro-controller of AT mega 328 family. An ultrasonic sensor is used to detect any obstacle ahead of it and sends a command to the micro-controller. Depending on the input signal received, the micro-controller redirects the robot to move in an alternate direction by actuating the motors which are interfaced to it through a motor driver.
Arduino NANO or Uno (any version),HC-SR04 Ultrasonic Sensor.LM298N Motor Driver Module,5V DC Motors,Battery,Wheels. Chassis,Jumper Wires
"Obstacle-avoiding robot with IR and PIR motion Sensors” has been designed and has proposed that developed robot platform was not designed for specific task but as a general wheeled autonomous platform. It can therefore be used for educational, research or industrial implementation. Students can use it to learn the microcontroller programming using C++, Arduino Uno 1.6.5 compiler, IR and PIR sensors characteristics, motor driving circuit and signal condition circuit design. Research on obstacle avoidance robot at the polytechnic level can help students to develop communication, technical skills and teamwork.Used in mobile robot navigation systems,Used for household work like automatic vacuum cleaning Used in dangerous environments, where human penetration could be fatal.Automatic change over’s of traffic signals Intruder alarm system Counting instruments access switches parking Metre Back sonar of automobiles
The result is obtained for obstacle avoidance robot using Arduino, if the robot moves forward if any obstacle detect it check for other directions and moves where there is no obstacles it moves in forward direction, to sense the obstacle ultrasonic sensor is used. We used servo motor to rotate the ultrasonic sensor
This project developed an obstacle avoiding robot to detect and avoid obstacles in its path. The robot is built on the Arduino platform for data processing and its software counterpart helped to communicate with the robot to send parameters for guiding movement. The robot is fully autonomous and after the initial loading of the code, it requires no user intervention during its operation. When placed in unknown environment with obstacles, it moved while avoiding all Obstacles with considerable accuracy. In order to optimize the movement of the robot, we have many considerations for improvement. However, most of these ideas will cost more money and time as well. In future cameras can be used to detect the obstacle however, it is better to get CCD or industrial use ones to get clear and fast pictures.



Comments
Post a Comment