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.

I want to interface a pH probe. The Op-Amp I would like to use is INA128.

My ADC's range is 0 to 5 volts. pH sensor gives a voltage output that is ranged from -0.5 to 0.5 volts, for 0 pH to 14 pH respectively.

Perhaps, I need to give an offset of about 2 volts to Op-Amp and set its gain to 2. If I do that, will negative voltages be substracted from 2 volts?

share|improve this question

3 Answers

up vote 2 down vote accepted

As far as i know, you need opamps with super low input bias current to interface PH probe. This one has it at 10 nA, that's rather too big. I was able to build one by using opamp with input bias current in femto-amperes range.

You are right about offsetting voltage.

I'd go by finding an opamp which has PH probe interfacing as typical application and implementing the given circuit.

AD549 is a good candidate

LMC6001 -- i've based my design on this

share|improve this answer
so, why i can't do it with ina128? – iaggggg Jun 18 '12 at 12:23
As i've said, it's input bias current is too big - it will load the PH probe too much and you will get inaccurate readings. PH probes need very high input impedance opamps to buffer them. You can use high input impedance opamp to buffer it and another opamp to scale/shift the voltage to a level you need. Note, that you will need a split supply for buffer opamp and use noninverting configuration. – miceuz Jun 18 '12 at 12:42

Like miceuz says, what sets a pH sensor apart is its high impedance, which calls for a FET opamp or instrumentation amplifier for minimum error due to input bias current. Next to the parts miceuz already mentioned I would add:

LMC6041: the lowest cost opamp listed at Digikey with input bias current less than 10 fA (2 fA typical).

INA116: the only InAmp listed by Digikey with an input bias current less than 10 fA (3 fA typical, 2 mV offset maximum).

share|improve this answer
Thank you all.. – iaggggg Jun 19 '12 at 8:16

I used an AD620, this is not an opamp but a full instrumentation amplifier. Found it on Ebay ;)...

share|improve this answer
1  
Perhaps a little more detail, or a schematic, would have helped viewers, rather than the bare statement about the InAmp. – Anindo Ghosh Oct 31 '12 at 15:55

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.