2

What I already know is that they are used as a frequency generator when they are stimulated at their own resonance frequency. But when I have to tune the applied voltage to that certain frequency, why can't I use this voltage directly. What's the crystal for?

I've already seen How does a Crystal work? but I think the question or at least the answers live more on a low level why I'd need a high level answer first to dive deeper.

Ben
  • 615
  • 8
  • 15
  • 3
    You don't tune that applied voltage, the crystal does that. Think of the crystal as a resonator like the pendulum in a traditional clock, and the voltage supply as the weight or spring providing the power. The clock has gearing and an escapement connecting power source and pendulum; the crystal oscillator has an amplifier (transistor or NOT gate) for the same purpose. –  Jul 24 '20 at 12:19
  • Does that mean, no matter which voltage I apply, it will always oscillate with the same frequency? – Ben Jul 24 '20 at 14:03
  • 1
    Give or take a few parts per million, yes. That's its job. Some crystals may also oscillate at 3x or 5x their nominal frequency (harmonics) but they need some encouragement from the oscillator to do that. Yes the applied voltage controls the amplitude. –  Jul 24 '20 at 14:07
  • Is their oscillation intensity at least connected to the applied voltage? – Ben Jul 24 '20 at 14:08

1 Answers1

3

As a kid, having been given a 100,000 Hertz crystal of size 1" by 1" by 2" from some WW2 military radio, I tried repeatedly to get that beast to oscillate, listening at the 5MHz WWV channel for some interference or beat note that would indicate successful oscillation.

I never could get oscillation.

The challenge with a crystal is the interface with outside circuitry.

One standard method is using PI_filtering mindset, where two external capacitors provide a closed_loop path for circulating currents.

Each end of the crystal is shunted to Ground; the size of the capacitors is proportional to the internal electrode_to_electrode capacitance; with thick quartz needed to resonate at 100,000 Hz, the spacing is high and the electrode_to_electrode capacitance is low, so you need only a few picoFarads lumped C at each end of the crystal.

As a kid, having had vector algebra and complex number math in school, I could have written the small_signal model of various ARRL (HAM) oscillators, and perhaps extracted the conditions for successful oscillation. Maybe.

But my brain was not ready for small_signal modeling.

The 2_external_cap PI_filter interface to the quartz crystal has the useful behavior of INVERTING the voltage. This allows very simple one_transistor amplifiers, of common_emitter or common_source (of common_cathode) configuration, to be used.

As a kid, I did not have that understanding. Thus my 100,000 Hz circuits never oscillated.

===========================================

How to start the oscillation? how does one make a bell ring, or a crystal goblet ring? you lightly and briefly tap it.

And in electronics, there is random electron noise, as the electrons very quickly jump orbitals inside the atoms. That is the "tap" needed.

Probably bigger taps come from switching regulator spikes. Or just turning on the power. But the random and very-fast electron jumping around is always there.

HINT: a quick tap makes ANY bell or ANY goblet ring. That quick tap has a special name IMPULSE, meaning has some energy and very fast (ideally zero) time duration.

Thus the very_fast impulses make ANY QUARTZ CRYSTAL ring and ring and ring, as the transistor provides the boost in energy inside the quartz.

============================================

Here is link to a previous answer, to explain the PI_filter usefulness. Scroll down, past the simulation, and examine the last two circuits.

How do crystal oscillators start?

analogsystemsrf
  • 33,703
  • 2
  • 18
  • 46
  • Thanks for the detailed answer but I think you overestimate my ability to understand it. I guess I'm way before touching the concept electronically, I rather have to understand it roughly. The electronics make the oscillator, well, oscillate and I have to ring at its door with a certain frequency so it can move with a certain frequency. Why do I even use an oscillator then? – Ben Jul 24 '20 at 14:03