Hello,
First of all, to gave my level in arduino, I have built successfully a macro linear rail for photography involving DSRL IR control, step motor, joystick and a menu on a 128X64 graphics.
My next project would be to build a track timer for me and my few friends when doing roller skate downhill (less than 10 people)
Goal:
Get on an interface the last timing + best timing for each of us + bonus top 10 ordered list
minimum precision needed is around 2s (but 500ms would be bonus)
Environment:
We are on roads in the montains, no Gsm data available, very low radio noise. only battery energy available.
The track is between 2 and 4km long, with no line of sight between start and finish.
It is important that everything runs automaticaly once the setup made (no need to push any button any time during half a day at minimum)
Not like skiers, we like to overtake each other during the downhill and we also like to start 3-30s delayed.
Speed during start and end is low: 10/20Km/h max (we're going up to 90Km/h in the middle of the track)
The ideas:
Idea 1
Have a passive "beacon" at start, another passive "beacon" at end.
and we carry on us a device that has the inteligence to calculate the timing between start and end.
then each timing is uploaded to a device at end to store and display all our timings during the day
Idea 1 Pro
No need to have communication nor time sync between start and End of the track.
Idea 1 Cons
Need to have a wearable intelligent device.
Idea 2
Have an identified skater detector at start, another identified skater detector at end. get the 2 timing to a device for storing and display
Idea 2 Pro
Depending on technology to detect skaters, maybe very simple device to carry
Idea 2 Cons
Need communication between start and end
Technology:
The UHF RFID used for competition need something on the road + very expensive long distance RFID reader >> going out of budget
The IR technology used on car race timers is difficult: where should we carry the IR emetor/receptor to be sure it activate?
The Bluetooth Beacon seems not very accurate because of the delay of detection (3-5s)?
Wifi beacon seams also not accurate due to the same reason.
Optical detection (using big QR codes on our helmets?) seems difficult to set up
My better idea of technology seems to have radio that emit a known frequency that can be detected (like very old school TV remote, remember?)
for communication between Start and end, Walkie talkies works, so maybe using this kind of frequency could be possible to get a very slow communication in between (we have 3-5 minutes to pass 10 timing variables, no hurry!)
The storage and display can be easily managed once we got the timing values: arduino +SD card + a nice LCD.
Max budget is 300€, maximum 500€ if i can get precision.
Does someone sees technology i could use for idea 1 or idea2?
any toughts welcomed!
thanks very much in advance