I'm working with an Arduino UNO. I'm trying to use this Sensor to obtain the pressure in kPa. I'm using a tl084cn
to amplifier the signal. But I don't know what values I'm getting and what to do with them.
Not applying pressure prints 0
, if I apply air pressure it's goes up to 800-900
as max. What mean this values?
What is the maximum pressure that I should get? 10 kPa? I don't understand that very well. Because the data sheet says:
Maximum Pressure (P1> P2) PMAX 75 kPa
I can understand what is the differences between Max. Pressure and Max. Differential Pressure.
-
Your previous question: arduino.stackexchange.com/questions/40234/… The TL084 is not an instrumentation amplifier. The MPX10DP can measure from 0 to 10 kPa differential pressure and it breaks at 75 kPa differential pressure. The sensor output has a offset of 20mV and a range of 35mV. When no pressure is applied, you measure the offset.Jot– Jot2017年07月08日 10:05:51 +00:00Commented Jul 8, 2017 at 10:05
-
@Jot So, I can't use the TL084 to amplify the output?exsnake– exsnake2017年07月08日 18:16:03 +00:00Commented Jul 8, 2017 at 18:16
-
You can amplify the signal with a TL084, but depending on the circuit the impedance of the circuit could influence the bridge output of the sensor. Measuring the exact pressure would be disturbed. The output impedance of the sensor is about 1 kΩ. Are you really determined to get into more and more trouble instead of buying a MPX5010 ? With a MPX5010 all your troubles are gone at once.Jot– Jot2017年07月08日 19:32:16 +00:00Commented Jul 8, 2017 at 19:32
-
@Jot, the problem is that in my country there is no place to buy a MPX5010, that's why I was trying to accomplish it with this sensor from my college laboratory.exsnake– exsnake2017年07月08日 20:10:03 +00:00Commented Jul 8, 2017 at 20:10
-
And what about a INA125 or similar instrumentation amplifier ? Those are made for wheatstone sensors. Or what about an Arduino Leonardo or Arduino Mega 2560 ? Those have internal differential mode with a gain, that is somewhat similar to a instrumentation amplifier.Jot– Jot2017年07月08日 20:23:41 +00:00Commented Jul 8, 2017 at 20:23