Accurate external timing
mtbphil1
Posts: 6
I'm interested in creating a lap counter timing circuit down to 1/100s resolution for bike racing.· I'd like use and external timing chip, but the typical DS1302 is only good to seconds resolution.· I have a number of sensors and displays hooked up to the stamp, so its already overburdened.· I've also dabbled with 555 chips like in previous posts, but its a hassle and sometimes inaccurate.· I had difficulty finding a chip down to millisecond resolution in a DIP package with serial programing.· Can the basic stamp be easiliy interfaced with the following chip (PCF8593 CLOCK / CALENDAR) that uses I2C-BUS PROTOCOL?· If not, what is the best substitute for external timing down to 1/100s?· Thanks
http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail?name=568-1089-5-ND
·
http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail?name=568-1089-5-ND
·
Comments
It's possible to do timing with a Stamp (see www.emesystems.com). It's easier with the higher speed versions of the Stamp. You primarily use the PAUSE statement for a millisecond interval and calibrate the particular code you want to use by executing it in a loop some large number of times, timing with a stopwatch, and dividing by the loop count.