Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

Does anyone know how to build a push/pull oscillator or a similar square wave oscillator?

share|improve this question
1  
The simplest oscillator is just an inverter connected back to itself, but that's too trivial to be an answer. – endolith Sep 29 '10 at 19:23
I would like a nice square wave – Nate Zaugg Sep 29 '10 at 19:26
2  
@endolith: that would not work. An inverter connected to itself will usually not oscillate, but instead stabilise and waste power. Instead you will need at least 3 in a ring configuration. – Thomas O Sep 29 '10 at 19:43
1  
@Thomas: Ok, ok, a Schmitt-input inverter. :D electronics-tutorials.ws/logic/log16.gif – endolith Sep 29 '10 at 19:45

4 Answers

up vote 3 down vote accepted

One Schmitt-trigger inverter (74LS14) together with an RC circuit feeding it will do a pretty good job of creating a simple oscillator. Adjust the RC time constant to adjust the frequency.

Schmitt-trigger oscillator

share|improve this answer
I think that produces a nice sawtooth wave, which might be good enough. – Nate Zaugg Sep 29 '10 at 21:16
You only need one Schmitt-input inverter, as I linked above, and it should produce a square wave, not a sawtooth. The input of the inverter will be a sawtooth, but the output will be a square. electro-tech-online.com/attachments/… – endolith Sep 29 '10 at 23:16
For some reason in college we chained a few of them together. It might be that we didn't use the RC circuit to create a delay at the time and were instead relying on the propagation delay of each of the gates. I edited my answer. – mjh2007 Sep 30 '10 at 12:46

I'd use a 555 Timer in an astable configuration feeding a D-type falling edge triggered flip-flop.

share|improve this answer

The Kalitron is the classic push-pull oscillator. They aren't used much these days, but were quite popular at one time in the valve era, often using a double-triode valve.

share|improve this answer

Going more basic, a positive feedback OP-AMP circuit can be used to build a square wave oscillator.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.