Browsing:

Tag: Arithmetic

I’m not a civil engineer, part 2, post loading

Now that we have a defensible way to calculate wind force per square foot of fence we need to put that to practical use.  The main load bearing part of a fence is the fence post.  We’re interested in the load generated on the post above the ground where the fence attaches to it.  This will also play into the footer design later. The way fence post loads are calculated, and I swear I saw Read more…


News flash: math verified by real world observation

At the time of writing this post the outdoor temperature is 96F.  This is according to the Google and verified by my personal temperature/humidity probe.  It’s also very sunny with not a cloud in the sky.  So what’s the attic temperature?  I’m expecting a fairly high number due to high outdoor ambient temperature and lots of sun.  Drum roll please … the system measured attic temperature is 106.1F.  Not as high as I had thought Read more…


Math + facts = suck

In the last post I did some basic arithmetic to see if the system as designed should be able to measure 110F.  This post is about verifying the physical reality to see if matches the pristine mathematical theory. To turn the VICTD into temperature in Kelvin the function is below.  We know this from the previous post. $$T_K = V_{ICTD} \times 10^3 $$ Measuring the output of the probe I get a reading of 0.30111V.  Read more…


But can math actually help in the real world?

  My home AC has been operating (fitfully) under the control of my system for a few weeks now.  While doing so it has also been logging various parameters at one second intervals.  I thought it would be interesting to look at the data.  The first question was: what is maximum attic temperature.  Since all of the data is in a Postgres database, that’s a very easy question to answer: bbb_hvac=> select max(attic_temp) as temp_f Read more…


2018-07-28

Low level fault or fault low level NOTE: I feel cheated by this “new Google Sites”. When they rope-a-doped me into converting the site they failed to mention that a) this is a one way journey and b) that this stupid “new Google Sites” lacks basic formatting features like subscript and superscript. I now know how Nancy Kerrigan felt. Seriously, my only extra formatting option is “strike through”. All of the V8, I8, etc below Read more…