Saturday 26 January 2019

How do I use a quartz crystal in an oscillator?


How can I get a quartz crystal to make square waves at 4.096MHz? So far I have the 4.096MHz quartz crystal and this schematic I saw:


enter image description here


Where can you find an amplifier with a single input and what voltage should I use?



Answer



You can make a Pierce Oscillator similar to that shown in your question:


Pierce Oscllator


The "single input amplifier" is usually a simple CMOS inverting gate, like the 74HC7404 (6 inverters in one package), SN74HC14D (single inverter) or similar.
Voltage can be something within the operating range of the IC, such as 5V. You may need to add a series resistor to limit the crystal drive (you need to check the crystal datasheet for manufacturer recommendations)

Here is a circuit with typical component values:


Pierce Oscillator 2


Note the series R mentioned above. The above came from this Fairchild App Note which goes into some detail on the design process.


You can only pull the frequency of a crystal oscillator a very small amount, so you will need a 4.096MHz crystal. Either that or you will need to use something else such as a PLL.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...