Car tv cronograph

25,086

Car tv cronograph
Car tv cronograph

This design is based on the video DVM design. Furthermore, it adds support for color, so you will get red and green semaphore lights (as those in formula 1) and sound: you will even hear the starting-horn sound! Up to 3 times are displayed on YOUR TV screen. When you press the START button, the red semaphores will light on, and, after a random delay, the unit activates the green ones emitting a bleep sound. If one of the runners starts in advance, a jump start (F= false start) indicator is displayed. Timers increment with 1/100 resolution until last lap, when they are stopped by the photocells. Maximum race time is 99".99. Even checkerboard flags will appear near the times when each runner comes to end! At the race end, times are transmitted through the serial interface as ASCII strings at 1200 baud. Although, computer is NOT necessary as the same information is displayed on TV screen. Times are triggered by photocells, that can be replaced by any other mechanical or electronic switch, so you can time any other short event (up to three timers at once). "START" fires the red semaphores. Random time, then lights turns to green and time runs. Here the 3rd car made a jump start, making the race void. Time runs. The arrows mean "other laps" to end. Photocells are inhibited until the judge presses the "LAST LAP" key. As cars reach the finish line, time stops and the checkerboard flag appears. Here the 3rd car won, followed by 1st. The second car is still running. All is done using only a 512 lines assembler program, showing well the compactness of the Atmel's AVR AT90S1200 code.

The electronic circuit design described features a sophisticated timing and signaling system suitable for racing events. The core of the system is based on a digital video multimeter (DVM) design, enhanced with color semaphore lights and audio cues to simulate a real racing environment.

The circuit utilizes red and green LED semaphore lights to indicate race statuses. The red lights activate upon pressing the START button, signaling the beginning of the race. After a random delay, the green lights illuminate, indicating that the race is underway, accompanied by a sound module that emits a starting horn. This sound is generated using a small audio amplifier connected to a piezo speaker or similar output device.

The timing mechanism is capable of measuring up to three participants simultaneously, with timers incrementing at a resolution of 1/100 seconds. The timers are controlled by a microcontroller, specifically the Atmel AVR AT90S1200, programmed in a compact 512-line assembler code. This microcontroller interfaces with photocells placed at the start and finish lines to accurately capture the timing of each runner. The maximum race duration is capped at 99.99 seconds, which is displayed on a connected television screen.

When a runner crosses the start line prematurely, a jump start indicator is activated, notifying the user of a false start. The circuit also includes functionality to display a checkerboard flag when each participant finishes the race, providing a visual cue for the end of their timing.

At the end of the race, the recorded times are transmitted via a serial interface at 1200 baud as ASCII strings. This transmission allows for easy logging or further processing if connected to a computer, although the system is designed to function independently with the TV display. The photocells can be replaced with mechanical or electronic switches, allowing flexibility to time various short events beyond racing.

The system also incorporates a "LAST LAP" key, which temporarily inhibits the photocells until pressed by a judge, ensuring that the timing for the final lap is accurately recorded. This feature enhances the reliability of the timing system during competitive events.

Overall, the design integrates various electronic components including LEDs, an audio module, a microcontroller, and photocells to create a comprehensive race timing and signaling solution. This design is based on the video DVM design. Furthermore, it adds support for color, so you will get red and green semaphore lights (as those in formula 1) and sound: you will even hear the starting-horn sound! Up to 3 times are displayed on YOUR TV screen. When you press the START button, the red semaphores will light on, and, after a random delay, the unit activates the green ones emitting a bleep sound.

If one of the runners starts in advance, a jump start (F= false start) indicator is displayed. Timers increment with 1/100 resolution until last lap, when they are stopped by the photocells. Maximum race time is 99".99. Even chekerboard flags will appear near the times when each runner comes to end! At the race end, times are transmitted through the serial interface as ASCII strings at 1200 baud. Altough, computer is NOT necessary as the same information is displayed on TV screen. Times are triggered by photocells, that can be replaced by any other mechanical or electronic switch, so you can time any other short event (up to three timers at once). "START" fires the red semaphores. Random time, then lights turns to green and time runs. Here the 3rd car made a jump start, making the race void. Time runs. The arrows mean "other laps" to end. Photocells are inhibited until the judge presses the "LAST LAP" key. As cars reach the finish line, time stops and the checkerboard flag appear. Here the 3rd car won, followed by 1st. The second car is still running. All is done using only a 512 lines assembler program, showing well the compactness of the Atmel's AVR AT90S1200 code.

🔗 External reference