EDAboard.com | EDAboard.eu | EDAboard.de | EDAboard.co.uk | RTV forum PL | NewsGroups PL

XO controlled 480Hz Oscillator

elektroda.net NewsGroups Forum Index - Electronics Design - XO controlled 480Hz Oscillator

Goto page 1, 2, 3, 4, 5, 6, 7  Next

Chris
Guest

Tue Feb 02, 2010 7:29 pm   



What is the simplest way to get 480Hz from a crystal controlled
oscillator? Looks like most of the pre-packaged XO's and VCXO, seem
to put out much higher frequencies. Would a series of dividers be the
best way?

Thanks,
Chris KQ6UP

Uwe Hercksen
Guest

Tue Feb 02, 2010 7:29 pm   



Chris schrieb:

Quote:
What is the simplest way to get 480Hz from a crystal controlled
oscillator? Looks like most of the pre-packaged XO's and VCXO, seem
to put out much higher frequencies. Would a series of dividers be the
best way?

Hello,

there are also crystal controlled oszillators together with a pin
programmable divider in one small case.

Bye

Tim Wescott
Guest

Tue Feb 02, 2010 7:29 pm   



On Tue, 02 Feb 2010 17:36:00 +0100, Uwe Hercksen wrote:

Quote:
Chris schrieb:

What is the simplest way to get 480Hz from a crystal controlled
oscillator? Looks like most of the pre-packaged XO's and VCXO, seem to
put out much higher frequencies. Would a series of dividers be the
best way?

Hello,

there are also crystal controlled oszillators together with a pin
programmable divider in one small case.

Dunno if one would go down to 480Hz, but if it did it'd be the way to go.

--
www.wescottdesign.com

Tim Wescott
Guest

Tue Feb 02, 2010 7:29 pm   



On Tue, 02 Feb 2010 08:29:47 -0800, Chris wrote:

Quote:
What is the simplest way to get 480Hz from a crystal controlled
oscillator? Looks like most of the pre-packaged XO's and VCXO, seem to
put out much higher frequencies. Would a series of dividers be the best
way?

Thanks,
Chris KQ6UP

480Hz what? Forever constant frequency square wave? Yes.

If you want to vary the frequency you may want to use a programmable
divider, and the easiest way to do _that_ may well be to use a small
microprocessor, particularly one with a hardware timer.

If you want a sine wave you could either divide down to a 480Hz square
wave and filter, at the cost of a fairly elaborate analog filter. Or you
could use that microprocessor again to generate a 480Hz almost-sine wave
to a DAC or PWM, in which case you can use a much less elaborate (and
therefor easier to design and cheaper) analog filter.

If you can live with a healthy bit of output impedance, you could do this
with PIC, a resistor, a cap, and either a crystal and it's capacitors or
a crystal oscillator that'll be bigger than the PIC.

--
www.wescottdesign.com

Vladimir Vassilevsky
Guest

Tue Feb 02, 2010 7:29 pm   



Chris wrote:

Quote:
What is the simplest way to get 480Hz from a crystal controlled
oscillator? Looks like most of the pre-packaged XO's and VCXO, seem
to put out much higher frequencies. Would a series of dividers be the
best way?

The simplest way is MCU with external crystal. For 480 Hz output, the
crystal is likely to be a multiple of 3 MHz. The 12.0 MHz would be the
most common.

Vladimir Vassilevsky
DSP and Mixed Signal Design Consultant
http://www.abvolt.com

Tim Wescott
Guest

Tue Feb 02, 2010 7:53 pm   



On Tue, 02 Feb 2010 09:05:33 -0800, Chris wrote:

Quote:
On Feb 2, 8:46 am, Tim Wescott <t...@seemywebsite.com> wrote:
On Tue, 02 Feb 2010 08:29:47 -0800, Chris wrote:
What is the simplest way to get 480Hz from a crystal controlled
oscillator?  Looks like most of the pre-packaged XO's and VCXO, seem
to put out much higher frequencies.  Would a series of dividers be
the best way?

Thanks,
Chris KQ6UP

480Hz what?  Forever constant frequency square wave?  Yes.


No need to vary the frequency. Yes, square wave 480Hz 12V swing into a
high Z load.

If you want to vary the frequency you may want to use a programmable
divider, and the easiest way to do _that_ may well be to use a small
microprocessor, particularly one with a hardware timer.


For this application the frequency is fixed, but it needs to be
accurate. I don't think a xtal oven is called for, but I do need the
rock.


If you want a sine wave you could either divide down to a 480Hz square
wave and filter, at the cost of a fairly elaborate analog filter.  Or
you could use that microprocessor again to generate a 480Hz almost-sine
wave to a DAC or PWM, in which case you can use a much less elaborate
(and therefor easier to design and cheaper) analog filter.


Square wave, sorry for not clarifying.


If you can live with a healthy bit of output impedance, you could do
this with PIC, a resistor, a cap, and either a crystal and it's
capacitors or a crystal oscillator that'll be bigger than the PIC.


Crystal oscillator, divide by the appropriate (large) number.

Come to think of it, a PIC may still be the smallest way to go -- one 8-
pin PIC is way smaller than all the 74whatever161's you'd need, or a PAL
for that matter.

--
www.wescottdesign.com

Tim Wescott
Guest

Tue Feb 02, 2010 7:56 pm   



On Tue, 02 Feb 2010 09:47:50 -0800, Chris wrote:

Quote:
The simplest way is MCU with external crystal. For 480 Hz output, the
crystal is likely to be a multiple of 3 MHz. The 12.0 MHz would be the
most common.

Is an MCU the same as a PIC?

All PICs are MCUs. Not all MCUs are PICs. The top contenders that I
know of are the PIC and the AVR from Atmel. There are probably low pin-
count 8051 derivatives out there, not to mention the '430 from TI.

Intersil ought to revive the 1802 core, in a 16-pin package surrounded by
all the usual peripherals.

--
www.wescottdesign.com

Chris
Guest

Tue Feb 02, 2010 8:02 pm   



On Feb 2, 8:29 am, Chris <christopher.man...@gmail.com> wrote:
Quote:
What is the simplest way to get 480Hz from a crystal controlled
oscillator?  Looks like most of the pre-packaged XO's and VCXO, seem
to put out much higher frequencies.  Would a series of dividers be the
best way?

Thanks,
Chris KQ6UP

Clarification: I only need a digital (read square wave) output.
Fairly high voltage swing (12V) into a high Z load.

Regards,
Chris

Chris
Guest

Tue Feb 02, 2010 8:05 pm   



On Feb 2, 8:46 am, Tim Wescott <t...@seemywebsite.com> wrote:
Quote:
On Tue, 02 Feb 2010 08:29:47 -0800, Chris wrote:
What is the simplest way to get 480Hz from a crystal controlled
oscillator?  Looks like most of the pre-packaged XO's and VCXO, seem to
put out much higher frequencies.  Would a series of dividers be the best
way?

Thanks,
Chris KQ6UP

480Hz what?  Forever constant frequency square wave?  Yes.


No need to vary the frequency. Yes, square wave 480Hz 12V swing into
a high Z load.

Quote:
If you want to vary the frequency you may want to use a programmable
divider, and the easiest way to do _that_ may well be to use a small
microprocessor, particularly one with a hardware timer.


For this application the frequency is fixed, but it needs to be
accurate. I don't think a xtal oven is called for, but I do need the
rock.

Quote:

If you want a sine wave you could either divide down to a 480Hz square
wave and filter, at the cost of a fairly elaborate analog filter.  Or you
could use that microprocessor again to generate a 480Hz almost-sine wave
to a DAC or PWM, in which case you can use a much less elaborate (and
therefor easier to design and cheaper) analog filter.


Square wave, sorry for not clarifying.

Quote:

If you can live with a healthy bit of output impedance, you could do this
with PIC, a resistor, a cap, and either a crystal and it's capacitors or
a crystal oscillator that'll be bigger than the PIC.

--www.wescottdesign.com

Thanks,
Chris KQ6UP

Chris
Guest

Tue Feb 02, 2010 8:47 pm   



Quote:
The simplest way is MCU with external crystal. For 480 Hz output, the
crystal is likely to be a multiple of 3 MHz. The 12.0 MHz would be the
most common.

Is an MCU the same as a PIC?

Regards,
Chris KQ6UP

Silvar Beitel
Guest

Tue Feb 02, 2010 8:58 pm   



On Feb 2, 11:29 am, Chris <christopher.man...@gmail.com> wrote:
Quote:
What is the simplest way to get 480Hz from a crystal controlled
oscillator? Looks like most of the pre-packaged XO's and VCXO, seem
to put out much higher frequencies. Would a series of dividers be the
best way?

Thanks,
Chris KQ6UP

Would a CD4060B + 7.86432 MHz crystal + 1 resistor (maybe 2) + 2 caps
running at 12 volts work for you? Output (rail-to-rail square wave)
from Q14.

--
Silvar Beitel

Chris
Guest

Tue Feb 02, 2010 9:34 pm   



On Feb 2, 9:58 am, Silvar Beitel <silverbee...@net1plus.com> wrote:
Quote:
On Feb 2, 11:29 am, Chris <christopher.man...@gmail.com> wrote:

What is the simplest way to get 480Hz from a crystal controlled
oscillator?  Looks like most of the pre-packaged XO's and VCXO, seem
to put out much higher frequencies.  Would a series of dividers be the
best way?

Thanks,
Chris KQ6UP

Would a CD4060B + 7.86432 MHz crystal + 1 resistor (maybe 2) + 2 caps
running at 12 volts work for you?  Output (rail-to-rail square wave)
from Q14.

--
Silvar Beitel

That sounds pretty easy divide by 2^14. Would that be a custom
crystal, or a standard freq?

I will be trying to repair a 480Hz standard tuning fork. It is
actually a 960Hz fork that had it's divide by 2 flip flop die. It is
from a 70's vintage piece of equipment. The fork is hermetically
sealed with solder in a can. I try to get in there tonight, and if
the dead part is some obsolete IC or something, I will probably
replace with a crystal and divider to get my 480Hz. A crystal would
be more quiet and stable I believe.

Thanks,
Chris KQ6UP

Tim Wescott
Guest

Tue Feb 02, 2010 10:04 pm   



On Tue, 02 Feb 2010 11:54:21 -0800, miso_at_sushi.com wrote:

Quote:
On Feb 2, 11:38 am, Chris <christopher.man...@gmail.com> wrote:
On Feb 2, 11:25 am, "m...@sushi.com" <m...@sushi.com> wrote:



On Feb 2, 9:05 am, Chris <christopher.man...@gmail.com> wrote:

On Feb 2, 8:46 am, Tim Wescott <t...@seemywebsite.com> wrote:

On Tue, 02 Feb 2010 08:29:47 -0800, Chris wrote:
What is the simplest way to get 480Hz from a crystal controlled
oscillator?  Looks like most of the pre-packaged XO's and VCXO,
seem to put out much higher frequencies.  Would a series of
dividers be the best way?

Thanks,
Chris KQ6UP

480Hz what?  Forever constant frequency square wave?  Yes.

No need to vary the frequency.  Yes, square wave 480Hz 12V swing
into a high Z load.

If you want to vary the frequency you may want to use a
programmable divider, and the easiest way to do _that_ may well
be to use a small microprocessor, particularly one with a
hardware timer.

For this application the frequency is fixed, but it needs to be
accurate.  I don't think a xtal oven is called for, but I do need
the rock.

If you want a sine wave you could either divide down to a 480Hz
square wave and filter, at the cost of a fairly elaborate analog
filter.  Or you could use that microprocessor again to generate a
480Hz almost-sine wave to a DAC or PWM, in which case you can use
a much less elaborate (and therefor easier to design and cheaper)
analog filter.

Square wave, sorry for not clarifying.

If you can live with a healthy bit of output impedance, you could
do this with PIC, a resistor, a cap, and either a crystal and
it's capacitors or a crystal oscillator that'll be bigger than
the PIC.

--www.wescottdesign.com

Thanks,
Chris KQ6UP

I'm old school, so I would build two divider chains out of logic
gates. The first divider gets you to 960Hz, but it probably won't be
a square wave. You use a binary counter and some gates to do the
division. Follow up with a divide by two to get a square wave at
480Hz. You need a level shifter to get the larger 12V signal.

You should investigate if the uP scheme causes jitter in the signal.
In the dark ages when I played with uP, they always had peripheral
timer chips that the uP could control so that the division would be
jitter free. Maybe modern uP have these built in.

http://tinyurl.com/yh249wg

This looks like exactly what I need.  Would this have this have a
jitter problem?

Chris

All electronics has jitter. A logic gate is an analog circuit after all.
But a uP could have issues if not programmed correctly, especially if
interrupts are used. [Interrupts have to be serviced in a timely
manner.] There is some skill in doing real time programming, though the
divider task doesn't sound complicated.

Assuming you could find that part, it would be part of the first half of
the circuit. A ripple counter needs to be clocked on one cycle, then
read on the next. [I'm thinking of ripple counters I've done in silicon,
not off the shelf, so you need to read the datasheet.] You clock it, let
the dividers ripple down the chain, then "sample" the result on the
other half of the cycle. That is, you do the comparison with logic gates
after the flip flops have settled. This will yield a short pulse when
the countdown condition has been met. You then follow up with a divide
by two to square it up.

I think in terms of gates, but I rarely build PCB products. You may want
to investigate the uP, or even some programabe logic chip. What you do
on a PCB is different than custom IC design.

The 4060 has a nice square output.

--
www.wescottdesign.com

miso@sushi.com
Guest

Tue Feb 02, 2010 10:25 pm   



On Feb 2, 9:05 am, Chris <christopher.man...@gmail.com> wrote:
Quote:
On Feb 2, 8:46 am, Tim Wescott <t...@seemywebsite.com> wrote:

On Tue, 02 Feb 2010 08:29:47 -0800, Chris wrote:
What is the simplest way to get 480Hz from a crystal controlled
oscillator?  Looks like most of the pre-packaged XO's and VCXO, seem to
put out much higher frequencies.  Would a series of dividers be the best
way?

Thanks,
Chris KQ6UP

480Hz what?  Forever constant frequency square wave?  Yes.

No need to vary the frequency.  Yes, square wave 480Hz 12V swing into
a high Z load.

If you want to vary the frequency you may want to use a programmable
divider, and the easiest way to do _that_ may well be to use a small
microprocessor, particularly one with a hardware timer.

For this application the frequency is fixed, but it needs to be
accurate.  I don't think a xtal oven is called for, but I do need the
rock.



If you want a sine wave you could either divide down to a 480Hz square
wave and filter, at the cost of a fairly elaborate analog filter.  Or you
could use that microprocessor again to generate a 480Hz almost-sine wave
to a DAC or PWM, in which case you can use a much less elaborate (and
therefor easier to design and cheaper) analog filter.

Square wave, sorry for not clarifying.



If you can live with a healthy bit of output impedance, you could do this
with PIC, a resistor, a cap, and either a crystal and it's capacitors or
a crystal oscillator that'll be bigger than the PIC.

--www.wescottdesign.com

Thanks,
Chris KQ6UP

I'm old school, so I would build two divider chains out of logic
gates. The first divider gets you to 960Hz, but it probably won't be a
square wave. You use a binary counter and some gates to do the
division. Follow up with a divide by two to get a square wave at
480Hz. You need a level shifter to get the larger 12V signal.

You should investigate if the uP scheme causes jitter in the signal.
In the dark ages when I played with uP, they always had peripheral
timer chips that the uP could control so that the division would be
jitter free. Maybe modern uP have these built in.

Silvar Beitel
Guest

Tue Feb 02, 2010 10:37 pm   



On Feb 2, 1:34 pm, Chris <christopher.man...@gmail.com> wrote:
Quote:
On Feb 2, 9:58 am, Silvar Beitel <silverbee...@net1plus.com> wrote:

Would a CD4060B + 7.86432 MHz crystal + 1 resistor (maybe 2) + 2 caps
running at 12 volts work for you? Output (rail-to-rail square wave)
from Q14.

That sounds pretty easy divide by 2^14. Would that be a custom
crystal, or a standard freq?

Guessing: not standard. But check crystal suppliers / distributors
and see. How close to 480 Hz do you need the output to be? If not
particularly close (i.e. stability is your main requirement), perhaps
a catalog part will work. Good luck.

--
Silvar Beitel

Goto page 1, 2, 3, 4, 5, 6, 7  Next

elektroda.net NewsGroups Forum Index - Electronics Design - XO controlled 480Hz Oscillator

Arabic versionBulgarian versionCatalan versionCzech versionDanish versionGerman versionGreek versionEnglish versionSpanish versionFinnish versionFrench versionHindi versionCroatian versionIndonesian versionItalian versionHebrew versionJapanese versionKorean versionLithuanian versionLatvian versionDutch versionNorwegian versionPolish versionPortuguese versionRomanian versionRussian versionSlovak versionSlovenian versionSerbian versionSwedish versionTagalog versionUkrainian versionVietnamese versionChinese version
RTV map EDAboard.com map News map EDAboard.eu map EDAboard.de map EDAboard.co.uk map Opony