Table of Contents

Logging / Plotting

I think I'm going to go with local storage and plotting for now. Try out Google Charts for now and append data from serial port data using something cross-platform. Java/Python or something…

http://data.sparkfun.com doesn't let you upload past timestamps… and doesn't support timestamps.

BodyTrack plotter looks decent on Fluxtream. Still need to make a connector though.

Plot.ly doesn't let you go back in time, but does have good multi legend support.

I like BodyTrack the best.

Teensy

3-4 uA of current during LLS or VLLS-3 sleep modes (which includes keeping up RAM and RTC). Good for >100 years on 2 AA batteries. Weird! Teensy Sleep library.

151K of storage. 2 bytes per sensor, 9 sensors, 48 samples per day = 151 days of storage.

Teensy has 151K of program (non-editable) flash, but there is 32K of FlexNVM flash apparently + 2K of RAM. Or just attach an SD card and be done with it…

Time

Need crystal: 300-8303-ND from Digikey. Setting RTC time (on teensy)

Spark Board

Nice option to make the project wireless for $19. Hardware details. 2MB SPI flash module.

Sensors

HTU21D-F

Adafruit Humidity Temperature Sensor HTU21D-F

Apparently there are combo temperature and humidity sensors…

Addition to Oregon code regarding rain drain spacing and drainage efficiency requirement of 75%.

Teensy app.

TMP36 is quite noisy compared to a potentiometer! Consider adding a .1uF capacitor to ground to smooth it out a bit? Read datasheet

Plotting

On web, maybe use Square's Cubism and log data using Graphite.

Still don't understand

dew point / when breathing on something stops condensing (>150F, >212F? in my tests on a heated pan)

The main problems can be described simply:

You looked at Healthy House Building for the New Millenium, which referenced the Moisture Control Handbook for this section. Reference sources for density/porosity/specific heat capacity/thermal conductivity/water vapor diffusion resistance factor/reference water content/free water saturation/water absorption coefficient from WUFI derived from ASHRAE 1018-RP

Conclusions

Simulators

A great list here: Building Energy Software Tools Directory. Another doc

In the end it's just a bunch of partial differential equations….

EnergyGauge USA, BEopt, and others rely on the DOE toolkit. Evidenced at Comparison of the ENERGYGAUGE USA and BEopt. I can't find the humidity plots over time…Manual says you should be able to though…

WUFI

Maybe simulate with Modelica?? Or figure out the final equations for n layers for 1D and plot with Javascript solver. 1D Heat Transfer example in Modelica. The next example (however, the examples don't work / finish? More at Simulating Stuff

Design presentation}. Quite a few details, including the need to solve numerically probably based on HVAC system…

Seems like they do bulk air transport based on illumination and etc.

Has really handy WUFI-bio based on sedlbauer2001.pdf and sedlbauer200n.pdf (which derives fungi growth at temperatures and humidities, leading to 28%-ish moisture content figure). However bio unit only does inner-most wall, which won't work for tracking fungi growth in interstitial cavities.

We bought 15 TMP36 sensors (voltage output!) and 4 of HTU21D-F Breakout Board (temperature and humidity, calibrated!, in one small sensor).

Evaporation

Wikipedia Accelerated with surface area (felt), enthalpy of vaporization (trying to figure out why isopropyl alcohol is faster than water).

Contrail

Contrail, the clouds that are produced from the tail end of a plane.

Decent implementation paper is Long-Term Performance Monitoring of Hardwood Timber Bridges in Pennsylvania. Doesn't go into theory, but it's one implementation.

Look at Sensors Handbook instead.

Fungi

Not sure if we need this, but I am suspicious of the 28% figure and it's nice to know fungi growth without visible degredation.

One “washes off” Glo Germ and sees if it still remains after washing under UV light. Uses zinc sulfide / plastic particles??(from their MSDS) that fluoresce when under UV light.

Humidity

Hygrometer

Theory

Sense water “dissolved”?? in air, not suspended. Also, condensation is weird too…more to come.

Circuit

Calibration

Go from 0 and 100+%RH and match up the curve?

Humidifier

Humidifier. Fast method is making small water particles that evaporate?!? quickly. Can use spray bottle but is imprecise/non-continuous, another option is a piezo transducer.

Another option is passive evaporation without heating using a porous material (which I still don't get) and a fan to speed up distribution of air.

Calibrated method is to use salt (Sodium Chloride, NaCl) which does some magic and produces a constant value in a reasonable temperature range (see pdf for table. However, many food-grade salts add anti-caking agents and only guarantee >97% NaCl (typical is between 97-99%, see Salt#Edible_salt).

Dehumidifier

Dehumidifier

DTH22

Temperature

Mr. Zimmerman strongly suggested using Silicon_bandgap_temperature_sensor for sensing temperature due to accuracy and other stuff…

Moisture

Soil_Moisture_Sensor. Conductivity probes degrade over time due to electrolysis, but doing AC helps apparently. Vegetronix sensor measures dieletric constant by “transmission line techniques”, but I wonder how much it varies with soil type and temperature.

How deep can a signal penetrate / measure moisture? Do we need long-term monitoring anyways? Microwave seems like an option.

Datalogging

Hardware

Software

Domes Interstitial Condensation (Dew Point) Sensor

The Basics

We want to use techniques from Aquametry to measure the moisture in building materials. Humidity (water in the air) causes wood to gain moisture, as well as water directly applied to the wood (but it diffuses into the air around it, so just measure humidity?)

Proper House Design

Sensor Design