Simple ESP8266 NTP Clock on VFD Display VFD256x50 GP1287

by mircemk in Circuits > Arduino

727 Views, 3 Favorites, 0 Comments

Simple ESP8266 NTP Clock on VFD Display VFD256x50 GP1287

APH1.jpg

  This time I will present you a simple way to make a ESP8266 clock on a VFD display that synchronizes the exact time through NTP time servers on the Internet.

Supplies

IMG_20230402_154434.jpg

Description

Simple ESP8266 NTP Clock on VFD Display VFD256x50 GP1287
Display picture.jpg
Display back.jpg

 A VFD (Vacuum Fluorescent Display) is an electronic display device that is commonly used for displaying numeric or alphanumeric characters. It is similar to an LCD (Liquid Crystal Display) but uses a different technology to display information. VFD displays are known for their high brightness, high contrast, and wide viewing angle, making them suitable for use in a variety of applications, including digital clocks. Exactly such a clock is described in this video.

 I recently acquired a VFD display with a resolution of 256 x 50 dots for a relatively affordable price.

 Unfortunately, I could not get a datasheet or any more detailed information from the supplier, except that it is compatible with an STM32 microcontroller, which for me meant that it can be easily connected to other microcontrollers such as Arduino. On the back of the PCB, the display model is marked as GP1287, so based on this information I found a document that shows the pinout of the display and some basic data. However, to create code without the support of libraries is relatively complex. 

 Unfortunately, I could not get a datasheet or any more detailed information from the supplier, except that it is compatible with an STM32 microcontroller, which for me meant that it can be easily connected to other microcontrollers such as Arduino. On the back of the PCB, the display model is marked as GP1287, so based on this information I found a document that shows the pinout of the display and some basic data. However, to create code without the support of libraries is relatively complex. 


Building

IMG_20230402_153146.jpg
IMG_20230111_133640.jpg
IMG_20230401_150859.jpg
IMG_20230402_154322.jpg
IMG_20230402_154443.jpg
IMG_20230403_200528.jpg
IMG_20230404_192901.jpg
IMG_20230404_195041.jpg
Graphics.jpg
Angles.jpg

 Making such a clock is extremely simple and consists of only two components:

  - ESP8266 microcontroller board

  - and GP1287 VFD display

 First I will test the device with a short demo sketch that is an integral part of the library, which demonstrates some of the graphical capabilities

 In the code, we only need to enter the credentials of the local Wi-Fi network, and then upload it to the microcontroller. As for this procedure, this time we will not hold back, because it has been described several times in my previous projects, and there are also excellent tutorials on the Internet.

 After turning on the device, we need to wait for a certain time while the microcontroller connects to the Wi-Fi network and NTP servers. As seen on the screen, the correct time appears with the largest digits, the date is displayed below it, in the upper right part of the screen there is numerical information about the day of the week, and below it the day of the week.

Schematic and Code

Schematic.jpg
Angles.jpg
Power connector.jpg

  As I mentioned before, the information on the display is clearly visible from all angles thanks to the specific way of radiating light, both in daylight and at night.

 This is the simplest example that basically shows how to connect the display to an ESP8266 microcontroller, but it can be connected to an Arduino in a similar way by changing the number of pins when defining it in the U82G library. 

 Finally, the device is installed in a suitable box made of PVC material with a thickness of 5 mm and covered with colored self-adhesive wallpaper.

  Update:

 Due to the relatively high consumption of the display, it is preferable to power it through the power connector of the display itself, which is shown in the picture.