Laser Charged Glowing Display

Here’s one of the best takes on a glowing display that we’ve ever seen. Currently [H] is using his creation as a fuzzy clock, but it is certainly capable of displaying just about any messages.

The project uses a wheel of luminous paper as the display surface. This has a glow-in-the-dark quality to it which can be charged up using a bright light source. In this case a UV laser diode was used. This is perhaps the best possible source as its intensity will allow for very quick charging. The innovation here is the use of a second disk as a stencil. Look closely in the image above and you will see that the laser diode is mounted perpendicular to the display surface itself. A mirror reflects — and we believe slightly spreads — the laser dot. It then passes through a cut-out on the black wheel which is shaped as the desired character. As you can see in the video after the break, this results in a crisp and clear glowing letter.

Compare this project to the one that moves the diode itself like a plotter and we think you’ll agree this is a simpler implementation which still looks great!

Continue reading “Laser Charged Glowing Display”

Driving An LCD Character Display Using Custom HID Codes

Here’s an external display meant to help you keep track of your computer’s status. It connects via USB and is driven by a PIC microcontroller. It listens for a small set of commands, using those to implement a simple control protocol to drive the screen.

[Andrew Gehringer] designed the device around a PIC 18F2550, which offers native USB control. He’s using Microchip’s USB stack to enumerate the module as an HID device. It listens for commands 0x10 through 0x23. These clear the display, write strings to each of the four lines of the display, and switch the LCD backlight. Of course the project includes a program [Andrew] wrote to feed the display. It  has a GUI which let’s him decide what information is displayed and how it is formatted. This helper app hangs out in the system tray for easy access.

Reverse Engineering Solari Soft Flap Displays

This is a side view of the guts of a one character Solari soft flap module. This is the type of mechanical display used in some transportation hubs that have a flap for each letter. The motor turns the flaps through the alphabet until it gets to the target letter. Recently [Boz] had a client approach him who needed a custom controller for a 20-character soft flap display. (Link fixed in 2022. Thanks Wayback Machine!)

The process started out with a magnifying glass and multimeter which yielded a rather complicated hand-drawn schematic. An optical encoder is used to judge which character is currently displayed. After analyzing the output using an oscilloscope [Boz] designed a PIC based driver board which is controlling the display seen in the clip after the break.

The great thing about these displays is that they don’t use any electricity except when they change letters. This sounds like the predecessor of ePaper and makes us wonder if there are any companies developing high-contrast ePaper to replace soft-flap digits?

Continue reading “Reverse Engineering Solari Soft Flap Displays”

Nook Simple Touch As A Glider Computer

Look at the beautiful screen on that Nook Simple Touch. It has a lot of advantages over other hardware when used as a glider computer running the open source XCSoar software. The contrast of the display is excellent when compared to an LCD or AOMLED. That’s quite important as gliding through the wild blue yonder often includes intense sunlight. The display is also larger than many of the Android devices that have been used for this purpose. There are a few drawbacks though. One is that unlike other Android devices, this doesn’t have a GPS module built into it. But the price point makes up for the fact that you need to source an external module yourself.

This isn’t the first time we’ve seen the device used as a navigational display. This other hack put a simple touch on a sailboat for the same direct-sunlight-readability reason. For $100, and with the ability to root the system for use as an Android device, we expect to see this to keep popping up all over the place as a simple interface for a multitude of projects.

After the break you can see a video comparing the software running on a Nook display to one on a Dell Streak 5 LCD tablet.

Continue reading “Nook Simple Touch As A Glider Computer”

Repairing A VFD Driver On A Car Stereo

We love seeing repairs and always marvel at the ability to track down the problem. [Todd] seems to have a knack for this. He was met with a lot of adversity when trying to get the Vacuum Fluorescent Display working on his car stereo. A lot of persistence, and a little bit of taking the easier way out let him accomplish his goal.

The head unit is out of his 1994 Jeep. He knew the radio functionality still worked, but the display was completely dark. After getting it out of the dashboard he connected it to a bench supply and started probing around. He established that the data lines were still working by setting the radio to auto scan mode and testing with a multimeter. When he went to measure the cathode pins he didn’t get any reading. It seems the driver which supplies that signal is burnt out.

One easy fix would be to replace the parts from a scavenged unit. [Todd] hit the junkyard and picked up one from a Jeep that was just one model year apart from his. Alas, they weren’t exactly the same, and although he swapped out a chip (using a neat heated solder sucker) it didn’t work. In the end he simply dropped in a power resistor to use the 12V rail as a 1V at 0.1A source for the filament.

You can see his repair extravaganza in the video after the break. If you’re looking for tips on scavenging these types of displays check out this post.

Continue reading “Repairing A VFD Driver On A Car Stereo”

Thousands Of Physical Pixels Turn These Walls Into A Huge Display

The scale of this project is daunting. Each of the three white walls seen in the image above is made up of thousands of oblong square blocks. The blocks move independently and turn the room into an undulating 3D display.

If it had only been the demonstration video we might have run this as a “Real or Fake” post, but we’re certain this is real. Each pixel is made of what looks like a foam block mounted on a stepper-motor-driven linear actuator. So basically this must have set the world record for the CNC machine with the most axes. The motors make for very accurate and smooth motion, and the control software lets them draw shapes, words, animated objects, and the like. But the one side effects that we absolutely adore is the sound all of these motors make when running. After the break you can see a demo video and a ‘making of’ clip.

The installation is the work of the Jonpasang art collective and is installed as a Hyundai exhibit at an expo in Korea.

Continue reading “Thousands Of Physical Pixels Turn These Walls Into A Huge Display”

Full-color Video On A Spinning POV Display

Watching Big Buck Bunny on a spinning POV display is pretty impressive. Sure, the circular display area cuts off some of the picture, but otherwise it looks fantastic. This POV display is based on a Gumstix board. It runs embedded Linux which makes video playback rather easy. But translating each frame to the round display is another story.

The device is the result of a course project at Telecom ParisTech. [Félix], [Sylvain], and [Jérémy] used an FPGA to do the pixel mapping. This uses an encoder wheel (rather than a traditional hall effect sensor) to ascertain the blade’s position. The sensor that monitors the disc sends quadrature encoded pulses which result in 10-bit position data. The FPGA uses that data to calculate where each LED falls in its arc, then looks up the pixel color for that position. It’s not the largest POV display we’ve seen, but it certainly has the very best RGB resolution by far.

Continue reading “Full-color Video On A Spinning POV Display”