Defocusing LED Clock

[Dennis] has created a well-documented and very beautiful clock in his latest project. This clock stands out from the other clock projects we have covered with its unique display. The seven segment LED displays mounted on a sled that moves them back and forth behind an array of fiber optic lenses, effectively taking the display out of focus at certain points. Currently, a Dorkboard controls the sled, moving it at random intervals. The case is machined and polished aluminium, the top buttons are ball bearings.

AVR ATtiny25 USB Hit Counter

[Bob] has a USB page hit counter that uses an ATtiny25 to run a MAX7219 which drives eight 7-segment displays. It is easy to implement USB on an AVR using just firmware, eliminating the need for any USB to RS232 conversion. The host software is written in Delphi and sits in the Windows tray. The code examples seem simple enough to expand upon into your own display programs.