Maker Pro
Maker Pro

How to make a Voltage Controlled Oscillator

C

Cem Uzunoglu

Hello all,

What is the simplest VCO that can be done with off-the-shelf components?
It doesn't have to be very fast. Audio range is fine.

Cheers,
Cem
 
T

Tim Williams

There are simpler, but this works out well enough, and it's a familiar
circuit.

Tim
 
C

Cem Uzunoglu

There are simpler, but this works out well enough, and it's a familiar
circuit.

Tim

Hello Tim,

Either you have forgotten to paste the link, or somehow my newsreader
does not show it.

Cheers,
Cem
 
F

F. Bertolazzi

Tim Williams:
Derp derp...

It's one thing to forget an attachment, but a link, that's just
embarassing :)

It may be a byproduct of bad quoting.
 
C

Cem Uzunoglu

You can make it linear by replacing the 100k resistors by PNP current
sources.


Wow! A modified RC flip flop. Never thought of that. Thank you very much
Tim!

Jan: Will this thing work logarithmically this way? That would be must
more suited to my application than linear then? I'm going to use it to
generate tones.
 
T

Tim Williams

Cem Uzunoglu said:
Wow! A modified RC flip flop. Never thought of that. Thank you very much
Tim!

Jan: Will this thing work logarithmically this way? That would be must
more suited to my application than linear then? I'm going to use it to
generate tones.

Resistors will give you RC time constants, which have an exponential sort
of thing. For voltages close to Vbe, time goes to infinity (or the gain
is too low to turn on the transistors anymore and it stops completely).
For large voltages, it looks linear (in which case, the resistors
approximate current sources).

If you require linearity, the good old hysteretic comparator with current
sources is hard to beat.
http://webpages.charter.net/dawill/tmoranwms/Circuits_2008/Triangle.gif
This particular circuit has a 4.5 million times range of frequency in a
single range. For simplicity, the discrete comparator could be replaced
with an IC like so:
http://webpages.charter.net/dawill/tmoranwms/Circuits_2010/Pulse_Width_Modulator.png
using a current source to discharge the capacitor, instead of a resistor.

Tim
 
T

Tim Williams

Vladimir Vassilevsky said:
A 74HC05, capacitor and three resistors:

http://www.abvolt.com/misc/vco_74hc05.jpg

Pffbt. Too many resistors, and way too many pins:
+Vin
o |
\
/ 100k
\
| NE-2
+--(||)--+
| |
=== 0.01 |
| |
+--------+
|
--- GND

If you'll accept a control current, instead of a control voltage, it can
be done in two components :)

Worked fine in the toob days. Back then, they had a hundred volts to play
with, so the required headroom wasn't a problem. It is quite drifty and
noisy, and should be kept away from external light or radiation.

Tim
 
C

Cem Uzunoglu

If you'll accept a control current, instead of a control voltage, it can
be done in two components :)

Two components plus a high voltage power supply and shielding :)
 
C

Cem Uzunoglu

A 555, diddle the voltage on pin 5 (threshold?).

Does it work that way? I remember having to change a resistor value to
change the frequency. I remember threshold pin as used for PWM. I maybe
wrong though. It was a long time ago.
 
F

F. Bertolazzi

Vladimir Vassilevsky:
For ~25 years of my experience with electronics, I have never had any
use for four things:

1. Unijuction transistors
2. Microchip PICs
3. Linux
4. 555 timer

ROTFL. Well, maybe the last two...
Could you tell WTF is going on France? Looks like idiots are on the
rampage, are they?

By all means.
 
T

Tim Williams

Vladimir Vassilevsky said:
Been there, done that. That NE schematic sucks unless you use a
thyratron designed to work that way; or add a thyristor so the NE lamp
latches it into the open state.

Thyratron has variable breakdown (when grid is biased to the "linear"
region), but it's just as noisy as the neon. They make bad sweeps, but
they're easy to synchronize thanks to the gain.

They do tend to discharge the capacitor more completely, for a wider range
of capacitances. Neons tend to turn off in the 20-60V range, lower for
bigger C (~1uF makes bright blue-orange flashes :) ).

How do you "latch it into the open state"?

Tim
 
R

Rich Grise

Hello all,

What is the simplest VCO that can be done with off-the-shelf components?
It doesn't have to be very fast. Audio range is fine.
555.

Cheers!
Rich
 
Top