I need to replace the incandescent bulb in a Wien Bridge oscillator on this 70s training kit (Heathkit ET-3100) - do I need an exact match, or is there an easier to find substitute that would work? reddit.com/gallery/qrqmkc
πŸ‘︎ 91
πŸ’¬︎
πŸ‘€︎ u/paraworldblue
πŸ“…︎ Nov 11 2021
🚨︎ report
What's wrong with my Wien bridge oscillator? (Drawing too much current and getting hot)
πŸ‘︎ 37
πŸ’¬︎
πŸ“…︎ Oct 05 2021
🚨︎ report
I am trying to output an AC voltage signal with a constant current, so I have paired a Wien Bridge Oscillator with a basic Current Source, but that increases the voltage and since the input is AC, causes the current to oscillate. Included methods tried below:

My Wien Bridge Oscillators output is 12Hz, 3.2V AC, 1.8mA, with RL = 4.7k to 9.4k. It works perfectly except it seems the current oscillates, so I'm trying to make it constant.

Target Constant Current is ~0.5mA to 4mA (like it should stay 1 value within that range), and lowering the AC voltage output is fine, but not increasing it. Frequency shouldn't change.

I have used this method, but the problem is across RL I get too high a Voltage Range (0 to 15V) and the current oscillates from 0-30mA. I have tried a few examples I saw on stackexchange but they lower the current and voltage to micro, and still oscillate the current (according to simulations).

Is there a method for Constant Current Source for AC, where the voltage still oscillates but current remains same?

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/_Xyborg_
πŸ“…︎ Jan 09 2021
🚨︎ report
Why does my Wien bridge oscillator oscillate with a small amplitude at -10.5V? The frequency is correct though. The desired output is a sine wave with 9Vpp (the saturation/supply voltage) reddit.com/gallery/l5h2vw
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/elecccctroniccccc
πŸ“…︎ Jan 26 2021
🚨︎ report
Trying to produce a sine wave . Using Orcad I tried to make a wien bridge oscillator but it says there is a node floating . What am i doing wrong ?
πŸ‘︎ 59
πŸ’¬︎
πŸ“…︎ Nov 04 2019
🚨︎ report
Wien Bridge Oscillator using OpAmp(LM386) works in simulation, but doesn't work in Breadboard?

https://preview.redd.it/2905lok8f5251.png?width=1513&format=png&auto=webp&s=d34e917914dde9c389c05b4f18947c483cd10830

This is a simulation of the circuit in multisim. It is a Wien bridge oscillator circuit(I'm using a LM386 Omamp), tuned at 1844Hz. I am mostly interested in generating sound of that frequency. It seems to work here in simulation but when I connect a speaker to the output, I dont get anything. Connected a LED as well, im getting nothing.

I am not sure where the problem is. Is the supply voltage of +/- 6V a reason? I am using a 12V power supply, split in half through virtual ground technique.

Any idea on where the problem might be?

πŸ‘︎ 10
πŸ’¬︎
πŸ‘€︎ u/Tneutr0n
πŸ“…︎ May 31 2020
🚨︎ report
Wien Bridge Oscillator diode amplitude control affecting frequency and behavior

So here is the wien bridge oscillator I've simulated and built on a breadboard:

Wien Bridge Oscillator Schematic

And here is the LTspice output for the above circuit with the shown values:

f = 15.2 kHz

The simulation for the most part matches my hand calculations for the amplitude and frequency. And here is the LTspice simulation for the same spice schematic, except now I've incorporated a diode model for the 1N4003 diode, which I am using in my physical circuit:

f = 13.8 kHz (Note the change in frequency)

This more closely matches what I'm actually seeing in the physical circuit:

Physical Behavior

So adding a non-ideal diode reduces the amplitude and frequency of the output. The change in amplitude makes sense because the amplitude is very sensitive to the diode voltage drop according to my calculations. I find the positive limiting level by setting VB = V(-) + VD2 and V(-) = 1/3 * Vout, where V(-) is the voltage at the negative input. This yields L+ = 3 *(V*(R5/R6)+VD2*(1+R5/R6)) / (2 - R5-R6). By setting R5/R6 = R4/R3 the negative limiting level is the same value (just negative), this is also assuming VD2 = VD1 which should be the case more or less. R2 and R1 are also chosen to be much larger than R4 and R5 so that the gain drops out when the diodes turn on. So a change in VD1 and VD2 will change the the output amplitude. But what I don't understand is why it's changing the frequency. I know the diode will have a capacitance but the frequency is determined by the feedback bandpass network make up of Rs, Cs, Rp, and Cp, where Rs = Rp =R and Cs = Cp =C. This issue is much worse when I try to output a higher frequency. Changing C to 1nF should output a frequency of 159 kHz according to 1/2*pi*R*C. Using the generic LTspice diode model D outputs a frequency of 145 kHz so I guess the op-amp non-idealities also somewhat affect the frequency output? Or maybe it's still LTspice's generic diode model, I don't kn

... keep reading on reddit ➑

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/mattgk39
πŸ“…︎ May 30 2020
🚨︎ report
gEDA/ngspice simulation of a wien bridge oscillator

Is free EDA software worth it?

I just spent wayyy too much time hacking away at gEDA and ngspice to make this circuit simulation work. I guess I learned a lot about gEDA/gaf, ngspice, and linux along the way, but I think video games might have been a more productive use of my time.

If you're like me and think this nerd shit is cool, or if you have questions about how it finally worked, please feel free to comment or message me!

Procedure overview:

  1. I started with a fresh install of Ubuntu 18.04, and then I installed gEDA/gaf, ngspice, and gwave.
  2. Next, I opened gschem and drew up my favorite analog circuit: the amplitude-controlled wien-bridge oscillator. This tight little circuit creates a very pure sine wave with no external inputs besides +/-12V power.
  3. I added some SPICE models for the opamp, JFET, and diode, and then used gnetlist to create a spice netlist for ngspice.
  4. I ran a transient simulation and exported a .raw file of the results.
  5. Finally, I used gwave to plot the simulation waveforms.

I attached a few shots of (1) the oscillator circuit schematic, (2) plot of some voltages during the startup transient, and (3) a zoomed-in view of the steady-state oscillation.

gschem schematic with spice models and syntax

full-length sim results (top: output voltage, bottom: rectifier voltage and JFET gate voltage)

zoomed-in sim results (top: output voltage, bottom: rectifier voltage and JFET gate voltage)

Pretty sine wave!

The wien-bridge is a really cool all-analog circuit which includes JFET gain control and a nice little negative feedback loop that stabilizes the sine-wave amplitude. The frequency is set by the "wien-bridge" of R-C components in the positive feedback path of the opamp.

freq = 1/(2*pi*R*C) = 7,234 Hz

The amplitude is not controlled to a specific reference voltage, but it does find steady-state stability. One more opamp could provide control to a desired reference voltage, but I am pretty much done with this for now.

Thanks for reading!

πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/itsaniphone
πŸ“…︎ Mar 26 2019
🚨︎ report
Recommendations for op amp to use in 15kHz Wien bridge oscillator circuit

I was building a Wien bridge oscillator with a 741 op amp and it worked fine when I tested it with a frequency of about 750Hz. I tried increasing the frequency to about 8kHz and the sine wave distorts a lot to the point where it looks like a triangle wave and the peak to peak voltage dropped to about 3V on a +-5V supply. I would like to know if there are other dual supply op amps that can handle a 15kHz Wien bridge oscillator while providing an output current upto around 50mA. Rail to rail is better but not a must.

Thanks in advance, Harid.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Harid444
πŸ“…︎ Oct 24 2019
🚨︎ report
I'm having trouble finding out why some Wien Bridge oscillators don't use matching resistors.

So, I was looking at the schematic for my old HP 200CD oscillator (manual PDF: https://www.manualslib.com/manual/1250634/Hp-200cd.html) and doing some research on the Wien Bridge circuit.

All of the information I'm seeing holds that the resistors in the oscillator must match. I'm struggling to understand why one set of the resistors in the HP circuit has double the values of the other set.

To make matters even more confusing, I was reading this page: https://www.robkalmeijer.nl/techniek/electronica/radiotechniek/hambladen/qst/1946/10/page29/index.html

Down the page, at Figure 4, the guy explains again that the resistors need to match, but the diagram itself shows different resistances and these aren't even neatly doubled like the ones in the HP schematic.

Needless to say, I'm a bit lost.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/explodedsun
πŸ“…︎ Dec 27 2018
🚨︎ report
Wien Bridge Oscillator isn't outputting a sine wave?

So my Wien Bridge Oscillator, when I hook it up to an oscilloscope to measure the frequency, outputs a square wave as opposed to a sine wave. Is this due to the capacitors not being large enough, so they reach max charge? In that case would using larger capacitors work? Thanks in advanced.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/jaywalk98
πŸ“…︎ Mar 28 2017
🚨︎ report
vactrol diy voltage controlling a wien-bridge oscillator youtube.com/attribution_l…
πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/athlaknaka
πŸ“…︎ Feb 25 2016
🚨︎ report
DIY vactrol VOL2: cv on wien-bridge oscillator distortion

Here the second part of my tutorial on DIY vactrols , we're making a more responsive vactrol and using it to voltage-control the distortion parameter of a wien-bridge oscillator. In this design when the distortion resistor is too small the circuit stops to oscillate, so it can be used as a kind of trigger control.

I'm trying out some sounds using an LFO, everything is still pretty raw, I'll upload the updated schematic with notes on my blog soon, let me know if you want to make it and have any question!

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/athlaknaka
πŸ“…︎ Mar 01 2016
🚨︎ report
diy vactrol VOL II: wien-bridge oscillator with distortion youtube.com/attribution_l…
πŸ‘︎ 10
πŸ’¬︎
πŸ‘€︎ u/athlaknaka
πŸ“…︎ Mar 01 2016
🚨︎ report
diy vactrol VOL II: wien-bridge oscillator with distortion youtube.com/attribution_l…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/athlaknaka
πŸ“…︎ Mar 01 2016
🚨︎ report
DIY vactrol-based voltage-controlled wien-bridge oscillator

a nice little tutorial on how I made a dual vactrol using an LED and two photoresistors to voltage-control a wien-bridge oscillator, this solution can be easily used to take control of any potentiometer, possibly grouping more under the same control voltage. I'm planning to use it in lots of different applications, some sweet noise is on it's way! Here you can find the schematic with some notes

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/athlaknaka
πŸ“…︎ Feb 25 2016
🚨︎ report
I'm looking for an oscillator that has high "tolerances". Something like an "anti bridge rectifier".

As probably everyone on this subreddit knows, a bridge rectifier will take an alternating current and, as long as the components can handle the power, convert it into DC. I'm looking for an oscillator like that, something that can handle almost anything between 12 volts and 1 KV input and give a similar output. Does such a circuit exist? I couldn't figure out how to phrase it in Google, and I wasn't sure if tolerances was the right word.

πŸ‘︎ 2
πŸ’¬︎
πŸ“…︎ Sep 12 2021
🚨︎ report
IOTA is building a trustless asset bridge to the Ethereum network together with Pantos and TU Wien twitter.com/DomSchiener/s…
πŸ‘︎ 101
πŸ’¬︎
πŸ‘€︎ u/MotorsportGmbH
πŸ“…︎ May 15 2021
🚨︎ report
Wein Bridge Oscillator

It is asking me to analyze the behavior of the resistor diode feedback loop. I understand the voltage divider and the opamp but what do the diodes do? Do they limit the the AC between a certain voltage at that node?

https://preview.redd.it/6jpbjy5luwu41.png?width=256&format=png&auto=webp&s=83e13275f74245f350a364e86608270bbe637da9

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/CampWendleton
πŸ“…︎ Apr 25 2020
🚨︎ report
What do the components of this Wein Bridge Oscillator do?

Hi,

Getting started to studying circuits and this was described as a good beginner's case study, but not much details. Which are the negative and positive feedback and what do the other components do?

LE: Made the transistors' names easier to read

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/SammathNaur
πŸ“…︎ Jan 07 2020
🚨︎ report
Everything In Its Right Place on Microfreak. Since all the kids are doing it. I used the 'Bass' oscillator. v.redd.it/jn425qyz1kc81
πŸ‘︎ 854
πŸ’¬︎
πŸ‘€︎ u/Machine_Excellent
πŸ“…︎ Jan 19 2022
🚨︎ report
View of the Oscillating Helix from the bypass bridge, plus a bonus Hogwarts shot. [Velocicoaster, Islands of Adventure] reddit.com/gallery/qe89nh
πŸ‘︎ 66
πŸ’¬︎
πŸ‘€︎ u/sonimatic14
πŸ“…︎ Oct 23 2021
🚨︎ report
Bridged T Oscillator for Percussion Sounds youtube.com/watch?v=C122i…
πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/anna_g0mez
πŸ“…︎ Jul 23 2021
🚨︎ report
Am I reading 1 MHz or 20 MHz from this crystal oscillator? bartonmusicalcircuits.com…
πŸ‘︎ 105
πŸ’¬︎
πŸ‘€︎ u/Ok-Pack7140
πŸ“…︎ Jan 20 2022
🚨︎ report
A physicist is just someone who loves harmonic oscillators, from the beginning of classical mechanics to quantum field theory... change my mind.
πŸ‘︎ 897
πŸ’¬︎
πŸ‘€︎ u/RGBPiXeL5
πŸ“…︎ Jan 23 2022
🚨︎ report
Ah yes, harmonic oscillator. v.redd.it/qtd630ttisb81
πŸ‘︎ 2k
πŸ’¬︎
πŸ‘€︎ u/Round-Defiant
πŸ“…︎ Jan 15 2022
🚨︎ report
How come these two synthesizers (that I can only get my hands on) have no sine wave in the oscillator section? reddit.com/gallery/ryfbqu
πŸ‘︎ 97
πŸ’¬︎
πŸ‘€︎ u/Larllyparp
πŸ“…︎ Jan 07 2022
🚨︎ report
LF scientist that made an oscillator that wobbled a bridge

I was reading about the tacoma narrows and looking at youtube videos and i started reading about this one scientist who was living in an apartment at the time and made an oscillator that he set on the end of a bridge and it made the bridge wobble. if i remember correctly the oscillator used a weight that was less than 100 pounds and police came and arrested him and he ended up helping the U.S. military design weapons or tactics or something involving resonance or sound or something like that. I can't find his name for the life of me and im going back to searching right after i hit post. please let me know his name if you already do or are able to find it. thank you.

πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/bronzescripter
πŸ“…︎ Jun 29 2018
🚨︎ report
I'm researching about making FM transmitter circuits and I keep finding circuits with this subsystem in it but I find an explanation for how it works. I get that there's an LC Oscillator that's generating the carrier wave signal, but how is it modulated and what is the 6.8pF cap used for?
πŸ‘︎ 125
πŸ’¬︎
πŸ‘€︎ u/JZheng03
πŸ“…︎ Jan 12 2022
🚨︎ report
1970's CIA 'Insectothopter'- It was powered by a miniature fluidic oscillator to propel the wings up and down at the proper rate to provide both lift and thrust. It had a range of about 650 feet,a data transmission range of approximately 300 feet, with a flight time of 60 seconds. Link in comments reddit.com/gallery/s124j7
πŸ‘︎ 107
πŸ’¬︎
πŸ‘€︎ u/KO_Stradivarius
πŸ“…︎ Jan 11 2022
🚨︎ report
Looking for links to songs that are your favorite examples of oscillator sync

Either hard or soft. Wanna get a better understanding of the range of this parameter and thought this would be a fun way of going about it.

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/Lopiano
πŸ“…︎ Jan 22 2022
🚨︎ report
New Year, New Oscillator β€” Instruō NeΓ³ni v.redd.it/q7i4xnbfjb981
πŸ‘︎ 127
πŸ’¬︎
πŸ‘€︎ u/calloustreble
πŸ“…︎ Jan 02 2022
🚨︎ report
Clean factories are fun (alt: Insulated Crystal Oscillators)
πŸ‘︎ 2k
πŸ’¬︎
πŸ‘€︎ u/FicsitProperty-17
πŸ“…︎ Nov 20 2021
🚨︎ report
beep beep beep beep beep beep beep beep beep (741 Oscillator) v.redd.it/lrsboaw3yyc81
πŸ‘︎ 61
πŸ’¬︎
πŸ‘€︎ u/ItsOnlyKatniss
πŸ“…︎ Jan 21 2022
🚨︎ report
DIY vactrol VOL2: cv on wien-bridge oscillator distortion

Here the second part of my tutorial on DIY vactrols , we're making a more responsive vactrol and using it to voltage-control the distortion parameter of a wien-bridge oscillator. When the distortion resistor is too small the circuit stops to oscillate, so it can be used as a kind of trigger control. I'm trying out some sounds using an LFO, everything is still pretty raw, I'll upload the updated schematic with notes soon on my blog, let me know if you want to make it and have any question!

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/athlaknaka
πŸ“…︎ Mar 01 2016
🚨︎ report
DIY vactrol VOL2: cv on wien-bridge oscillator distortion

Here the second part of my tutorial on DIY vactrols , I'm making a more responsive vactrol and using it to voltage-control the distortion parameter of a wien-bridge oscillator. Here you can see the first video, with a dual vactrol In this design when the distortion resistor is too small the circuit stops to oscillate, so it can be used as a kind of trigger control. I'm trying out some sounds using an LFO, everything is still pretty raw, I'll upload the updated schematic with notes on my blog soon, let me know if you want to make it and have any question!

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/athlaknaka
πŸ“…︎ Mar 01 2016
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.