chilly-boy

command module
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2024 License: MIT Imports: 1 Imported by: 0

README

chilly-boy

Open Source Chilled Mirror Hygrometer Project

case

What is a Chilled Mirror Hygrometer

A Chilled Mirror Hygrometer (or Dew Point Mirror) measures the dewpoint of an environment by cooling a metal mirror until dew forms, measuring the temperature of the mirror continuously and using light reflected off the mirror to sense when dew has formed - Wikipedia

Advantages

  • Typical consumer weather station humidity sensors use polymer-based capacitive humidity sensors, which are susceptible to contamination by certain VOCs such as acetone. These VOCs can stay diffused into the sensor and throw off the relative humidity readings for weeks or longer. Reference - Wikipedia
  • When these polymer based sensors are exposed to >90% humidity they develop a temporary offset, increasing their readings by 4% or more. Reference
  • The Sensirion SHT45 is an excellent sensor and its heater can help mitigate these issues, but they cannot be fully avoided.

Dewpoint mirrors/chilled mirror hygrometers however, don't have these issues, or can easily mitigate them. VOC contamination can still happen while a dewpoint mirror is maintaining a continuous film of dew on the mirror, but can be briefly heated occasionally to fully remove the VOCs. Since the surface is a metal mirror and not an absorbent polymer VOCs are much more easily offgassed. Because the mirror maintains a continuous film of dew on the mirror, condensing levels of humidity pose no risk or outsized influence on measurements. Above 90% humidity the dewpoint mirror will continue to follow the dewpoint as at any other relative humidity reading.

Disadvantages

  • Speed: The biggest downside is that they're slow, relatively speaking. A typical capacitive humidity sensor can give you readings very quickly, in less than 10 milliseconds, while this CMH project can take several seconds to return an accurate reading and some CMHs may only be able to give readings once per minute. They can be made to give readings quicker, but due to the complexity of their readings they can't approach the same speeds of a capacitive sensor. That being said, for standard meteorological use where readings are averaged over 1 and/or 10 minutes, sub-second measurements are not nearly as important as consistency and accuracy.
  • Size: Whereas capacitive sensors are often very small, the chips themselves being only a few millimeters across, due to their components CMHs are much harder to build compactly.
  • Power consumption: Thermoelectric Coolers (or TECs) are compact, solid state, and able to both heat and cool the mirror rapidly, but require a relatively large amount of power. For example, the TEC2-25408 uses up to ~7 Amps at 12 Volts. Wikipedia
  • Waste heat: Corollary to the higher power consumption, much of which is expelled as waste heat. The dew point does not fluctuate with temperature so it is unaffected by this waste heat, but some thought is required to manage the heated exhaust airflow to avoid influencing nearby temperature sensors.
  • Maintenance: As implied by the name, its primary component is a dew-covered mirror, which can collect dust over time and does require occasional cleaning.

Bill of Materials

Not including odds and ends, zipties, connectors, wires, screws, etc., the build shown above uses these components:

Raspberry Pi Hardware Config

If not using a Pi4 or later, comment out dtparam=audio=on (the sound card uses the PWM channels, but Pi4+ have dedicated PWM for audio)

Documentation

Overview

Copyright © 2024 NAME HERE <EMAIL ADDRESS>

Directories

Path Synopsis
pkg
env

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL