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.
Thanks!
- a -