Condition +-.1v from 2 wires to 0-5 for Arduino analog

AI Thread Summary
The discussion centers on connecting a 236PC 15GW pressure sensor to an Arduino, specifically how to condition the sensor's output of ±0.1V to a 0-5V range suitable for the Arduino's analog pins. The process involves amplification and level shifting, requiring the calculation of gain (K) and bias (B) to achieve the desired voltage range. An operational amplifier is suggested for this task, but challenges arise with voltage clipping during positive pressure readings and maintaining the necessary gain without exceeding voltage limits. The conversation also touches on AC versus DC coupling, with a preference for DC coupling due to the nature of the pressure measurements. Resources and schematics are requested to further clarify these concepts and assist in successful implementation.
zsawyer
Messages
5
Reaction score
0
I am toying around with connecting a 236PC 15GW pressure sensor to my arduino board.

I am supplying nearly 10 volts to the Sensor and can get +- .1V readings from some simple tests.

How do I condition these two lines that give +- .1V to range from 0-5 Volts for the Arduino analog pins.
 
Engineering news on Phys.org
zsawyer said:
I am supplying nearly 10 volts to the Sensor and can get +- .1V readings from some simple tests. How do I condition these two lines that give +- .1V to range from 0-5 Volts for the Arduino analog pins.
You sensor signal needs to go through a two step process; amplification (K) and level shifting (B). The output of that process should be

K × Vin(min) + B = 0
K × Vin(max) + B = 5V

The min/max values are your sensor output, so your left with the trivial task of solving this linear system for K and B.

Do you know of a circuit or device that can amplify and/or level shift a signal?
 
Thanks for the quick reply.

I think I should use an operational amplifier.

I was able to connect a General Operational Amplifier to 5volt+ and ground and got was able show a loss of voltage when negative pressure was given to the sensor. It clipped, I believe, when I tried giving the sensor a positive pressure. Purely from the Amp Voltage source, the gain was around 50 I believe. I tried cutting the supply by half, but that's below the OpAmps minimum Voltage. The operational Amplifier needs a gain of 25 but I can't have the Voltage below 5 V.

What I am figuring out is that I don't know how to do that with the two output wires from the Sensor that give both positive and negative voltages. Any help on good sources to learn from, or some documented example schematics would be helpful.

Microchip has an excellent document, but I am unsure of the reasoning for the diagram for the instrumentation amplifier on page 4. I am hesitant to put resistors on such a small voltage from my sensor and am unsure if the NTE975 chip is good for that schematic and what my Vdd should be.

I will try the schematic later this week, its getting late for me now. Any input or resources to clarify some of these concepts would be greatly appreciated. Thanks!
 
Last edited:
The level shift can be done by AC coupling your sensor signal into the output of a voltage divider. Then do the amplification. I'm speaking in general terms here—I haven't look at your sensor spec.
 
My quest has now been to understand coupling and Why AC coupling.

In my search I found a wonderful article from the MIT media lab.
http://resenv.media.mit.edu/classes/MAS836/bias.pdf .

my initial thoughts are for DC coupling, I am trying to measure the pressure and don't expect any appreciable frequencies, which AC coupling for some reason makes me think of.

Page 8 of the document talks about differential Amplifier AC and DC, the only difference seems to be caps for filtering out frequencies, which I don't think is my case. getting alte again, Ill post when I have some success
 
Last edited by a moderator:
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...

Similar threads

Back
Top