Skip to main content

Posts

Showing posts with the label Quartz

Quartz Clock Timebase

Many electronic projects call for a timebase generator, accurate to a second or so. One way of producing this is with a microcontroller, quartz crystal and some software. But a far cheaper and simpler approach is to recycle an old analogue quartz clock. After investigating a number of clocks the author discovered that they all use the same drive method: a tiny solenoid coil is pulsed by a current that reverses direction once a second. In the module illustrated this coil is connected between pins Pulse1 and Pulse2. Most of the time both pins are ‘high’ at supply voltage but every second the clock electronics pull first one and then the other of the pins down to ground for about 25 ms. Quartz Clock Timebase Circuit Diagram: We need just five additional components to complete the circuit (see diagram). When either of the pulse pins is at ground potential, the corresponding PNP transistor conducts. Once a second a narrow pulse is produced, which is ideal for our own digital circuitry. ...