PDA

View Full Version : Connecting Op-Amps


SMOF
Jul28-11, 04:42 AM
Hello,

I am sure this is a dumb question, but I am not sure about the answer, so hopefully someone can help me.

I am using an op-amp in a unity gain configuration between a voltage divider and an Arduino development board. Now, I will be connecting the Vcc+ to +5V, but is it okay to connect the Vcc- pin to ground, or would this cause me any issues?

Thanks ina advance.

Seán

Floid
Jul28-11, 05:36 AM
Should be ok as long as all you need is positive voltages. Your output range will be ~5V to 0V.

SMOF
Jul28-11, 06:23 AM
Hello.

Thanks for the reply.

Yea, all I need is positive voltages. So, if it is okay to connect it up like that, I guess something else is screwing up my results.

Well, at least I have crossed one thing off my list.

Thanks again.

Seán

berkeman
Jul28-11, 12:04 PM
Hello,

I am sure this is a dumb question, but I am not sure about the answer, so hopefully someone can help me.

I am using an op-amp in a unity gain configuration between a voltage divider and an Arduino development board. Now, I will be connecting the Vcc+ to +5V, but is it okay to connect the Vcc- pin to ground, or would this cause me any issues?

Thanks ina advance.

Seán

You need to use special opamps to run between just 5V and 0V. Simple jellybean opamps like the LM741 and TL084 need several volts of headroom at their inputs and outputs, with respect to the voltage rails. Check the datasheet for the opamp you plan to use.

There are more advanced CMOS opamps that can have their inputs and outputs operate near the rails. You can search at Maxim or National Semiconductor's websites to find some examples. Just look for "rail to rail opamp".

SMOF
Jul28-11, 04:31 PM
Hello,

Thats great, thanks for that!!

Seán