SlideShare a Scribd company logo
1 of 11
1
ACCIDENT AVOIDANCE WITH DYNAMIC SPEED GOVERNOR
Abstract:
Automotive vehicles are increasingly being
equipped with collision avoidance and
warning systems for predicting the potential
collision with an external object, such as
another vehicle or a pedestrian. Upon
detecting a potential collision, such systems
typically initiate an action to avoid the
collision and/or provide a warning to the
vehicle operator. This system consist of a
distance-measuring system based on
ultrasonic sound utilizing the PIC 16f877A
microcontroller and transmits a burst of
ultrasonic sound waves towards the target
and then receives the corresponding echo.
An ultrasonic sound sensor is used to detect
the arrival of the echo to the system. The
time taken for the ultrasonic burst to travel
the distance from the system to the subject
and back to the system is accurately
measured by the microcontroller. It also
provides a warning signal to the driver if the
distance between vehicle and obstacle
crosses a particular limit. It also monitors
the speed of the vehicle and if the speed limit
is exceeded it is informed to the driver. The
speed limit for different class of vehicles is
set by authorities at different.
.
Introduction:
This report describes a distance-measuring
system based on ultrasonic sound utilizing
the PIC 16f877A microcontroller. With the
help of the distance measured, the micro-
controller will make the vehicle stop
suddenly if the vehicle is about to hit any
obstacle or any other vehicle. With the help
of this technology accidents are avoided.
The system transmits a burst of ultrasonic
sound waves towards the target and then
receives the corresponding echo. An
ultrasonic sound sensor is used to detect the
arrival of the echo to the system. The time
taken for the ultrasonic burst to travel the
distance from the system to the subject and
back to the system is accurately measured
by the microcontroller. Different types of
vehicle speed limiters are in current use for
regulating traffic especially across roads
near populated areas such as hospitals, malls
and schools. This project “DYNAMIC
SPEED GOVERNER” is a new method by
which vehicle speed is controlled externally
rather than internally .The speed
measurement and control is accomplished
via two PIC16F877As with a RF transmitter
and receiver.
2
Software Description:
The MPLAB software is from Microchip
and it is an Integrated Development
Environment (IDE). It is basically used for
programming the ICs. In this project the
coding is done in Embedded C language for
that C compiler is required so HITECH C
compiler is used. The PID algorithm first
written in embedded C language for that
initially new project is created in MPLAB
IDE. After that PID code is build and
compiled in MPLAB IDE from that the
generated .cof file is used for debugging
purpose and the .hex file is used to
download it in PIC16F877A IC. It was
largely used for real time debugging of PID
code. The PIC16F877A is programmed
through MPLAB IDE and PICKET3. The
PROTEUS is the virtual simulation software
from ISIS. PROTEUS is generally used to
test the behavior of the selected hardware in
simulation. In PROTEUS the PID code was
initially tested with different logics on
virtual hardware. The magnetic pick up
sensor driver circuit checked in PROTEUS
by observing its output waveform on
oscilloscope. The various inputs given to the
magnetic pickup sensor driver circuit from
function generator were observed on
controller. The actuator driver circuit is also
tested with different Volts and Ampere
ratings in PROTEUS. The PCB123 is the
PCB design software from Sunstone
Circuits. The actuator and magnetic pickup
sensor driver circuit were designed in
PCB123. First the schematics were drawn
and from that the layout work is created.
The both designs were in program through
hole format so the components chosen were
in same format. All the driver circuit’s
components were found in same
specifications in PCB123. The controller
board also designed in PCB123 with same
program through hole format.
Literature review:
The new speed limiting system presented in
this project combines several pioneering
techniques that integrate wireless
technologies in order to implement a reliable
speed control system. This proposed system
can be easily implemented near different
populated areas. The power of the proposed
system lies in its flexibility and capability of
development with little hardware changes
such as changing the speed limits and speed
control methods using the software of the
base station in negligible amount of time.
The proposed system is based on
microcontroller technology for collecting
data related to speed and transmitting it
through a transceiver to a base station that
3
analyzes the transmitted data and takes
appropriate decisions related to speed limit
and control requirements. Speed Governor
regulates the top speed and/or maximum
rpm of a vehicle, whether it is electronically
or mechanical. The governor is emplaced by
the manufacturer to meet laws of the nation
is which the vehicle will be sold, protect the
drivers from operating at unsafe speed, or to
protect the car from being driving beyond its
physical or mechanical threshold.
Speed governor:
The following Figure 1 shows block
diagram of working of electronic speed
governor system. The magnetic pickup
sensor is mounted on engine flywheel. The
engine rpm is measured in capture compare
module of the PIC microcontroller. The
throttle actuator’s lever is directly connected
to the engine fuel pump. The throttle
actuator is controlled from the pulse width
modulation signal so it is directly connected
to the RC2 pin of the PIC microcontroller.
The engine rpm is continuously measured
and compared with the required set point
and when the error signal is generated it is
directly processed in the PID algorithm. The
PIC microcontroller generates the required
pulse width modulation duty cycle from the
PID algorithm based on which diesel engine
gets stabilized at required set point. The
working pulse width modulation period is
calculated from initial trails on the throttle
actuator.
Figure 1: Block diagram of Electronic
Speed Governor System
In this CCP1 (PWM) is used to control the
position of throttle actuator. PWM stands for
the Pulse Width Modulation where the width
of a digital waveform is varied to control the
power delivered to a load. The underlying
principle in the whole process is that the
average power delivered is directly
proportional to the modulation duty cycle as
shown in Figure 2. The pulse width
modulation is required to switching the load
devices through MOSFET based power
stage or from any other components. The
pulse width modulation has ON time and
OFF time and addition of both is period. The
average voltage applied to the load is varied
from the pulse width modulation which
4
directly depends upon the duty cycle. The
time is inversely proportional to the
frequency because of which the required
period given to the load is in the form of
frequency.
Figure 2: Pulse width modulation with
different duty cycle.
Design of Controller:
The improved electronic speed governor
system includes digital controller, drive
circuit, electromagnetic throttle actuator and
the engine speed sensor. The system to be
controlled (plant) is the diesel engine. The
electronic speed governor is a closed loop
system in which feedback is taken from
engine rpm. The controller output is in the
form of pulse width modulation duty cycle.
When the rpm error is generated the
required pulse width modulation duty cycle
is calculated from PID algorithm. The
capture compare module in PIC16F877A is
used to calculate engine rpm. The PID
update time is kept in proportion with the
throttle actuator response time. The key step
of the electronic governor design is to
choose the suitable actuator coupled suitably
with fuel pump rack. The requirements to
actuator of diesel engine governor system
are fast response, high accuracy and
reliability. Under diesel engine operating
principle, the engine speed regulation is
achieved by regulating the movement of the
pump rack. With electronic speed controller,
the movement of pump rack is mainly
affected by the diesel engine speed change.
Microcontroller PIC 16F877A:
The microcontroller is a set of digital logic
circuits integrated on a single silicon „chip‟
whose connections and behavior can be
specified and later alter when required, by
the program in its memory. 16F877A have
enough I/O lines for current need. It is
capable of initiating all intersystem
communications. The master controller
controls each functions of the system with a
supporting device. Also responsible for
reception of commands from the host and
taking necessary actions . PIC16F877A is an
8-bit, fully static, EPROM/EPROM/ROM-
based CMOS microcontroller. It employs
5
RISC architecture with only 35 word/single
cycle instructions. All these instructions are
single cycle (1ms) expect for program
branches which takes two cycles. The
PIC16f877A products are supported by a
full featured macro assembler, a software
simulator, „C‟ compiler etc.
Features:
ď‚· Two pins High-performance RISC
CPU.
ď‚· All single cycle instructions except
for program branches which are 2
cycle.
ď‚· Operating speed: DC - 20 MHz
clock input DC - 200 ns instruction
cycle.
ď‚· Up to 8K x 14 words of Flash
Program Memory.
ď‚· Up to 256 x 8 bytes of EEPROM
data memory.
ď‚· Pin out compatible to the
PIC16C73/74/76/77.
ď‚· Interrupt capability -up to 14
internal/external.
ď‚· Eight level deep hardware stack
Direct, indirect, and relative
addressing modes.
ď‚· Power-on Reset (POR)
Power-up Timer (PWRT) and
ď‚· Oscillator Start-up Timer (OST)
ď‚· Watchdog Timer (WDT) with its
own on-chip RC Oscillator for
reliable operation.
ď‚· Programmable code-protection.
ď‚· Power saving SLEEP mode
Selectable oscillator options.
ď‚· Low-power, high-speed CMOS
EPROM/EEPROM technology.
ď‚· Fully static design.
ď‚· Only single 5V source needed for
programming capability.
ď‚· In-Circuit Debugging via two pins
Processor read/write access to
program memory.
ď‚· Wide operating voltage range: 2.5V
to 5.5V.
ď‚· High Sink/Source Current: 25 mA.
ď‚· Commercial and Industrial
temperature ranges
RF encoder:
HT12E The 2^12 encoders are a series of
CMOS LSIs for remote control system
applications. They are capable of encoding
information which consists of N address bits
and 12_N data bits. Each address/ data input
can be set to one of the two logic states. The
programmed addresses/data are transmitted
together with the header bits via an RF or an
6
infrared transmission medium upon receipt
of a trigger signal. The capability to select a
TE trigger on the HT12E or a DATA trigger
on the HT12A further enhances the
application flexibility of the 2^12 series of
encoders. The HT12A additionally provides
a 38 kHz carrier for infrared systems.
RF transmitter:
The RF Transmitter is ideal for remote
control applications where low cost and
longer range is required. The transmitter
operates from a 1.5 to 12v supply, making it
ideal for battery-powered applications. The
transmitter employs a SAW stabilized
oscillator, ensuring accurate frequency
control for best range performance. Output
power and harmonic emissions are easy to
control. The manufacturing friendly SMT
style package and low cost make the RF
module make it suitable for high volume
applications.
RF receiver:
The RF Receiver we are using is ideal for
short-range remote control applications
where cost is a primary concern. The
receiver module requires no external RF
components except for the antenna. It
generates virtually no emissions. The super
regenerative design exhibits exceptional
sensitivity at a very low cost. A SAW filter
can be added to the antenna input to improve
selectivity for applications that require
robust performance. The friendly SIP style
package and low-cost make it suitable for
high volume applications
RF decoder:
HT12D The 2^12 decoders are a series of
CMOS LSIs for remote control system
applications. They are paired with Holtek_s
212 series of encoders (refer to the
encoder/decoder cross reference table). For
proper operation, a pair of encoder/decoder
with the same number of addresses and data
format should be chosen. The decoders
receive serial addresses and data from a
programmed 212 series of encoders that are
transmitted by a carrier using an RF or an IR
transmission medium. They compare the
serial input data three times continuously
with their local addresses. If no error or
unmatched codes are found, the input data
codes are decoded and then transferred to
the output pins. The VT pin also goes high
to indicate a valid transmission. The 2^12
series of decoders are capable of decoding
information that consist of N bits of address
and 12_N bits of data. Of this series, the
HT12D is arranged to provide 8 address bits
and 4 data bits, and HT12F is used to decode
7
12 bits of address information .The below
figure shows the RF system.
Ultrasonic sensors:
Fig . Ultrasonic sensor
Ultrasonic sensors are commonly used for a
wide variety of noncontact presence,
proximity, or distance measuring
applications. These devices typically
transmit ultrasonic sound toward a target,
which reflects the sound back to the sensor.
The system then measures the time for the
echo to return to the sensor and computes
the distance to the target using the speed of
sound in the medium .The wide varieties of
sensors currently on the market differ from
one another in their mounting
configurations, environmental sealing, and
electronic features. Acoustically, they
operate at different frequencies and have
different radiation patterns. It is usually not
difficult to select a sensor that best meets the
environmental and mechanical requirements
for a particular application, or to evaluate
the electronic features available with
different models. The principle of working
of an ultrasonic sensor is easy. The sensor
transmits ultrasonic sound waves and waits
for reflected sound waves. After receiving
reflected sound wave or usually named
echo, sensor detects the distance in different
ways. Triggered the sensor and then wait for
echo pulse. Measuring echo pulse width is
important for us because 30 ÎĽs means us 1
cm.
Ultrasonic ranging system:
The development of applications using
ultrasonic sensors requires good
understanding of its operating principles and
Fig.RF section
8
its interaction with the environment. They
rely on the principle of time of flight or
propagation of sound waves in air. The
system either measures the echo reflection
of the sound from the object (in case where
the transmitter and the receiver is on the
same device) or the time of flight of the
sound wave from the transmitter to the
receiver (in case either the transmitter or the
receiver is mounted on the object).
Basically, the range finding sensors can be
classified into two categories:
I. Time of flight sensors.
II. Phase-shift detection sensors.
The first method is the most common
technique employed, and it consists in
measuring the time of flight of a pulse of
emitted energy (light or acoustic) travelling
to a reflecting object, than echoing back to a
receiver. The formula used to compute the
distance d is straight forward:
2d = v* t
Where v is the signal speed of propagation
(300 m/sec for sound) and t is the time
elapsed between emission and reception.
The method uses commonly ultrasonic
acoustic pulses. The use of light pulses
places severe requirements on associated
control and measurement circuitry: for
example to obtain 1mm resolutions the
timing accuracy must be around 3
picoseconds, a capability expensive and
difficult to realize.
Ultrasonic transmitter:
The transmitter consists of an electronics
circuitry and an electromechanical
transducer. The electronic circuitry
generates the required frequency electrical
signal and the electromechanical transducer
converts that electrical signal into the
physical form and activates the open
medium surface. This oscillating physical
surface creates the ultrasonic waves. The
oscillating surface creates a pressure
variation and ultimately a pressure wave
with a frequency equal to that of the surface
oscillation.
Ultrasonic receiver:
The receiver also has the same configuration
except that it has a receiver electronic
circuitry and a transducer, which converts
the ultrasonic sound waves into an electrical
9
signal. The sound waves travel into the
medium and are reflected by an object in the
path of the waves. This reflected wave is
then sensed by the receiver, which actually
calculates the time of flight of the signal to
find the distance.
Transmitter and receiver pair:
It consists of a transmitter and receiver pair
on the device. There are two different
transducers for transmitter and receiver. The
transmitter transmits and the receiver waits
for the reflected signals.
LCD display:
The LCD module is a parallel interface
sixteen pin module. The first three pins of
LCD module are used for contrast adjusting.
Here the first pin is connected to ground,
second to the voltage supply and third to the
variable resistor. The pins, seven to fourteen
are data lines (D0 to D7). In this particular
circuit the data lines D4 to D7 are used
because the LCD driver available is 4 line
data bus. 15th pin is connected to the 5 volt
supply. Pin 4, 5, 6 are control pins, R/W, RS
and enable respectively. 16th pin is
connected to the ground through a transistor.
The voltage from pic16f877a turn on the
transistor and it in turn turns on the LCD
backlight. LCD display used to display the
speed of vehicles from speed Governor and
distance measured by Ultrasonic ranging
system.
Working:
Fig. working of accident avoidance system
The above figure shows working of accident
avoidance system .The dynamic speed
governor consist of mainly two parts the
transmitter and receiver. The system is
mainly based on micro controller technology
for collecting data related to speed and
transmits the data to the micro controller
10
using RF communication. The micro
controller analyses the transmitted data and
takes appropriate decisions related to speed
limit and control requirements. The dynamic
speed governor will be needed in populated
areas such as hospitals, malls and schools
for regulating traffic. The RF transmitter of
the system is mounted on the signal board
and the micro controller of the transmitter
part always sense the speed limit of the area
for that the speed limit will be stored in the
micro controller. The speed limit of the
vehicle will be transmitted using RF
transmitter to the approaching vehicles .An
RF receiver is kept inside the vehicle and the
receiver accepts the incoming signals and
then feeds the limit of speed as an input to a
comparator. An RPM meter is used to
transform the mechanical rotational
movement of the vehicle into an electrical
signal and using this method the speed of the
approaching vehicle can be detected. This
calculated speed from the RPM meter is
given to the next input pin of the
comparator. At the comparator both speed
given to the both input pin is compared and
if the speed of the vehicle is greater than the
speed limit the controller will reduce the
speed of the vehicle to the limit by using
PWM characteristic of the micro controller.
Advantages:
Increased road safety.
Reduced strain on engines, thereby
increasing the life of engines.
Reduce fuel consumption.
Reduced pollution & thus improved
environment.
Reduced maintenance cost for the vehicle
owner(s).
Conclusion:
. The speed limiting system presented in this
project combines several pioneering
techniques that integrate wireless
technologies in order to implement a reliable
speed control system. This can be easily
implemented near different populated areas.
The power of the proposed system lies in its
flexibility and capability of development
with little hardware changes such as
changing the speed limits and speed control
methods using the software of the base
station in negligible amount of time. The
proposed system is based on microcontroller
technology for collecting data related to
speed and transmitting it through a
transceiver to a base station that analyzes the
transmitted data and takes appropriate
decisions related to speed limit and control
requirements. This experience has
encouraged us to learn more about
upcoming trends and technologies and
11
thereby adding our bumble knowledge and
experience about the vast ocean of
electronics
References:
[1] Zutao Zhang, Jiashu Zhang, “A Novel
Vehicle Safety Model: Vehicle speed
Controller under Driver Fatigue”, “IJCSNS
International Journal of Computer Science
and Network Security”, VOL.9 No.1,
January 2009
[2] M. Bertozzi,A.Brogg M. Cellario, A.
Fascioli, P.Lombardi, and M.Porta,
“Artifical vision in road vehicles,”
Proceedings of the IEEE, vol.
90,no. 7, pp. 1258–1271, 2002.
[3] S. Tsugawa and Sadayuki, “Vision-based
vehicle on japan: Machine vision systems
and driving control systems,” IEEE Trans.
on Ind. El.???, vol.
41, no. 4, pp. 398–405, 1994.
[4] Vehicle-highway automation activities in
the United States. U.S. Dept of
Transportation, 1997

More Related Content

What's hot

Speed checker for highways
Speed checker for highwaysSpeed checker for highways
Speed checker for highwaysIUIUGU
 
CAN BASED COLLISION AVOIDANCE SYSTEM FOR AUTOMOBILES
CAN BASED COLLISION AVOIDANCE SYSTEM FOR AUTOMOBILESCAN BASED COLLISION AVOIDANCE SYSTEM FOR AUTOMOBILES
CAN BASED COLLISION AVOIDANCE SYSTEM FOR AUTOMOBILESSri Kanth
 
Speed checker on highway using 8051
Speed checker on highway using 8051Speed checker on highway using 8051
Speed checker on highway using 8051Rkrishna Mishra
 
Vehicle Speed detecter By PRAGYA AGARWAL
Vehicle Speed detecter By PRAGYA AGARWALVehicle Speed detecter By PRAGYA AGARWAL
Vehicle Speed detecter By PRAGYA AGARWALiamtheone5
 
Speed Control of Induction Motor Using PLC and SCADA System
Speed Control of Induction Motor Using PLC and SCADA SystemSpeed Control of Induction Motor Using PLC and SCADA System
Speed Control of Induction Motor Using PLC and SCADA SystemIJERA Editor
 
Intelligent ambulance with automatic traffic control new
Intelligent ambulance with automatic traffic control newIntelligent ambulance with automatic traffic control new
Intelligent ambulance with automatic traffic control newNaeem Akhter
 
Designs of input and output driver circuits for 16 bit electronic control uni...
Designs of input and output driver circuits for 16 bit electronic control uni...Designs of input and output driver circuits for 16 bit electronic control uni...
Designs of input and output driver circuits for 16 bit electronic control uni...eSAT Publishing House
 
Electric_Electronic_Architecture
Electric_Electronic_ArchitectureElectric_Electronic_Architecture
Electric_Electronic_ArchitectureFlorent Bonetto
 
Speed checkers for highways
Speed checkers for highwaysSpeed checkers for highways
Speed checkers for highwaysRahul Kshirsagar
 
Automotive electronics
Automotive  electronicsAutomotive  electronics
Automotive electronicsjeet1991
 
Ec 2 traffic controller brochure en
Ec 2 traffic controller brochure enEc 2 traffic controller brochure en
Ec 2 traffic controller brochure enPeter Ashley
 
Peek Traffic Controller PTC 1
Peek Traffic Controller PTC 1Peek Traffic Controller PTC 1
Peek Traffic Controller PTC 1Peter Ashley
 
Development of Electronic Control Unit for a Hybrid Electric Vehicle Using AM...
Development of Electronic Control Unit for a Hybrid Electric Vehicle Using AM...Development of Electronic Control Unit for a Hybrid Electric Vehicle Using AM...
Development of Electronic Control Unit for a Hybrid Electric Vehicle Using AM...Nihal Pol
 
Car engine manager
Car engine managerCar engine manager
Car engine managerFAHAD KHAN
 
BANTI KUMAR_MOHAN RANGA K_RAHUL RANJAN_ MIT MANIPAL, DRUNK DRIVER DETECTOR ,D...
BANTI KUMAR_MOHAN RANGA K_RAHUL RANJAN_ MIT MANIPAL, DRUNK DRIVER DETECTOR ,D...BANTI KUMAR_MOHAN RANGA K_RAHUL RANJAN_ MIT MANIPAL, DRUNK DRIVER DETECTOR ,D...
BANTI KUMAR_MOHAN RANGA K_RAHUL RANJAN_ MIT MANIPAL, DRUNK DRIVER DETECTOR ,D...aditya patel
 
Automotive electronics Systems by Ravikumar Chilmula
Automotive electronics Systems by Ravikumar ChilmulaAutomotive electronics Systems by Ravikumar Chilmula
Automotive electronics Systems by Ravikumar ChilmulaRavikumar Chilmula
 
Accelerator pedal position sensor
Accelerator pedal position sensorAccelerator pedal position sensor
Accelerator pedal position sensorSakthigurusamySakthi
 
density based traffic monitoring system
density based traffic monitoring system density based traffic monitoring system
density based traffic monitoring system siddhartha shukla
 
Microcontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken driversMicrocontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken driversVinny Chweety
 
Wireless Rash Driving Detection System
Wireless Rash Driving Detection SystemWireless Rash Driving Detection System
Wireless Rash Driving Detection SystemKamlesh Mishra
 

What's hot (20)

Speed checker for highways
Speed checker for highwaysSpeed checker for highways
Speed checker for highways
 
CAN BASED COLLISION AVOIDANCE SYSTEM FOR AUTOMOBILES
CAN BASED COLLISION AVOIDANCE SYSTEM FOR AUTOMOBILESCAN BASED COLLISION AVOIDANCE SYSTEM FOR AUTOMOBILES
CAN BASED COLLISION AVOIDANCE SYSTEM FOR AUTOMOBILES
 
Speed checker on highway using 8051
Speed checker on highway using 8051Speed checker on highway using 8051
Speed checker on highway using 8051
 
Vehicle Speed detecter By PRAGYA AGARWAL
Vehicle Speed detecter By PRAGYA AGARWALVehicle Speed detecter By PRAGYA AGARWAL
Vehicle Speed detecter By PRAGYA AGARWAL
 
Speed Control of Induction Motor Using PLC and SCADA System
Speed Control of Induction Motor Using PLC and SCADA SystemSpeed Control of Induction Motor Using PLC and SCADA System
Speed Control of Induction Motor Using PLC and SCADA System
 
Intelligent ambulance with automatic traffic control new
Intelligent ambulance with automatic traffic control newIntelligent ambulance with automatic traffic control new
Intelligent ambulance with automatic traffic control new
 
Designs of input and output driver circuits for 16 bit electronic control uni...
Designs of input and output driver circuits for 16 bit electronic control uni...Designs of input and output driver circuits for 16 bit electronic control uni...
Designs of input and output driver circuits for 16 bit electronic control uni...
 
Electric_Electronic_Architecture
Electric_Electronic_ArchitectureElectric_Electronic_Architecture
Electric_Electronic_Architecture
 
Speed checkers for highways
Speed checkers for highwaysSpeed checkers for highways
Speed checkers for highways
 
Automotive electronics
Automotive  electronicsAutomotive  electronics
Automotive electronics
 
Ec 2 traffic controller brochure en
Ec 2 traffic controller brochure enEc 2 traffic controller brochure en
Ec 2 traffic controller brochure en
 
Peek Traffic Controller PTC 1
Peek Traffic Controller PTC 1Peek Traffic Controller PTC 1
Peek Traffic Controller PTC 1
 
Development of Electronic Control Unit for a Hybrid Electric Vehicle Using AM...
Development of Electronic Control Unit for a Hybrid Electric Vehicle Using AM...Development of Electronic Control Unit for a Hybrid Electric Vehicle Using AM...
Development of Electronic Control Unit for a Hybrid Electric Vehicle Using AM...
 
Car engine manager
Car engine managerCar engine manager
Car engine manager
 
BANTI KUMAR_MOHAN RANGA K_RAHUL RANJAN_ MIT MANIPAL, DRUNK DRIVER DETECTOR ,D...
BANTI KUMAR_MOHAN RANGA K_RAHUL RANJAN_ MIT MANIPAL, DRUNK DRIVER DETECTOR ,D...BANTI KUMAR_MOHAN RANGA K_RAHUL RANJAN_ MIT MANIPAL, DRUNK DRIVER DETECTOR ,D...
BANTI KUMAR_MOHAN RANGA K_RAHUL RANJAN_ MIT MANIPAL, DRUNK DRIVER DETECTOR ,D...
 
Automotive electronics Systems by Ravikumar Chilmula
Automotive electronics Systems by Ravikumar ChilmulaAutomotive electronics Systems by Ravikumar Chilmula
Automotive electronics Systems by Ravikumar Chilmula
 
Accelerator pedal position sensor
Accelerator pedal position sensorAccelerator pedal position sensor
Accelerator pedal position sensor
 
density based traffic monitoring system
density based traffic monitoring system density based traffic monitoring system
density based traffic monitoring system
 
Microcontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken driversMicrocontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken drivers
 
Wireless Rash Driving Detection System
Wireless Rash Driving Detection SystemWireless Rash Driving Detection System
Wireless Rash Driving Detection System
 

Viewers also liked

Governor used in vehicles
Governor used in vehiclesGovernor used in vehicles
Governor used in vehiclesImti Nobel
 
collision avoidance system,automobile technology,safety systems in car
collision avoidance system,automobile technology,safety systems in carcollision avoidance system,automobile technology,safety systems in car
collision avoidance system,automobile technology,safety systems in carSai Ram Vakkalagadda
 
Collision Avoidance System
Collision Avoidance SystemCollision Avoidance System
Collision Avoidance SystemSiddharth Mehta
 
Automobile collision avoidance system
Automobile collision avoidance systemAutomobile collision avoidance system
Automobile collision avoidance systemScope e-Knowledge Center
 
Cooperative Collision Avoidance via Proximal Message Passing
Cooperative Collision Avoidance via Proximal Message PassingCooperative Collision Avoidance via Proximal Message Passing
Cooperative Collision Avoidance via Proximal Message PassingLyft
 
Enhancing Traffic Intersection Control with Intelligent Objects
Enhancing Traffic Intersection Control with Intelligent ObjectsEnhancing Traffic Intersection Control with Intelligent Objects
Enhancing Traffic Intersection Control with Intelligent ObjectsRudi Ball
 
Compressor design
Compressor designCompressor design
Compressor designgauree313
 
PRESENTATION
PRESENTATIONPRESENTATION
PRESENTATIONAdnan Khan
 
Automatic speed controlled car
Automatic speed controlled carAutomatic speed controlled car
Automatic speed controlled carantar_09
 
Anti collision technology of crashless cars
Anti collision technology of crashless carsAnti collision technology of crashless cars
Anti collision technology of crashless carsHarshit Srivastava
 
Salon Accessories By United Marketing Company, Ludhiana
Salon Accessories By United Marketing Company, LudhianaSalon Accessories By United Marketing Company, Ludhiana
Salon Accessories By United Marketing Company, LudhianaIndiaMART InterMESH Limited
 
JET ENGINE PPT BY SANDEEP YADAV
JET ENGINE PPT BY SANDEEP YADAVJET ENGINE PPT BY SANDEEP YADAV
JET ENGINE PPT BY SANDEEP YADAVSANDEEP YADAV
 
Automatic speed controller in real time vehicles.
Automatic speed controller in real time vehicles.Automatic speed controller in real time vehicles.
Automatic speed controller in real time vehicles.Jinto George
 
Heat exchanger
Heat exchangerHeat exchanger
Heat exchangerAnujKSingh
 

Viewers also liked (20)

Governor used in vehicles
Governor used in vehiclesGovernor used in vehicles
Governor used in vehicles
 
collision avoidance system,automobile technology,safety systems in car
collision avoidance system,automobile technology,safety systems in carcollision avoidance system,automobile technology,safety systems in car
collision avoidance system,automobile technology,safety systems in car
 
Collision Avoidance System
Collision Avoidance SystemCollision Avoidance System
Collision Avoidance System
 
Automobile collision avoidance system
Automobile collision avoidance systemAutomobile collision avoidance system
Automobile collision avoidance system
 
Speed Governers
Speed GovernersSpeed Governers
Speed Governers
 
Cooperative Collision Avoidance via Proximal Message Passing
Cooperative Collision Avoidance via Proximal Message PassingCooperative Collision Avoidance via Proximal Message Passing
Cooperative Collision Avoidance via Proximal Message Passing
 
Enhancing Traffic Intersection Control with Intelligent Objects
Enhancing Traffic Intersection Control with Intelligent ObjectsEnhancing Traffic Intersection Control with Intelligent Objects
Enhancing Traffic Intersection Control with Intelligent Objects
 
Compressor design
Compressor designCompressor design
Compressor design
 
Watt Governors
Watt GovernorsWatt Governors
Watt Governors
 
PRESENTATION
PRESENTATIONPRESENTATION
PRESENTATION
 
Automatic speed controlled car
Automatic speed controlled carAutomatic speed controlled car
Automatic speed controlled car
 
Anti collision technology of crashless cars
Anti collision technology of crashless carsAnti collision technology of crashless cars
Anti collision technology of crashless cars
 
Salon Accessories By United Marketing Company, Ludhiana
Salon Accessories By United Marketing Company, LudhianaSalon Accessories By United Marketing Company, Ludhiana
Salon Accessories By United Marketing Company, Ludhiana
 
Seminar
SeminarSeminar
Seminar
 
Seminar Report on free piston engine
Seminar Report on free piston engineSeminar Report on free piston engine
Seminar Report on free piston engine
 
Heat exchangers
Heat exchangersHeat exchangers
Heat exchangers
 
JET ENGINE PPT BY SANDEEP YADAV
JET ENGINE PPT BY SANDEEP YADAVJET ENGINE PPT BY SANDEEP YADAV
JET ENGINE PPT BY SANDEEP YADAV
 
Automatic speed controller in real time vehicles.
Automatic speed controller in real time vehicles.Automatic speed controller in real time vehicles.
Automatic speed controller in real time vehicles.
 
Heat exchanger
Heat exchangerHeat exchanger
Heat exchanger
 
Jet engine
Jet engineJet engine
Jet engine
 

Similar to ACCIDENT AVOIDANCE WITH DYNAMIC SPEED GOVERNOR

Synopsis for alcohol detection with vehicle controlling (1)
Synopsis for alcohol detection with vehicle controlling (1)Synopsis for alcohol detection with vehicle controlling (1)
Synopsis for alcohol detection with vehicle controlling (1)Pankaj Singh
 
cers_jack_nur_2016
cers_jack_nur_2016cers_jack_nur_2016
cers_jack_nur_2016Jack Yuan
 
Design and Construction of DC Motor Speed Controller Using Android.ppt
Design and Construction of DC Motor Speed Controller Using Android.pptDesign and Construction of DC Motor Speed Controller Using Android.ppt
Design and Construction of DC Motor Speed Controller Using Android.pptEEESrproject
 
Designing and Controlling of Motor by Interfacing RS232 with Microcontroller
Designing and Controlling of Motor by Interfacing RS232 with MicrocontrollerDesigning and Controlling of Motor by Interfacing RS232 with Microcontroller
Designing and Controlling of Motor by Interfacing RS232 with MicrocontrollerIRJET Journal
 
Adapative speed controlling system
Adapative speed controlling systemAdapative speed controlling system
Adapative speed controlling systemIRJET Journal
 
The Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemThe Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemIJRESJOURNAL
 
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 SlopeIRJET Journal
 
Real Time Vehicle Tracking System
Real Time Vehicle Tracking SystemReal Time Vehicle Tracking System
Real Time Vehicle Tracking SystemDiLip ChauDhary
 
Conscience: A Solution for Pollution Control
Conscience: A Solution for Pollution ControlConscience: A Solution for Pollution Control
Conscience: A Solution for Pollution ControlIRJET Journal
 
Density based traffic light controlling (2)
Density based traffic light controlling (2)Density based traffic light controlling (2)
Density based traffic light controlling (2)hardik1240
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Embeded system
Embeded systemEmbeded system
Embeded systemsanjay joshi
 
project report
project reportproject report
project reportGrace Bouala
 
Navigation of Robot Vehicle using RF with Landmine Detection
Navigation of Robot Vehicle using RF with Landmine DetectionNavigation of Robot Vehicle using RF with Landmine Detection
Navigation of Robot Vehicle using RF with Landmine DetectionVeena Rani
 
Embeded system
Embeded systemEmbeded system
Embeded systemsanjay joshi
 
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry PiTCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry PiIRJET Journal
 
Traffic Sign recognition And Auto Indication System
Traffic Sign recognition And Auto Indication SystemTraffic Sign recognition And Auto Indication System
Traffic Sign recognition And Auto Indication SystemIRJET Journal
 

Similar to ACCIDENT AVOIDANCE WITH DYNAMIC SPEED GOVERNOR (20)

Synopsis for alcohol detection with vehicle controlling (1)
Synopsis for alcohol detection with vehicle controlling (1)Synopsis for alcohol detection with vehicle controlling (1)
Synopsis for alcohol detection with vehicle controlling (1)
 
cers_jack_nur_2016
cers_jack_nur_2016cers_jack_nur_2016
cers_jack_nur_2016
 
L010237985
L010237985L010237985
L010237985
 
Design and Construction of DC Motor Speed Controller Using Android.ppt
Design and Construction of DC Motor Speed Controller Using Android.pptDesign and Construction of DC Motor Speed Controller Using Android.ppt
Design and Construction of DC Motor Speed Controller Using Android.ppt
 
An 706
An 706An 706
An 706
 
Designing and Controlling of Motor by Interfacing RS232 with Microcontroller
Designing and Controlling of Motor by Interfacing RS232 with MicrocontrollerDesigning and Controlling of Motor by Interfacing RS232 with Microcontroller
Designing and Controlling of Motor by Interfacing RS232 with Microcontroller
 
Adapative speed controlling system
Adapative speed controlling systemAdapative speed controlling system
Adapative speed controlling system
 
The Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemThe Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection 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
 
Real Time Vehicle Tracking System
Real Time Vehicle Tracking SystemReal Time Vehicle Tracking System
Real Time Vehicle Tracking System
 
Customized Monitoring and Assessment of Circuit Breaker Operations in Differe...
Customized Monitoring and Assessment of Circuit Breaker Operations in Differe...Customized Monitoring and Assessment of Circuit Breaker Operations in Differe...
Customized Monitoring and Assessment of Circuit Breaker Operations in Differe...
 
Conscience: A Solution for Pollution Control
Conscience: A Solution for Pollution ControlConscience: A Solution for Pollution Control
Conscience: A Solution for Pollution Control
 
Density based traffic light controlling (2)
Density based traffic light controlling (2)Density based traffic light controlling (2)
Density based traffic light controlling (2)
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Embeded system
Embeded systemEmbeded system
Embeded system
 
project report
project reportproject report
project report
 
Navigation of Robot Vehicle using RF with Landmine Detection
Navigation of Robot Vehicle using RF with Landmine DetectionNavigation of Robot Vehicle using RF with Landmine Detection
Navigation of Robot Vehicle using RF with Landmine Detection
 
Embeded system
Embeded systemEmbeded system
Embeded system
 
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry PiTCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
 
Traffic Sign recognition And Auto Indication System
Traffic Sign recognition And Auto Indication SystemTraffic Sign recognition And Auto Indication System
Traffic Sign recognition And Auto Indication System
 

Recently uploaded

Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgsaravananr517913
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsSachinPawar510423
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the weldingMuhammadUzairLiaqat
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Piping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringPiping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringJuanCarlosMorales19600
 

Recently uploaded (20)

Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documents
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the welding
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Piping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringPiping Basic stress analysis by engineering
Piping Basic stress analysis by engineering
 

ACCIDENT AVOIDANCE WITH DYNAMIC SPEED GOVERNOR

  • 1. 1 ACCIDENT AVOIDANCE WITH DYNAMIC SPEED GOVERNOR Abstract: Automotive vehicles are increasingly being equipped with collision avoidance and warning systems for predicting the potential collision with an external object, such as another vehicle or a pedestrian. Upon detecting a potential collision, such systems typically initiate an action to avoid the collision and/or provide a warning to the vehicle operator. This system consist of a distance-measuring system based on ultrasonic sound utilizing the PIC 16f877A microcontroller and transmits a burst of ultrasonic sound waves towards the target and then receives the corresponding echo. An ultrasonic sound sensor is used to detect the arrival of the echo to the system. The time taken for the ultrasonic burst to travel the distance from the system to the subject and back to the system is accurately measured by the microcontroller. It also provides a warning signal to the driver if the distance between vehicle and obstacle crosses a particular limit. It also monitors the speed of the vehicle and if the speed limit is exceeded it is informed to the driver. The speed limit for different class of vehicles is set by authorities at different. . Introduction: This report describes a distance-measuring system based on ultrasonic sound utilizing the PIC 16f877A microcontroller. With the help of the distance measured, the micro- controller will make the vehicle stop suddenly if the vehicle is about to hit any obstacle or any other vehicle. With the help of this technology accidents are avoided. The system transmits a burst of ultrasonic sound waves towards the target and then receives the corresponding echo. An ultrasonic sound sensor is used to detect the arrival of the echo to the system. The time taken for the ultrasonic burst to travel the distance from the system to the subject and back to the system is accurately measured by the microcontroller. Different types of vehicle speed limiters are in current use for regulating traffic especially across roads near populated areas such as hospitals, malls and schools. This project “DYNAMIC SPEED GOVERNER” is a new method by which vehicle speed is controlled externally rather than internally .The speed measurement and control is accomplished via two PIC16F877As with a RF transmitter and receiver.
  • 2. 2 Software Description: The MPLAB software is from Microchip and it is an Integrated Development Environment (IDE). It is basically used for programming the ICs. In this project the coding is done in Embedded C language for that C compiler is required so HITECH C compiler is used. The PID algorithm first written in embedded C language for that initially new project is created in MPLAB IDE. After that PID code is build and compiled in MPLAB IDE from that the generated .cof file is used for debugging purpose and the .hex file is used to download it in PIC16F877A IC. It was largely used for real time debugging of PID code. The PIC16F877A is programmed through MPLAB IDE and PICKET3. The PROTEUS is the virtual simulation software from ISIS. PROTEUS is generally used to test the behavior of the selected hardware in simulation. In PROTEUS the PID code was initially tested with different logics on virtual hardware. The magnetic pick up sensor driver circuit checked in PROTEUS by observing its output waveform on oscilloscope. The various inputs given to the magnetic pickup sensor driver circuit from function generator were observed on controller. The actuator driver circuit is also tested with different Volts and Ampere ratings in PROTEUS. The PCB123 is the PCB design software from Sunstone Circuits. The actuator and magnetic pickup sensor driver circuit were designed in PCB123. First the schematics were drawn and from that the layout work is created. The both designs were in program through hole format so the components chosen were in same format. All the driver circuit’s components were found in same specifications in PCB123. The controller board also designed in PCB123 with same program through hole format. Literature review: The new speed limiting system presented in this project combines several pioneering techniques that integrate wireless technologies in order to implement a reliable speed control system. This proposed system can be easily implemented near different populated areas. The power of the proposed system lies in its flexibility and capability of development with little hardware changes such as changing the speed limits and speed control methods using the software of the base station in negligible amount of time. The proposed system is based on microcontroller technology for collecting data related to speed and transmitting it through a transceiver to a base station that
  • 3. 3 analyzes the transmitted data and takes appropriate decisions related to speed limit and control requirements. Speed Governor regulates the top speed and/or maximum rpm of a vehicle, whether it is electronically or mechanical. The governor is emplaced by the manufacturer to meet laws of the nation is which the vehicle will be sold, protect the drivers from operating at unsafe speed, or to protect the car from being driving beyond its physical or mechanical threshold. Speed governor: The following Figure 1 shows block diagram of working of electronic speed governor system. The magnetic pickup sensor is mounted on engine flywheel. The engine rpm is measured in capture compare module of the PIC microcontroller. The throttle actuator’s lever is directly connected to the engine fuel pump. The throttle actuator is controlled from the pulse width modulation signal so it is directly connected to the RC2 pin of the PIC microcontroller. The engine rpm is continuously measured and compared with the required set point and when the error signal is generated it is directly processed in the PID algorithm. The PIC microcontroller generates the required pulse width modulation duty cycle from the PID algorithm based on which diesel engine gets stabilized at required set point. The working pulse width modulation period is calculated from initial trails on the throttle actuator. Figure 1: Block diagram of Electronic Speed Governor System In this CCP1 (PWM) is used to control the position of throttle actuator. PWM stands for the Pulse Width Modulation where the width of a digital waveform is varied to control the power delivered to a load. The underlying principle in the whole process is that the average power delivered is directly proportional to the modulation duty cycle as shown in Figure 2. The pulse width modulation is required to switching the load devices through MOSFET based power stage or from any other components. The pulse width modulation has ON time and OFF time and addition of both is period. The average voltage applied to the load is varied from the pulse width modulation which
  • 4. 4 directly depends upon the duty cycle. The time is inversely proportional to the frequency because of which the required period given to the load is in the form of frequency. Figure 2: Pulse width modulation with different duty cycle. Design of Controller: The improved electronic speed governor system includes digital controller, drive circuit, electromagnetic throttle actuator and the engine speed sensor. The system to be controlled (plant) is the diesel engine. The electronic speed governor is a closed loop system in which feedback is taken from engine rpm. The controller output is in the form of pulse width modulation duty cycle. When the rpm error is generated the required pulse width modulation duty cycle is calculated from PID algorithm. The capture compare module in PIC16F877A is used to calculate engine rpm. The PID update time is kept in proportion with the throttle actuator response time. The key step of the electronic governor design is to choose the suitable actuator coupled suitably with fuel pump rack. The requirements to actuator of diesel engine governor system are fast response, high accuracy and reliability. Under diesel engine operating principle, the engine speed regulation is achieved by regulating the movement of the pump rack. With electronic speed controller, the movement of pump rack is mainly affected by the diesel engine speed change. Microcontroller PIC 16F877A: The microcontroller is a set of digital logic circuits integrated on a single silicon „chip‟ whose connections and behavior can be specified and later alter when required, by the program in its memory. 16F877A have enough I/O lines for current need. It is capable of initiating all intersystem communications. The master controller controls each functions of the system with a supporting device. Also responsible for reception of commands from the host and taking necessary actions . PIC16F877A is an 8-bit, fully static, EPROM/EPROM/ROM- based CMOS microcontroller. It employs
  • 5. 5 RISC architecture with only 35 word/single cycle instructions. All these instructions are single cycle (1ms) expect for program branches which takes two cycles. The PIC16f877A products are supported by a full featured macro assembler, a software simulator, „C‟ compiler etc. Features: ď‚· Two pins High-performance RISC CPU. ď‚· All single cycle instructions except for program branches which are 2 cycle. ď‚· Operating speed: DC - 20 MHz clock input DC - 200 ns instruction cycle. ď‚· Up to 8K x 14 words of Flash Program Memory. ď‚· Up to 256 x 8 bytes of EEPROM data memory. ď‚· Pin out compatible to the PIC16C73/74/76/77. ď‚· Interrupt capability -up to 14 internal/external. ď‚· Eight level deep hardware stack Direct, indirect, and relative addressing modes. ď‚· Power-on Reset (POR) Power-up Timer (PWRT) and ď‚· Oscillator Start-up Timer (OST) ď‚· Watchdog Timer (WDT) with its own on-chip RC Oscillator for reliable operation. ď‚· Programmable code-protection. ď‚· Power saving SLEEP mode Selectable oscillator options. ď‚· Low-power, high-speed CMOS EPROM/EEPROM technology. ď‚· Fully static design. ď‚· Only single 5V source needed for programming capability. ď‚· In-Circuit Debugging via two pins Processor read/write access to program memory. ď‚· Wide operating voltage range: 2.5V to 5.5V. ď‚· High Sink/Source Current: 25 mA. ď‚· Commercial and Industrial temperature ranges RF encoder: HT12E The 2^12 encoders are a series of CMOS LSIs for remote control system applications. They are capable of encoding information which consists of N address bits and 12_N data bits. Each address/ data input can be set to one of the two logic states. The programmed addresses/data are transmitted together with the header bits via an RF or an
  • 6. 6 infrared transmission medium upon receipt of a trigger signal. The capability to select a TE trigger on the HT12E or a DATA trigger on the HT12A further enhances the application flexibility of the 2^12 series of encoders. The HT12A additionally provides a 38 kHz carrier for infrared systems. RF transmitter: The RF Transmitter is ideal for remote control applications where low cost and longer range is required. The transmitter operates from a 1.5 to 12v supply, making it ideal for battery-powered applications. The transmitter employs a SAW stabilized oscillator, ensuring accurate frequency control for best range performance. Output power and harmonic emissions are easy to control. The manufacturing friendly SMT style package and low cost make the RF module make it suitable for high volume applications. RF receiver: The RF Receiver we are using is ideal for short-range remote control applications where cost is a primary concern. The receiver module requires no external RF components except for the antenna. It generates virtually no emissions. The super regenerative design exhibits exceptional sensitivity at a very low cost. A SAW filter can be added to the antenna input to improve selectivity for applications that require robust performance. The friendly SIP style package and low-cost make it suitable for high volume applications RF decoder: HT12D The 2^12 decoders are a series of CMOS LSIs for remote control system applications. They are paired with Holtek_s 212 series of encoders (refer to the encoder/decoder cross reference table). For proper operation, a pair of encoder/decoder with the same number of addresses and data format should be chosen. The decoders receive serial addresses and data from a programmed 212 series of encoders that are transmitted by a carrier using an RF or an IR transmission medium. They compare the serial input data three times continuously with their local addresses. If no error or unmatched codes are found, the input data codes are decoded and then transferred to the output pins. The VT pin also goes high to indicate a valid transmission. The 2^12 series of decoders are capable of decoding information that consist of N bits of address and 12_N bits of data. Of this series, the HT12D is arranged to provide 8 address bits and 4 data bits, and HT12F is used to decode
  • 7. 7 12 bits of address information .The below figure shows the RF system. Ultrasonic sensors: Fig . Ultrasonic sensor Ultrasonic sensors are commonly used for a wide variety of noncontact presence, proximity, or distance measuring applications. These devices typically transmit ultrasonic sound toward a target, which reflects the sound back to the sensor. The system then measures the time for the echo to return to the sensor and computes the distance to the target using the speed of sound in the medium .The wide varieties of sensors currently on the market differ from one another in their mounting configurations, environmental sealing, and electronic features. Acoustically, they operate at different frequencies and have different radiation patterns. It is usually not difficult to select a sensor that best meets the environmental and mechanical requirements for a particular application, or to evaluate the electronic features available with different models. The principle of working of an ultrasonic sensor is easy. The sensor transmits ultrasonic sound waves and waits for reflected sound waves. After receiving reflected sound wave or usually named echo, sensor detects the distance in different ways. Triggered the sensor and then wait for echo pulse. Measuring echo pulse width is important for us because 30 ÎĽs means us 1 cm. Ultrasonic ranging system: The development of applications using ultrasonic sensors requires good understanding of its operating principles and Fig.RF section
  • 8. 8 its interaction with the environment. They rely on the principle of time of flight or propagation of sound waves in air. The system either measures the echo reflection of the sound from the object (in case where the transmitter and the receiver is on the same device) or the time of flight of the sound wave from the transmitter to the receiver (in case either the transmitter or the receiver is mounted on the object). Basically, the range finding sensors can be classified into two categories: I. Time of flight sensors. II. Phase-shift detection sensors. The first method is the most common technique employed, and it consists in measuring the time of flight of a pulse of emitted energy (light or acoustic) travelling to a reflecting object, than echoing back to a receiver. The formula used to compute the distance d is straight forward: 2d = v* t Where v is the signal speed of propagation (300 m/sec for sound) and t is the time elapsed between emission and reception. The method uses commonly ultrasonic acoustic pulses. The use of light pulses places severe requirements on associated control and measurement circuitry: for example to obtain 1mm resolutions the timing accuracy must be around 3 picoseconds, a capability expensive and difficult to realize. Ultrasonic transmitter: The transmitter consists of an electronics circuitry and an electromechanical transducer. The electronic circuitry generates the required frequency electrical signal and the electromechanical transducer converts that electrical signal into the physical form and activates the open medium surface. This oscillating physical surface creates the ultrasonic waves. The oscillating surface creates a pressure variation and ultimately a pressure wave with a frequency equal to that of the surface oscillation. Ultrasonic receiver: The receiver also has the same configuration except that it has a receiver electronic circuitry and a transducer, which converts the ultrasonic sound waves into an electrical
  • 9. 9 signal. The sound waves travel into the medium and are reflected by an object in the path of the waves. This reflected wave is then sensed by the receiver, which actually calculates the time of flight of the signal to find the distance. Transmitter and receiver pair: It consists of a transmitter and receiver pair on the device. There are two different transducers for transmitter and receiver. The transmitter transmits and the receiver waits for the reflected signals. LCD display: The LCD module is a parallel interface sixteen pin module. The first three pins of LCD module are used for contrast adjusting. Here the first pin is connected to ground, second to the voltage supply and third to the variable resistor. The pins, seven to fourteen are data lines (D0 to D7). In this particular circuit the data lines D4 to D7 are used because the LCD driver available is 4 line data bus. 15th pin is connected to the 5 volt supply. Pin 4, 5, 6 are control pins, R/W, RS and enable respectively. 16th pin is connected to the ground through a transistor. The voltage from pic16f877a turn on the transistor and it in turn turns on the LCD backlight. LCD display used to display the speed of vehicles from speed Governor and distance measured by Ultrasonic ranging system. Working: Fig. working of accident avoidance system The above figure shows working of accident avoidance system .The dynamic speed governor consist of mainly two parts the transmitter and receiver. The system is mainly based on micro controller technology for collecting data related to speed and transmits the data to the micro controller
  • 10. 10 using RF communication. The micro controller analyses the transmitted data and takes appropriate decisions related to speed limit and control requirements. The dynamic speed governor will be needed in populated areas such as hospitals, malls and schools for regulating traffic. The RF transmitter of the system is mounted on the signal board and the micro controller of the transmitter part always sense the speed limit of the area for that the speed limit will be stored in the micro controller. The speed limit of the vehicle will be transmitted using RF transmitter to the approaching vehicles .An RF receiver is kept inside the vehicle and the receiver accepts the incoming signals and then feeds the limit of speed as an input to a comparator. An RPM meter is used to transform the mechanical rotational movement of the vehicle into an electrical signal and using this method the speed of the approaching vehicle can be detected. This calculated speed from the RPM meter is given to the next input pin of the comparator. At the comparator both speed given to the both input pin is compared and if the speed of the vehicle is greater than the speed limit the controller will reduce the speed of the vehicle to the limit by using PWM characteristic of the micro controller. Advantages: Increased road safety. Reduced strain on engines, thereby increasing the life of engines. Reduce fuel consumption. Reduced pollution & thus improved environment. Reduced maintenance cost for the vehicle owner(s). Conclusion: . The speed limiting system presented in this project combines several pioneering techniques that integrate wireless technologies in order to implement a reliable speed control system. This can be easily implemented near different populated areas. The power of the proposed system lies in its flexibility and capability of development with little hardware changes such as changing the speed limits and speed control methods using the software of the base station in negligible amount of time. The proposed system is based on microcontroller technology for collecting data related to speed and transmitting it through a transceiver to a base station that analyzes the transmitted data and takes appropriate decisions related to speed limit and control requirements. This experience has encouraged us to learn more about upcoming trends and technologies and
  • 11. 11 thereby adding our bumble knowledge and experience about the vast ocean of electronics References: [1] Zutao Zhang, Jiashu Zhang, “A Novel Vehicle Safety Model: Vehicle speed Controller under Driver Fatigue”, “IJCSNS International Journal of Computer Science and Network Security”, VOL.9 No.1, January 2009 [2] M. Bertozzi,A.Brogg M. Cellario, A. Fascioli, P.Lombardi, and M.Porta, “Artifical vision in road vehicles,” Proceedings of the IEEE, vol. 90,no. 7, pp. 1258–1271, 2002. [3] S. Tsugawa and Sadayuki, “Vision-based vehicle on japan: Machine vision systems and driving control systems,” IEEE Trans. on Ind. El.???, vol. 41, no. 4, pp. 398–405, 1994. [4] Vehicle-highway automation activities in the United States. U.S. Dept of Transportation, 1997