Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Speed Checker for highways

Status
Not open for further replies.

niteshtripathi

Member level 3
Joined
Oct 11, 2013
Messages
59
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
429
Hi friends, I am building Speed checker for highway using IR sensor, 8051 and 11.0592 Mhz crystal.I have given the o/p of two sensor at two interrupts pin respectively and have run and stopped the timer. Now i have to calculate the timeperiod in second?? How to calculate??
 

Can you provide data sheet...
 

Speed = distance/time.

You know the time by reading the timer and you know the distance between sensors because you place them yourself. All you need to do is the division calculation then multiply the result by a factor to convert to Km/h or mp/h.

Brian.
 

You can buy project with code from here. https://www.projectsof8051.com/speed-checker-and-overspeed-detection-for-highways/

without micro.

https://www.slideshare.net/RahulKshirsagar/speed-checkers-for-highways

https://www.slideshare.net/IUIUGU/speed-checker-for-highway-17311152


Use 2 pairs of detectors. When first sensor pair detects the vehicle start timer and when 2nd sensor pair detects vehicle stop timer. You know the distance between the 2 pairs of sensors. Calculate speed using distance and time...


... and send auto decceleration command through SMS which will deccelerate the vehicle by reducing the gas (fuel) flow.
 
Last edited:
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top