1HZ Clock From A 10Mhz Oscillator Module

Reloadron

Joined Jan 15, 2015
7,891
If all you want or need is a 1.0 MHz oscillator and if you are located in the US I can send you one of these. It's a 1.0 MHz oscillator symmetrical square wave out XO-52B but it is 5.0 volt logic. 1.0 MHz +/- 0.01% (100 PPM) accuracy. I have several and US postage is on me, I doubt I will ever need the several I have laying around. My wife likes it when things actually go away rather than come into the house. :) Just remember, see the data sheet I linked to, it's a 5.0 volt device.

Ron
 

Thread Starter

maker_2023

Joined Nov 20, 2023
199
If all you want or need is a 1.0 MHz oscillator and if you are located in the US I can send you one of these. It's a 1.0 MHz oscillator symmetrical square wave out XO-52B but it is 5.0 volt logic. 1.0 MHz +/- 0.01% (100 PPM) accuracy. I have several and US postage is on me, I doubt I will ever need the several I have laying around. My wife likes it when things actually go away rather than come into the house. :) Just remember, see the data sheet I linked to, it's a 5.0 volt device.

Ron
Hi Ron:

That would be awesome but I live an hour west of Toronto.

M
 

MrChips

Joined Oct 2, 2009
34,853
If all you want or need is a 1.0 MHz oscillator and if you are located in the US I can send you one of these. It's a 1.0 MHz oscillator symmetrical square wave out XO-52B but it is 5.0 volt logic. 1.0 MHz +/- 0.01% (100 PPM) accuracy. I have several and US postage is on me, I doubt I will ever need the several I have laying around. My wife likes it when things actually go away rather than come into the house. :) Just remember, see the data sheet I linked to, it's a 5.0 volt device.

Ron
That is very kind of you.
I am now checking my stock.
I have these oscillator modules:
9.8304MHz (half size)
500kHz and 8MHz output in same unit (DIP-14 footprint)

I can send to the TS.
 

ElectricSpidey

Joined Dec 2, 2017
3,336
Shouldn't those command lines be .include or .lib instead of .using?

You need both the symbol and the library/sub/model file.

Personally, I place all of my aftermarket/custom symbols/subs in separate folders and use the control panel to place them in the search path...keeps things more organized.
 
Last edited:

Thread Starter

maker_2023

Joined Nov 20, 2023
199
Shouldn't those command lines be .include or .lib instead of .using?

You need both the symbol and the library/sub/model file.

Personally, I place all of my aftermarket/custom symbols/subs in separate folders and use the control panel to place them in the search path...keeps things more organized.
Thanks. Yes, I don't why I had ".using". I will work on this.
 

crutschow

Joined Mar 14, 2008
38,536
Below is a circuit that should work to give a 1Hz pulse from a 10MHz clock:
It uses a high speed 74HC390 configured as a ÷10 counter followed by two CD4040 counters configured as ÷1000 each to give a total ÷10Meg division, 1ms pulse at the output (6 ICs total)
The clocked flip-flops are to ignore the glitches that can occur from decoding the ripple counter outputs with the AND gate.

The CD4040's are decoded by the AND gate at 9999 counts with the final count provided by the reset flip-flop.

Edit: Corrected typos. The CD4040's are divide by 1000, not 100.
1706220671458.png
 
Last edited:

Thread Starter

maker_2023

Joined Nov 20, 2023
199
Below is a circuit that should work to give a 1Hz pulse from a 10MHz clock:
It uses a high speed 74HC390 configured as a ÷10 counter followed by two CD4040 counters configured as ÷100 each to give a ÷10Meg division, 1ms pulse at the output (6 ICs total)
The clocked flip-flops are to ignore the glitches that can occur from decoding the ripple counter outputs with the AND gate.

The CD4040's are decoded by the AND gate at 999 counts with the final count provided by the reset flip-flop.
View attachment 313567
Thanks!
 

Thread Starter

maker_2023

Joined Nov 20, 2023
199
That you I hear in the attic? :)

Ron
I am still trying to get the following simulation working. But no luck!

The symbols are in this path:
C:\Users\mypc\AppData\local\LTspice\lib\sym\ZZZ\QUARTZ_CRYSTAL

and the sub library is in this path:
C:\Users\mypc\AppData\local\LTspice\lib\sub
 

Attachments

Top