Main Content

How to make a VU meter with 38 bars per channel on a modified 20x2 VFD display.

A vacuum fluorescent display (VFD) is a display device commonly used on consumer electronics equipment. VFD emits a very bright light with high contrast. Due to these features and the beautiful retro look, the devices made with these displays are very popular with do it yourself enthusiasts, but at the same time very complex in terms of connection and the way of communication with the microcontroller.

Another difficulty is the fact that in most cases they have almost no documentation and there are no libraries to simplify the code.

This time I will show you how to make a VU meter with 38 bars per channel on a 20x2 VFD display. It is very important to mention that in this project is used a VFD display of the type: “VFM202MDA”, which contains PT6314 driver chip. This display with very little modification can be connected to the Arduino in the same way as the 16x2 Character LCD Display with the Hitachi HD44780 driver, which means that it uses the same libraries. Thus, with a very small change in the code that refers only to the number of displayed characters, almost any device based on the mentioned LCD display can be made on VFD.

The presented device is very simple to build, and consists of several components:

- Arduino nano microcontroller

- VFM202MDA1 type VFD Display (slightly modified)

- Stereo potentiometer

- and several resistors and capacitors

The modification of the VFD display consists in moving the short circuit from JP-7 to the JP-6 position. The picture below shows these places with a red circle, and also the communication pins that are compatible with the 16x2 LCD display.”

Link to article