http://tinyurl.com/embedded-tech500
~ Four minute video of Datalogger combined with HTTPServer project; logs and displays Weather Observations. Heart of project is a DS1307 Real Time clock
used with the RTCTimedEvent Library for the Arduino. Every fifteen minutes Weather observations are logged to the SDHC card on the Ethernet Shield. Following the
logging of data; data is displayed on web page for retrieve from the Internet. Another use of the RTC is on the seventh day of the week the log file gets renamed and a
new log file created.
Functions are used extensively with this Sketch; making modifications easier.
There are more features: LCD display that gives Barometric Pressure in real-time;both in inches of Mercury and in millibars. There is a piezo-electric buzzer that emits an
alert if Barometric Press changes greater than .020 inches of Mercury.
July 5, 2016, version of project is attached.
William Lucid, AB9NQ