Help with Project to Implement Start/Stop Timer

  • Thread starter Thread starter Physicslearner500039
  • Start date Start date
  • Tags Tags
    Project
AI Thread Summary
The project involves implementing a start/stop timer using a 555 timer configured for one-second intervals, with output displayed on three seven-segment displays showing values from 0 to 999. The user seeks guidance on connecting the timer to BCD counters, specifically the 4510 model, and using 4511 decoders for the display output. For the start/stop functionality, the discussion suggests researching "flip flop" circuits to manage the timer's state. The user prefers not to use a microcontroller for this project. Overall, the focus is on creating a simple yet effective timer system with basic components.
Physicslearner500039
Messages
124
Reaction score
6
Hi All,

I am doing this project where I want to implement a start stop timer. I want to use one start and one stop button (or a single button for both) and interface them with 555 timer. The 555 timer I would like to configure for one second. The output I would like to display on the 3 seven segment displays (up to 3 digits 0,1,...999 etc). So, once I press the start button the 555 timer will start counting the seconds and display the same as 1,2 etc upto 999 on the seven segment displays, andd stop once the stop button is pressed and hold the value. Could somebody please guide me how to do this? I don't want to use microcontroller. I know how to configure the 555 timer for 1 sec but remaining part is little bit confusing for me.

Thanks in advance,
Regards,
Satya
 
Physics news on Phys.org
Pipe the pulsed output into cascade of three BCD Counters (eg 4510) and the output of the BCD Counters to the three 7-seg displays via 7-seg decoders (eg 4511)

As for the start/stop - the hint word to search for is 'flip flop'
 
Back
Top