Record Player Display Sans POV

At first glance we thought this record player had been modified to serve as a persistence of vision device. The device looks very much like an unmodified turntable but it has four tracks worth of display space in it. The messages are actually glowing and don’t depend on a POV effect. Instead, the table has been coated with phosphorescent paint that will glow after being exposed to bright light. The needle has been replaced by a small PCB with downward facing LEDs on it. A microcontroller pulses the lights to expose the paint in patterns that make up the messages. This is the same concept we saw with the Ghost Matrix but this iteration is silent, and the control circuitry is less apparent.

The video after the break is a must-watch. The 60 character long messages are beautiful to watch rotate into the display. Unlike a POV display, ambient light will greatly interfere with the effectiveness of this method. That being said, what a wonderful party decoration this would be if mounted on a wall in a rather dark room.

Continue reading “Record Player Display Sans POV”

New Year’s Party Favor?

[Infernoz] built a POV display to help ring in the new year. There is a low component count; an ATtiny26, DIP switch, power switch, CR2032 battery and holder, pin header, 8 LEDs, and a pull-up resistor. The board is single sided without any jumpers that we can see. He’s moving the display by swinging it on a rope but the PCB is the perfect shape to attach to a fan. We love these blinky displays and if you’ve got some parts this makes a great party favor for New Year’s Eve. Check out the video after the break.

Continue reading “New Year’s Party Favor?”

World’s Largest POV Display

How do you convince a power company to let you play with their multi-million-dollar wind turbine? Call yourself an artist instead of a hacker! [Michael Pendry] convinced Siemens to let him install this ‘art’ piece on the rotors of a wind turbine outside of Munich, Germany. It features 9000 LEDs, 3000 on each of the 30 meter blades, and can pump out 20,000 candelas when fully illuminated.

The problem? The blades of the power generator turn extremely slowly compared to fan-based persistence of vision displays. This makes it more of a “long-exposure” display system that is illustrated in some of their press photos. Ok, so the POV is a bit of a let-down, but the display effects achieved are still pretty impressive.

[Thanks Sam]

72 LED Persistence Of Vision Globe

HaD-pov-globe

[Ben] told us about his POV globe yesterday. We took a look and saw just one photo and the code with no real explanation of his project. He certainly set to work over night and now we see all the goodies we look for in a great build log. He even threw the Hackaday logo up for our enjoyment. His build is well executed and he found some creative ways around the common problems in these projects. We take a closer look after the break. Continue reading “72 LED Persistence Of Vision Globe”

POV Fan EEPROM Hack

pov_fan_eeprom_hacking

Hacking with Gum got their hands on one of the persistence of vision display fans that Cenzic was giving away at Blackhat this year. It’s not the biggest fan-based POV display we’ve seen but it’s still a fun device to tinker with. They hacked into the EEPROM on the device in order to change the message the fan displayed.

This is very similar to the other EEPROM reading/writing we’ve seen recently. Hacking with Gum read the data off of the EEPROM and then disassembled it to discover how the message data is stored on the chip. This was made easier by noting the messages displayed when the fan is running. The first byte of data shows the number of words in the message, then each chunk of word data is preceded by one byte that represents the number of letters in that work. Data length was calculated based on the number of pixels in each display character. Once he knew the data-storage scheme, it was just a matter of formatting his own messages in the same way and overwriting the chip.

This is a great write-up if you’re looking for a primer on reverse engineering an unknown hardware system. If you had fun trying out our barcode challenges perhaps deciphering EEPROM data from a simple device should be your next quest.

[Thanks James]

Time Lapse Light Sculptures

time_lapse_light_sculptures

[Jared] sent us a feature he posted involving time-lapse photography and an LED. Using a custom built aparatus an LED is moved on two axis’ during a long exposure of around thirty seconds. The frame is wood and PVC with two gearhead motors powered by AA batteries to provide the locomotion. The LED is powered by a 3v button cell and automatically transitions through different colors.

Hard Drive RGB Clock

[youtube=http://www.youtube.com/watch?v=XK9en2H7rBA]

We’ve brought you an HDD clock in the past, but [mb1988] tried to bring his project to another level by fully documenting it (in Polish). Inspired by [dzgdzzh]’s version of the same invention, [mb1988] decided to reverse engineer it (as well as make a few changes) and base it on the powerful ATmega128. Since this clock, along with most HDD clocks, can only display solid lines of radii, it cannot be used to display text. However, color schemes and animations can be toggled using a remote control. The housing itself is also pretty impressive. The back part of the enclosure was molded out of Rayobond, while the front was simply the original HDD case but spray-painted black and etched with some original artwork. The source code, schematics, and PCB layouts are freely available to download on the project’s thread, but you will have to login to the forum to  access them.