dragonlock2.github.io/_posts/2016-03-20-lightsaber-v2.md
2023-07-07 00:05:16 -07:00

3.6 KiB
Raw Blame History

title, date, categories, excerpt, header
title date categories excerpt header
Lightsaber v2 2016-03-20 projects Excited with the completion of v1, I challenged myself to build another lightsaber, but this time using the crossguard style. Also, it had to be red.
teaser
/assets/img/2016/lightsaber-v2-three.jpg

Written 10-5-19

Immediately after finishing v1, I decided to build another lightsaber. Of course, I had to build a crossguard lightsaber just like Kylo Rens.

Hilt

Just like v1, I stuck to using a chrome sink tube for the hilt. Mechanically speaking, the hardest part would be attaching the two side blades to form the crossguard. I didnt really have the tools nor the knowledge to make a very secure connection. After some trial and error screwing around with PVC on a band saw and drilling some holes, I had a surprisingly sturdy connection. Ill admit I also used a good amount of hot glue.

Next up was figuring out the blades. v1 used a 3/4″ ID, 1″ OD polycarbonate tube which is really heavy. While it provided durability, I reasoned that I wasnt designing my lightsabers to duel with, so a 7/8″ ID, 1″ OD tube would work just as well while also cutting down significantly on weight. Mounting the blades was also a challenge because I didnt really have the tools to make a precise 1″ hole. I ended up using a bunch of masking tape and screws to hold the blades securely.

Electronics

Instead of taking apart a toy lightsaber to use its sound board, I decided to design my own based off the Atmega328 so I could use Arduino. The hardest part was figuring out how to do sound. To maintain a good user experience, I would need to switch between different sound files very quickly. Since I was still pretty new to all this, I started out by buying various different Arduino-compatible MP3 modules. None of them could switch between sound files without a very noticeable gap. Looking through other solutions, I eventually came upon TMRh20s incredible TMRpcm library. After a bit of wiring, I was up and running. Switching between sound files still had a gap if I remember correctly. However, whats really cool is that the library allows playing two sound files simultaneously, so that gap was easily eliminated.

With the sound figured out, I moved onto the blade. I wanted to make a Makoto Tsai style segmented LED blade just like v1. The main issues with v1 were that the wires were clearly visible, the diffusion was poor, and it was short. To fix all these things, I started off by using more LEDs. After soldering about 100 LEDs into a single string, I cut the negative side at multiple points to separate it into six segments. I also made two shorter strings for the side blades. I then used magnet wire to connect all the segments to one area at the bottom. This ended up being a poor choice when some segments shorted temporarily later on. Once the string was done, I wrapped it all in flat foam packaging and held it together with packaging tape.

The circuit board housing all the electronics was really nothing special. I remember making a PCB for it but used Sharpie as an etch resist because the toner transfer method just didnt work. Everything was stuffed into the hilt.

It took a bit of effort, but heres the finished lightsaber v2. Somehow, I literally didnt take any pictures of it by itself.

{% include video id="E7cj5idGys4" provider="youtube" %}

{% include video id="v3c4CSyGi8E" provider="youtube" %}