Skip to main content

Posts

Showing posts with the label CD4013

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...

Wireless Call Bell

This project is about a wireless musical call bell, which I designed to meet some of my friend's requirements. This circuit design uses only the 4000 series CMOS logical ICs, NE555 , UM66 , and TDA7233 audio amplifier IC. For the remote control, we use a 433MHz 4-channel remote control module . This circuit is designed to work continuously with a low-power external 5V power supply. Prototype version of wireless call bell. The PCB in this call bell is designed as a single-sided PCB. The dimension of the PCB is 82mm × 50mm.  All the components in this circuit are commonly available through-hole-type components. The whole assembly process of this musical call bell is shown in the video attached to this document. The RF remote control module we use in this project consists of a remote control decoder and encoding IC. In our version, the transmitter (key fob) has a PT2262 encoder, and the receiver has a PT2272 decoder IC. In the prototype build, the receiver and transmitter are confi...