Skip to content

weiliamu/digital-chronograph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Abstract

This simple code creates a time measurement device (chronograph). It is aimed to measure the time duration between two displacement of an object. The object must pass in front of a sensor to starts the timer, and the timer will stops when the object pass back in front of the sensor.

Project name : Chronograph 5000

GitHub name : digital-chronograph

Item Status
Status Running and working
Progession 90%
Situation Works well, just need to clean the code and add comments

Features

  • Waits for an object to be placed in front of the IR sensor (used as proximity sensor)
  • Starts a timer when the object moves (away from the sensor)
  • Stops the timer when the object pass back in front of the sensor
  • Displays the the measured time when
  • A button allows to reset the timer and to repeat a measurement
  • TO-DO : A switch allows to switch between two modes : single lap or "x" lap (to be changed in the code) to compute the average time
  • The LED can displays custom information, such as the selected mode, the status of the timer or simply to shows that the device is on

Hardware

  • Arduino Micro
  • IR sensor (TCRT5000)
  • LED
  • Button
  • Switch

Files user manuel

  • chronograph_5000.ino : main file
  • LiquidCrystal_I2C.h : I2C library to print informaiton on a LCD display

About

Arduino time measurement - digital chronograph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages