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:
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...

Similar threads

Back
Top