Tag Archives: arduino

Equinox Clock

Bram Knaapen’s Arduino-powered “Equinox Clock” revisits the traditional clockface by doing away with hands in favor of LEDs.

via The Daily What.

STRONG WANT.

This. Is. Awesome.

_oneliner

_oneliner is a self-reflexive installation consiting of a long line of interconnected VGA monitors, 64 in total. Each driven by a microcontroller, the monitors form a line of characters, like a giant ticker tape in which each monitor is limited to displaying a single character. The monitors are connected through self-designed and built “open” hardware. The work itself also reflects this openness: all wirings and microchips are exposed to the public’s critical inspection.

[…]

Every VGA monitor is capable of displaying a single character. Every monitor is run by a microcontroller which generates a VGA signal for a specific character. The Arduino is the controller of the installation: it continuously decides which monitor in the row displays which character, thus creating animations. There are 8 possible “programs” which can be run. The program number can be set using the 3 switches on the arduino shield, and pressing the reset button on the arduino. The LED then blinks as an indicator that it is running.

via _oneliner.

Click through the link to download technical documentation, including the source code, and other tasty tidbits.

A WTF counter? I’ll take two.

wtf button

As in any office, my co-workers and I experience several WTF-Situations during our working day. So we decided to implement a simple system to count the WTF’s and use them as a metric for our working climate 🙂

we use an “emergency stop”-Button which is connected to an arduino. This arduino sends the string “WTF” on the serial line a little python scrip writes them to a file, another processing app count’s the lines in the file and offers the result via http, which is read by a processing app for visualisation …

via Arduino based Office-WTF-Counter.