SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1579
TO DEVELOP A DISTANCE ALGORITHM USING SENSOR NETWORKS FOR
ADAPTIVE CRUISE CONTROL
Mahua Bhowmik1, Nikita Patole2, Megha Sahane3 , Prajakta Dolas4
1Professor,E&TC Dept.D.Y.Patil Institute of Technology,Pimpri Pune-18
1,2,3UG Students, E&TC Dept.D.Y.Patil Institute of Technology,Pimpri Pune-18
---------------------------------------------------------------------***---------------------------------------------------------------------
ABSRACT- We are developing a distance algorithm for adaptive cruise system using V2V communication It includes three
modes i.e 1. CC (cruise control) in which vehicle operates in normal mode. 2. ACC (adaptive cruise control) in which rear
vehicle automatically reduces its speed when rear car and preceded car comes closer and also it communicate with preceded
vehicle using Bluetooth module. 3. CACC ( cooperativeadaptivecruisecontrol)inthismode rearvehiclereducesspeedandalso
it communicate with preceded vehicle using Bluetooth module. It uses SONAR sensors to detect the distance between 2
vehicles. For this mode we are considering 10m distance limit. Third mode is cooperative adaptive cruise control (CACC) in
which rear vehicle will control its speed as well as communicate with preceding vehicle. Rear car will send the distance
between them to preceding car and preceding car can send the message to rear car. The distance limit is 5m for this mode.
Keywords: Cooperative Adaptive Cruise Control (CACC),Switching Control, Connected Vehicles, Measurement
Distance.
1.INTRODUCTION
Now a days with the ownership of vehicles, increasing all around the world, it has leaded to some traffic problems, including
safety, congestion, and air pollution. The most traffic accidents are caused by drivers, distraction and operational error. So, in
order to solve the above traffic problems, advance driver assistant systems have become one of the most important
technologies in the field of intelligence transportation system.
Adaptive Cruise Control ( ACC ) is a driver assist system which aims to increase efficiency, comfort and safety of the roads.
Additional to the traditional Cruise Control which helps keepinga constantspeed,ACC systemcandetectothervehicleswith its
sensors and maintain a distance with them. This system is based on vehicle to vehicle communication technology. By this
technology vehicles can chat with each other. Information exchanged in the platoon can be omnidirectional or only preceding
vehicle send messages to back to the rear. This inspects the safety of constant space controllers and introduce string stability.
Controlling the time gap between the vehicles instead of a constant distance is safer.
2. EASE OF USE
It is beneficial for the auto speed controlling to improve the comfort for the driver who would be driving the vehicle. It also
senses the information of the vehicles which are at the back and at the front as well. It also measures the distance using the
ultrasonic sensor and calculates the distance accordingly. It also sends an intimation on the dashboardprovidedin thevehicle
about the distance between the two vehicles.
Fig-1:Communication between vehicle
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1580
2.1 PROBLEM STATEMENT
Earlier,vehicles would take the task of accelerating or breaking to while driving to maintain a constant speed. But,it could not
consider the other vehicles on the road. In accordance to that we have developed a new generation of adaptive cruise control
which would maintain safe distance from the vehicles. This system also addresses the concept of vehicle to vehicle
communication,distance measurement between them as well as helps to keep the vehicle in safe position with respect to
others.
3. LIERATURE SURVEY
1. Adaptive switching method for Adaptivecruisecontrol (KadirHaspalmutgil andErkanAdil)PublishedinInternational
conference on system theory, control and computing,of year 2017. Methodology used in ACC system is twomodesi.e.
velocity control mode and distance control mode can be used to detect other vehicles with its sensorsandtomaintain
a distance with them. Find the PI controller is used to calculate distance. The limitation is due to finite BW of the
controller tracking of the desired acceleration is not perfect.
2. Development and evaluation of cooperative ACC(Peidong wang,jun Jan,Wei Zhao.Qui zhu) Published in International
conference on mechatronics and automobiles of year 2015. Methodology used in ACC system reduce fuel
consumption.V2V communication can be used for sending to preceding car. The limitation if V2V communicationhas
drawbacks like delay and pocket dropout.
3. A multimode cooperative ACC control model for connected vehicles considering abnormal communication
(Li,Wang,Pangwei Wang,Hui Deng )Published in 6th Data driven control and learning systemconferenceinyear2017.
Methodology used in V2V communication drawbacks are eliminated by using mode switchingmethod. Thelimitation
of the paper is in this system only preceding car can send message to rear car.
4. SYSTEM IMPLEMENTATION
Fig-2:Block diagram of adaptive cruise control
Sonar sensor: Sonar sensor emits short, high frequency sound pulses at regular interval. If they strike an object, then are
reflected back as echo signals to the sensor, which itself computes the distance to the target based on the time span between
emitting the signal and receiving the echo.
In sensing layer we have used SONAR sensor which will sense the preceding car and give the distance between the cars.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1581
Fig-3: A visualization of calculating distance using Sonar Sensor
LCD display: Output of the sensor is given to controller and LCD will display the distance.
Motor IC: Motor driver IC will control the speed of the motor. Whenever the key is pressed the motor would start rotating
accordingly.
Wireless module: In CACC mode both the cars will send messages to each other via bluetooth module.Ultrasonic sensor HC-
SR04, works on the principle of Sonar Sensor and on timer method. The sensor consists of one input & one output. The trigger
pin is used for sending the Ultrasonic Waves. Echo pin is used for receivingtheultrasonicwavesusingtimecalculationmethod.
PIC Controller is interfaced with HC-SR04 using Timer Method. When the signal is sent through triggerpin&receivedthrough
echo pin , if there is any obstacle between sending and receiving the time duration changes and the data is displayed
accordingly on the LCD & sent to digital dashboard in the car. If key 1 is pressed and connected to PIC Controller as a digital
Driving Motor 1
INPUTS OUTPUTS
INPUT 1 INPUT 2
1 1 START
1 0 REVERSE
0 1 FORWARD
0 0 STOP
Driving Motor 2
INPUTS OUTPUTS
INPUT 1 INPUT 2
1 1 START
1 0 REVERSE
0 1 FORWARD
0 0 STOP
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1582
input pin , they operate the DC Motor. Then the CC Mode is activated accordingly & displayed on LCD. Also, if any obstacle is
away from the sensor then CC mode is activated. If key 2 is pressed and connected to PIC Controller as a digital input pin , they
operate the DC Motor. Then , the CACC Mode is activated accordingly & displayed on LCD. If any obstacle is away from the
sensor then also CACC Mode is activated. Then the speed of DC Motor is changed and ACC is activated and displayed on LCD.
Also, on Smart Dashboard. Motor driver IC will control the DC motor rotations. Its input input pins are 1,2,3,4. Inputs 1 &2are
intialized for driving motor 1 and Inputs 3 & 4 are initialized for driving motor 2.
Modes of operation : First mode is cruise (CC) in which car will operate normally if there is no preceding car. Second mode is
adaptive cruise control (ACC) in which rear car will control its speed according tothe distancebetweenrearcar.Forthismode
we are considering 10m distance limit. Third mode is cooperative adaptive cruise control (CACC) in which rear vehicle will
control its speed as well as communicate with preceding car can send the distance betweenthemto precedingcarcansendthe
message to rear car. The distance limit is 5m for this mode .
5. RESULT
The sensor will send the transmitting wave which would collide with the preceding vehicle and will calculate the time it takes
to receive the wave . So, accordingly it would calculate the time taken to receive back the wave and select the required mode
(CC , CACC , ACC). Therefore, after that we would get the distance calculated between the two vehicles and it would be
displayed on the smart dash board in the vehicle . Then considering the safe distance margin, the brakes would be applied
automatically.
6. CONCLUSION
Lacs of people are injured every year due to accident . The lack of awareness on using basic safety features in automobiles like
seat belts also paved way for development of ACC, CACC , CC mode. Safety is ensured by selecting the necessitymodes.Various
spacing policies are analyzed for safety , flow stability , traffic flow capacity and vehicle to vehicle communication strategy. A
new inter vehicle spacing policy were demonstrated through experiment. Then, V2V was modified to include the relative
velocity between the two vehicles. This result is in spacing policy which is distance stable and yet as safe as constant distance
measurement policy.
7. REFERENCES
1. Kadir Haspalamutgil and erkan adail “Adaptive switching mthod for adaptivecruisecontrol”,international conference
on sysetm theory,control and computing(2017).
2. Peidong Wang , Zhenping Sun,Jun Tan “Development & Evalution of co-operation Adaptive Cruise
controllers”,International Conference on Mechatronics &Automation(2015).
3. Pengwai Wang,ChuanJiang,“Amulti-modeco-operativeadaptivecruiseswitchingcontrolmodelforconnectedvehicles
considering abnormal communication “,6th Data Driven Control & learning system conference(2017).
4. VicenteMilanes, Steven E.shladover,John Spring “Co-operative adaptive cruise controller in real trafficsituation”,IEEE
Transaction on intelligent transportion system(2013).
5. Rohan kumar, Rajan Pathak,Adaptive cruise control towards a safer driving experience”,International Journal of
scientific research (2012).

More Related Content

What's hot

Design and Fabrication of Automatic Speed Controller for Automobile
Design and Fabrication of Automatic Speed Controller for AutomobileDesign and Fabrication of Automatic Speed Controller for Automobile
Design and Fabrication of Automatic Speed Controller for Automobile
ijtsrd
 
Iirdem design and analysis of a smart helmet gsm based system against drunken...
Iirdem design and analysis of a smart helmet gsm based system against drunken...Iirdem design and analysis of a smart helmet gsm based system against drunken...
Iirdem design and analysis of a smart helmet gsm based system against drunken...
Iaetsd Iaetsd
 

What's hot (20)

ADVANCED BIKE SECURITY SYSTEM USING GSM AND GPS
ADVANCED BIKE SECURITY SYSTEM USING GSM AND GPSADVANCED BIKE SECURITY SYSTEM USING GSM AND GPS
ADVANCED BIKE SECURITY SYSTEM USING GSM AND GPS
 
Traffic and Admission Clearance for Patient on Ambulance
Traffic and Admission Clearance for Patient on Ambulance	Traffic and Admission Clearance for Patient on Ambulance
Traffic and Admission Clearance for Patient on Ambulance
 
IRJET- Automated Speed Control of Automotives
IRJET-  	  Automated Speed Control of AutomotivesIRJET-  	  Automated Speed Control of Automotives
IRJET- Automated Speed Control of Automotives
 
ACCIDENT PREVENTION AND DETECTION SYSTEM
ACCIDENT PREVENTION AND DETECTION SYSTEMACCIDENT PREVENTION AND DETECTION SYSTEM
ACCIDENT PREVENTION AND DETECTION SYSTEM
 
Traffic Clearance for Emergency Vehicles Using Priority Mode
Traffic Clearance for Emergency Vehicles Using Priority ModeTraffic Clearance for Emergency Vehicles Using Priority Mode
Traffic Clearance for Emergency Vehicles Using Priority Mode
 
IJSRED-V2I1P38
IJSRED-V2I1P38IJSRED-V2I1P38
IJSRED-V2I1P38
 
IRJET- A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
IRJET-  	  A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...IRJET-  	  A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
IRJET- A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
 
Accident Alert System using Advance Microcontroller
Accident Alert System using Advance MicrocontrollerAccident Alert System using Advance Microcontroller
Accident Alert System using Advance Microcontroller
 
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
 
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEM
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEMAUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEM
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEM
 
Smart Driving Test Track
Smart Driving Test TrackSmart Driving Test Track
Smart Driving Test Track
 
Ieeepro techno solutions ieee 2014 embedded project design and implement...
Ieeepro techno solutions    ieee 2014  embedded project  design and implement...Ieeepro techno solutions    ieee 2014  embedded project  design and implement...
Ieeepro techno solutions ieee 2014 embedded project design and implement...
 
Smart vehicle and smart signboard system with zonal speed regulation
Smart vehicle and smart signboard system with zonal speed regulationSmart vehicle and smart signboard system with zonal speed regulation
Smart vehicle and smart signboard system with zonal speed regulation
 
Design and Fabrication of Automatic Speed Controller for Automobile
Design and Fabrication of Automatic Speed Controller for AutomobileDesign and Fabrication of Automatic Speed Controller for Automobile
Design and Fabrication of Automatic Speed Controller for Automobile
 
Road Object Detection
Road Object DetectionRoad Object Detection
Road Object Detection
 
Smart IoT Device for Vehicle Theft
Smart IoT Device for Vehicle TheftSmart IoT Device for Vehicle Theft
Smart IoT Device for Vehicle Theft
 
IRJET- Advanced Safety Sytem for the Vehicles
IRJET-  	  Advanced Safety Sytem for the VehiclesIRJET-  	  Advanced Safety Sytem for the Vehicles
IRJET- Advanced Safety Sytem for the Vehicles
 
Ergonomic Considerations and safety of cars
Ergonomic Considerations and safety of carsErgonomic Considerations and safety of cars
Ergonomic Considerations and safety of cars
 
Iirdem design and analysis of a smart helmet gsm based system against drunken...
Iirdem design and analysis of a smart helmet gsm based system against drunken...Iirdem design and analysis of a smart helmet gsm based system against drunken...
Iirdem design and analysis of a smart helmet gsm based system against drunken...
 
Ieeepro techno solutions ieee 2013 embedded project gravity lock next gen...
Ieeepro techno solutions    ieee 2013 embedded project  gravity lock next gen...Ieeepro techno solutions    ieee 2013 embedded project  gravity lock next gen...
Ieeepro techno solutions ieee 2013 embedded project gravity lock next gen...
 

Similar to IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cruise Control

Similar to IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cruise Control (20)

IRJET - Construction of "One Belt and One Road" Intelligent Analysis System
IRJET -  	  Construction of "One Belt and One Road" Intelligent Analysis SystemIRJET -  	  Construction of "One Belt and One Road" Intelligent Analysis System
IRJET - Construction of "One Belt and One Road" Intelligent Analysis System
 
VEHICLE THEFT DETECTION WITH ALCOHOL DETECTION,SMOKE DETECTION AND FINGERPRIN...
VEHICLE THEFT DETECTION WITH ALCOHOL DETECTION,SMOKE DETECTION AND FINGERPRIN...VEHICLE THEFT DETECTION WITH ALCOHOL DETECTION,SMOKE DETECTION AND FINGERPRIN...
VEHICLE THEFT DETECTION WITH ALCOHOL DETECTION,SMOKE DETECTION AND FINGERPRIN...
 
Collision Detection System for Smart Cars
Collision Detection System for Smart CarsCollision Detection System for Smart Cars
Collision Detection System for Smart Cars
 
IRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX SystemIRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX System
 
Can Protocol based Vehicle Brake Control System at Slope
Can Protocol based Vehicle Brake Control System at SlopeCan Protocol based Vehicle Brake Control System at Slope
Can Protocol based Vehicle Brake Control System at Slope
 
IRJET- Automatic Vehicle Beam Control System
IRJET-  	  Automatic Vehicle Beam Control SystemIRJET-  	  Automatic Vehicle Beam Control System
IRJET- Automatic Vehicle Beam Control System
 
Alcohol Sensing Engine Locking System With GPS
Alcohol Sensing Engine Locking System With GPSAlcohol Sensing Engine Locking System With GPS
Alcohol Sensing Engine Locking System With GPS
 
1. 10077 12326-1-pb
1. 10077 12326-1-pb1. 10077 12326-1-pb
1. 10077 12326-1-pb
 
Adaptive cruise control’
Adaptive cruise control’Adaptive cruise control’
Adaptive cruise control’
 
IRJET- Smart Braking System using Ultrasonic Sensor and Actuator
IRJET-  	  Smart Braking System using Ultrasonic Sensor and ActuatorIRJET-  	  Smart Braking System using Ultrasonic Sensor and Actuator
IRJET- Smart Braking System using Ultrasonic Sensor and Actuator
 
Design and Implementation of an Arduino-Based Accident Prevention System
Design and Implementation of an Arduino-Based Accident Prevention SystemDesign and Implementation of an Arduino-Based Accident Prevention System
Design and Implementation of an Arduino-Based Accident Prevention System
 
IRJET- Automatic Engine Locking System through Alcohol Detection in Ardui...
IRJET-  	  Automatic Engine Locking System through Alcohol Detection in Ardui...IRJET-  	  Automatic Engine Locking System through Alcohol Detection in Ardui...
IRJET- Automatic Engine Locking System through Alcohol Detection in Ardui...
 
IRJET- Smart Helmet for Accident Prevention
IRJET- Smart Helmet for Accident PreventionIRJET- Smart Helmet for Accident Prevention
IRJET- Smart Helmet for Accident Prevention
 
IRJET- Automatic Pneumatic Bumper Shock Absorber and Breaking System
IRJET- Automatic Pneumatic Bumper Shock Absorber and Breaking SystemIRJET- Automatic Pneumatic Bumper Shock Absorber and Breaking System
IRJET- Automatic Pneumatic Bumper Shock Absorber and Breaking System
 
INTELLIGENT BRAKING SYSTEM
INTELLIGENT BRAKING SYSTEMINTELLIGENT BRAKING SYSTEM
INTELLIGENT BRAKING SYSTEM
 
Ijett v5 n1p108
Ijett v5 n1p108Ijett v5 n1p108
Ijett v5 n1p108
 
Blind spot detection with automatic steering
Blind spot detection with automatic steeringBlind spot detection with automatic steering
Blind spot detection with automatic steering
 
IRJET- Intelligent Braking System for Automobiles
IRJET- Intelligent Braking System for AutomobilesIRJET- Intelligent Braking System for Automobiles
IRJET- Intelligent Braking System for Automobiles
 
IRJET- Automatic Traffic Control System based on the Vehicular Density
IRJET- Automatic Traffic Control System based on the Vehicular DensityIRJET- Automatic Traffic Control System based on the Vehicular Density
IRJET- Automatic Traffic Control System based on the Vehicular Density
 
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
 

More from IRJET Journal

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

RS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
RS Khurmi Machine Design Clutch and Brake Exercise Numerical SolutionsRS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
RS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
Atif Razi
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
Kamal Acharya
 
Laundry management system project report.pdf
Laundry management system project report.pdfLaundry management system project report.pdf
Laundry management system project report.pdf
Kamal Acharya
 
Fruit shop management system project report.pdf
Fruit shop management system project report.pdfFruit shop management system project report.pdf
Fruit shop management system project report.pdf
Kamal Acharya
 
Digital Signal Processing Lecture notes n.pdf
Digital Signal Processing Lecture notes n.pdfDigital Signal Processing Lecture notes n.pdf
Digital Signal Processing Lecture notes n.pdf
AbrahamGadissa
 

Recently uploaded (20)

RS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
RS Khurmi Machine Design Clutch and Brake Exercise Numerical SolutionsRS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
RS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
 
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdfRESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
 
NO1 Pandit Black Magic Removal in Uk kala jadu Specialist kala jadu for Love ...
NO1 Pandit Black Magic Removal in Uk kala jadu Specialist kala jadu for Love ...NO1 Pandit Black Magic Removal in Uk kala jadu Specialist kala jadu for Love ...
NO1 Pandit Black Magic Removal in Uk kala jadu Specialist kala jadu for Love ...
 
ENERGY STORAGE DEVICES INTRODUCTION UNIT-I
ENERGY STORAGE DEVICES  INTRODUCTION UNIT-IENERGY STORAGE DEVICES  INTRODUCTION UNIT-I
ENERGY STORAGE DEVICES INTRODUCTION UNIT-I
 
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical EngineeringIntroduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
 
Introduction to Machine Learning Unit-5 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-5 Notes for II-II Mechanical EngineeringIntroduction to Machine Learning Unit-5 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-5 Notes for II-II Mechanical Engineering
 
Online resume builder management system project report.pdf
Online resume builder management system project report.pdfOnline resume builder management system project report.pdf
Online resume builder management system project report.pdf
 
Construction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptxConstruction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptx
 
Peek implant persentation - Copy (1).pdf
Peek implant persentation - Copy (1).pdfPeek implant persentation - Copy (1).pdf
Peek implant persentation - Copy (1).pdf
 
Natalia Rutkowska - BIM School Course in Kraków
Natalia Rutkowska - BIM School Course in KrakówNatalia Rutkowska - BIM School Course in Kraków
Natalia Rutkowska - BIM School Course in Kraków
 
Laundry management system project report.pdf
Laundry management system project report.pdfLaundry management system project report.pdf
Laundry management system project report.pdf
 
Fruit shop management system project report.pdf
Fruit shop management system project report.pdfFruit shop management system project report.pdf
Fruit shop management system project report.pdf
 
shape functions of 1D and 2 D rectangular elements.pptx
shape functions of 1D and 2 D rectangular elements.pptxshape functions of 1D and 2 D rectangular elements.pptx
shape functions of 1D and 2 D rectangular elements.pptx
 
Top 13 Famous Civil Engineering Scientist
Top 13 Famous Civil Engineering ScientistTop 13 Famous Civil Engineering Scientist
Top 13 Famous Civil Engineering Scientist
 
KIT-601 Lecture Notes-UNIT-3.pdf Mining Data Stream
KIT-601 Lecture Notes-UNIT-3.pdf Mining Data StreamKIT-601 Lecture Notes-UNIT-3.pdf Mining Data Stream
KIT-601 Lecture Notes-UNIT-3.pdf Mining Data Stream
 
Scaling in conventional MOSFET for constant electric field and constant voltage
Scaling in conventional MOSFET for constant electric field and constant voltageScaling in conventional MOSFET for constant electric field and constant voltage
Scaling in conventional MOSFET for constant electric field and constant voltage
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
Digital Signal Processing Lecture notes n.pdf
Digital Signal Processing Lecture notes n.pdfDigital Signal Processing Lecture notes n.pdf
Digital Signal Processing Lecture notes n.pdf
 
ONLINE CAR SERVICING SYSTEM PROJECT REPORT.pdf
ONLINE CAR SERVICING SYSTEM PROJECT REPORT.pdfONLINE CAR SERVICING SYSTEM PROJECT REPORT.pdf
ONLINE CAR SERVICING SYSTEM PROJECT REPORT.pdf
 

IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cruise Control

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1579 TO DEVELOP A DISTANCE ALGORITHM USING SENSOR NETWORKS FOR ADAPTIVE CRUISE CONTROL Mahua Bhowmik1, Nikita Patole2, Megha Sahane3 , Prajakta Dolas4 1Professor,E&TC Dept.D.Y.Patil Institute of Technology,Pimpri Pune-18 1,2,3UG Students, E&TC Dept.D.Y.Patil Institute of Technology,Pimpri Pune-18 ---------------------------------------------------------------------***--------------------------------------------------------------------- ABSRACT- We are developing a distance algorithm for adaptive cruise system using V2V communication It includes three modes i.e 1. CC (cruise control) in which vehicle operates in normal mode. 2. ACC (adaptive cruise control) in which rear vehicle automatically reduces its speed when rear car and preceded car comes closer and also it communicate with preceded vehicle using Bluetooth module. 3. CACC ( cooperativeadaptivecruisecontrol)inthismode rearvehiclereducesspeedandalso it communicate with preceded vehicle using Bluetooth module. It uses SONAR sensors to detect the distance between 2 vehicles. For this mode we are considering 10m distance limit. Third mode is cooperative adaptive cruise control (CACC) in which rear vehicle will control its speed as well as communicate with preceding vehicle. Rear car will send the distance between them to preceding car and preceding car can send the message to rear car. The distance limit is 5m for this mode. Keywords: Cooperative Adaptive Cruise Control (CACC),Switching Control, Connected Vehicles, Measurement Distance. 1.INTRODUCTION Now a days with the ownership of vehicles, increasing all around the world, it has leaded to some traffic problems, including safety, congestion, and air pollution. The most traffic accidents are caused by drivers, distraction and operational error. So, in order to solve the above traffic problems, advance driver assistant systems have become one of the most important technologies in the field of intelligence transportation system. Adaptive Cruise Control ( ACC ) is a driver assist system which aims to increase efficiency, comfort and safety of the roads. Additional to the traditional Cruise Control which helps keepinga constantspeed,ACC systemcandetectothervehicleswith its sensors and maintain a distance with them. This system is based on vehicle to vehicle communication technology. By this technology vehicles can chat with each other. Information exchanged in the platoon can be omnidirectional or only preceding vehicle send messages to back to the rear. This inspects the safety of constant space controllers and introduce string stability. Controlling the time gap between the vehicles instead of a constant distance is safer. 2. EASE OF USE It is beneficial for the auto speed controlling to improve the comfort for the driver who would be driving the vehicle. It also senses the information of the vehicles which are at the back and at the front as well. It also measures the distance using the ultrasonic sensor and calculates the distance accordingly. It also sends an intimation on the dashboardprovidedin thevehicle about the distance between the two vehicles. Fig-1:Communication between vehicle
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1580 2.1 PROBLEM STATEMENT Earlier,vehicles would take the task of accelerating or breaking to while driving to maintain a constant speed. But,it could not consider the other vehicles on the road. In accordance to that we have developed a new generation of adaptive cruise control which would maintain safe distance from the vehicles. This system also addresses the concept of vehicle to vehicle communication,distance measurement between them as well as helps to keep the vehicle in safe position with respect to others. 3. LIERATURE SURVEY 1. Adaptive switching method for Adaptivecruisecontrol (KadirHaspalmutgil andErkanAdil)PublishedinInternational conference on system theory, control and computing,of year 2017. Methodology used in ACC system is twomodesi.e. velocity control mode and distance control mode can be used to detect other vehicles with its sensorsandtomaintain a distance with them. Find the PI controller is used to calculate distance. The limitation is due to finite BW of the controller tracking of the desired acceleration is not perfect. 2. Development and evaluation of cooperative ACC(Peidong wang,jun Jan,Wei Zhao.Qui zhu) Published in International conference on mechatronics and automobiles of year 2015. Methodology used in ACC system reduce fuel consumption.V2V communication can be used for sending to preceding car. The limitation if V2V communicationhas drawbacks like delay and pocket dropout. 3. A multimode cooperative ACC control model for connected vehicles considering abnormal communication (Li,Wang,Pangwei Wang,Hui Deng )Published in 6th Data driven control and learning systemconferenceinyear2017. Methodology used in V2V communication drawbacks are eliminated by using mode switchingmethod. Thelimitation of the paper is in this system only preceding car can send message to rear car. 4. SYSTEM IMPLEMENTATION Fig-2:Block diagram of adaptive cruise control Sonar sensor: Sonar sensor emits short, high frequency sound pulses at regular interval. If they strike an object, then are reflected back as echo signals to the sensor, which itself computes the distance to the target based on the time span between emitting the signal and receiving the echo. In sensing layer we have used SONAR sensor which will sense the preceding car and give the distance between the cars.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1581 Fig-3: A visualization of calculating distance using Sonar Sensor LCD display: Output of the sensor is given to controller and LCD will display the distance. Motor IC: Motor driver IC will control the speed of the motor. Whenever the key is pressed the motor would start rotating accordingly. Wireless module: In CACC mode both the cars will send messages to each other via bluetooth module.Ultrasonic sensor HC- SR04, works on the principle of Sonar Sensor and on timer method. The sensor consists of one input & one output. The trigger pin is used for sending the Ultrasonic Waves. Echo pin is used for receivingtheultrasonicwavesusingtimecalculationmethod. PIC Controller is interfaced with HC-SR04 using Timer Method. When the signal is sent through triggerpin&receivedthrough echo pin , if there is any obstacle between sending and receiving the time duration changes and the data is displayed accordingly on the LCD & sent to digital dashboard in the car. If key 1 is pressed and connected to PIC Controller as a digital Driving Motor 1 INPUTS OUTPUTS INPUT 1 INPUT 2 1 1 START 1 0 REVERSE 0 1 FORWARD 0 0 STOP Driving Motor 2 INPUTS OUTPUTS INPUT 1 INPUT 2 1 1 START 1 0 REVERSE 0 1 FORWARD 0 0 STOP
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1582 input pin , they operate the DC Motor. Then the CC Mode is activated accordingly & displayed on LCD. Also, if any obstacle is away from the sensor then CC mode is activated. If key 2 is pressed and connected to PIC Controller as a digital input pin , they operate the DC Motor. Then , the CACC Mode is activated accordingly & displayed on LCD. If any obstacle is away from the sensor then also CACC Mode is activated. Then the speed of DC Motor is changed and ACC is activated and displayed on LCD. Also, on Smart Dashboard. Motor driver IC will control the DC motor rotations. Its input input pins are 1,2,3,4. Inputs 1 &2are intialized for driving motor 1 and Inputs 3 & 4 are initialized for driving motor 2. Modes of operation : First mode is cruise (CC) in which car will operate normally if there is no preceding car. Second mode is adaptive cruise control (ACC) in which rear car will control its speed according tothe distancebetweenrearcar.Forthismode we are considering 10m distance limit. Third mode is cooperative adaptive cruise control (CACC) in which rear vehicle will control its speed as well as communicate with preceding car can send the distance betweenthemto precedingcarcansendthe message to rear car. The distance limit is 5m for this mode . 5. RESULT The sensor will send the transmitting wave which would collide with the preceding vehicle and will calculate the time it takes to receive the wave . So, accordingly it would calculate the time taken to receive back the wave and select the required mode (CC , CACC , ACC). Therefore, after that we would get the distance calculated between the two vehicles and it would be displayed on the smart dash board in the vehicle . Then considering the safe distance margin, the brakes would be applied automatically. 6. CONCLUSION Lacs of people are injured every year due to accident . The lack of awareness on using basic safety features in automobiles like seat belts also paved way for development of ACC, CACC , CC mode. Safety is ensured by selecting the necessitymodes.Various spacing policies are analyzed for safety , flow stability , traffic flow capacity and vehicle to vehicle communication strategy. A new inter vehicle spacing policy were demonstrated through experiment. Then, V2V was modified to include the relative velocity between the two vehicles. This result is in spacing policy which is distance stable and yet as safe as constant distance measurement policy. 7. REFERENCES 1. Kadir Haspalamutgil and erkan adail “Adaptive switching mthod for adaptivecruisecontrol”,international conference on sysetm theory,control and computing(2017). 2. Peidong Wang , Zhenping Sun,Jun Tan “Development & Evalution of co-operation Adaptive Cruise controllers”,International Conference on Mechatronics &Automation(2015). 3. Pengwai Wang,ChuanJiang,“Amulti-modeco-operativeadaptivecruiseswitchingcontrolmodelforconnectedvehicles considering abnormal communication “,6th Data Driven Control & learning system conference(2017). 4. VicenteMilanes, Steven E.shladover,John Spring “Co-operative adaptive cruise controller in real trafficsituation”,IEEE Transaction on intelligent transportion system(2013). 5. Rohan kumar, Rajan Pathak,Adaptive cruise control towards a safer driving experience”,International Journal of scientific research (2012).