Difference between revisions of "Speedtrap"

From ScienceZero
Jump to: navigation, search
Line 1: Line 1:
 +
[[image:Speedtrap.gif|right|thumb]]
 
Measures the timing of events or speed of projectiles
 
Measures the timing of events or speed of projectiles
  

Revision as of 21:57, 1 February 2007

Speedtrap.gif

Measures the timing of events or speed of projectiles

This is a very affordable and simple to build speed trap based on the PIC 16C84 microcontroller. The goal was to use as few parts as possible while adding as many useful features as possible.

Newer versions of the 16C84 like 16F84 and 16F84A have been tested and they work well.

Features

  • Debug feature shows the state of the trigger inputs
  • Programmable trigger on high to low or low to high transitions.
  • Programmable light gate spacing
  • Remembers the 16 last measurements
  • Displays µs, ms, m/s or km/h (Other units by adjusting the trigger spacing)

Downloads