I just started working on a multi-line vacuum gauge I'd like to build around Arduino and would appreciate any input the more learned here might have as I begin.
Today the sensors arrived - MD-PS002, to which I've read some threads about its interface with Arduino. I learned, also today, that I will need to incorporate the HX711 A/D converter-amplifier and have located a source for them
The one I found says it's two channel, so I was wondering if I need two of them to get four vacuum readings, or one for each vacuum sensor. Anyone?
Here's what I'm going for:
My device is going to monitor four vacuum lines which will pull in the neighborhood of 12" Hg. I don't need a precise measurement, just relative. My goal is to produce four bars on an OLED display. I need to adjust the four vacuum sources so that they match closely, but they don't have to be perfect. And, again, I don't care what the actual vacuum measurement is, just that they're all equal.
I have found some sample code to start with, but would also appreciate any tips on how to approach this challenge.
This begins "I use HX711 with my PS002 vacuum sensor and have no problem."
I read at length and came to understand that 'absolute' pressure uses readings which begin at zero - vacuum - and proceed in fractional units of a Pascal. The specs on the MD-PS002 state: "150kpa (absolute pressure) Pressure range from vacuum (absolute 0 pressure) above atmospheric pressure 50kpa"
So, yeah. I assumed it would sense vacuum.
And it's not much less documented than a lot of the specialized components you can find. I was counting on someone else has used this thing and might offer some helpful input.
MarkT:
The pressure range is 15psi--100psi, if I'm reading it right - not a vacuum sensor at all??
But the information is pretty unclear.
Hi Mark,
The spec on the product says the range is "from vacuum (absolute 0 pressure) above atmospheric pressure 50kpa. Yeah, documentation a bit sparse, though I'm still optimistic someone has some knowledge to share.
Thanks.
MarkT:
The pressure range is 15psi--100psi, if I'm reading it right - not a vacuum sensor at all??
But the information is pretty unclea
Paul_KD7HB:
A vacuum gauge will show the current air pressure when it is not connected to anything. Do your gauges show that or do they show zero?
Paul
Hi Paul,
I don't have anything working just yet. I am collecting parts and building as I go, so no gauge info to report on at this time.
If you or anyone have a suggestion on a sensor to employ in this project, I am open to hearing. The MD-PS002 are very cheap, so if I don't end up using them, the bank won't complain.