Learn From The Ice Tube Clock

icetube

Looks like they’re at it again over at Adafruit. This time they’ve produced a clock that looks more like it should be attached to a munition rather than cruising bedside. But, geek-cred aside, there’s a lot to be learned from their design. Like we’ve grown to expect, they’ve put together some good documentation on their choice of components.

Start off by taking a peek at their 5v power regulator. There is an extra diode on the output side that prevents reverse current from the 3v backup battery. The AVR ATmega168 that controls the clock is used to detect loss of power and quickly shift to the battery backup. They’ve also used the  microcontroller as a boost converter for the high voltage VFD, a nice trick we’ve seen before.

[Thanks pt]

Touchpad And VFD Hacking

p2 (Custom)

[Agent420] brought up this touchpad and VFD hack in the comments on our capicitive sensor guide post. He had broken dell laptop from which he harvested the touchpad and an HP laserjet that contributed the VFD. Though the touchpad communicates using standard PS2 protocol, he wanted to use it with his Atmel 8535 AVR which required him to write some custom code. In the picture above, you can see the VFD displaying the coordinates of his finger. You can download his code as well as the spec sheets for the different pieces on the project thread.

Parts: 4×20 VFD Character Display (NA204SD02)

futuba-serial

Futaba makes vacuum florescent character displays that can be used as a drop-in replacement for common character LCDs. VFDs have a wider viewing angle, and generally look cooler.

Futaba’s character displays can be interfaced using the standard 8-bit or 4-bit parallel LCD interface, or a simple two-wire protocol. The protocol type is set by resistors on the back of the display, so it’s not particularly easy to change without a hot-air rework station. Today we’ll demonstrate a serially-interfaced VFD using the Bus Pirate.

Continue reading “Parts: 4×20 VFD Character Display (NA204SD02)”

Working With VFDs

vfd

We love old display technology, like Nixie tubes, but they’re often difficult to work with because they require higher voltages than digital logic. Vacuum florescent displays (VFD) fall into this category. While not necessarily “old”, they are becoming far less common than LCDs. The main benefit of a VFD is that it actually produces light directly; it doesn’t require a backlight. You’ll find these displays on various players and appliances: CD, DVD, VCR, microwaves, stoves, car headunits, and others.

[Sprite_tm] had written off some VFDs, but recently revisited them with renewed interest. He started by testing what sort of voltage would be required to drive the display. It took 3V for the filament plus 15V to drive the grids. There are VFD controller chips available, but he wanted to get this working with what he had on hand. He had experience with older 40xx series logic, which can be powered by much higher voltages than 5V 74xx. His final schematic has three 4094 serial to parallel chips with an ATtiny2313 controller. A 5V power supply is dropped to 3V with diodes to drive the filament while a boost converter brings it up to 15V for the 4094s that switch the segments. While the code is specific to this display, it would be a great place to start your own project.

Using VFDs As Amplifiers

tube_amp

[HP Friedrichs] sent us this cool writeup on how to use scrapped Vacuum Fluorescent Display tubes as amplifiers. For those unfamiliar, a VFD is a display device common to electronics.  Many have been replaced by LCD, but you can still find them in modern products. [Friedrichs] points out that his 2008 ford has a VFD for the multimedia display.

Since these units are basically tubes, he figured that you should be able to use them as a tube amp. After some testing, he found it to be quite adequate.  The project includes tons of background information on how tubes work, how VFDs work and how to utilize it for amplification. In the picture above, you can see him using one (middle) to amplify a home made radio (right).