SparkFun Forums 

Where electronics enthusiasts find answers.

Your source for all things Atmel.
By JimEli
#88722
...
Last edited by JimEli on Thu Jan 13, 2011 7:32 pm, edited 2 times in total.
By mcuaust
#92140
Hi,

thanks for sharing your project.

Btw, what is an "AIM IR transmitter beacon". :o
By JimEli
#92154
...
Last edited by JimEli on Thu Jan 13, 2011 7:36 pm, edited 1 time in total.
By Caffeine
#92958
JimEli wrote:
mcuaust wrote:Hi,

thanks for sharing your project.

Btw, what is an "AIM IR transmitter beacon". :o
For the timer to work, an IR Transmitter Beacon is required to define the start/finish line. There are several commercially made systems that utilize beacons, such as AIM, Hotlap, Traqmate, etc. Most of these beacons are encoded so the timing and associated data acquisition systems can distinguish between each other. My timer piggybacks off the AIM beacon.

http://www.aimsports.com/
What's really entertaining is to watch 10 people setup their AIM beacons / transmitters next to each other on the track. Everyone's timers trigger off the first beacon and ignore the rest...
By truCido
#95699
nice project :) I've just started at looking at making something myself for racing. Have you got any more details of whats in the box and the tic tac box? Would be a great help!
By JimEli
#95856
...
Last edited by JimEli on Thu Jan 13, 2011 7:32 pm, edited 1 time in total.
By egg_biker
#97852
I have an AIM Beacon transmitter and a Mychron headset, would your receiver work on this, if so what board do you have connected to the PNA4602M inside the tic-tac box to make it operate the headset.
By JimEli
#97877
...
Last edited by JimEli on Thu Jan 13, 2011 7:33 pm, edited 1 time in total.
By ouldsmobile
#101862
Wow, this is just what I was looking for. Something affordable. A couple quick questions though. Have you made any progress with adding more transponders? I am not sure what is generally out at the trackdays I attend, likely XT or AIM so I am probably ok. Secondly, do you have a schematic for the circuit(I have never played with Arduino stuff so not sure if it is as simple as it sounds from your description). Lastly does the timer have memory(i.e. 10 laps or something), you may have mentioned it but I didn't see any reference. Have you had a chance to do any more testing with it other than in your neighborhood?

Thanks!

Kevin
By JimEli
#101878
...
Last edited by JimEli on Thu Jan 13, 2011 7:33 pm, edited 1 time in total.
By JimEli
#102326
...
Last edited by JimEli on Thu Jan 13, 2011 7:33 pm, edited 4 times in total.
By ouldsmobile
#102327
JimEli wrote:I am happy to report version 2.0 works great.

It's a simple IR reciever/interface module that activates an external chronograph (I used a DRC SP1 motocross lap timer--google it).

The module involves a pna4602M IR detector, AVR ATtiny85 and associated circuitry for power (9v battery).

Accuracy was within a 100th of a second as compared to the AMB track timing equipment. The SP1 has lap memory capability and costs about $50.

Details can be found here:

aTtiny85 code using arduino timing code

schematic

I have 8 express-pcb boards for the project if anyone is interested.
Thanks for keeping us updated, the schematic link does not work though. I am sure what you mean by "express-pcb" boards, are these just etched boards ready for populating with the components? If so I would likely be interested depending on the cost of the other required parts.

Thanks,

Kevin
By JimEli
#102329
...
Last edited by JimEli on Thu Jan 13, 2011 7:34 pm, edited 1 time in total.
By ouldsmobile
#102334
JimEli wrote:sorry, the link works now.

Yes, I made a batch of pcb, and have bare boards left over. I think the parts could be sourced for under $10. Add for an enclosure, wiring, bells-whistles, etc. You would need an AVR programmer too, and that would allow you to modify the code to suit your whims.

Contact me offline if interested in a pcb.

I still intend to add more timer codes too...
Ok yep the schematic works now. I think I have most of the parts kicking around except the AVR and IR detector. I have a couple questions about the schematic though. What are CV, CG, IS, IV and IG. I am assuming they are inputs and outputs for the IR Detector and timing device.

I am probably interested in a PCB from you, I didn't see your email address but here is mine. crippler75@gmail.com so you can let me know the details.

EDIT, would this programmer http://www.sparkfun.com/commerce/produc ... ucts_id=33 work ok? Or is there a cheaper/better alternative you recommend?

Thanks,

Kevin
By JimEli
#102336
...
Last edited by JimEli on Thu Jan 13, 2011 7:34 pm, edited 1 time in total.