24h Digital Clock Circuit Design
The 4 blocks of a digital clock are
The 74LS93 is used to implement the divide by 10 and divide by 6 circuits. The 74LS93 is a high-speed 4-bit ripple type counters partitioned into two sections. The counter has a divide-by-two section and divide-by-eight section which are triggered by a HIGH-to-LOW transition on the clock inputs.
Please go to truncated ripple counter to learn how the 74LS93 works.
Divide by 10 Counter

Divide by 6 Counter

HOURS block
The clock can be designed as a 24H or 12H clock. We will explain the steps to arrive at the combinational logic to obtain a 12H clock and we will leave it to the reader to design the 24H clock as an exercise. Click hints if you need help to design the 24H clock.
12H Clock


Simulate and Breadboard the 24H Clock circuit.
1 Hz Clock
The 1 Hz clock can be implemented using the schmitt trigger oscillator.
Limitations

Thank you for learning from electronics-course.com
We do not have a paywall as our mission is to provide everyone a quality foundational electronics education. With advertising revenues falling despite increasing numbers of learners, we need your help to maintain and improve the course, which takes time, money and hard work.
use flip flop , counter ,and some gats to design clock have ——>24 hours :59min:59 secand
3. Design a counter with the following repeated binary sequence: 0,1,2,4,6. Use D flip-flop. 4. Design a counter to count with T flip-flops that goes through the following binary repeated sequence: 0,1,3,7,6,4. Find out the counter response towards the unused state. Illustrate the response with a state diagram. 5. Design a mod-7 counter (repeat binary sequence: 0,1,2,3,4,5,6) use JK flip-flop.
Design a double edge-triggered D flip-flop. The output of the flip-flop Q should "sample" the value of the input D on both rising (+ve) and falling (-ve) edges of the clock CLK. Design an FSM counter that counts the sequence: 00, 11, 01, 10,00, 11, ..
5.4 2um
4-34. Design a negative-edge-triggered flip-flop. The flip flop has three inputs; these are Data, Clock, and Enable. If, at the negative edge of the clock, the enable input equals to 0, then the state at Data input is stored in the flip-flop. If, at the negative edge of clock, Enable is in 1 state, then the current stored value in the flip-flop is held. Design the flip-flop using only SR latches, AND gates, and NOT gates.
4-34. Design...
1. Design a synchronous 2-bit up-down counter using a T flip flop for the most significant bit and an SR flip flop for the least significant bit; when the input X-1, it should count down and for X-0, it should count up. Use SOP.
1. Design a synchronous 2-bit up-down counter using a T flip flop for the most significant bit and an SR flip flop for the least significant bit; when the input X-1, it should count down and...
Design a synchronous 2-bit up-down counter using a SR flip flop for the most significant bit and an T flip flop for the least significant bit; when the input X=0, it should count down and for X=1, it should count up. Use SOP
Use the gated SR latch design with only NAND gates to design a gated SR flip–flop. The stored bit Q can only change on the positive edge (rising edge) of the clock cycle. Draw the circuit using only logic gates and create a symbol for the flip–flop you designed.
Modify the hours stage of figure 10-18 to keep military
time (00-23 hours)
SECTION 10-4/DIGITAL CLOCK PROJECT 763 AMPM tens hrs PM CLRN 74160 units hrs O] QB QC ENT QD ENP RCO units hrs 2] units-hrs[3] CLRN Tens of hours PRN Units of hours CLRN FIGURE 10-18 Detailed circuitry for the HOURS section to count tens of hours. The BCD counter is a 74160, which has two active- HIGH inputs, ENT and ENP, that are ANDed together internally to...
(b)(i) Using T flip-flop as main components, design a 3-bit synchronous counter that perform counting as the following sequence 0,2,4,6,1,3,5,7 then repeats (its sequence) [20 marks] (ii) Draw a complete circuit to show how the T flip-flops are interconnected and label it appropriately. Also show how the counter can be asynchronous reset. [5 marks] (iii) Draw a timing diagram for at least four clock cycles [8 marks)
hi i need answers for nos. 18-28.
1. In a counter, a flip-flop output 10. A is a group of flip-flops, each one of which transition serves as a source for triggering other flip-flops, not by the common clock pulses. shares a common clock and is capable of storing one bit of information. A) RAM B) latch A ripple Cring (rather than signal transitions) are referred to as B synchronous D binary C) counter D) register 11. The Characteristic Equation...
Design Problem: Use the JK Flip-Flop to design a circuit of a Synchronous Sequential Ring Counter that goes through the following sequence: 9, 8, 7, 13, 0, 11, 2, 5, 10, 14 and repeat ( forward direction ) Note: Your design should account for what happens if the systems starts at one of the unused states. In this scenario, the system should point to 0. The system has only one input, x. If x = 1, then the sequence goes...