Blog

PiP-WATCH Project - Hackster.io

Add the following snippet to your HTML:

Pipboy inspired watch from the Fallout game series. Lcd Panel Tft

PiP-WATCH Project - Hackster.io

Read up about this project on

Pipboy inspired watch from the Fallout game series.

Greetings Vault dwellers, and I'm back with a new watch project.

Meet PipWatch, a PipBoy-inspired wrist watch powered by a FireBeetle ESP32 board along with a round GC9A01 display.

For those who are not familiar, a pipboy is a wrist-mounted computer device that characters in the Fallout video game series utilize to interact with the game world, access maps, and manage their stuff.

PiPWatch gets time from an NTP server and displays the result on the round-oled screen in green, which follows the Pipboy theme.

We 3D printed each component and assembled everything from scratch.

This article is about the build process of this watch project, so let's get started with the build.

We did research on the many Pipboy designs—both fan-made and original—and the Pipboy design language in order to get ready for this project.

After that, we prepared the model around the existing components to create a similar design to a pipboy by modeling the interior components first in Fusion360, which included the display, Firebeetle board, and lithium cell. This Pipwatch borrows certain design cues from the Pipboy, but it is not an exact duplicate.

We also measured the wrist and modeled it in the Cad program.

The hinged portion that connects to the main watch and rotates on a hinge mechanism is called the wrist clamp. Super magnets that are fastened to the interior of the clamp and body are what hold the hinge clamp portion of the watch together with the body. These magnets hold the hinge portion of the watch in place. To wear it, we can use some force to separate the magnet joints, which will cause the clamp to open and the user to be able to place the watch on their wrist.

For one main reason, we chose magnets instead of snap locks in the design. Snap locks are typically the best for this kind of task, but since we plan to 3D print the body, PLA is required for the snap locks, which is not the best material for a snap joint that tends to bend. As a result, the snap locks we 3D print will not last very long.

Since magnetic locks would not break and would be simple to produce, they were the ideal solution in this case.

The main body, side cover, front screen holder, lower hinge clamp, and PipWatch logo nametag were the five elements that made up the entire model.

The nametag was printed using a different technique. We printed it halfway with white PLA and then paused the print to swap the filament with a grey PLA, making the letters grey on a white base. This made the nametag more appealing and unique. All parts were 3D printed using white marble PLA with a 0.4mm nozzle.

In this project, we used the DFROBOT FireBeetle 2 ESP32-E, and one of the primary reasons for using this particular board was to utilize the TP4056, an onboard lithium cell power management integrated circuit.

The onboard ESP-WROOM-32E is also quite capable of handling display-related projects, so it was an ideal choice for a project like this.

You can check out the product's wiki for more information about this dev board.

https://wiki.dfrobot.com/FireBeetle_Board_ESP32_E_SKU_DFR0654

For the screen, we're using the GC9A01, which is a 240x240 round RGB LCD display that adopts a four-wire SPI communication interface. SPI is fast, so it can greatly save the GPIO port, and the communication speed will be faster.

It's similar in size to the 240x240 square LCD but has rounded edges.

The built-in driver used in this LCD is GC9A01, with a resolution of 240RGB×240 dots.

Checkout its wiki page for more information: https://www.waveshare.com/wiki/1.28inch_LCD_Module

We're also using a 3.7V, 2200mAh Li-ion Cell in this project, which will be the main power source for this project.

The Firebeetle and GC9A01 display are first connected using the wiring connector shown below.

We then add positive and negative terminals to the 3.7V lithium cell with the Firebeetle's battery port present on the bottom side of the board.

Additionally, a rocker switch that is attached to the negative cell and negative Firebeetle battery connector will cut off power to the Firebeetle board.

Here's the main code that was used in this project, and its a simple one. Let me explain.

The program essentially fetches the current date and time over the internet, formats it, and displays it on the screen in a readable format. It's a basic example of using Wi-Fi and NTP functionality with a microcontroller to create a digital clock or timestamp display.

You must look up the GMT offset for your location and put it to this line instead of 19800. I am from India, and this place has GMT offset 19800.

Also, we're using the TFT_eSPI Library by Bodmer here, which requires the user to first edit the user setting located in this path: C:\Users\user\OneDrive\Documents\Arduino\libraries\TFT_eSPI, and select the user setup data of the display you want to use, in our case, we used GC9A01 Display and added user data for it.

You can get the library from here:

https://github.com/Bodmer/TFT_eSPI

After getting all things ready, we move onto the Assembly process of this watch.

A round 38mm acrylic sheet is first added to the front portion of the front screen holder assembly. This sheet serves as a protective barrier between the round screen and the body.

The protective covering is removed from both sides of the acrylic sheet, which is then placed into the front screen holder section. The circular display is then placed on top of the acrylic sheet.

Hot glue is used to secure the round screen and the acrylic round portion in place.

We placed the first screen holder component on the body and permanently mounted it with M2 screws after allowing the adhesive to cool for a few minutes.

To add the finishing touch, we place the PipWatch nametag atop the device and fasten it to the body with four M2 screws.

The assembly has been completed, and the PiPWatch project is now complete.

Here's the result of this build. a working PipWatch that connects to the internet and shows you the current time and date.

It is a digital watch, extremely simple. The goal was to focus on the watch's appearance, but we could also add a gif of Vault Boy by simply modifying the code.

This post includes the code and other necessary files to make one; if you have any questions about the project, please leave a comment.

All in all, this attempt was successful, and I will be preparing a life-size PipBoy soon.

Thanks for reaching this far, and peace out.

PiP-WATCH Project - Hackster.io

Tft Color Display Hackster.io, an Avnet Community © 2024