SlideShare a Scribd company logo
1 of 20
Wireless Rash Driving
Detection
http://www.edgefxkits.com/
Introduction
Wireless Rash Driving Detection
๏ƒ˜ To detect rash driving on highways and to alert the traffic authorities
wirelessly the speed details and any speed violation. Accidents due to rash
driving on highways are on the rise and people are losing their lives
because of others mistakes. In the present system, to detect rash driving
the police has to use a handheld radar gun and then aim at the vehicle to
record its speed.
๏ƒ˜ If the speed of the vehicle exceeds the speed limit, nearest police station
is informed to stop the speeding vehicle. This is an ineffective process as
after detecting one has to inform the same and a lot of time is wasted.
http://www.edgefxkits.com/
Wireless Rash Driving Detection
Block Diagram Of Transmitter
http://www.edgefxkits.com/
Wireless Rash Driving Detection
Block Diagram Of Receiver
http://www.edgefxkits.com/
Wireless Rash Driving Detection
Hardware Requirements
โ€ข Transformer
โ€ข Diodes
โ€ข Capacitors
โ€ข Resistors
โ€ข LEDs
โ€ข IR
โ€ข photodiode
โ€ข Transistor
โ€ข LCD
โ€ข Buzzer
โ€ข Relay
โ€ข Lamp
โ€ข 8051 series Microcontroller
โ€ข 2.4GHz Tx/Rx pair
http://www.edgefxkits.com/
Wireless Rash Driving Detection
Power Supply
http://www.edgefxkits.com/
Wireless Rash Driving Detection
Description Of Power Supply
๏ƒ˜ The circuit uses standard power supply comprising of a step-down
transformer from 230v to 12v and 4 diodes forming a Bridge Rectifier that
delivers pulsating dc which is then filtered by an electrolytic capacitor of
about 470microf to 100microF.
๏ƒ˜ The filtered dc being un regulated IC LM7805 is used to get 5v constant at
its pin no 3 irrespective of input dc varying from 9v to 14v.
๏ƒ˜ The regulated 5volts dc is further filtered by a small electrolytic capacitor of
10 micro f for any noise so generated by the circuit.
๏ƒ˜ One LED is connected of this 5v point in series with a resistor of 330ohms
to the ground i.e. negative voltage to indicate 5v power supply availability.
http://www.edgefxkits.com/
Wireless Rash Driving Detection
Internal Structure Of a Microcontroller - AT89S52/51
http://www.edgefxkits.com/
Wireless Rash Driving Detection
Photo Diode
๏ƒ˜ A photodiode is a type of photo detector capable of
converting light into either current or voltage, depending
upon the mode of operation.
๏ƒ˜ Photodiodes are similar to regular semiconductor diodes
except that they may be either exposed (to detect
vacuum UV or X-rays) or packaged with a window or
optical fibre connection to allow light to reach the
sensitive part of the device.
http://www.edgefxkits.com/
Wireless Rash Driving Detection
Liquid Crystal Display (LCD)
๏ƒ˜ Most common LCDs connected to the microcontrollers are 16x2 and
20x2 displays.
๏ƒ˜ This means 16 characters per line by 2 lines and 20 characters per line
by 2 lines, respectively.
๏ƒ˜ The standard is referred to as HD44780U, which refers to the
controller chip which receives data from an external source (and
communicates directly with the LCD.
http://www.edgefxkits.com/
Wireless Rash Driving Detection
LCD Background
๏ƒ˜ If an 8-bit data bus is used the LCD will require 11 data lines (3 control lines
plus the 8 lines for the data bus).
๏ƒ˜ The three control lines are referred to as EN, RS, and RW.
๏ƒ˜ EN=Enable (used to tell the LCD that you are sending it data).
๏ƒ˜ RS=Register Select (When RS is low (0), data is treated as a command).
(When RS is High(1), data being sent is text data ).
๏ƒ˜ R/W=Read/Write (When RW is low (0), the data written to the LCD).
(When RW is High(1), the data reading to the LCD).
http://www.edgefxkits.com/
Wireless Rash Driving Detection
Light Emitting Diode (LED)
๏ƒ˜ LEDs are semiconductor devices are made out of silicon.
When current passes through the LED, it emits photons
as a by product.
๏ƒ˜ Normal light bulbs produce light by heating a metal
filament until its white hot.
๏ƒ˜ LEDs present many advantages over traditional light
sources including lower energy consumption, longer
lifetime, improved robustness, smaller size and faster
switching
http://www.edgefxkits.com/
Wireless Rash Driving Detection
Buzzer
๏ƒ˜ Piezo Buzzer:
โ€ข This buzzer is an piezo type audio signalling device, which has a piezo
element and a oscillating circuit inside which oscillates the piezo brass base
plate, which when given voltage difference produces sound of a predefined
frequency.
๏ƒ˜ Features:
โ€ข These high reliability piezo buzzers are applicable to general electronics
equipment. Compact, pin terminal type Piezo buzzer with 4 KHz output.
โ€ข Pin type terminal construction enables direct mounting onto printed circuit
boards.
http://www.edgefxkits.com/
Wireless Rash Driving Detection
Working Principle
๏ƒ˜ IR sensors to detect the presence of a vehicle.
๏ƒ˜ A set point consists of a pair of sensors comprising of an IR transmitter
and an IR receiver, each of which are installed on either sides of the road.
๏ƒ˜ Whenever IR rays are interrupted by a vehicle during first sensor the
count up timer is started.
๏ƒ˜ When the other IR sensor senses the presence of vehicle, the count up
timer is stopped.
๏ƒ˜ The speed limit set by the device is kept at the very location depending
upon the traffic.
http://www.edgefxkits.com/
Wireless Rash Driving Detection
Working Principle
๏ƒ˜ The time taken by the vehicle to travel from one set point to the other is
calculated by a microcontroller program.
๏ƒ˜ Based on that time it then calculates the speed.
๏ƒ˜ The Seven segment display is used to display the speed of the vehicle.
๏ƒ˜ If the vehicle crosses the speed limit, a buzzer sounds alerting the police
both at the location and wirelessly at the control room.
๏ƒ˜ The microcontroller is used to monitor the all control operations needed.
http://www.edgefxkits.com/
Wireless Rash Driving Detection
Advantage:
๏ƒ˜ They reduce the risk of accidents.
๏ƒ˜ It is easy to implement.
๏ƒ˜ It reduces the effort of many men.
http://www.edgefxkits.com/
Wireless Rash Driving Detection
Disadvantages:
๏ƒ˜ Sometimes the circuit got failure and causes various problems
http://www.edgefxkits.com/
Wireless Rash Driving Detection
Applications
๏ƒ˜ It uses in highways to avert accidents.
๏ƒ˜ It alert traffic authorities about the speed of vehicle.
http://www.edgefxkits.com/
Wireless Rash Driving Detection
Conclusion
๏ƒ˜ The speed checker for highwaysโ€–is an emerging field and there is a
huge scope for research and development. Wireless Rash Driving
Detection can be further advanced by using a CCTV camera in the
circuit. Whenever any vehicle crosses speed limit, camera captures
the image of number plate and through transport database finds
the address of the owner and sends fine.
http://www.edgefxkits.com/

More Related Content

What's hot

Accident messaging system using GPS,GSM and MEMS
Accident messaging system using GPS,GSM and MEMSAccident messaging system using GPS,GSM and MEMS
Accident messaging system using GPS,GSM and MEMSJithin Prasad
ย 
Fnal year project on iot accident detection and tracking system 26-may 21'
 Fnal year project on iot accident detection and tracking system  26-may 21' Fnal year project on iot accident detection and tracking system  26-may 21'
Fnal year project on iot accident detection and tracking system 26-may 21'ankitadeokate
ย 
Accident Detection and Ambulance Triggered Traffic Management Systems
Accident Detection and Ambulance Triggered Traffic Management SystemsAccident Detection and Ambulance Triggered Traffic Management Systems
Accident Detection and Ambulance Triggered Traffic Management SystemsSachin Kumar Asokan
ย 
Artificial passenger
Artificial passengerArtificial passenger
Artificial passengerDhanya LK
ย 
Accisdent detection and notificstion system
Accisdent detection and notificstion systemAccisdent detection and notificstion system
Accisdent detection and notificstion systemSolomon Mutwiri
ย 
heartbeatsensor
heartbeatsensorheartbeatsensor
heartbeatsensorRinku Meena
ย 
Automatic vehicle accident detection and messaging system using gsm and gps m...
Automatic vehicle accident detection and messaging system using gsm and gps m...Automatic vehicle accident detection and messaging system using gsm and gps m...
Automatic vehicle accident detection and messaging system using gsm and gps m...mahesh_rman
ย 
Sensor technology
Sensor technologySensor technology
Sensor technologyRajesh Kumar
ย 
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera)
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera) Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera)
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera) Emmanuel Oshogwe Akpeokhai
ย 
MILITARY ROBOT BASED ON IOT
MILITARY ROBOT BASED ON IOTMILITARY ROBOT BASED ON IOT
MILITARY ROBOT BASED ON IOTMeer EJAS hussain
ย 
Automatic railway gate control using arduino uno
Automatic railway gate control using arduino unoAutomatic railway gate control using arduino uno
Automatic railway gate control using arduino unoselvalakshmi24
ย 
Vehicle Over Speed Detection on Highways
Vehicle Over Speed Detection on HighwaysVehicle Over Speed Detection on Highways
Vehicle Over Speed Detection on HighwaysEdgefxkits & Solutions
ย 
automatic railway gate control system using arduino
automatic railway gate control system using arduinoautomatic railway gate control system using arduino
automatic railway gate control system using arduinoantivirusspam
ย 
Automatic railway track crack detector
Automatic railway track crack detectorAutomatic railway track crack detector
Automatic railway track crack detectorAJEET VERMA
ย 
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 journal ijrtem
ย 
A report on ultrasonic distance measurement
A report on ultrasonic distance measurementA report on ultrasonic distance measurement
A report on ultrasonic distance measurementitfakash
ย 
Sensor Technology ppt
Sensor Technology pptSensor Technology ppt
Sensor Technology pptmansimore1
ย 
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 ModeIRJET Journal
ย 
Speed control of vehicle
Speed control of vehicleSpeed control of vehicle
Speed control of vehicleAmanVerma443
ย 
Smart dustbin
Smart dustbinSmart dustbin
Smart dustbinSumitGangwar18
ย 

What's hot (20)

Accident messaging system using GPS,GSM and MEMS
Accident messaging system using GPS,GSM and MEMSAccident messaging system using GPS,GSM and MEMS
Accident messaging system using GPS,GSM and MEMS
ย 
Fnal year project on iot accident detection and tracking system 26-may 21'
 Fnal year project on iot accident detection and tracking system  26-may 21' Fnal year project on iot accident detection and tracking system  26-may 21'
Fnal year project on iot accident detection and tracking system 26-may 21'
ย 
Accident Detection and Ambulance Triggered Traffic Management Systems
Accident Detection and Ambulance Triggered Traffic Management SystemsAccident Detection and Ambulance Triggered Traffic Management Systems
Accident Detection and Ambulance Triggered Traffic Management Systems
ย 
Artificial passenger
Artificial passengerArtificial passenger
Artificial passenger
ย 
Accisdent detection and notificstion system
Accisdent detection and notificstion systemAccisdent detection and notificstion system
Accisdent detection and notificstion system
ย 
heartbeatsensor
heartbeatsensorheartbeatsensor
heartbeatsensor
ย 
Automatic vehicle accident detection and messaging system using gsm and gps m...
Automatic vehicle accident detection and messaging system using gsm and gps m...Automatic vehicle accident detection and messaging system using gsm and gps m...
Automatic vehicle accident detection and messaging system using gsm and gps m...
ย 
Sensor technology
Sensor technologySensor technology
Sensor technology
ย 
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera)
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera) Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera)
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera)
ย 
MILITARY ROBOT BASED ON IOT
MILITARY ROBOT BASED ON IOTMILITARY ROBOT BASED ON IOT
MILITARY ROBOT BASED ON IOT
ย 
Automatic railway gate control using arduino uno
Automatic railway gate control using arduino unoAutomatic railway gate control using arduino uno
Automatic railway gate control using arduino uno
ย 
Vehicle Over Speed Detection on Highways
Vehicle Over Speed Detection on HighwaysVehicle Over Speed Detection on Highways
Vehicle Over Speed Detection on Highways
ย 
automatic railway gate control system using arduino
automatic railway gate control system using arduinoautomatic railway gate control system using arduino
automatic railway gate control system using arduino
ย 
Automatic railway track crack detector
Automatic railway track crack detectorAutomatic railway track crack detector
Automatic railway track crack detector
ย 
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
ย 
A report on ultrasonic distance measurement
A report on ultrasonic distance measurementA report on ultrasonic distance measurement
A report on ultrasonic distance measurement
ย 
Sensor Technology ppt
Sensor Technology pptSensor Technology ppt
Sensor Technology ppt
ย 
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
ย 
Speed control of vehicle
Speed control of vehicleSpeed control of vehicle
Speed control of vehicle
ย 
Smart dustbin
Smart dustbinSmart dustbin
Smart dustbin
ย 

Viewers also liked

Speed checker on highway using 8051
Speed checker on highway using 8051Speed checker on highway using 8051
Speed checker on highway using 8051Rkrishna Mishra
ย 
The story of the kite by gilang mutan anodya
The story of the kite by gilang mutan anodyaThe story of the kite by gilang mutan anodya
The story of the kite by gilang mutan anodyasman 2 mataram
ย 
The Uncivil Indian Driver!
The Uncivil Indian Driver!The Uncivil Indian Driver!
The Uncivil Indian Driver!himanshu2904
ย 
Micro Controller 8051 of Speedo Meter using KEIL Code
Micro Controller 8051 of Speedo Meter using KEIL CodeMicro Controller 8051 of Speedo Meter using KEIL Code
Micro Controller 8051 of Speedo Meter using KEIL CodeSunil Kumar R
ย 
Speed checker for highway
Speed checker for highwaySpeed checker for highway
Speed checker for highwaySumit Sharma
ย 
Metal detector robot
Metal detector robotMetal detector robot
Metal detector robotf114n
ย 
Funny presentation on india
Funny presentation on indiaFunny presentation on india
Funny presentation on indiaMaulik Chachra
ย 
Benjamin Franklin
Benjamin FranklinBenjamin Franklin
Benjamin Frankliniciclemush
ย 
Metal Detector Robotic Vehicle
Metal Detector Robotic VehicleMetal Detector Robotic Vehicle
Metal Detector Robotic VehicleEdgefxkits & Solutions
ย 
Speed checkers for highways
Speed checkers for highwaysSpeed checkers for highways
Speed checkers for highwaysRahul Kshirsagar
ย 
8 Ways To Make Any Presentation Interesting
8 Ways To Make Any Presentation Interesting8 Ways To Make Any Presentation Interesting
8 Ways To Make Any Presentation InterestingBig Fish Presentations
ย 
automated highways system
automated highways systemautomated highways system
automated highways systemHarish Naicker
ย 
Project report for railway security monotorin system
Project report for railway security monotorin systemProject report for railway security monotorin system
Project report for railway security monotorin systemASWATHY VG
ย 
Speed detection-of-moving-vehicle-using-speed-cameras
Speed detection-of-moving-vehicle-using-speed-camerasSpeed detection-of-moving-vehicle-using-speed-cameras
Speed detection-of-moving-vehicle-using-speed-camerasVIKAS SINGH BHADOURIA
ย 
Funny Presentation
Funny PresentationFunny Presentation
Funny Presentationashok kumar
ย 
Presentation Design Trends 2014
Presentation Design Trends 2014Presentation Design Trends 2014
Presentation Design Trends 2014SketchBubble
ย 
2. fever with rash
2. fever with rash2. fever with rash
2. fever with rashWhiteraven68
ย 
Build Features, Not Apps
Build Features, Not AppsBuild Features, Not Apps
Build Features, Not AppsNatasha Murashev
ย 

Viewers also liked (19)

Speed checker on highway using 8051
Speed checker on highway using 8051Speed checker on highway using 8051
Speed checker on highway using 8051
ย 
The story of the kite by gilang mutan anodya
The story of the kite by gilang mutan anodyaThe story of the kite by gilang mutan anodya
The story of the kite by gilang mutan anodya
ย 
The Uncivil Indian Driver!
The Uncivil Indian Driver!The Uncivil Indian Driver!
The Uncivil Indian Driver!
ย 
India
IndiaIndia
India
ย 
Micro Controller 8051 of Speedo Meter using KEIL Code
Micro Controller 8051 of Speedo Meter using KEIL CodeMicro Controller 8051 of Speedo Meter using KEIL Code
Micro Controller 8051 of Speedo Meter using KEIL Code
ย 
Speed checker for highway
Speed checker for highwaySpeed checker for highway
Speed checker for highway
ย 
Metal detector robot
Metal detector robotMetal detector robot
Metal detector robot
ย 
Funny presentation on india
Funny presentation on indiaFunny presentation on india
Funny presentation on india
ย 
Benjamin Franklin
Benjamin FranklinBenjamin Franklin
Benjamin Franklin
ย 
Metal Detector Robotic Vehicle
Metal Detector Robotic VehicleMetal Detector Robotic Vehicle
Metal Detector Robotic Vehicle
ย 
Speed checkers for highways
Speed checkers for highwaysSpeed checkers for highways
Speed checkers for highways
ย 
8 Ways To Make Any Presentation Interesting
8 Ways To Make Any Presentation Interesting8 Ways To Make Any Presentation Interesting
8 Ways To Make Any Presentation Interesting
ย 
automated highways system
automated highways systemautomated highways system
automated highways system
ย 
Project report for railway security monotorin system
Project report for railway security monotorin systemProject report for railway security monotorin system
Project report for railway security monotorin system
ย 
Speed detection-of-moving-vehicle-using-speed-cameras
Speed detection-of-moving-vehicle-using-speed-camerasSpeed detection-of-moving-vehicle-using-speed-cameras
Speed detection-of-moving-vehicle-using-speed-cameras
ย 
Funny Presentation
Funny PresentationFunny Presentation
Funny Presentation
ย 
Presentation Design Trends 2014
Presentation Design Trends 2014Presentation Design Trends 2014
Presentation Design Trends 2014
ย 
2. fever with rash
2. fever with rash2. fever with rash
2. fever with rash
ย 
Build Features, Not Apps
Build Features, Not AppsBuild Features, Not Apps
Build Features, Not Apps
ย 

Similar to Wireless Rash Driving Detection

Density based traffic signal system
Density based traffic signal systemDensity based traffic signal system
Density based traffic signal systemEdgefxkits & Solutions
ย 
Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626shailesh yadav
ย 
Anam rajkumar sarvesh
Anam rajkumar sarveshAnam rajkumar sarvesh
Anam rajkumar sarveshshailesh yadav
ย 
7th sence robot_for_military_applications
7th sence robot_for_military_applications7th sence robot_for_military_applications
7th sence robot_for_military_applicationsbaranreddy10
ย 
Smart Security System Using ARM And XBee For Boarder Areas( SYNOPSIS)
Smart Security System  Using ARM And XBee For Boarder Areas( SYNOPSIS)Smart Security System  Using ARM And XBee For Boarder Areas( SYNOPSIS)
Smart Security System Using ARM And XBee For Boarder Areas( SYNOPSIS)WizApsProjects
ย 
Controlling and Reducing of Speed for Vehicles Automatically By Using Rf Tech...
Controlling and Reducing of Speed for Vehicles Automatically By Using Rf Tech...Controlling and Reducing of Speed for Vehicles Automatically By Using Rf Tech...
Controlling and Reducing of Speed for Vehicles Automatically By Using Rf Tech...IJERA Editor
ย 
Smart Security System Using ARM And XBee For Boarder Areas (REPORT)
Smart Security System  Using ARM And XBee For Boarder Areas  (REPORT)Smart Security System  Using ARM And XBee For Boarder Areas  (REPORT)
Smart Security System Using ARM And XBee For Boarder Areas (REPORT)WizApsProjects
ย 
Density Based Traffic Signal with Remote Override in Emergency
Density Based Traffic Signal with Remote Override in EmergencyDensity Based Traffic Signal with Remote Override in Emergency
Density Based Traffic Signal with Remote Override in EmergencyGeorget Eldhose
ย 
Controlling Robotic Vehicle With IR Remote
Controlling Robotic Vehicle With IR RemoteControlling Robotic Vehicle With IR Remote
Controlling Robotic Vehicle With IR RemoteEdgefxkits & Solutions
ย 
automatic toll collection.pptx
automatic toll collection.pptxautomatic toll collection.pptx
automatic toll collection.pptxRakibulHassan77
ย 
ACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATION
ACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATIONACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATION
ACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATIONYoga Lakshmi
ย 
REMOTE OPERATED SPY ROBO PPT
REMOTE OPERATED SPY ROBO PPTREMOTE OPERATED SPY ROBO PPT
REMOTE OPERATED SPY ROBO PPTkiran bansod
ย 
Tracking police man using rf proximity card
Tracking police man using rf proximity cardTracking police man using rf proximity card
Tracking police man using rf proximity cardAlbert Jose
ย 
IOT Based Smart Parking and Damage Detection Using RFID
IOT Based Smart Parking and Damage Detection Using RFIDIOT Based Smart Parking and Damage Detection Using RFID
IOT Based Smart Parking and Damage Detection Using RFIDMaheshMoses
ย 
339_311 PPT
339_311 PPT339_311 PPT
339_311 PPTMohd Raihan
ย 
smart parking system
smart parking system smart parking system
smart parking system Che Tna
ย 
advanced raiway security system based on zigbee communication for track fault
advanced raiway security system based on zigbee communication for track fault advanced raiway security system based on zigbee communication for track fault
advanced raiway security system based on zigbee communication for track fault SHIVA PRASAD
ย 
IRJET- A Vehicle to Vehicle Communication System
IRJET-  	  A Vehicle to Vehicle Communication SystemIRJET-  	  A Vehicle to Vehicle Communication System
IRJET- A Vehicle to Vehicle Communication SystemIRJET Journal
ย 
IRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control SystemIRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control SystemIRJET Journal
ย 

Similar to Wireless Rash Driving Detection (20)

Density based traffic signal system
Density based traffic signal systemDensity based traffic signal system
Density based traffic signal system
ย 
Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626
ย 
Anam rajkumar sarvesh
Anam rajkumar sarveshAnam rajkumar sarvesh
Anam rajkumar sarvesh
ย 
7th sence robot_for_military_applications
7th sence robot_for_military_applications7th sence robot_for_military_applications
7th sence robot_for_military_applications
ย 
Smart Security System Using ARM And XBee For Boarder Areas( SYNOPSIS)
Smart Security System  Using ARM And XBee For Boarder Areas( SYNOPSIS)Smart Security System  Using ARM And XBee For Boarder Areas( SYNOPSIS)
Smart Security System Using ARM And XBee For Boarder Areas( SYNOPSIS)
ย 
Controlling and Reducing of Speed for Vehicles Automatically By Using Rf Tech...
Controlling and Reducing of Speed for Vehicles Automatically By Using Rf Tech...Controlling and Reducing of Speed for Vehicles Automatically By Using Rf Tech...
Controlling and Reducing of Speed for Vehicles Automatically By Using Rf Tech...
ย 
Smart Security System Using ARM And XBee For Boarder Areas (REPORT)
Smart Security System  Using ARM And XBee For Boarder Areas  (REPORT)Smart Security System  Using ARM And XBee For Boarder Areas  (REPORT)
Smart Security System Using ARM And XBee For Boarder Areas (REPORT)
ย 
Density Based Traffic Signal with Remote Override in Emergency
Density Based Traffic Signal with Remote Override in EmergencyDensity Based Traffic Signal with Remote Override in Emergency
Density Based Traffic Signal with Remote Override in Emergency
ย 
Controlling Robotic Vehicle With IR Remote
Controlling Robotic Vehicle With IR RemoteControlling Robotic Vehicle With IR Remote
Controlling Robotic Vehicle With IR Remote
ย 
automatic toll collection.pptx
automatic toll collection.pptxautomatic toll collection.pptx
automatic toll collection.pptx
ย 
ACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATION
ACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATIONACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATION
ACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATION
ย 
REMOTE OPERATED SPY ROBO PPT
REMOTE OPERATED SPY ROBO PPTREMOTE OPERATED SPY ROBO PPT
REMOTE OPERATED SPY ROBO PPT
ย 
[IJET-V1I4P5] Authors :Divya Lakshmi M , Dr. Ramesh R
[IJET-V1I4P5] Authors :Divya Lakshmi M , Dr. Ramesh R[IJET-V1I4P5] Authors :Divya Lakshmi M , Dr. Ramesh R
[IJET-V1I4P5] Authors :Divya Lakshmi M , Dr. Ramesh R
ย 
Tracking police man using rf proximity card
Tracking police man using rf proximity cardTracking police man using rf proximity card
Tracking police man using rf proximity card
ย 
IOT Based Smart Parking and Damage Detection Using RFID
IOT Based Smart Parking and Damage Detection Using RFIDIOT Based Smart Parking and Damage Detection Using RFID
IOT Based Smart Parking and Damage Detection Using RFID
ย 
339_311 PPT
339_311 PPT339_311 PPT
339_311 PPT
ย 
smart parking system
smart parking system smart parking system
smart parking system
ย 
advanced raiway security system based on zigbee communication for track fault
advanced raiway security system based on zigbee communication for track fault advanced raiway security system based on zigbee communication for track fault
advanced raiway security system based on zigbee communication for track fault
ย 
IRJET- A Vehicle to Vehicle Communication System
IRJET-  	  A Vehicle to Vehicle Communication SystemIRJET-  	  A Vehicle to Vehicle Communication System
IRJET- A Vehicle to Vehicle Communication System
ย 
IRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control SystemIRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control System
ย 

More from Edgefxkits & Solutions

Mains operated under voltage over voltage trip switch
Mains operated under voltage over voltage trip switchMains operated under voltage over voltage trip switch
Mains operated under voltage over voltage trip switchEdgefxkits & Solutions
ย 
Scada for remote industrial plant
Scada for remote industrial plant Scada for remote industrial plant
Scada for remote industrial plant Edgefxkits & Solutions
ย 
TV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
TV Remote Jammer | 555 Timer Projects | Final Year Engineering ProjectsTV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
TV Remote Jammer | 555 Timer Projects | Final Year Engineering ProjectsEdgefxkits & Solutions
ย 
Predefined speed control of bldc motor
Predefined speed control of bldc motorPredefined speed control of bldc motor
Predefined speed control of bldc motorEdgefxkits & Solutions
ย 
Microcontroller based Electronic Eye Controlled security System
Microcontroller based Electronic Eye Controlled security SystemMicrocontroller based Electronic Eye Controlled security System
Microcontroller based Electronic Eye Controlled security SystemEdgefxkits & Solutions
ย 
How to select the diy electrical projects kit by engineering students
How to select the diy electrical projects kit by engineering studentsHow to select the diy electrical projects kit by engineering students
How to select the diy electrical projects kit by engineering studentsEdgefxkits & Solutions
ย 
Smooth start of a single phase induction motor
Smooth start of a single phase induction motorSmooth start of a single phase induction motor
Smooth start of a single phase induction motorEdgefxkits & Solutions
ย 
How to build a robot with an arduino and 8051 microcontroller
How to build a robot with an arduino and 8051 microcontrollerHow to build a robot with an arduino and 8051 microcontroller
How to build a robot with an arduino and 8051 microcontrollerEdgefxkits & Solutions
ย 
Opto-Electronic Oscillator Circuit Working and Applications
Opto-Electronic Oscillator Circuit Working and ApplicationsOpto-Electronic Oscillator Circuit Working and Applications
Opto-Electronic Oscillator Circuit Working and ApplicationsEdgefxkits & Solutions
ย 
Importance of Doing Mini Projects By Engineering Students
Importance of Doing Mini Projects By Engineering StudentsImportance of Doing Mini Projects By Engineering Students
Importance of Doing Mini Projects By Engineering StudentsEdgefxkits & Solutions
ย 
Common mode rejection ratio (cmrr) and the operational amplifier
Common mode rejection ratio (cmrr) and the operational amplifierCommon mode rejection ratio (cmrr) and the operational amplifier
Common mode rejection ratio (cmrr) and the operational amplifierEdgefxkits & Solutions
ย 
Tutorial on avr atmega8 microcontroller, architecture and its applications
Tutorial on avr atmega8 microcontroller, architecture and its applicationsTutorial on avr atmega8 microcontroller, architecture and its applications
Tutorial on avr atmega8 microcontroller, architecture and its applicationsEdgefxkits & Solutions
ย 
Photodiode working principle characteristics and applications
Photodiode working principle characteristics and applicationsPhotodiode working principle characteristics and applications
Photodiode working principle characteristics and applicationsEdgefxkits & Solutions
ย 
Cro cathode ray oscilloscope working and applications
Cro cathode ray oscilloscope working and applicationsCro cathode ray oscilloscope working and applications
Cro cathode ray oscilloscope working and applicationsEdgefxkits & Solutions
ย 
Rfid security access control system
Rfid security access control systemRfid security access control system
Rfid security access control systemEdgefxkits & Solutions
ย 
Electronic Speed Control (ESC) Circuits, Working And Applications
Electronic Speed Control (ESC) Circuits, Working And ApplicationsElectronic Speed Control (ESC) Circuits, Working And Applications
Electronic Speed Control (ESC) Circuits, Working And ApplicationsEdgefxkits & Solutions
ย 
Difference between soc and single board computer ppt1
Difference between soc and single board computer ppt1Difference between soc and single board computer ppt1
Difference between soc and single board computer ppt1Edgefxkits & Solutions
ย 
Prepaid energy meter with gsm interface
Prepaid energy meter with gsm interfacePrepaid energy meter with gsm interface
Prepaid energy meter with gsm interfaceEdgefxkits & Solutions
ย 
Pc mouse operated electrical load control using vb application
Pc mouse operated electrical load control using vb applicationPc mouse operated electrical load control using vb application
Pc mouse operated electrical load control using vb applicationEdgefxkits & Solutions
ย 

More from Edgefxkits & Solutions (20)

Mains operated under voltage over voltage trip switch
Mains operated under voltage over voltage trip switchMains operated under voltage over voltage trip switch
Mains operated under voltage over voltage trip switch
ย 
Scada for remote industrial plant
Scada for remote industrial plant Scada for remote industrial plant
Scada for remote industrial plant
ย 
TV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
TV Remote Jammer | 555 Timer Projects | Final Year Engineering ProjectsTV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
TV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
ย 
Predefined speed control of bldc motor
Predefined speed control of bldc motorPredefined speed control of bldc motor
Predefined speed control of bldc motor
ย 
Microcontroller based Electronic Eye Controlled security System
Microcontroller based Electronic Eye Controlled security SystemMicrocontroller based Electronic Eye Controlled security System
Microcontroller based Electronic Eye Controlled security System
ย 
How to select the diy electrical projects kit by engineering students
How to select the diy electrical projects kit by engineering studentsHow to select the diy electrical projects kit by engineering students
How to select the diy electrical projects kit by engineering students
ย 
Smooth start of a single phase induction motor
Smooth start of a single phase induction motorSmooth start of a single phase induction motor
Smooth start of a single phase induction motor
ย 
How to build a robot with an arduino and 8051 microcontroller
How to build a robot with an arduino and 8051 microcontrollerHow to build a robot with an arduino and 8051 microcontroller
How to build a robot with an arduino and 8051 microcontroller
ย 
Opto-Electronic Oscillator Circuit Working and Applications
Opto-Electronic Oscillator Circuit Working and ApplicationsOpto-Electronic Oscillator Circuit Working and Applications
Opto-Electronic Oscillator Circuit Working and Applications
ย 
Importance of Doing Mini Projects By Engineering Students
Importance of Doing Mini Projects By Engineering StudentsImportance of Doing Mini Projects By Engineering Students
Importance of Doing Mini Projects By Engineering Students
ย 
Common mode rejection ratio (cmrr) and the operational amplifier
Common mode rejection ratio (cmrr) and the operational amplifierCommon mode rejection ratio (cmrr) and the operational amplifier
Common mode rejection ratio (cmrr) and the operational amplifier
ย 
Vehicle tracking by gps gsm
Vehicle tracking by gps   gsm Vehicle tracking by gps   gsm
Vehicle tracking by gps gsm
ย 
Tutorial on avr atmega8 microcontroller, architecture and its applications
Tutorial on avr atmega8 microcontroller, architecture and its applicationsTutorial on avr atmega8 microcontroller, architecture and its applications
Tutorial on avr atmega8 microcontroller, architecture and its applications
ย 
Photodiode working principle characteristics and applications
Photodiode working principle characteristics and applicationsPhotodiode working principle characteristics and applications
Photodiode working principle characteristics and applications
ย 
Cro cathode ray oscilloscope working and applications
Cro cathode ray oscilloscope working and applicationsCro cathode ray oscilloscope working and applications
Cro cathode ray oscilloscope working and applications
ย 
Rfid security access control system
Rfid security access control systemRfid security access control system
Rfid security access control system
ย 
Electronic Speed Control (ESC) Circuits, Working And Applications
Electronic Speed Control (ESC) Circuits, Working And ApplicationsElectronic Speed Control (ESC) Circuits, Working And Applications
Electronic Speed Control (ESC) Circuits, Working And Applications
ย 
Difference between soc and single board computer ppt1
Difference between soc and single board computer ppt1Difference between soc and single board computer ppt1
Difference between soc and single board computer ppt1
ย 
Prepaid energy meter with gsm interface
Prepaid energy meter with gsm interfacePrepaid energy meter with gsm interface
Prepaid energy meter with gsm interface
ย 
Pc mouse operated electrical load control using vb application
Pc mouse operated electrical load control using vb applicationPc mouse operated electrical load control using vb application
Pc mouse operated electrical load control using vb application
ย 

Recently uploaded

Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Call Girls in Nagpur High Profile
ย 
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
ย 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
ย 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
ย 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
ย 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
ย 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
ย 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
ย 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .DerechoLaboralIndivi
ย 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spaintimesproduction05
ย 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
ย 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
ย 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
ย 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
ย 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
ย 

Recently uploaded (20)

Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
ย 
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
ย 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
ย 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
ย 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
ย 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ย 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
ย 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
ย 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
ย 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
ย 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
ย 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
ย 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
ย 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
ย 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
ย 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
ย 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
ย 

Wireless Rash Driving Detection

  • 2. http://www.edgefxkits.com/ Introduction Wireless Rash Driving Detection ๏ƒ˜ To detect rash driving on highways and to alert the traffic authorities wirelessly the speed details and any speed violation. Accidents due to rash driving on highways are on the rise and people are losing their lives because of others mistakes. In the present system, to detect rash driving the police has to use a handheld radar gun and then aim at the vehicle to record its speed. ๏ƒ˜ If the speed of the vehicle exceeds the speed limit, nearest police station is informed to stop the speeding vehicle. This is an ineffective process as after detecting one has to inform the same and a lot of time is wasted.
  • 3. http://www.edgefxkits.com/ Wireless Rash Driving Detection Block Diagram Of Transmitter
  • 4. http://www.edgefxkits.com/ Wireless Rash Driving Detection Block Diagram Of Receiver
  • 5. http://www.edgefxkits.com/ Wireless Rash Driving Detection Hardware Requirements โ€ข Transformer โ€ข Diodes โ€ข Capacitors โ€ข Resistors โ€ข LEDs โ€ข IR โ€ข photodiode โ€ข Transistor โ€ข LCD โ€ข Buzzer โ€ข Relay โ€ข Lamp โ€ข 8051 series Microcontroller โ€ข 2.4GHz Tx/Rx pair
  • 7. http://www.edgefxkits.com/ Wireless Rash Driving Detection Description Of Power Supply ๏ƒ˜ The circuit uses standard power supply comprising of a step-down transformer from 230v to 12v and 4 diodes forming a Bridge Rectifier that delivers pulsating dc which is then filtered by an electrolytic capacitor of about 470microf to 100microF. ๏ƒ˜ The filtered dc being un regulated IC LM7805 is used to get 5v constant at its pin no 3 irrespective of input dc varying from 9v to 14v. ๏ƒ˜ The regulated 5volts dc is further filtered by a small electrolytic capacitor of 10 micro f for any noise so generated by the circuit. ๏ƒ˜ One LED is connected of this 5v point in series with a resistor of 330ohms to the ground i.e. negative voltage to indicate 5v power supply availability.
  • 8. http://www.edgefxkits.com/ Wireless Rash Driving Detection Internal Structure Of a Microcontroller - AT89S52/51
  • 9. http://www.edgefxkits.com/ Wireless Rash Driving Detection Photo Diode ๏ƒ˜ A photodiode is a type of photo detector capable of converting light into either current or voltage, depending upon the mode of operation. ๏ƒ˜ Photodiodes are similar to regular semiconductor diodes except that they may be either exposed (to detect vacuum UV or X-rays) or packaged with a window or optical fibre connection to allow light to reach the sensitive part of the device.
  • 10. http://www.edgefxkits.com/ Wireless Rash Driving Detection Liquid Crystal Display (LCD) ๏ƒ˜ Most common LCDs connected to the microcontrollers are 16x2 and 20x2 displays. ๏ƒ˜ This means 16 characters per line by 2 lines and 20 characters per line by 2 lines, respectively. ๏ƒ˜ The standard is referred to as HD44780U, which refers to the controller chip which receives data from an external source (and communicates directly with the LCD.
  • 11. http://www.edgefxkits.com/ Wireless Rash Driving Detection LCD Background ๏ƒ˜ If an 8-bit data bus is used the LCD will require 11 data lines (3 control lines plus the 8 lines for the data bus). ๏ƒ˜ The three control lines are referred to as EN, RS, and RW. ๏ƒ˜ EN=Enable (used to tell the LCD that you are sending it data). ๏ƒ˜ RS=Register Select (When RS is low (0), data is treated as a command). (When RS is High(1), data being sent is text data ). ๏ƒ˜ R/W=Read/Write (When RW is low (0), the data written to the LCD). (When RW is High(1), the data reading to the LCD).
  • 12. http://www.edgefxkits.com/ Wireless Rash Driving Detection Light Emitting Diode (LED) ๏ƒ˜ LEDs are semiconductor devices are made out of silicon. When current passes through the LED, it emits photons as a by product. ๏ƒ˜ Normal light bulbs produce light by heating a metal filament until its white hot. ๏ƒ˜ LEDs present many advantages over traditional light sources including lower energy consumption, longer lifetime, improved robustness, smaller size and faster switching
  • 13. http://www.edgefxkits.com/ Wireless Rash Driving Detection Buzzer ๏ƒ˜ Piezo Buzzer: โ€ข This buzzer is an piezo type audio signalling device, which has a piezo element and a oscillating circuit inside which oscillates the piezo brass base plate, which when given voltage difference produces sound of a predefined frequency. ๏ƒ˜ Features: โ€ข These high reliability piezo buzzers are applicable to general electronics equipment. Compact, pin terminal type Piezo buzzer with 4 KHz output. โ€ข Pin type terminal construction enables direct mounting onto printed circuit boards.
  • 14. http://www.edgefxkits.com/ Wireless Rash Driving Detection Working Principle ๏ƒ˜ IR sensors to detect the presence of a vehicle. ๏ƒ˜ A set point consists of a pair of sensors comprising of an IR transmitter and an IR receiver, each of which are installed on either sides of the road. ๏ƒ˜ Whenever IR rays are interrupted by a vehicle during first sensor the count up timer is started. ๏ƒ˜ When the other IR sensor senses the presence of vehicle, the count up timer is stopped. ๏ƒ˜ The speed limit set by the device is kept at the very location depending upon the traffic.
  • 15. http://www.edgefxkits.com/ Wireless Rash Driving Detection Working Principle ๏ƒ˜ The time taken by the vehicle to travel from one set point to the other is calculated by a microcontroller program. ๏ƒ˜ Based on that time it then calculates the speed. ๏ƒ˜ The Seven segment display is used to display the speed of the vehicle. ๏ƒ˜ If the vehicle crosses the speed limit, a buzzer sounds alerting the police both at the location and wirelessly at the control room. ๏ƒ˜ The microcontroller is used to monitor the all control operations needed.
  • 16. http://www.edgefxkits.com/ Wireless Rash Driving Detection Advantage: ๏ƒ˜ They reduce the risk of accidents. ๏ƒ˜ It is easy to implement. ๏ƒ˜ It reduces the effort of many men.
  • 17. http://www.edgefxkits.com/ Wireless Rash Driving Detection Disadvantages: ๏ƒ˜ Sometimes the circuit got failure and causes various problems
  • 18. http://www.edgefxkits.com/ Wireless Rash Driving Detection Applications ๏ƒ˜ It uses in highways to avert accidents. ๏ƒ˜ It alert traffic authorities about the speed of vehicle.
  • 19. http://www.edgefxkits.com/ Wireless Rash Driving Detection Conclusion ๏ƒ˜ The speed checker for highwaysโ€–is an emerging field and there is a huge scope for research and development. Wireless Rash Driving Detection can be further advanced by using a CCTV camera in the circuit. Whenever any vehicle crosses speed limit, camera captures the image of number plate and through transport database finds the address of the owner and sends fine.