The Inconvenient QR Clock
Written by Harry Fairhead   
Sunday, 04 November 2012

Here's a clock that generates QR codes on the fly in order to display the current time in a form that a smartphone can read - but a human can't. What's the point of that?

 

As its creator explains on his blog, ch00tech.com

 

This clock points out the ultimate irony of QR codes which is that they are a technological convenience that really isn't convenient.  In order to read this clock, the user will require some sort of QR scanning device which is guaranteed to have a time-telling function built into it already.

So, that's why I made it.  Hilarious, right?

See how the clock ticks in this video:

 

 

The clock has been designed and built by electrical engineer Michael Ciuffo (pronounced "Choof-oh"; thus "ch00f") who was inspired to do it by seeing so many, completely pointless QR codes on a four-day drive across the USA:

The real problem with QR codes is that they force people to use a machine to translate what could easily be human-readable information.  Rather than a QR code, why not just show the text "Chevy.com" or even better just the word "Chevy" because everyone knows how to google stuff?  Seriously, I've seen QR codes on highway billboard signs as if anyone is going to whip out their smartphone while they're pulling 65.

Despite his conviction that nobody uses QR codes (as corroborated on this website) Cuiffo set out to build an attractive self-contained clock. The challenge was given there are 1440 minutes in a day storing the number of QR codes needed would have required  too much memory. Hence the solution of generating them in real time which required an intricate, although highly repetitive, circuit.

The obvious solution of using a microcontroller has its problems too in that it takes a lot of memory to store the QR codes. In this case an ATMega328 with 32K was more than enough to generate the QR codes on the fly, i.e. in software. Even so the coding to generate the codes wasn't easy.

 

 

His site has full details of the schematics and layout - and yes you have to agrree that the resulting board is beautiful. He also shares the problems and gotchas encountered during construction. So if you fancy trying your hand at a similar project his write up is very instructive.

 

qrclock

 

More Information

ch00ftech

Related Articles

Record Breaking QR Code

QR Codes For Memorials

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

Banner


JetBrains Launches IDE Services
09/04/2024

JetBrains has launched a new product suite for enterprises. JetBrains IDE Services is designed for use by large organizations with the aim of boosting developer productivity at scale.



Redis Changes License, Rival Fork Launched
03/04/2024

The developers of Redis have announced that they are changing the licensing model for the database. From now on, all future versions of Redis will be released with source-available licenses rather tha [ ... ]


More News

Last Updated ( Sunday, 05 January 2020 )