Hi there,
I work for a research group that designs environmental sensing equipment. I've recently started getting into homebrew (having grown up with my dad always making some) my first batch went quite well and I'm moving on to make my second. I thought I would quite like to monitor what's going on in my brewbin and the cupboard it lives in.
Monitoring the temperature of the room and brewbin is easy, however I want to measure the spesific gravity of the mixture.
Digital hyrdomiters look quite difficult to find or interface with. So I thought of doing it with a pressure sensor:
I can measure P, g is a constant and h I'll get onto later. I can solve this for rho, and get the spesific gravity right?
The two sensors I've scoped out are:
http://search.digikey.com/scripts/DkSea ... X4250AP-ND
For an absoloute.
and
http://search.digikey.com/scripts/DkSea ... X2010DP-ND
for a differential
However I don't think these are submersable, even if they were I would like to avoid the hastle of having to sterilise them.
What I would rather do is stick a rubber hose over the nosle and then stick that into the tank, like so:
Will that work? Will the reading I get of air pressure in the tube be related to the spesific gravity? Will I need to keep the actual sensor above the tank?
If my pressure sensor measures the airpressure relative to 1 atmosphere, what does my value for h need to be? My height above sea level?
My other option is to use a differental pressure sensor, and have one probe in the air
In that case, what is my value for h?
does it make sense to measure a difference in pressure between two depths in the tank?
The value for h being the difference between them?
Sorry for the large number of questions. Any help would be appreciated.
Cheers,
James
I work for a research group that designs environmental sensing equipment. I've recently started getting into homebrew (having grown up with my dad always making some) my first batch went quite well and I'm moving on to make my second. I thought I would quite like to monitor what's going on in my brewbin and the cupboard it lives in.
Monitoring the temperature of the room and brewbin is easy, however I want to measure the spesific gravity of the mixture.
Digital hyrdomiters look quite difficult to find or interface with. So I thought of doing it with a pressure sensor:
Code:
P = rho * g * h
I can measure P, g is a constant and h I'll get onto later. I can solve this for rho, and get the spesific gravity right?
The two sensors I've scoped out are:
http://search.digikey.com/scripts/DkSea ... X4250AP-ND
For an absoloute.
and
http://search.digikey.com/scripts/DkSea ... X2010DP-ND
for a differential
However I don't think these are submersable, even if they were I would like to avoid the hastle of having to sterilise them.
What I would rather do is stick a rubber hose over the nosle and then stick that into the tank, like so:
Will that work? Will the reading I get of air pressure in the tube be related to the spesific gravity? Will I need to keep the actual sensor above the tank?
If my pressure sensor measures the airpressure relative to 1 atmosphere, what does my value for h need to be? My height above sea level?
My other option is to use a differental pressure sensor, and have one probe in the air
In that case, what is my value for h?
does it make sense to measure a difference in pressure between two depths in the tank?
The value for h being the difference between them?
Sorry for the large number of questions. Any help would be appreciated.
Cheers,
James