The Easiest Way to Connect Any VFD Serial Display to Arduino

by mircemk in Circuits > Arduino

431 Views, 7 Favorites, 0 Comments

The Easiest Way to Connect Any VFD Serial Display to Arduino

Naslovce.JPG

This is a nice retro-look weather station and clock that I made with a POS VFD display for which I did not have any data and information.

Description

The easiest way to connect any VFD serial display to Arduino

The device is very simple to build and contains only a few components:

- Arduino Nano microcontroller
- BMP180 barometric sensor, which is mounted outside the box for more accurate temperature measurement - DS3231 realtime clock module

- and POS customer VFD display

In this project I will describe how to connect any unknown serial VFD display to the Arduino microcontroller, where the text from the serial monitor is shown on the display.

------------------------------------
Get 10 PCBs only $5

https://www.pcbway.com/

-----------------------------------

First we need to connect it to the power supply. For this purpose I reviewed the datasheets for most chips on the board and it is seen that the supply voltage should be 5V. It was easiest and safest to solder the power cords directly to pin 4 (Gnd) and pin 6 (Vcc) of MC 34063 chip. After connecting the power supply, the basic information appears on the display, and we are most interested in Baud Rate, who in this case is 4800.

Next we need to find out how this display will communicate with the Arduino. Almost every serial display has RS-232 line driver/receiver chip usually max 232 or equivalent. Specifically in this case it is SIPEX SP232 ACP. The datasheets show that the TTL input to the circuit is pin 11. We also need to shorten pins 14 and 13,Transmit data and Receive data. Now we need to connect the TX output from the Arduino to the TTL input of the MAX232 chip pin11. In this case, everything we see on the Arduino serial monitor will be displayed on the VFD display.

Building, Schematic and Code

Untitled Sketch_bb.jpg
DSCN4901.JPG
DSCN4860.JPG
DSCN4870.JPG
DSCN4886.JPG
DSCN4887.JPG

For example I made a simple weather station with BMP180 which also contains a clock with DS3231 board. As we can see, the information on the serial monitor should be in one row , and not longer than 40 characters. We do this in the code with the help of Serial.print and Serial.println commands and with a combination of spaces. Finally, the device is mounted in a suitable box made of 5mm PVC board and coated with colored wallpaper.

---------------------------------------------------------------------------------------------------------------------------
Based on the rapid prototyping services at PCBWay.com, you can complete your products in the simplest and fastest way :

PCB prototyping and fabrication: https://www.pcbway.com/orderonline.aspx

PCB Assembly: https://www.pcbway.com/orderonline.aspx

PCB design: https://www.pcbway.com/orderonline.aspx

3D & CNC : https://www.pcbway.com/orderonline.aspx

PCBWay Community: https://www.pcbway.com/orderonline.aspx

---------------------------------------------------------------------------------------------------------------------------