First off, thank you to everyone that has been commenting and leaving advice, it’s very appreciated!
OK, I have a few MPX5999D pressure sensors on the way from the fine folks at freescale, so I’m starting to code up the logic that WHIA will need to use them. I’ve decided that I will have one unit in the main duct, as planned, measuring pressure inside the plenum. The trick will be to make sure that the sensor is mounted in such a way that air is not being forced into the port but that it isn’t causing a vacuum as it rushes over it either. We’ll cross that bridge shortly. Since I have multiple sensors on the way, I thought why not do a barometric pressure sensor too. The sensors measure pressure in kPa and we usually talk about atmospheric pressure in inHg. Well, 1 inHG is equal to 3.3860 kPa or .49109778 psi. The barometer says that it’s 29.86 inHg at the moment, so I would expect a sensor reading of 101.1596 kPa or455mv (4.5mv per kPa) , and if I had a sensor I would happily test that. The 5999D measures from 0 to 1000 kPa so we’re WELL in spec, but here is where things get ugly.
What we call barometric pressure is actually a device created and employed during the crusades as an advanced interrogation technique. I’m being dramatic, yes, but when you don’t know a whole lot about the underlying theory, even a simple equation can look like water boarding. Using the steps outlined here, I can take the pressure and temperature data from my probe and eventually come out with the barometric pressure. Or I could buy an scp1000. But for that matter, I could have just bought a programmable thermostat and some oscillating fans
So when the sensors arrive, we’ll add a barometer. A tweep also suggested a hot-wire anemometer might come in handy, so I’m adding that to the sensor pile so I can get velocity and pressure from inside the HVAC main plenum.
Outside of planning next steps, the system has been working remarkably well. My basement temperature spiked a bit this evening and I was surprised to see the jump in my graphs, but then I found that the basement door had been left open. Mystery solved thanks to those medeling kids and their dog. More to come.