An antique clock retrofitted to connect to the internet, download the current weather forecast, and display the weather condition and temperature.
The clock has been stripped of its original mechanism and the face replaced with one that was designed to match the appearance of the clock body. The original hands were retained and used to keep visual consistency.
The face was designed in the GIMP using graphics found on the Internet. The source file and a JPEG of the face can be downloaded below.
The clock is run by an Arduino Duemilanove with a Adafruit ethershield (Wiznet) and a Freeduino protoshield which provides the connection for two GWS PICO+ servos.
A schematic for the circuit can be downloaded below.
The Arduino runs a sketch that connects to the Environment Canada website after a set interval, parses the page which is received, and updates the hands accordingly. The Arduino also has a web server which hosts pages to the local network which provides a more detailed forecast and allows the update interval of the clock to be changed.
Three third party libraries were used; PString to handle parsing the incoming website, Flash for memory management, and Streaming for easier coding.
The current version of the sketch and third party libraries can be downloaded below.
| Attachment | Size |
|---|---|
| Weather Clock 2010-01-08.pde | 9.51 KB |
| 3rd Party Libraries.zip | 572.34 KB |
| Weather Clock Schematic.jpg | 34.02 KB |
| Weather Clock Face.xcf | 8.08 MB |
| Weather Clock Face.jpg | 575.36 KB |
Comments
Clock face design?
How did you design the clock face? Can you share the design?
The clock face was designed
The clock face was designed in the GIMP using graphics I found on the Internet. The image file is now available for download.
Post new comment