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


Android 15 Developer Preview Updated
25/03/2024

Google has released Android 15 Developer Preview 2 with changes including better handling of automatic language switching and updates for OpenJDK 17.



Run WebAssembly Components Inside Node.js With Jco
28/03/2024

Jco 1.0 has been just announced by the Bytecode Alliance.It's a native JavaScript WebAssembly toolchain and runtime that runs Wasm components inside Node.js. Why is that useful?


More News

Last Updated ( Sunday, 05 January 2020 )