OP07 Op Amp Output Unexpectedly High Voltage

AI Thread Summary
The OP07 op amp is showing an unexpected output voltage of -1.8 volts when powered by a ±3V supply, which is too high for input offset voltage. To achieve a voltage follower configuration, the output should connect to the negative input, and the positive input should be grounded, ideally resulting in zero volts. For connecting a microphone, the positive input should be ungrounded and linked to the mic, while the output should be modified to create a voltage amplifier using resistors. The gain of the amplifier can be calculated using the op amp equation, with the output voltage dependent on the feedback resistors rather than the op amp's gain.
m718
Messages
88
Reaction score
0
When I connect 3V negative and 3V postive power supply to an OP07 op amp and I Connect a voltmeter to OUT of op amp and GROUND the voltmeter shows -1.8 volts
why? I have connected anything to input I even tried shoring the input and this voltage is too high to be offset voltage. I Tried two OP07s, a tl071cp and a 741 they all show voltage between 1.5 and 1.8, why is it showing this high voltage?
 
Engineering news on Phys.org
Connect the op amp output to the neg input, and the pos input to ground. This is a voltage follower circuit, and the output ideally should be zero volts (same as ground). because of the input offset voltage, You should read about 100 microvolts on the output to ground.
 
Last edited:
Bob S said:
Connect the op amp output to the neg input, and the pos input to ground. This is a voltage follower circuit, and the output ideally should be zero volts (same as ground). because of the input offset voltage, You should read about 100 microvolts on the output to ground.

Ok I will do that but then where do I connect the input signal it will be an antenna or dynamic mic.
 
m718 said:
Ok I will do that but then where do I connect the input signal it will be an antenna or dynamic mic.

Bob was answering your question about how to measure the input offset voltage. To connect a microphone or other sensor, un-ground the + input, and connect one lead of the mic to it, and the other end of the mic to ground. The opamp will serve as a follower for the mic voltage (a current and power amplifier, but not a voltage amplifier).

Quiz Question -- how do you turn the opamp stage into a voltage amplifier, either inverting or non-inverting in configuration?
 
berkeman said:
Bob was answering your question about how to measure the input offset voltage. To connect a microphone or other sensor, un-ground the + input, and connect one lead of the mic to it, and the other end of the mic to ground. The opamp will serve as a follower for the mic voltage (a current and power amplifier, but not a voltage amplifier).

Quiz Question -- how do you turn the opamp stage into a voltage amplifier, either inverting or non-inverting in configuration?

ok thank you, I don't know how to make it a voltage amp. Using a resistor somewhere but I don't know where
 
m718 said:
ok thank you, I don't know how to make it a voltage amp. Using a resistor somewhere but I don't know where

Then it appears that you have some fun learning about how to use opamps ahead of you. What learning resources do you have available? What course are you working on, or is this self-study?
 
berkeman said:
Then it appears that you have some fun learning about how to use opamps ahead of you. What learning resources do you have available? What course are you working on, or is this self-study?

I'm just reading online about op amps.
How do I make it a voltage amplifier??
 
m718 said:
I'm just reading online about op amps.
How do I make it a voltage amplifier??
Now that you have connected the mic signal to the positive input, disconnect the wire from the output to the negative input and in its place put a 100k resistor. Connect a 1k resistor from the negative input to the common (power supply) ground. Now connect a 1k resistor from the positive input (where the mic signal is already connected) to the same common ground. Now connect the mic ground to the common ground.

You need to write out and solve the circuit equations

Use V(out) = output
V(in+) = positive input
V(in-) = negative input
V(sig) = signal

Use opamp equation V(out) = G[(Vin+)-V(in-)] where G is 400,000 (for OP07)

So V(in-) = V(out)*1k/(100k + 1k) = V(out)/101

V(in+) = V(sig)

So V(out) = G*V(sig) - G*V(out)/101

re-arranging;

V(out) = 101*V(sig) / (1 + 101/G) =approx 101*V(sig) for G>>101 voila!

Note that the circuit gain depends on the two feedback resistors and not on G.

Now if the opamp has a unity gain-bandwidth of 600 kHz, then the circuit gain should be close to 101 for frequencies below 6 kHz.
 
Back
Top