Speed Detector Using Arduino Uno
by prajaktagumphalwar in Circuits > Arduino
2754 Views, 11 Favorites, 0 Comments
Speed Detector Using Arduino Uno
Speed Detector using Arduino Uno and IR sensor is designed to measure the speed of moving object .It work my calculating time taken by an object to travel a known distance between two infrared module.
Supplies
Main componant:
- Arduino Uno(Microcontroller to control the sytem)
- LCD I2c model( To display the speed)
- 2 IR sensor( To detect the object movement)
- Breadboard( to making circuit connection)
- Jumper wire( for wiring)
Step 1
CONNECTION OF IR SENSOR TO ARDUINO UNO
- First IR sensor
- VCC - 5v
- GND - GND
- OUT - 2
- Second IR sensor
- VCC -5V
- GND - GND
- OUT - 3
Step 2
CONNECTION OF LCD TO ARDUINO UNO
- GND- GND
- VCC- 5V
- SDA -A4
- SCL - A5
Working
working
- Intial Setup
- Two IR sensor are placed at 10cm distance from each other
- Object Detection
- When object pass in front of first sensor then sensor send singnal to the Arduino uno
- Then Arduino Uno starts the timer
- When Object Reaches the second IR sensor then Arduino Uno stop the timer.
- Time calculation
- Time difference= Timesensor2 - Timesensor1
- speed calculation
- Formula= Speed =Distance /Time
- Output Display
- Display on LCD
Conclusion
CONCLUSION
speed detector using Arduino Uno and IR sensor is simpe and effective sytem for measuring the speed of object.By calculating to time taken to travel a know distance the system provide accurate sped resulte in real time.
Application
Application
- Vehicle speed monitoring
Used to measure the speed of vehicle on road and parking areas.
2.Industrial Automation