Search found 56 matches

by Indy
Tue Jan 24, 2012 4:54 pm
Forum: Do-It-Yourself
Topic: Yet another Arduino based track timer...
Replies: 89
Views: 1675596

Re: Yet another Arduino based track timer...

Note for those using GrandPrix Race Manager version 11:

For proper operation please download the latest version of GPRM and the latest version of the Arduino sketch (http://www.miscjunk.org/mj/pg_pdt.html)
by Indy
Tue Jan 24, 2012 4:48 pm
Forum: Software
Topic: DIY timer issue with version 11.x of GPRM
Replies: 7
Views: 8134

Re: DIY timer issue with version 11.x of GPRM

To wrap this thread up: Randy released a new version of GPRM (11.0.906.16) that resolves the issues discussed. The ready response message can be left in or removed (it should work either way) and the delays are no longer present. I released a new version of the Arduino sketch (1.10) that sends an ac...
by Indy
Mon Jan 23, 2012 6:26 pm
Forum: Software
Topic: DIY timer issue with version 11.x of GPRM
Replies: 7
Views: 8134

Re: DIY timer issue with version 11.x of GPRM

Read delay is set to 0.25 seconds. The timer does not respond to the unmask all message (U) or check gate message (unless the gate is open) - is there some type of general acknowledge message the timer should be sending? I will email the log to you. Here is the config: http://www.miscjunk.org/forum/...
by Indy
Mon Jan 23, 2012 6:13 pm
Forum: Software
Topic: DIY timer issue with version 11.x of GPRM
Replies: 7
Views: 8134

Re: DIY timer issue with version 11.x of GPRM

Thank you for the reply. I removed the "Ready Response" entry in the serial config and now the software can successfully communicate with the timer. One issue remains - it takes 10 seconds after hitting the "Ready Timer" button (on the race window) until "Ready" is disp...
by Indy
Mon Jan 23, 2012 5:29 pm
Forum: Software
Topic: DIY timer issue with version 11.x of GPRM
Replies: 7
Views: 8134

DIY timer issue with version 11.x of GPRM

Hello, A user of the Arduino timer ( http://www.derbytalk.com/viewtopic.php?t=6216 ) let me know that it failed to work with the latest version (11.x) of GPRM. Its been used successfully with version 10.x so I installed the latest 11.x version and verified that it no longer works. On the Hardware se...
by Indy
Fri Dec 23, 2011 10:35 am
Forum: General Topics
Topic: BSA Rules in the Box
Replies: 15
Views: 14347

Re: BSA Rules in the Box

Not the best quality:

Image
by Indy
Sun Jun 26, 2011 11:00 pm
Forum: Do-It-Yourself
Topic: Yet another Arduino based track timer...
Replies: 89
Views: 1675596

Re: Yet another Arduino based track timer...

The complete loop time is probably on the order of 100 or so microseconds (I should do some testing) and the instruction cycle time should be much, much smaller. Since I am only using the millis() function to get elapsed milliseconds these small (microsecond) deltas shouldn't be an issue. I was cur...
by Indy
Sun Jun 26, 2011 10:40 pm
Forum: Car & Semi-Truck Photos
Topic: guess what I'm building
Replies: 15
Views: 13020

Re: guess what I'm building

Scubersteve wrote:well that wasn't any fun :wow:
Sorry :D - I've never seen the show but something about the shape struck me as "batmobilish" so I just did a google image search on batmobile and there it (eventually) was...

Looks like a fun build!
by Indy
Sun Jun 26, 2011 8:44 pm
Forum: Car & Semi-Truck Photos
Topic: guess what I'm building
Replies: 15
Views: 13020

Re: guess what I'm building

Batmobile from the animated series?

Image
by Indy
Fri Jun 17, 2011 11:33 pm
Forum: Do-It-Yourself
Topic: Yet another Arduino based track timer...
Replies: 89
Views: 1675596

Re: Yet another Arduino based track timer...

Very cool, and nice web layout! Thanks! How accurate is the arduino and its code for millisecond resolution? For example (not knowing arduino code, but just glancing at the program), it seems like lane 1 could have some sort of advantage over lane 4 - in that it checks them in order. Is the instruc...
by Indy
Sat Jun 11, 2011 2:13 pm
Forum: Do-It-Yourself
Topic: Yet another Arduino based track timer...
Replies: 89
Views: 1675596

Yet another Arduino based track timer...

Hello all, Long timer lurker - thanks to everyone for the great information available on this board. Now that my son's council race is completed I thought I would clean-up and share the Arduino based track timer I built and a software utility I created for us to track his car's progress. Here's a we...