Sponsored Links

Senin, 11 Desember 2017

Sponsored Links

DIY WiFi binary clock with ESP12 - YouTube
src: i.ytimg.com

A binary clock is a clock that displays the time of day in a binary format. Originally, such clocks showed each decimal digit of sexagesimal time as a binary value, but presently binary clocks also exist which display hours, minutes, and seconds as binary numbers. Most binary clocks are digital, although analog varieties exist. True binary clocks also exist, which indicate the time by successively halving the day, instead of using hours, minutes, or seconds. Similar clocks, based on Gray coded binary, also exist.


Video Binary clock



Binary-coded decimal clocks

As of 2008, the most common binary clocks sold are designed by Anelace Inc., and use six columns of LEDs to represent zeros and ones. Each column represents a single decimal digit, a format known as binary-coded decimal (BCD). The bottom row in each column represents 1 (or 20), with each row above representing higher powers of two, up to 23 (or 8).

To read each individual digit in the time, the user adds the values that each illuminated LED represents, then reads these from left to right. The first two columns represent the hour, the next two represent the minute and the last two represent the second. Since zero digits are not illuminated, the positions of each digit must be memorized if the clock is to be usable in the dark.


Maps Binary clock



Binary-coded sexagesimal clocks

Binary clocks that display time in binary-coded sexagesimal also exist. Instead of representing each digit of traditional sexagesimal time with one binary number, each component of traditional sexagesimal time is represented with one binary number, that is, using up to 6 bits instead of only 4.

For 24-hour binary-coded sexagesimal clocks, there are 11 or 17 LED lights to show us the time. There are 5 LEDs to show the hours, there are 6 LEDs to show the minutes, and there are 6 LEDs to show the seconds. 6 LEDs to show the seconds are not needed in 24-hour binary-coded sexagesimal clocks with 11 LED lights.

The above display uses three binary number columns, one for each of the units (hours, minutes and seconds) of the conventional time system.


Forge of Stuff: Binary clock
src: 2.bp.blogspot.com


See also

  • Hexadecimal time

The NerdClock: an RGB Binary Clock [Arduino Software]: 9 Steps ...
src: cdn.instructables.com


External links

  • Binary clock made in Flash
  • Binary clocks as applications (for Windows)
  • "True" binary clock -- portrays time of day as a sequence of 16 bits
  • Colorful binary clock - A colorful binary clock on Scratch

Source of the article : Wikipedia

Comments
0 Comments