View Single Post
  #14   Report Post  
James Sweet
 
Posts: n/a
Default



Splits = individual lap times.

I'll settle for a single LCD display if I have to.

Since this appears to be too complicated, perhaps I can start off with
something simple. Does anyone know how to build a simple timer with an
LCD screen that shows hours, minutes, and seconds?


It's not terribly complicated, but either way you'll pretty much need to use
a microcontroller. Check out www.maximic.com for LCD display driver chips,
and look at www.atmel.com or www.microchip.com for microcontroller info. You
could save some hardware time by using a ready-made LCD display, 16
character x 2 line displays are relatively common, cheap, and not overly
complex to drive. To save some time coding you can skip the assembly
language and look into one of the compilers out there, RVK Basic, Bascom
Basic, PICBasic, C, etc. Another advantage of this approach is that if you
don't like the way it works or think of a new feature you want, you simply
tweak the code until it works the way you want it to.