Skip to content

Design and build a simple Car Speed Detector circuit using Arduino UNO and IR Sensors.

Notifications You must be signed in to change notification settings

sahil101/Speed_Detector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Speed estimation using Arduino

A simple Car Speed Detector circuit using Arduino UNO and IR Sensors.

I have used two reflective type IR Sensors and placed them 10cm apart.

When a car travelling reaches the first sensor, the IR Sensor gets activated. From this moment onward, a timer is initiated and will continue to keep time until the car reaches the second IR Sensor.

By simulating the distance between the two sensors to be 5 meters, you can calculate the speed at which the car travelled from IR Sensor 1 to IR Sensor 2 as you already know the time of travel.

All the calculations and data gathering are done by Arduino and the final result is displayed on a 16X2 LCD Module.

Circuit diagram as shown

About

Design and build a simple Car Speed Detector circuit using Arduino UNO and IR Sensors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%