0% found this document useful (0 votes)
17 views8 pages

PVK Mini Synopsis

Uploaded by

rishitej811
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views8 pages

PVK Mini Synopsis

Uploaded by

rishitej811
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

OBSTACLE AVOIDING ROBOT

CHAPTER 1

INTRODUCTION, OBJECTIVES & PROBLEM STATEMENT

1.1 INTRODUCTION
An Obstacle Avoiding Robot is an autonomous robotic system designed to navigate its
environment while avoiding collisions with obstacles. Using sensors and programmed logic, the
robot can detect obstacles in its path and alter its course to ensure smooth movement. These
robots are widely used in various applications such as automation, surveillance, and exploration.

1.2 OBJECTIVES
The primary objective of an obstacle-avoiding robot is to navigate its environment autonomously
without colliding with obstacles, ensuring smooth and efficient movement. This involves the
following specific goals:
1. Autonomous Navigation:
To develop a robot that can move independently without human intervention, using real-time
data from sensors.
2. Obstacle Detection and Avoidance:
To detect obstacles in its path using sensors (e.g., ultrasonic, IR) and adjust its direction to
prevent collisions.

1.3 PROBLEM STATEMENT

In environments where autonomous navigation is required, robots often encounter static or dynamic
obstacles that hinder their movement. The inability to detect and avoid such obstacles can result in
collisions, damage to the robot, or inefficient navigation. This project addresses the need for an
autonomous system capable of real-time obstacle detection and avoidance, enabling safe and
efficient movement in a variety of environments, such as industrial floors, homes, or outdoor
terrains.

The solution aims to develop an obstacle-avoiding robot equipped with sensors and programmed
logic to detect and navigate around obstacles, ensuring continuous and collision-free operation.

Dept of ECE, VKIT Page 1


OBSTACLE AVOIDING ROBOT

CHAPTER 2
LITERATURE SURVEY
A literature survey for obstacle-avoiding robots involves reviewing prior research, projects, and
technologies to understand the development of autonomous navigation systems. Below is an
overview of key findings and advancements from various studies and implementations:

1. Sensor-Based Obstacle Detection


• Ultrasonic Sensors: Widely used due to their accuracy in detecting obstacles at different
distances. Studies show that these sensors are highly effective for real-time obstacle detection in
dynamic environments.

• Infrared Sensors: Common for detecting nearby obstacles due to their cost-effectiveness, though
limited by interference from ambient light.

2. Microcontroller-Based Control

• 8051 Microcontroller: One of the earliest and simplest controllers used in robots due to its ease
of programming and cost-effectiveness.

• Arduino and Raspberry Pi: Recent projects often use Arduino for simplicity or Raspberry Pi for
advanced processing power, enabling complex algorithms like image recognition.

• 3. Path Planning Algorithms

• Reactive Approach: Involves simple obstacle detection and immediate changes in direction
without complex path planning.

• AI and Machine Learning: Newer systems incorporate AI for decision-making, enabling


adaptive path planning based on real-time learning.

4. Applications in Real-World Scenarios


• Industrial Automation: Robots in factories use obstacle avoidance to navigate crowded spaces
safely.

• Autonomous Vehicles: Self-driving cars employ advanced versions of obstacle avoidance


systems using LiDAR and AI algorithms.

• 5. Challenges Identified
• Sensor Limitations: Issues like false positives and interference with IR sensors in outdoor
environments.

Page | 2
OBSTACLE AVOIDING ROBOT

CHAPTER 3
HARDWARE AND SOFTWARE REQUIREMENTS
3.1 HARDWARE REQUIREMENTS:
1. Microcontroller
2. Sensors
3. Actuators
4. Chassis
5. Motor Driver
6. Power Supply
7. Wheels
8. Connecting Wires and Breadboard
9. Switches
10. Miscellaneous Components

3.2 SOFTWARE REQUIREMENTS:


1. Integrated Development Environment (IDE)
2. Programming Languages
3. Simulation and Debugging Tools
4. Sensor Libraries
5. Motor Control Libraries
6. Communication Protocols
7. Real-Time Operating System (Optional)
8. Additional Tools

Page | 3
OBSTACLE AVOIDING ROBOT

CHAPTER 4

PROPOSED MODEL

1. System Overview
The proposed model is a fully autonomous obstacle-avoiding robot that uses sensors for detecting
obstacles, a microcontroller for decision-making, and a motor driver circuit for movement control. It
aims to navigate safely in real-time while avoiding static and dynamic obstacles in its path.

2. Key Components
1. Microcontroller:
Model: Arduino Uno or 8051 microcontroller.
Role: Processes sensor data and implements obstacle avoidance logic.

2. Sensors:
Ultrasonic Sensors: For accurate distance measurement to detect obstacles.
Infrared (IR) Sensors: For nearby obstacle detection, especially for smaller objects.

3. Motor Driver Module:


Model: L298N motor driver or equivalent.
Role: Controls the speed and direction of DC motors based on microcontroller instructions.

4. DC Motors:
Enable forward, backward, and directional movement.

5. Power Supply:
Rechargeable battery pack to power the microcontroller, sensors, and motors.

6. Chassis:
Lightweight and durable body to house all components securely.

Page | 4
OBSTACLE AVOIDING ROBOT

3. System Workflow
1. Sensor Input:
Sensors continuously monitor the surroundings and send distance or proximity data to the
microcontroller.
2. Decision-Making:
Based on sensor input, the microcontroller executes pre-programmed logic:
▪ If an obstacle is detected within a predefined range, stop movement.
▪ Determine an alternative path by turning left or right.
▪ Resume forward movement once the path is clear.
3. Motor Control:
The motor driver receives commands from the microcontroller to adjust the robot’s direction
and speed accordingly.

4. Real-Time Operation:
The system continuously loops through sensor readings and decision-making processes to
ensure dynamic and real-time obstacle avoidance.

Page | 5
OBSTACLE AVOIDING ROBOT

CHAPTER 5

ADVANTAGES

1. Autonomous Navigation
2. Eliminates the need for human intervention, enabling the robot to operate independently in
various environments.
3. Collision Prevention
4. Reduces the risk of damage to the robot, nearby objects, or surroundings by effectively
avoiding obstacles.
5. Increased Efficiency
6. Enhances productivity by optimizing paths and avoiding delays caused by manual navigation
or collisions.
7. Cost-Effectiveness
8. Minimizes maintenance costs by preventing wear and tear due to collisions and reducing the
need for frequent repairs.
9. Versatility in Applications
10. Can be adapted for use in industries, homes, and outdoor environments for tasks like
surveillance, transportation, and cleaning.
11. Real-Time Operation
12. Responds quickly to dynamic changes in the environment, ensuring smooth and continuous
operation.
13. Safety Enhancement
14. Contributes to safer working conditions in industrial or hazardous areas by preventing
accidents with equipment or personnel.
15. Energy Efficiency
16. Optimized movement ensures better energy utilization, extending the robot's operational time
on a single charge.
17. Educational Value
18. Serves as a practical project for learning robotics, sensor integration, and programming.
19. Adaptability
20. Can be easily upgraded or modified with advanced sensors and algorithms to improve
performance or suit specific needs.

Page | 6
OBSTACLE AVOIDING ROBOT

CHAPTER 6

EXPECTED RESULT
The following outcomes are expected upon successful implementation of an obstacle-avoiding robot:
1. Autonomous Navigation:
The robot should be capable of moving independently without human intervention in various
environments.
2. Real-Time Obstacle Detection:
It should detect obstacles in its path accurately using sensors (e.g., ultrasonic or IR).
3. Collision-Free Movement:
The robot should change direction or stop as needed to avoid collisions with static or
dynamic obstacles.
4. Dynamic Path Adjustment:
The robot should recalculate and adjust its path in real time based on the environment and
obstacles encountered.
5. Efficient Sensor Utilization:
Optimal integration of sensors to ensure high accuracy and minimal response delay in
obstacle detection and avoidance.
6. Smooth and Stable Motion:
The robot should navigate seamlessly without abrupt or erratic movements.
7. Adaptability to Various Terrains:
The system should work effectively in different conditions, such as flat surfaces, uneven
ground, or indoor and outdoor settings.
8. Demonstration of Core Principles:
The robot should showcase the application of robotics principles like sensor integration,
microcontroller programming, and control logic effectively.

Dept of ECE, VKIT Page 7


z OBSTACLE AVOIDING ROBOT

REFERENCES

1. K. Pathak, S. Mehta, and A. Kumar (2018):


"Ultrasonic Sensor-Based Navigation for Obstacle Avoidance in Robots."
Journal of Robotics and Automation, Volume 12, Issue 4, pp. 234-240.
2. V. Gupta, R. Singh (2017):
"Short-Range Navigation Using Infrared Sensors."
International Journal of Embedded Systems, Volume 8, Issue 3, pp. 98-105.
3. M. Sharma (2015):
"8051 Microcontroller-Based Robot for Simple Obstacle Avoidance."
Proceedings of the National Conference on Embedded Systems, pp. 45-50.
4. N. Patel, T. Desai (2019):
"Raspberry Pi-Based Vision System for Real-Time Obstacle Avoidance."
International Conference on Advanced Robotics, pp. 123-129.
5. A. Singh, R. Rao (2016):
"Reactive Obstacle Avoidance Algorithms for Low-Cost Robots."
IEEE Transactions on Robotics, Volume 14, Issue 2, pp. 89-94.
6. K. Tan, L. Zhou (2020):
"Neural Network-Based Obstacle Avoidance for Dynamic Environments."
Artificial Intelligence in Robotics Applications, Volume 15, Issue 6, pp. 303-312.
7. D. Johnson, H. Lee (2021):
"LiDAR Technology for Autonomous Vehicles: A Comprehensive Study on Obstacle
Avoidance."
IEEE International Conference on Intelligent Systems, pp. 178-185.
8. S. Khanna (2020):
"Applications of Obstacle Avoiding Robots in Industrial Automation."
Industrial Robotics Review, Volume 7, Issue 5, pp. 67-72.

Dept of ECE, VKIT Page 8

You might also like