Skip to content

faresmahdi3363-stack/Speed-Accel-Meter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Speed Accel Meter ๐Ÿš€

An Arduino-based project that measures both average speed and acceleration of a moving object using 3 IR sensors and a 16x2 LCD display. This project is designed for students, hobbyists, and makers who want to combine physics and electronics in a fun and practical way.

โš™๏ธ Features

Measures average speed (km/h) across the full track.

Calculates acceleration (m/sยฒ) between the first and last sensor.

Displays results in real-time on a 16x2 LCD.

Handles both positive and negative acceleration (deceleration).

Compact, easy-to-build, and fully open-source.

๐Ÿ”Œ Hardware Required

Arduino Uno (or compatible board)

LCD 16x2 Display (connected via pins 12, 11, 5, 4, 3, 2)

3x IR line-tracking sensors (digital output)

Breadboard and jumper wires

๐Ÿ› ๏ธ Wiring Guide

LCD (16x2):

RS -> Pin 12
EN -> Pin 11
D4 -> Pin 5
D5 -> Pin 4
D6 -> Pin 3
D7 -> Pin 2

Sensors:

OUT1 -> A0
OUT2 -> A1
OUT3 -> A2
VCC -> 5V
GND -> GND

๐Ÿ“ How It Works

When an object passes each sensor, the time is recorded.

Using the known distance (8 cm between each sensor), the program calculates:

Average speed across the full path.

๐ŸŽฏ Applications

Physics experiments (kinematics).

Robotics projects.

Speed and acceleration measurement for small objects.

Learning project for beginners with Arduino.

๐Ÿ“ธ video

video_2025-09-18_22-21-07.mp4

telegram

https://t.me/CodeHub3363

About

An Arduino-based project that measures average speed and acceleration of a moving object using 3 IR sensors and a 16x2 LCD. ๐Ÿš€ Displays results in km/h and m/sยฒ with real-time updates. Perfect for learning physics + Arduino basics!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages