Infrared Timing System....

Intlwaters

Help Support Intlwaters:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

Blackout

Well-Known Member
Joined
Sep 10, 2008
Messages
1,610
I'm revisiting an infrared timing system with a twist. This one will be installed on my pond or our club's pond during test and tune days. The display shown below has 5" tall LED digits and will be on the shore for easy driver's view. Every time a boat passes through the traps, the front chute top speed will automatically be displayed. Two boats could run at the same time as long as they were spaced out a bit. I'm using an Arduino micro controller to record elapsed times, compute mph, and send outputs to the display. The Arduino is programmed using the C language.

Any thoughts on the minimum trap distance to produce accurate speeds to 1/10th of a second? Most boat speeds will vary between 50 - 80 mph. I know the IMPBA uses 330 feet. The current program is at 150 feet. But with mph computed at the drag strips only 66 feet, I'm wondering how short I can go. A shorter distance would save a little money and maybe make setup easier. Thanks for any input.

 
Cool project.

I think the accuracy of the derived speed will depend on the accuracy of your timing chip. If it's good to thousandth's of a second then a short distance would do, even 50'.

If it only counts full seconds, then 1000' wouldn't be enough to minimize the error...
default_huh.png
 
It does count every .001 seconds and could be programmed to count every .000001 seconds. But how accurately it counts at those intervals, I don't know for sure. But it's a modern CPU for hobby robotic use, so it surely should accurately count at .001 second intervals.
 
Awesome project- its only a matter of time before technology catches up to our uses and we can have an extremely accurate timing / lap counting / speed type scoring lakeside in real time. Its efforts like this that broaden the horizons IMHO .

Good stuff
default_cool.png
 
It does count every .001 seconds and could be programmed to count every .000001 seconds. But how accurately it counts at those intervals, I don't know for sure. But it's a modern CPU for hobby robotic use, so it surely should accurately count at .001 second intervals.
If you want a "speed" reading I would make the trap short, like even 25' near the end of the saw. That way the average speed between the traps will be close to the maximum speed.

80 mph is about 117.3 ft/sec, so 25 ft would take just over .213 sec. If your timer was accurate to 0.001 sec, your speed would be accurate to about +/- 0.5% (at 80 mph and 25'). So you 80 mph reading could be 79.6 to 80.4, pretty good.
 
Some people have sites that can't have a transmitter and a receiver because the pond is to wide.

How about just building a radar unit with a display to place at the end of the SAW?
 
Some people have sites that can't have a transmitter and a receiver because the pond is to wide.

How about just building a radar unit with a display to place at the end of the SAW?
I have thought about buying a radar gun for many years, but a good one is expensive. This setup can be done for less money I think.
 
It does count every .001 seconds and could be programmed to count every .000001 seconds. But how accurately it counts at those intervals, I don't know for sure. But it's a modern CPU for hobby robotic use, so it surely should accurately count at .001 second intervals.
If you want a "speed" reading I would make the trap short, like even 25' near the end of the saw. That way the average speed between the traps will be close to the maximum speed.

80 mph is about 117.3 ft/sec, so 25 ft would take just over .213 sec. If your timer was accurate to 0.001 sec, your speed would be accurate to about +/- 0.5% (at 80 mph and 25'). So you 80 mph reading could be 79.6 to 80.4, pretty good.
Good info, thanks Terry.
 
Back
Top