A round word clock (sort of)
As I was making a word clock, based on another instructable ( http://www.instructables.com/id/My-Arduino-WordClock/ ), me and my sister were wondering whether a round design would be cool too. While searching the internet, I could not find a round word clock, so we decided to design/create one ourselves.
The clock displays the time somewhat similar as on a regular word clock. There are two major differences, on a 'regular' word clock the hours are words. On our word clock they're numbers just like a normal clock. The minutes (in 5 minute steps) are replaced by a word on the clock and the location of the word provides extra information.
Note that I use Dutch templates, but an English version should work too. Of course some changes to the software are required.
Here's the list of materials used for this clock:
- 1 - Ikea Pugg clock (costs around $12)
- 1 - Arduino Uno R3
- 1 - Real time clock module (based on a DS3231 clock chip)
- 1 - warm white LEDs on a strip (60 LEDs per meter)
- 3 - 74HC595's shift registers
- 3 - ULN2803's darlington drivers
- 3 - small buttons
- 1 - small grid board
- piece of corrugated cardboard (over 30 x 30cm)
- a lot of wires
- Soldering station
- Sharp knife
- Wire cutter
- Glue gun
- Small drill
So, how can you read the time? (a rather important aspect of a clock)
On the clock at any given time only one number and one word are illuminated. As you already guessed correctly, the numbers represent the hours and the words represent the minutes.
Let's say it's five o'clock, the 5 and the 'UUR' (hour) are illuminated. Ten past five, the 5 and the 'TIEN' (ten) in the upper right quadrant is illuminated. Note there are more 'TIEN's on this clock. The location of the word also has a meaning. Perhaps another example makes this a bit more clear. In Dutch we say when it's 05:50 that it's 'tien voor 6' (TEN to 6). So, at 05:50 the number 6 is illuminated and the 'TIEN' in the top left quadrant.
As you might have noticed already, all quadrants contain 'TIEN'. In the Dutch language it is custom to say 'Het is tien voor half 6' (05:20), translated in English 'It's ten to half to 6'. So be aware when creating an English version, in Dutch we use 'half to' instead of 'half past', that's why the illuminated number already changes at ..:20.
The buttons can be used to set the time or start a fun (though useless) demo. One button only changes the hour (use for daylight saving), the other is used for setting the time by adding minutes.
I hope, I'll find the time to write an Instructable in the near future.
To better understand the clock, a video might help.
First, I show off the demos and from 0:46 onwards, you can see the time progressing (as I'm holding the minutes-button).
This clock was picked up by Hackaday: https://hackaday.com/2016/11/27/a-different-sort-of-word-clock/
Comments
Post a Comment