SlideShare a Scribd company logo
1 of 4
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 05 Issue: 02 | Feb-2016, Available @ http://www.ijret.org 113
MINIMUM COST IMPLEMENTATION OF AUTONOMOUS VEHICLE
Prajkta Ravindra Jape1
, Arti.R.Wadhekar2
1
M.E. Student, Electronics and Telecommunication Department, Deogiri Institute of Engineering and Management
Science, Maharashtra, India
2
Guide, Electronics and Telecommunication Department, Deogiri Institute of Engineering and Management Science,
Maharashtra, India
Abstract
In order to increase driving comfort, transportation efficiency, vehicles are made artificially intelligent. Autonomous vehicles or
driverless vehicles or making the vehicle drive on its own like humans do is the aim of automobile industry these days. An
autonomous vehicle is a vehicle that drives its self without any human or robotic operators help and has the potential to notice the
obstacles in its path and navigate through it. For vehicle to drive itself, it should have human perception of driving. This
understanding of path to traverse and overcome obstacles in its way is done with the help of computer, microcontroller and
sensors. In this paper, ARM-7 MCU is the main part that makes system driverless. This paper attempts to illustrate an effort
towards low cost atomizing of vehicle. Developed project vehicle can be used as load carrier in industrial areas where path of
location to destination is simple with minimum amount of obstacles.
Key Words: Arm, Mcu,Gps.
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
The idea of making vehicle autonomous was striking man
since long time. It is not at once the vehicle was made
driverless. The history of making vehicle driverless can be
briefed into four levels. Firstly “Function-specific
automation” was done which can be best explained with
example of electronic control stability which applies braking
to keep the vehicle planted. Here the vehicle automatically
aids the driver by taking control over one or more specific
function. Dynamic break support is also an example of
function specific automation. Second level is “combined
function automation” in which control functions are taken
over by the car and used in combination to free the driver
from controlling. Adaptive Cruise control when used with
lane keeping can be an example of combined function
automation. At level three, vehicle is limitedly atomized. It
can be completely atomized under certain traffic or
environmental conditions. Vehicle continuously monitors
changes in those conditions that would require the driver’s
control and driver can take control of driving at any time. In
level four fully atomized driving is provided in which the
vehicle is completely controlling itself and monitoring road
conditions continuously from the start of journey to
destination. Here the driver just has to enter map to
destination and he is not expected to control the vehicle any
time during journey.
The model that inspired project proposed in this paper is
Google’s driverless car which is mainly based on Artificial
Intelligence system and GPS guidance system [1]. For
developing an autonomous car the integration of
technologies from automotive industry and the mobile robot
industry is required. The mechanical and electrical platform
for the autonomous car can be achieved from the automotive
industry. Numerous autonomous driving algorithms have
been researched in the robot industry, and they can be
applied to the autonomous car. 2005 DARPA Grand
Challenge and the DARPA Urban Challenge of 2007 are
two excellent driverless cars of the recent events [2].
Autonomous vehicles are being used on the battlefield today
because they can travel in areas where soldiers cannot reach
safely. The US Air Force’s Predator and Global Hawk are
unmanned Aerial Vehicles (UAV) that are example of
application of autonomous vehicles in military [3].
2. SYSTEM DEVELOPMENT
2.1 Electrical and Mechanical Components
The designed project consists of chair mounted on chassis of
wheels. Project vehicle is a four wheeler with single person
sitting capability. Electrical subsystem consists of two lead-
acid electrolyte batteries of 12V and 34 A/Hr each are
connected in series, four ‘double pole double throw’ relays
of 40 Amperes each; having coil input 12 V & 1Ampere, 6
mm2
multithreaded cable for dc power transmission are
used. Two permanent magnet DC series motors are placed
on left and right side and having specification of 24 Volt and
9 Ampere (on no load condition) are used to drive the
vehicle. The vehicle dimensions are 0.7m*0.6m*1.21m and
it weighs about 140 kg along with battery weight.
2.2 Electronic Components
Fig.1 is the block diagram of autonomous vehicular system.
Two parts constitute the system as shown in Fig.1. First part
called as master unit because it directs the vehicle by map. It
consists of personal computer and Zigbee module (XBee-
PRO S2B).Other part called as slave unit consist of a 32-bit
MCU-ARM7-LPC2148 Development Kit, Zigbee module
(XBee-PRO S2B), three Vivotech HC-sr04 ultra sonic
distance measuring sensor (2cm-450cm), 2*16 Character
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 05 Issue: 02 | Feb-2016, Available @ http://www.ijret.org 114
LCD display with back Light ,L293D relay driver IC. Slave
unit traverse the path given by master unit.
(a)
(b)
XBee Rx/Tx
Ultrasonic sensor
1 (right)
Ultrasonic sensor
(front)
Ultrasonic sensor
2 (left)
Power supply
24 V, 34 A/hour
LCD display
32-bit Microcontroller
Motor Driver IC
Relay
Motor
Motor
Fig-1: Block diagram of autonomous system. (a)
Autonomous vehicle- slave unit (b) Personal computer -
Master unit
3. SYSTEM OPERATION
3.1 Starting the autonomous vehicle
To start the vehicle user need to enter correct password in a
window that flashes on the screen. The program of this login
window form is coded in Matlab7.6.0 software. In Fig-2
login form window is shown that will appear to enter
password for starting up the car. Password acts like a key to
vehicle. If correct key is put in then only the vehicle starts.
Fig-2:Login form window
Enter password in
login form
stop
Select map
Submit map
Left and right
ultrasonic sensors get
Vehicle starts moving to
destination
If obstacle
present at left
side
Stop
If obstacle is detected in
path
If obstacle present at both
sideTake right
turn
Move forward
Stop at
destination
If obstacle
present at
right side
Take left
turn
Move
forward
Stop at
destination
Password wrongPassword correct
Fig-3: System flow of autonomous vehicular system
3.2 Commutation to the Destination
After entering correct password user has to select map to
destination.Fig-3 shows how the vehicle starts and attains
destination. For the purpose of demonstration of project,
four maps showing paths are stored in the personal computer
that acts as a data server. As soon as user selects one of the
maps the vehicle starts moving according to the path. Fig-4
gives an idea about map stored on personal computer. Here
this map is considered just for demonstrating that vehicle
can take left and right turns as shown in map. But when the
vehicle is to be made customized, the map of that exacting
area where user has to travel recurrently can be saved in the
database of autonomous vehicular system. In the designed
autonomous vehicular system of this project as the vehicle
gets the information of map to destination it starts moving
according to it. Considering the map, processor sends the
signal to motor driver IC to operate the motors and
depending upon distance we have programmed for how
long motor should operate. Thus on selecting a specific map
vehicle starts moving automatically. The vehicle covers 2
Feet distance in 1Second. The distance vehicle should travel
from location to destination is considered approximately
seeing the map selected. If we consider map in Fig-4 then
vehicle will move 20Feet straight, then take left turn for
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 05 Issue: 02 | Feb-2016, Available @ http://www.ijret.org 115
which only right side motor will run for 1Second, then again
vehicle will move straight for 20 Feet, take right turn for
which left motor will run for 1Second, again vehicle moves
10 Feet straight, takes left turn, moves 20 Feet straight, takes
right turn, moves 20 Feet straight, takes left turn and moves
5Feet straight and stops. All these calculation of distances
are just made approximately by looking at the map. In the
past years, some researchers have presented GPS
applications for vehicle control design. In [4] the researchers
were successful to use GPS receiver and digital compass to
find exact angle of direction to destination. Path to the
destination was preprogrammed. The servo motor was used
to control steering wheel angle. The deviation in angle
calculated by compass would lead to lowering of car speed.
Servo deviation and motor speed were controlled by
Arduino. Reflective photo interrupter has been used for
sensing motion of the wheels, GPS and magnetic compass
for guiding direction to vehicle has be illustrated in[5].
Fig-4: Destination map for autonomous vehicle
3.3 Obstacle Avoidance
For avoiding obstacles vehicle has ultrasonic sensors
mounted on front, left and right side of the vehicle. The
vehicle senses obstacle in front, left and right side by means
of ultrasonic sensors. Vehicle has human like intelligence
called artificial intelligence for traversing path because if it
is jammed by the obstruction in front it will wait for the
obstacle to move away in certain time but even then the
obstacle doesn’t move and there is no clearance of path then
side ultrasonic sensors check if there is any obstacle is there
at left and right side. If no obstacle detected sideways then
vehicle takes a turn to one of the side where there is no
obstacle within limits of ultrasonic sensor. Thus overcoming
the obstacle and coming over to original path, the vehicle
resumes its journey to destination. On reaching the
destination the vehicle stops. In referred paper [6] multi-
sensor data fusion technology and obstacle avoidance
algorithm based on fuzzy control, a design of intelligent
mobile robot obstacle avoidance system based on
S3C2410X (ARM9) RISC microprocessor is described.
3.4 Indication
Motion of the vehicle like forward, reverse, right and left, is
displayed ‘forward’, ‘reverse’, ‘right’, ‘left’ respectively
on the LCD. Work of indication is done by LCD. As
destination is attended by vehicle, LCD displays ‘stop’.
4. RESULT
Table-1: Voltage and current readings of main components
used in system
Sr.
no
.
Quantity of
component
s
Components
used in project
Practical readings
Output
V
Output I
1. 3 Ultrasonic
sensor
5.04V 15mA
2. 1 Microcontrolle
r
unit(LPC2148
Development
board)
3.33V 145mA
3. 2 Zigbee module
board
3.36V 60mA
4. 4 Relay 9.86 V 70mA
5. 2 Motors - 48A
(Torque =
240Kgcm
)
6. 1 Battery 11.53
V
600mA
2 12.26
V
4086.6m
A
Total circuit power consumption is 32.4184 Watt. Designed
autonomous vehicle speed is 2.19 Km/hr. It can run
continuously for 14 hours and 30 Km if the batteries are
fully charged. Vehicle can carry total weight of 300 Kg
along with system weight. Ultrasonic sensors gives
impulsive response of obstacles detected to Microcontroller.
5. CONCLUSION
Proposed system has the provision for moving in small
peripheral areas where the traffic signals does not
participate. The designed vehicle autonomously performs
basic functions of driving according to map, obstacle
avoidance and attaining the destination safely. It is very
helpful in reducing the number of accidents. Sensor system
is costly which can affect production of driverless vehicles.
But mass production of such vehicle can reduce the adverse
effect on production. Driverless system can be advantageous
to the people with disabilities such as blindness, amputated
legs, deafness etc, would no longer be dependable for
travelling. The autonomous vehicle can be made customized
by applying image processing system for obstacle detection
and audio system for obstacle announcement. As this car is
made to run on electric battery, air pollution caused by it
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 05 Issue: 02 | Feb-2016, Available @ http://www.ijret.org 116
would be zero. Self driving vehicle will help eliminating
human errors like excess speeding and driving under the
influence of alcohol, driverless vehicle will guarantee a very
high percentage of safety to avoid accidents. Shortcoming of
autonomous vehicular system is that if the vehicle is using
internet which have less security then, from the hackers
point of view in some cases the vehicle can be switched off
or reach another destination if hackers changes the rout
which is plotted in the system(in rare cases). Also in case of
failure of main sensor the vehicle can create a chance of
accident. As this kind of technology is not cheap, it will be
impossible for an average common man to afford this car. In
this project a small prototype vehicle model has been
designed. To make actual road running big car we need to
use advanced versions of electronics devices such as faster
processor, higher sensitivity sensors, microphone and
speakers, etc in this project. Various types of sensors can be
implemented in the car to sense variety of objects and
materials. Also by using image processing the traffic signals
can be determined.
REFERENCES
[1]. http://www.mechanicalengineeringblog.com/tag/googl
e-driverless-car/
[2]. http://archive.darpa.mil/grandchallenge
[3]. https://airandspace.si.edu/exhibitions/uav/
[4]. Wan Rahiman and Zafariq Zainal, “An Overview of
Development GPS Navigation for Autonomous Car”.
2013 IEEE 8th Conference on Industrial Electronics
and Applications (ICIEA).pp.1112-1118, 2013
[5]. Ray-Shine Run, Jui-Cheng Yen ,Cheng-Yu Tsai, “A
Low Cost Implementation of GPS Guided Driverless
Car” 5th IEEE Conference on Industrial Electronics
and Applicationsis, pp. 1610-1614,2010.
[6]. Yi Jincong, Zhang Xiuping, Ning Zhengyuan, Huang
Quanzhen, “Intelligent Robot Obstacle Avoidance
System based on Fuzzy control ”. 1st
International
Conference on Information Science and Engineering
(ICISE). pp. 3812-3815, 2009.

More Related Content

What's hot

Vehicle tracking system
Vehicle tracking systemVehicle tracking system
Vehicle tracking system
Sujit9561
 
Shared Steering Control between a Driver and an Automation: Stability in the ...
Shared Steering Control between a Driver and an Automation: Stability in the ...Shared Steering Control between a Driver and an Automation: Stability in the ...
Shared Steering Control between a Driver and an Automation: Stability in the ...
paperpublications3
 

What's hot (20)

Android based autonomous coloured line follower robot
Android based autonomous coloured line follower robotAndroid based autonomous coloured line follower robot
Android based autonomous coloured line follower robot
 
IRJET- Self Balancing Robot using Arduino Uno
IRJET-  	  Self Balancing Robot using Arduino UnoIRJET-  	  Self Balancing Robot using Arduino Uno
IRJET- Self Balancing Robot using Arduino Uno
 
Design and Implementation of Smart Docking and Recharging System for Defense ...
Design and Implementation of Smart Docking and Recharging System for Defense ...Design and Implementation of Smart Docking and Recharging System for Defense ...
Design and Implementation of Smart Docking and Recharging System for Defense ...
 
IRJET- Intelligent Braking System for Automobiles
IRJET- Intelligent Braking System for AutomobilesIRJET- Intelligent Braking System for Automobiles
IRJET- Intelligent Braking System for Automobiles
 
Automatic collision detection for an autonomous robot using proximity sensing...
Automatic collision detection for an autonomous robot using proximity sensing...Automatic collision detection for an autonomous robot using proximity sensing...
Automatic collision detection for an autonomous robot using proximity sensing...
 
IRJET- Smart Bus Transportation System
IRJET- Smart Bus Transportation SystemIRJET- Smart Bus Transportation System
IRJET- Smart Bus Transportation System
 
IRJET- Design and Fabrication of PLC and SCADA based Robotic Arm for Material...
IRJET- Design and Fabrication of PLC and SCADA based Robotic Arm for Material...IRJET- Design and Fabrication of PLC and SCADA based Robotic Arm for Material...
IRJET- Design and Fabrication of PLC and SCADA based Robotic Arm for Material...
 
PUMA-560 Robot Manipulator Position Sliding Mode Control Methods Using MATLAB...
PUMA-560 Robot Manipulator Position Sliding Mode Control Methods Using MATLAB...PUMA-560 Robot Manipulator Position Sliding Mode Control Methods Using MATLAB...
PUMA-560 Robot Manipulator Position Sliding Mode Control Methods Using MATLAB...
 
Vehicle tracking system
Vehicle tracking systemVehicle tracking system
Vehicle tracking system
 
IRJET - Android based Pick and Place Robot Vehicle for Industries
IRJET -  	  Android based Pick and Place Robot Vehicle for IndustriesIRJET -  	  Android based Pick and Place Robot Vehicle for Industries
IRJET - Android based Pick and Place Robot Vehicle for Industries
 
IRJET- Design and Implementation of Automatic Traction System
IRJET-  	  Design and Implementation of Automatic Traction SystemIRJET-  	  Design and Implementation of Automatic Traction System
IRJET- Design and Implementation of Automatic Traction System
 
Line follower using Arduino Uno
Line follower using Arduino UnoLine follower using Arduino Uno
Line follower using Arduino Uno
 
Dc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationDc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# application
 
Dc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationDc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# application
 
IRJET- Automated Guided Vehicle Design Methodology - A Review
IRJET- Automated Guided Vehicle Design Methodology - A ReviewIRJET- Automated Guided Vehicle Design Methodology - A Review
IRJET- Automated Guided Vehicle Design Methodology - A Review
 
An enhanced method for human life rescue system
An enhanced method for human life rescue systemAn enhanced method for human life rescue system
An enhanced method for human life rescue system
 
Shared Steering Control between a Driver and an Automation: Stability in the ...
Shared Steering Control between a Driver and an Automation: Stability in the ...Shared Steering Control between a Driver and an Automation: Stability in the ...
Shared Steering Control between a Driver and an Automation: Stability in the ...
 
Esert the complete system design to make railway traffic effective, safer a...
Esert   the complete system design to make railway traffic effective, safer a...Esert   the complete system design to make railway traffic effective, safer a...
Esert the complete system design to make railway traffic effective, safer a...
 
Analysis and reporting of programming skills using mobile cloud based compiler
Analysis and reporting of programming skills using mobile cloud based compilerAnalysis and reporting of programming skills using mobile cloud based compiler
Analysis and reporting of programming skills using mobile cloud based compiler
 
Review Report on SOC on Various Platforms for Vehicles
Review Report on SOC on Various Platforms for VehiclesReview Report on SOC on Various Platforms for Vehicles
Review Report on SOC on Various Platforms for Vehicles
 

Viewers also liked

Critical heat flux enhancement in pool boiling with al2 o3 water nanofluid
Critical heat flux enhancement in pool boiling with al2 o3 water nanofluidCritical heat flux enhancement in pool boiling with al2 o3 water nanofluid
Critical heat flux enhancement in pool boiling with al2 o3 water nanofluid
eSAT Journals
 
Maquetería y decoración
Maquetería y decoraciónMaquetería y decoración
Maquetería y decoración
AURO89
 
Congestion control in computer networks using a modified red aqm algorithm
Congestion control in computer networks using a modified red aqm algorithmCongestion control in computer networks using a modified red aqm algorithm
Congestion control in computer networks using a modified red aqm algorithm
eSAT Journals
 
Gallstones - Nicola Tanner
Gallstones - Nicola TannerGallstones - Nicola Tanner
Gallstones - Nicola Tanner
welshbarbers
 
2013EntrepreneurshipApril
2013EntrepreneurshipApril2013EntrepreneurshipApril
2013EntrepreneurshipApril
Leslie Hielema
 
Thermal Energy Storage
Thermal Energy StorageThermal Energy Storage
Thermal Energy Storage
Alberto Borghi
 

Viewers also liked (17)

Critical heat flux enhancement in pool boiling with al2 o3 water nanofluid
Critical heat flux enhancement in pool boiling with al2 o3 water nanofluidCritical heat flux enhancement in pool boiling with al2 o3 water nanofluid
Critical heat flux enhancement in pool boiling with al2 o3 water nanofluid
 
Intern rapport
Intern rapportIntern rapport
Intern rapport
 
Magazines
MagazinesMagazines
Magazines
 
Ladrillos
LadrillosLadrillos
Ladrillos
 
Plan Operativo Anual
Plan Operativo AnualPlan Operativo Anual
Plan Operativo Anual
 
Maquetería y decoración
Maquetería y decoraciónMaquetería y decoración
Maquetería y decoración
 
Nanomaterials: Meeting Global Energy Needs
Nanomaterials: Meeting Global Energy NeedsNanomaterials: Meeting Global Energy Needs
Nanomaterials: Meeting Global Energy Needs
 
Perfilsinaloa
Perfilsinaloa Perfilsinaloa
Perfilsinaloa
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 
Resolucion n°019
Resolucion n°019Resolucion n°019
Resolucion n°019
 
Congestion control in computer networks using a modified red aqm algorithm
Congestion control in computer networks using a modified red aqm algorithmCongestion control in computer networks using a modified red aqm algorithm
Congestion control in computer networks using a modified red aqm algorithm
 
Gallstones - Nicola Tanner
Gallstones - Nicola TannerGallstones - Nicola Tanner
Gallstones - Nicola Tanner
 
2013EntrepreneurshipApril
2013EntrepreneurshipApril2013EntrepreneurshipApril
2013EntrepreneurshipApril
 
Thermal Energy Storage
Thermal Energy StorageThermal Energy Storage
Thermal Energy Storage
 
Gilly Salmon Carpe Diem August 2015
Gilly Salmon Carpe Diem August 2015Gilly Salmon Carpe Diem August 2015
Gilly Salmon Carpe Diem August 2015
 
Attribution theory of perception
Attribution theory of perceptionAttribution theory of perception
Attribution theory of perception
 
Beyond Numbers_Al Nahar TV_Boycott campaign_Digital media impact
Beyond Numbers_Al Nahar TV_Boycott campaign_Digital media impactBeyond Numbers_Al Nahar TV_Boycott campaign_Digital media impact
Beyond Numbers_Al Nahar TV_Boycott campaign_Digital media impact
 

Similar to Minimum cost implementation of autonomous vehicle

Design of automatic navigation control system for agricultural vehicle
Design of automatic navigation control system for agricultural vehicleDesign of automatic navigation control system for agricultural vehicle
Design of automatic navigation control system for agricultural vehicle
eSAT Journals
 

Similar to Minimum cost implementation of autonomous vehicle (20)

IRJET- IoT based Motion Control System of a Robotic car
IRJET-  	  IoT based Motion Control System of a Robotic carIRJET-  	  IoT based Motion Control System of a Robotic car
IRJET- IoT based Motion Control System of a Robotic car
 
Design and Construction of Navigation Based Auto Self Driving Vehicle using G...
Design and Construction of Navigation Based Auto Self Driving Vehicle using G...Design and Construction of Navigation Based Auto Self Driving Vehicle using G...
Design and Construction of Navigation Based Auto Self Driving Vehicle using G...
 
IRJET- Real Time Fuel Estimation using Micro Controller and Android App
IRJET- Real Time Fuel Estimation using Micro Controller and Android AppIRJET- Real Time Fuel Estimation using Micro Controller and Android App
IRJET- Real Time Fuel Estimation using Micro Controller and Android App
 
Advanced Vehicle Tracking system using GSM/GPRS and GPS
Advanced Vehicle Tracking system using GSM/GPRS and GPSAdvanced Vehicle Tracking system using GSM/GPRS and GPS
Advanced Vehicle Tracking system using GSM/GPRS and GPS
 
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
 
Design of automatic navigation control system for agricultural vehicle
Design of automatic navigation control system for agricultural vehicleDesign of automatic navigation control system for agricultural vehicle
Design of automatic navigation control system for agricultural vehicle
 
Estimation of Road Roughness Condition and Ghat Complexity Analysis Using Sma...
Estimation of Road Roughness Condition and Ghat Complexity Analysis Using Sma...Estimation of Road Roughness Condition and Ghat Complexity Analysis Using Sma...
Estimation of Road Roughness Condition and Ghat Complexity Analysis Using Sma...
 
Estimation of Road Roughness Condition and Ghat Complexity Analysis Using Sma...
Estimation of Road Roughness Condition and Ghat Complexity Analysis Using Sma...Estimation of Road Roughness Condition and Ghat Complexity Analysis Using Sma...
Estimation of Road Roughness Condition and Ghat Complexity Analysis Using Sma...
 
Autonomous Vehicle by using 3D LIDAR and 2D Camera
Autonomous Vehicle by using 3D LIDAR and 2D CameraAutonomous Vehicle by using 3D LIDAR and 2D Camera
Autonomous Vehicle by using 3D LIDAR and 2D Camera
 
IRJET- Sentimental Analysis on Product using Statistical Measures
IRJET-  	  Sentimental Analysis on Product using Statistical MeasuresIRJET-  	  Sentimental Analysis on Product using Statistical Measures
IRJET- Sentimental Analysis on Product using Statistical Measures
 
final_report
final_reportfinal_report
final_report
 
Self-Navigation Car using Reinforcement Learning
Self-Navigation Car using Reinforcement LearningSelf-Navigation Car using Reinforcement Learning
Self-Navigation Car using Reinforcement Learning
 
IRJET - A Review on Multi-Functional Multi-Ability Electric Vehicle
IRJET - A Review on Multi-Functional Multi-Ability Electric VehicleIRJET - A Review on Multi-Functional Multi-Ability Electric Vehicle
IRJET - A Review on Multi-Functional Multi-Ability Electric Vehicle
 
Cell phone operated car using bluetooth technology and android application
Cell phone operated car using bluetooth technology and android applicationCell phone operated car using bluetooth technology and android application
Cell phone operated car using bluetooth technology and android application
 
Ieeepro techno solutions ieee 2013 embedded project autonomous self parkin...
Ieeepro techno solutions    ieee 2013 embedded project autonomous self parkin...Ieeepro techno solutions    ieee 2013 embedded project autonomous self parkin...
Ieeepro techno solutions ieee 2013 embedded project autonomous self parkin...
 
ELECTRIC VEHICLE CHARGING STATION FINDER AND SLOT BOOKING MOBILE APPLICATION ...
ELECTRIC VEHICLE CHARGING STATION FINDER AND SLOT BOOKING MOBILE APPLICATION ...ELECTRIC VEHICLE CHARGING STATION FINDER AND SLOT BOOKING MOBILE APPLICATION ...
ELECTRIC VEHICLE CHARGING STATION FINDER AND SLOT BOOKING MOBILE APPLICATION ...
 
Reservation based s park system using embedded server and android application
Reservation based s park system using embedded server and android applicationReservation based s park system using embedded server and android application
Reservation based s park system using embedded server and android application
 
Intelligent traffic regulation system for roads using car two way communication
Intelligent traffic regulation system for roads using car two way communicationIntelligent traffic regulation system for roads using car two way communication
Intelligent traffic regulation system for roads using car two way communication
 
Smart Car Parking System
Smart Car Parking SystemSmart Car Parking System
Smart Car Parking System
 
A Novel Review On Google Driverless Autonomous Vehicle
A Novel Review On Google Driverless Autonomous VehicleA Novel Review On Google Driverless Autonomous Vehicle
A Novel Review On Google Driverless Autonomous Vehicle
 

More from eSAT Journals

Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
eSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
eSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
eSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 

Recently uploaded (20)

Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdf
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 

Minimum cost implementation of autonomous vehicle

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 05 Issue: 02 | Feb-2016, Available @ http://www.ijret.org 113 MINIMUM COST IMPLEMENTATION OF AUTONOMOUS VEHICLE Prajkta Ravindra Jape1 , Arti.R.Wadhekar2 1 M.E. Student, Electronics and Telecommunication Department, Deogiri Institute of Engineering and Management Science, Maharashtra, India 2 Guide, Electronics and Telecommunication Department, Deogiri Institute of Engineering and Management Science, Maharashtra, India Abstract In order to increase driving comfort, transportation efficiency, vehicles are made artificially intelligent. Autonomous vehicles or driverless vehicles or making the vehicle drive on its own like humans do is the aim of automobile industry these days. An autonomous vehicle is a vehicle that drives its self without any human or robotic operators help and has the potential to notice the obstacles in its path and navigate through it. For vehicle to drive itself, it should have human perception of driving. This understanding of path to traverse and overcome obstacles in its way is done with the help of computer, microcontroller and sensors. In this paper, ARM-7 MCU is the main part that makes system driverless. This paper attempts to illustrate an effort towards low cost atomizing of vehicle. Developed project vehicle can be used as load carrier in industrial areas where path of location to destination is simple with minimum amount of obstacles. Key Words: Arm, Mcu,Gps. --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION The idea of making vehicle autonomous was striking man since long time. It is not at once the vehicle was made driverless. The history of making vehicle driverless can be briefed into four levels. Firstly “Function-specific automation” was done which can be best explained with example of electronic control stability which applies braking to keep the vehicle planted. Here the vehicle automatically aids the driver by taking control over one or more specific function. Dynamic break support is also an example of function specific automation. Second level is “combined function automation” in which control functions are taken over by the car and used in combination to free the driver from controlling. Adaptive Cruise control when used with lane keeping can be an example of combined function automation. At level three, vehicle is limitedly atomized. It can be completely atomized under certain traffic or environmental conditions. Vehicle continuously monitors changes in those conditions that would require the driver’s control and driver can take control of driving at any time. In level four fully atomized driving is provided in which the vehicle is completely controlling itself and monitoring road conditions continuously from the start of journey to destination. Here the driver just has to enter map to destination and he is not expected to control the vehicle any time during journey. The model that inspired project proposed in this paper is Google’s driverless car which is mainly based on Artificial Intelligence system and GPS guidance system [1]. For developing an autonomous car the integration of technologies from automotive industry and the mobile robot industry is required. The mechanical and electrical platform for the autonomous car can be achieved from the automotive industry. Numerous autonomous driving algorithms have been researched in the robot industry, and they can be applied to the autonomous car. 2005 DARPA Grand Challenge and the DARPA Urban Challenge of 2007 are two excellent driverless cars of the recent events [2]. Autonomous vehicles are being used on the battlefield today because they can travel in areas where soldiers cannot reach safely. The US Air Force’s Predator and Global Hawk are unmanned Aerial Vehicles (UAV) that are example of application of autonomous vehicles in military [3]. 2. SYSTEM DEVELOPMENT 2.1 Electrical and Mechanical Components The designed project consists of chair mounted on chassis of wheels. Project vehicle is a four wheeler with single person sitting capability. Electrical subsystem consists of two lead- acid electrolyte batteries of 12V and 34 A/Hr each are connected in series, four ‘double pole double throw’ relays of 40 Amperes each; having coil input 12 V & 1Ampere, 6 mm2 multithreaded cable for dc power transmission are used. Two permanent magnet DC series motors are placed on left and right side and having specification of 24 Volt and 9 Ampere (on no load condition) are used to drive the vehicle. The vehicle dimensions are 0.7m*0.6m*1.21m and it weighs about 140 kg along with battery weight. 2.2 Electronic Components Fig.1 is the block diagram of autonomous vehicular system. Two parts constitute the system as shown in Fig.1. First part called as master unit because it directs the vehicle by map. It consists of personal computer and Zigbee module (XBee- PRO S2B).Other part called as slave unit consist of a 32-bit MCU-ARM7-LPC2148 Development Kit, Zigbee module (XBee-PRO S2B), three Vivotech HC-sr04 ultra sonic distance measuring sensor (2cm-450cm), 2*16 Character
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 05 Issue: 02 | Feb-2016, Available @ http://www.ijret.org 114 LCD display with back Light ,L293D relay driver IC. Slave unit traverse the path given by master unit. (a) (b) XBee Rx/Tx Ultrasonic sensor 1 (right) Ultrasonic sensor (front) Ultrasonic sensor 2 (left) Power supply 24 V, 34 A/hour LCD display 32-bit Microcontroller Motor Driver IC Relay Motor Motor Fig-1: Block diagram of autonomous system. (a) Autonomous vehicle- slave unit (b) Personal computer - Master unit 3. SYSTEM OPERATION 3.1 Starting the autonomous vehicle To start the vehicle user need to enter correct password in a window that flashes on the screen. The program of this login window form is coded in Matlab7.6.0 software. In Fig-2 login form window is shown that will appear to enter password for starting up the car. Password acts like a key to vehicle. If correct key is put in then only the vehicle starts. Fig-2:Login form window Enter password in login form stop Select map Submit map Left and right ultrasonic sensors get Vehicle starts moving to destination If obstacle present at left side Stop If obstacle is detected in path If obstacle present at both sideTake right turn Move forward Stop at destination If obstacle present at right side Take left turn Move forward Stop at destination Password wrongPassword correct Fig-3: System flow of autonomous vehicular system 3.2 Commutation to the Destination After entering correct password user has to select map to destination.Fig-3 shows how the vehicle starts and attains destination. For the purpose of demonstration of project, four maps showing paths are stored in the personal computer that acts as a data server. As soon as user selects one of the maps the vehicle starts moving according to the path. Fig-4 gives an idea about map stored on personal computer. Here this map is considered just for demonstrating that vehicle can take left and right turns as shown in map. But when the vehicle is to be made customized, the map of that exacting area where user has to travel recurrently can be saved in the database of autonomous vehicular system. In the designed autonomous vehicular system of this project as the vehicle gets the information of map to destination it starts moving according to it. Considering the map, processor sends the signal to motor driver IC to operate the motors and depending upon distance we have programmed for how long motor should operate. Thus on selecting a specific map vehicle starts moving automatically. The vehicle covers 2 Feet distance in 1Second. The distance vehicle should travel from location to destination is considered approximately seeing the map selected. If we consider map in Fig-4 then vehicle will move 20Feet straight, then take left turn for
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 05 Issue: 02 | Feb-2016, Available @ http://www.ijret.org 115 which only right side motor will run for 1Second, then again vehicle will move straight for 20 Feet, take right turn for which left motor will run for 1Second, again vehicle moves 10 Feet straight, takes left turn, moves 20 Feet straight, takes right turn, moves 20 Feet straight, takes left turn and moves 5Feet straight and stops. All these calculation of distances are just made approximately by looking at the map. In the past years, some researchers have presented GPS applications for vehicle control design. In [4] the researchers were successful to use GPS receiver and digital compass to find exact angle of direction to destination. Path to the destination was preprogrammed. The servo motor was used to control steering wheel angle. The deviation in angle calculated by compass would lead to lowering of car speed. Servo deviation and motor speed were controlled by Arduino. Reflective photo interrupter has been used for sensing motion of the wheels, GPS and magnetic compass for guiding direction to vehicle has be illustrated in[5]. Fig-4: Destination map for autonomous vehicle 3.3 Obstacle Avoidance For avoiding obstacles vehicle has ultrasonic sensors mounted on front, left and right side of the vehicle. The vehicle senses obstacle in front, left and right side by means of ultrasonic sensors. Vehicle has human like intelligence called artificial intelligence for traversing path because if it is jammed by the obstruction in front it will wait for the obstacle to move away in certain time but even then the obstacle doesn’t move and there is no clearance of path then side ultrasonic sensors check if there is any obstacle is there at left and right side. If no obstacle detected sideways then vehicle takes a turn to one of the side where there is no obstacle within limits of ultrasonic sensor. Thus overcoming the obstacle and coming over to original path, the vehicle resumes its journey to destination. On reaching the destination the vehicle stops. In referred paper [6] multi- sensor data fusion technology and obstacle avoidance algorithm based on fuzzy control, a design of intelligent mobile robot obstacle avoidance system based on S3C2410X (ARM9) RISC microprocessor is described. 3.4 Indication Motion of the vehicle like forward, reverse, right and left, is displayed ‘forward’, ‘reverse’, ‘right’, ‘left’ respectively on the LCD. Work of indication is done by LCD. As destination is attended by vehicle, LCD displays ‘stop’. 4. RESULT Table-1: Voltage and current readings of main components used in system Sr. no . Quantity of component s Components used in project Practical readings Output V Output I 1. 3 Ultrasonic sensor 5.04V 15mA 2. 1 Microcontrolle r unit(LPC2148 Development board) 3.33V 145mA 3. 2 Zigbee module board 3.36V 60mA 4. 4 Relay 9.86 V 70mA 5. 2 Motors - 48A (Torque = 240Kgcm ) 6. 1 Battery 11.53 V 600mA 2 12.26 V 4086.6m A Total circuit power consumption is 32.4184 Watt. Designed autonomous vehicle speed is 2.19 Km/hr. It can run continuously for 14 hours and 30 Km if the batteries are fully charged. Vehicle can carry total weight of 300 Kg along with system weight. Ultrasonic sensors gives impulsive response of obstacles detected to Microcontroller. 5. CONCLUSION Proposed system has the provision for moving in small peripheral areas where the traffic signals does not participate. The designed vehicle autonomously performs basic functions of driving according to map, obstacle avoidance and attaining the destination safely. It is very helpful in reducing the number of accidents. Sensor system is costly which can affect production of driverless vehicles. But mass production of such vehicle can reduce the adverse effect on production. Driverless system can be advantageous to the people with disabilities such as blindness, amputated legs, deafness etc, would no longer be dependable for travelling. The autonomous vehicle can be made customized by applying image processing system for obstacle detection and audio system for obstacle announcement. As this car is made to run on electric battery, air pollution caused by it
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 05 Issue: 02 | Feb-2016, Available @ http://www.ijret.org 116 would be zero. Self driving vehicle will help eliminating human errors like excess speeding and driving under the influence of alcohol, driverless vehicle will guarantee a very high percentage of safety to avoid accidents. Shortcoming of autonomous vehicular system is that if the vehicle is using internet which have less security then, from the hackers point of view in some cases the vehicle can be switched off or reach another destination if hackers changes the rout which is plotted in the system(in rare cases). Also in case of failure of main sensor the vehicle can create a chance of accident. As this kind of technology is not cheap, it will be impossible for an average common man to afford this car. In this project a small prototype vehicle model has been designed. To make actual road running big car we need to use advanced versions of electronics devices such as faster processor, higher sensitivity sensors, microphone and speakers, etc in this project. Various types of sensors can be implemented in the car to sense variety of objects and materials. Also by using image processing the traffic signals can be determined. REFERENCES [1]. http://www.mechanicalengineeringblog.com/tag/googl e-driverless-car/ [2]. http://archive.darpa.mil/grandchallenge [3]. https://airandspace.si.edu/exhibitions/uav/ [4]. Wan Rahiman and Zafariq Zainal, “An Overview of Development GPS Navigation for Autonomous Car”. 2013 IEEE 8th Conference on Industrial Electronics and Applications (ICIEA).pp.1112-1118, 2013 [5]. Ray-Shine Run, Jui-Cheng Yen ,Cheng-Yu Tsai, “A Low Cost Implementation of GPS Guided Driverless Car” 5th IEEE Conference on Industrial Electronics and Applicationsis, pp. 1610-1614,2010. [6]. Yi Jincong, Zhang Xiuping, Ning Zhengyuan, Huang Quanzhen, “Intelligent Robot Obstacle Avoidance System based on Fuzzy control ”. 1st International Conference on Information Science and Engineering (ICISE). pp. 3812-3815, 2009.