Housing Design and Assembly of the Linear Clock

Now that all the physical components are available it is time to finish the housing and assemble the full clock. First I will talk about the housing design, and the process of getting it printed. After that I will show the final product when it is all put together.

As you could see from the concept drawing in my introduction I wanted to go for a simple and square design of the clock and the housing. Even though I used the most dense LED strip with 144 LEDs per meter, the clock was still going to be over 35cm in length. The good news is that my 3D printer is a Creality CR-10S, which has a bed size of 300x300mm. You might think: hey, but that is not enough... But by printing it diagonally on the bed it just fits!

Printing the housing on my Creality CR-10S

This is the first project where I have used my own printer. It turns out that the main benefit of 3D printing at home is not necessarily rapid prototyping, but rather rapid iteration. I designed everything to be press and snap fit into the housing, such that I could always disassemble the clock in the future. However, to make all the fits right I had to go through three iterations. If I would have had to order these three iterations from a service like Shapeways, I would have lost weeks of time, and almost the total price that I paid for my printer.

After more than 30 hours of total print time: third time's a charm!

Final Assembly

With the housing finished, it was time to put everything together. I put the ESP8266 at the back side of the frame, to have the core of the clock with the frame, LED strips and electronics into one unit. Next to that I printed two guides to fit the core frame into the housing, as well as a small part to fit the USB port to the back of the housing.

All components ready for assembly

Fitting the USB port into the back of the housing

After putting everything together I am quite happy with the result. You can see the final product in the pictures below. So far I mainly focussed on the hardware and did not really work on the software yet. Therefore in the next update I will go into more detail on the software and discuss which data I want to show on the clock, and how to visualize it.

The finished clock after assembly

Linear Calendar Clock

Project 0x003 Finished

In this project I use adressable RGB leds and an ESP8266 to make a linear clock. The clock will also be connected to Google Calendar to show my appointments.

View on GitHub