Difference between revisions of "Speedtrap"

From ScienceZero
Jump to: navigation, search
(Downloads)
 
(3 intermediate revisions by the same user not shown)
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
  
Line 5: Line 6:
 
Newer versions of the 16C84 like 16F84 and 16F84A have been tested and they work well.
 
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
 
*Debug feature shows the state of the trigger inputs
 
*Programmable trigger on high to low or low to high transitions.
 
*Programmable trigger on high to low or low to high transitions.
Line 12: Line 13:
 
*Displays µs, ms, m/s or km/h (Other units by adjusting the trigger spacing)
 
*Displays µs, ms, m/s or km/h (Other units by adjusting the trigger spacing)
  
 +
==Downloads==
 +
*[http://www.sciencezero.4hv.org/download/electronics/speedtrap.asm speedtrap.asm (17 KB)]
 +
*[http://www.sciencezero.4hv.org/download/electronics/speedtrap.zip Program in HEX format and instructions - speedtrap.zip (70 KB)]
 
   
 
   
 +
 
[[Category:Electronics]]
 
[[Category:Electronics]]

Latest revision as of 23:16, 5 April 2022

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