Wednesday, June 22, 2011

Basement Sensor

My previously mentioned tutor and nerd mentor who enabled me to get started on this project took one look at my code and found the mistake that was keeping the basement sensor from working properly. Making its first-time ever screen appearance, I give you: the Basement Temperature (brown line).


The next problem to solve: why all the "noise" in the data during the second half of the day? We have a few guesses but don't have any firm convictions at this point but we're assuming that something is happening to drive a single measurement to an unreasonable level. The proposed fix is to throw out all unrealistic measurements either based on absolute limits (no temperatures greater than 200'F and less than -30'F) or a relative limit (no temperature change more than 50 degrees away from the previous measurement). This will complicate the code slightly but, hey, that's what nerd friends are for.

No comments:

Post a Comment