Hello,
I bought a pressure sensor that can measure values between 0 and 12 bars, but I only need it to measure values between 1 and 1.2 bars. It has red, black and yellow wires.
When I connect red to 5V, black to GND and yellow to A0, I get terrible precision (which is expected since (1024/12)*0.2 = 17 steps over 0.2 bars)
I would like to use an instrumentation amplifier (IA) to improve the precision. I thought of the attached circuit (c1.png attached).
I calculated that I would have V_out = Gain * V_in * (alpha - R3/(R2+R3))
I can adjust Gain using a gain resistor (as specified in the IA datasheet), and V_in=5V, and alpha is the perssure sensor reading (between 0 and 1)
My question is : will this IA (http://www.analog.com/media/en/technical-documentation/data-sheets/AD620.pdf) work properly if I set +Vs=5V and -Vs=GND, or do I need a bipolar input ?
If I need a bipolar input, will the attached circuit (c2.png) work ? I would set R2 and R3 differently than the first circuit so that the output can use the wole range 0-5V and not just 2.5-5V.
Second question : should I include voltage clamping diodes in case the pressure gets greater than 0.2 bars, or lower than 1 bar, or will the Arduino diodes suffice ?
Thanks for your help !

