Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Oscillators, crystals, and resonators for clock pulses

Status
Not open for further replies.

DSG

New Member
I know I can produce clock pulses using a crystal (2 pins), a resonator (3 pin devices), or an oscillator (4 pin devices), but how do I decide which part to use? How are they different (in application, not construction)?

For my application, I would like to conserve (9V) battery power and minimize physical size. I do not always need the clock for long periods of time, so is there a method to conserve power or is power insignificant?
 
Last edited:
A crystal needs to be driven (by a device like a uC) to get anything out of it. An oscillator contains the crystal and the driving circuitry together. For low power I'm not sure which I'd go with, probably the crystal since you can power down the device that's using it.
 
Some crystal oscillators have an enable pin. On some of those the oscillator turns off completely, some just shut down the output stage.

If the oscillator shuts down, you need to allow up to 5 ms for it to start, but you need to do that with any crystal oscillator that has stopped.

You can supply a crystal oscillator from the output of a PIC, as they only use about 5 mA, and then just shut it down when you don't need it.

If you don't need a high clock speed, you can get a 32.768 kHz watch crystal to oscillate using just a few :mu:W. If you do shut those down, be aware that they can take several seconds to restart.

Resonators are used like crystals, but they usually have the capacitors inside so that you don't need to use external ones. They are not as accurate as cystals but they start a lot faster.

If you use a PIC and a crystal, the oscillator shuts down in sleep mode.
 
Status
Not open for further replies.

New Articles From Microcontroller Tips

Back
Top