I was able to get the lake sensor system to successfully
push data to google docs: LINK
The “lakelevel” is the distance in inches from the sensor to
the lake surface. I need to change this to lake height above sea level in feet
and inches. I also need to add some sort of smoothing function to remove
ripples and waves from the output. The water temp is in degrees F. (not working
correctly at the moment) The photocell is relative sky brightness- 0 is no
light, 1000+ is full sunlight. Air temp is in degrees F, and air RH is relative
humidity.
I’m having some sort of hardware issue with the lake
temperature probe- you’ll notice the anomalous reading in that column. Right
now it’s sending data to google docs every 10 minutes. Once I figure out the
water temperature probe, I’m going to add some data visualization -graphs over
time + a graphical current status icon - then attempt to send those to the
Mooney lake association website.
Also, the current code is a resource hog on the host PC. I need to dramatically reduce CPU use and then export the application as a stand-alone executable. Right now it's running from the Processing development environment.
Also, the current code is a resource hog on the host PC. I need to dramatically reduce CPU use and then export the application as a stand-alone executable. Right now it's running from the Processing development environment.
It's been a very interesting project- a great excuse to dive a bit deeper into hobby electronics and programming.


