Hi everybody.
As the title suggests, I'm figuring out a way to build a RC lap time system with the following features:
a). Cheap
b). Simple (rocket science not allowed )
c). Robust (as much as possible, of course...)
After reading a bunch of other related threads, I've concluded that most solutions converge to the following directions:
-- Infrared
-- RFID
-- Hall sensors
all of them have drawbacks in some sense. Thus, I thought: what about combining some alternatives. Here goes what I'm thinking:
Garage remote transmitters sending their signal to a universal receiver attached to an Arduino.
Here are some (cheap) options (found after googling the subject):
http://www.seeedstudio.com/depot/315mhz-rf-link-kit-p-76.html
To complete this idea, I'd have to create a trigger. For this purpose, I guess I could use hall sensors.
Thus, we'd have:
-- A magnetic line in the track
-- Hall sensors wired to (remote garage) transmitters in the cars
-- A universal receiver wired to a Arduino port sniffing the signals sent by the transmitters
When the car (or cars) crosses the line, the hall sensor would activate the transmitter and it would send its code (like a driver pressing the button to open his garage door). The receiver would get this signal and interpret that car X crossed the line and register its time.
Note that we could have "n" cars passing the line at the same time since each of them have its own code (that code built in garage remote keys).
I'm not familiar with electronic issues and RF limitations, thus, I'm asking here if this project has any chance of success or, at least, discuss what could be improved.
Thanks for any help
Renato N. Elias
Rio de Janeiro / Brazil