Skip to main content

Posts

Showing posts with the label CD4060

Discrete CMOS digital desk clock

This project began with a simple idea: to build a fully functional digital desk clock using only classic CMOS logic ICs that are still readily available in local electronics markets. No microcontrollers, no firmware, no programmable logic - just counters, flip-flops, logic gates, and seven-segment decoders doing exactly what they were designed to do. The result is a 24-hour digital clock powered from a 5V, 1A supply, drawing roughly 200mA, and assembled entirely by hand on a perfboard using point-to-point wiring. Fully assembled CMOS desk clock. At the heart of the clock is a traditional timebase derived from a 32.768kHz crystal oscillator. This frequency is widely used in timekeeping because it can be divided cleanly to exactly 1Hz. A CMOS frequency divider, such as the CD4060 and CD4013 , performs this task, producing a precise one-second pulse that serves as the master clock for the entire system. From this point onward, time is counted purely in hardware, one pulse at a time...

Automatic fan controller for server racks

In this post, we describe the fan controller which we designed for our 9U wall mount server cabinet. This fan controller is designed to drive a 12V DC cooler fan with pre-configured intervals or by monitoring the temperature of the server cabinet. The final version of the fan controller with DC brushless fan and 12V - 60W PSU. Core components of this fan controller are CD4060 binary counter, LM35 temperature sensor, and LM358 operational amplifier. In this design, CD4060 has used as long duration timer and it can be configured to trigger cooler fan from 1-minute and up to 4-hour. In this design, an LM35 temperature sensor is used to activate cooler fan in specified temperature. This sensor stage is useful to drive cooler fan when timer stage is in an inactive state. To control the cooler fan we use AP9971 dual N-channel power MOSFET transistor. We design this system to drive 12V cooler fans up to 2A of current. To test this controller we use commonly available 120mm × 120mm...