Maker Pro
Maker Pro

Humidity sensor

C

Chris Fowler

Jan 1, 1970
0
I'm looking for a schematic that will allow me to build
a humidity sensor and attach to me serial port. I'll then
write software under Linux to read the port and display
meaningful data. Any links?

Thnaks,
Chris Fowler
 
L

Lord Garth

Jan 1, 1970
0
Chris Fowler said:
I'm looking for a schematic that will allow me to build
a humidity sensor and attach to me serial port. I'll then
write software under Linux to read the port and display
meaningful data. Any links?

Thnaks,
Chris Fowler

Humidity sensors are generally capacitive. You could use
one to vary the frequency or pulse width of an oscillator
which you would then count or time.

If you really want to build the sensor, you might try something
that shrinks or expands in response to humidity....human hair comes
to mind.
 
R

Rich Webb

Jan 1, 1970
0
I'm looking for a schematic that will allow me to build
a humidity sensor and attach to me serial port. I'll then
write software under Linux to read the port and display
meaningful data. Any links?

Thermometrics makes some inexpensive resistive relative humidity sensors
that work OK in battery-powered apps. Recently had to replace one in an
outdoor wireless RH + temperature sending unit that had a bad experience
with Hurricane Isabel. Humidity sensors, as a rule, prefer not to spend
excessive amounts of time submerged in brackish water...

The Thermometrics HSP15P (Newark 39C2249) is reasonably affordable for
small qty purchases. Specs at
http://thermometrics.com/assets/images/hs1215p.pdf

Couple that with a few passives, a microcontroller with a built-in UART,
and a small power supply.
 
Top