# Zelda: Breath of the Wild – 3D Printed Guardian Sword with NeoPixel LEDs

## Overview

https://www.youtube.com/watch?v=BNUuwJpeilM

![](https://cdn-learn.adafruit.com/assets/assets/000/041/612/medium800/leds_hero-sword1.jpg?1494382813)

![](https://cdn-learn.adafruit.com/assets/assets/000/041/584/medium800thumb/leds_hero-black-on.jpg?1494345165)

## 3D Printing & NeoPixel LEDs

This is the Guardian Sword from Zelda, Breath of Fresh Air. It’s fully 3D Printed and has a ton of NeoPixel LEDs. This thing is super bright and looks so awesome!

Pedro designed the blade in Autodesk Fusion 360 using reference images from the game. He designed it to be 3D printed in several pieces that will be connected together using screws.

The parts were 3D printed on a Type A Machines Series 1 Pro 3D printer. It’s got a massive build volume of 12 by 12 by 12 inches, so it’s great for making huge parts.

We used translucent PLA filament because it’s really easy to use and will let the NeoPixel LEDs shine through.

![](https://cdn-learn.adafruit.com/assets/assets/000/041/541/medium800/leds_hero-length.jpg?1494173007)

The sword is pretty massive, it’s about 34in in length and has over 90 NeoPixels.

Once I got it in the game, the first thing I thought was, wow this is so cool, I have to make it!

## Where to find the Guardian Sword++ in the Breath of the Wild

So this guardian sword&nbsp;can be found in the Chaas Qeta shrine located in the Tenoko Island. It’s yielded by a guardian scout, so you’ll have to battle to get it. It has a decent attack rating of 40 points, but like most weapons in the game it won’t last long. So this one will last longer than the one in the game.

![](https://cdn-learn.adafruit.com/assets/assets/000/041/578/medium800/leds_parts.jpg?1494300344)

Info: 

## Parts

You'll need the following parts to build this project.

- [Trinket M0&nbsp;](https://www.adafruit.com/product/3500)or [5V Adafruit&nbsp;Trinket](https://www.adafruit.com/product/1501)&nbsp;(M0 is recommended)
- 2 Meter&nbsp;[Adafruit&nbsp;skinny mini NeoPixel Strip](https://www.adafruit.com/product/2964)
- [Lipo Backpack](https://www.adafruit.com/product/2124)
- [2200mAh 3.7v Cylindrical Lithium Ion Polymer Battery](https://www.adafruit.com/product/1781)
- [Slide Switch](https://www.adafruit.com/products/805)

## Tools &&nbsp;Supplies

You'll also need the following tools and supplies to complete this project.

- [30 AWG Silicone wires&nbsp;](https://www.adafruit.com/product/2051)
- [Soldering Iron & Solder](../../../adafruit-guide-excellent-soldering)
- [Tweezers Rhino SW-11](https://www.adafruit.com/products/3096)
- [Wire Strippers](https://www.adafruit.com/products/527)
- [Diagonal Flush Snips](https://www.adafruit.com/product/152)
- [Helping Third Hands](https://www.adafruit.com/products/291)
- [Flat Pliers](https://www.adafruit.com/products/1368)
- [3D Printer](https://www.adafruit.com/category/245) or [3D Printing Service](https://3dhubs.com)
- [Translucent PLA filament](https://www.adafruit.com/product/2451)
- [NITTO Tape](http://a.co/1uLmYz2)

&nbsp;

![](https://cdn-learn.adafruit.com/assets/assets/000/041/579/medium800/leds_screws-txt.jpg?1494300378)

## Machine Screws

The parts are held together with screws to make it sturdy and easy&nbsp;to assemble.&nbsp;

Blade sides&nbsp;[M2.5 x .5 x 8MM screws](http://www.albanycountyfasteners.com/2MM-x-4-Phillips-Flat-Head-Machine-Screw-p/1011-1000.htm?1=1&CartID=0) or #4-40-3/8. &nbsp;

After the blades are connect the two halves are&nbsp;combined using twenty&nbsp;[M2 x .4 x 12MM](http://www.albanycountyfasteners.com/2MM-x-4-Phillips-Flat-Head-Machine-Screw-p/1011-1000.htm?1=1&CartID=0) screws or #2-56x1/2 screws.

The Trinket is mounted with&nbsp;M2 x 4mm screws.

The Lipo Backpack uses one M2.5 x 5mm screw.&nbsp;

![](https://cdn-learn.adafruit.com/assets/assets/000/041/610/medium800/leds_hero-on-back.jpg?1494381005)

# Zelda: Breath of the Wild – 3D Printed Guardian Sword with NeoPixel LEDs

## Circuit Diagram

![](https://cdn-learn.adafruit.com/assets/assets/000/041/583/medium800/leds_circuit-diagram.jpg?1494339824)

Info: 

## Wired Connections

The circuit diagram above shows how the components will be wired together. This won't be 100%&nbsp;exact in the actual circuit but it's a very close approximation.

### Lipo Backpack

- 5V on the Lipo Backpack to USB on the Trinket
- GND on the Lipo Backpack to GND Trinket
- BAT on the Lipo Backpack to BAT on the Trinket
- The two&nbsp;through holes next to 5V on the Lipo Backpack to the two pins on the slide switch

### NeoPixel Strip

- +5V on the Strip&nbsp;is shared with BAT on the Trinket
- GND on the Strip is shared with GND on the Trinket
- D1 on the Strip to pin #4 on the Trinket

## Battery Power

The circuit will be powered by a 3.7V 2200mAh&nbsp;Lithium ion battery via JST connection. The battery plugs into the JST connection on the Lipo Backpack.

# Zelda: Breath of the Wild – 3D Printed Guardian Sword with NeoPixel LEDs

## Arduino Code

Info: 

## Guides
If you haven’t already worked&nbsp;through the&nbsp;[Adafruit Trinket M0](../../../../adafruit-trinket-m0-circuitpython-arduino?view=all) or&nbsp;[Introducing Trinket](http://learn.adafruit.com/introducing-trinket)&nbsp;guide, do that first.&nbsp;

## Getting Code Onto Trinket

Before we start disassembling or building the circuit, it's a good idea to get code uploaded to the micro-controller first. If you don't write / understand code, don't&nbsp;to worry! You don't need to be a programmer to be able to upload prewritten code :-)&nbsp;

We'll walk you through the whole process.&nbsp;

First, visit the Trinket tutorial pages above. Follow the instructions to download & setup the Arduino IDE and install drivers.

Make sure you are able to get sketches compiled and uploaded, especially the blink example in the tutorial. Once you are comfortable with using the Trinket, you can continue!

## Install Adafruit NeoPixel Library

Next, we need to add support for NeoPixels.

Visit the [Adafruit NeoPixel tutorial](../../../../adafruit-neopixel-uberguide/arduino-library-installation) to install the NeoPixel library!

[Install NeoPixel Library](https://learn.adafruit.com/adafruit-neopixel-uberguide/arduino-library-installation)
Warning: 

## Uploading Code to Board

Now that we have the Adafruit boards & NeoPixel library installed, we can get our code ready to upload onto the board. Select all of the code listed below in the black box and copy it to your clip board. Then, in Arduino IDE, paste it in the sketch window (making sure to overwrite anything currently there). Next, goto the **Tools** menu \> **Board** and select either **Adafruit Trinket M0** or **Adafruit Trinket** &nbsp;(if you're using the **3V Adafruit Trinket** version use **Trinket 8Mhz**. If you're using the **5V Trinket** , select **Trinket 16Mhz** ).

Now you can click on the " **check mark**" icon to verify the code. If it's all good, we can continue to upload the code to the board.

## Connect USB Data Cable to Trinket

Be sure to use a micro USB cable that can transfer data - A USB cable that ONLY charges devices will simply not work. Plug it into the microUSB port on the Adafruit Trinket board and the USB port on your computer (try to avoid connecting to a USB hub).

Follow the upload procedure documented in the Getting Started guides at the top of this page to upload. The Arduino IDE will notify you if the upload is successful and&nbsp;completed.

https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/main/3D_Printed_Guardian_Sword/3D_Printed_Guardian_Sword.ino

# Zelda: Breath of the Wild – 3D Printed Guardian Sword with NeoPixel LEDs

## CircuitPython Code

## Trinket M0 Setup for CircuitPython

Now it's time to set up the&nbsp; **Trinket** &nbsp; **M0** &nbsp;for use with&nbsp;[CircuitPython](https://www.adafruit.com/circuitpython)&nbsp;and our code.

If you haven't already, follow&nbsp;[this guide](../../../../adafruit-trinket-m0-circuitpython-arduino/circuitpython)&nbsp;to preparing the&nbsp; **Trinket M0** , including updating it with the latest version of&nbsp; **CircuitPython**.

After prepping the&nbsp; **Trinket** &nbsp; **M0** &nbsp;to run&nbsp; **CircuitPython** &nbsp;we'll also need to add a&nbsp; **NeoPixel** &nbsp;library.&nbsp;[This guide tells you how](../../../../adafruit-trinket-m0-circuitpython-arduino/installing-libraries),&nbsp;as well as providing a good primer on using&nbsp; **NeoPixels** &nbsp;on the&nbsp; **Trinket M0** &nbsp;with&nbsp; **CircuitPython**.

## Installing NeoPixel Library

Download the latest&nbsp;`adafruit-circuitpython-bundle-xxxx.zip`&nbsp;(or newer) from the[&nbsp;releases directory&nbsp;](https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/)and then unzip it somewhere easy to find, such as your desktop. Then, copy the&nbsp;`neopixel.mpy`&nbsp;file to your CIRCUITPY's&nbsp;`lib`&nbsp;directory on the&nbsp; **Trinket** &nbsp; **M0**.

Finally, if you had a&nbsp;`neopixel.py`&nbsp;file that was already in that same&nbsp;`lib`&nbsp;directory you can delete it (the mpy is a compressed version)

## Saving CircuitPython Code

Once you've got things working, you can edit the&nbsp;`code.py`&nbsp;file on the&nbsp; **Trinket** &nbsp; **M0** &nbsp;to adjust what it actually does. No need for a software IDE, complaining tools, or flashing the chip -- when you code with&nbsp; **CircuitPython** &nbsp;all you need is a text editor. Edit the code, save it to the&nbsp; **Trinket** &nbsp; **M0** , and it immediately runs!

https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/main/3D_Printed_Guardian_Sword/code.py

Copy that code, and then paste it into a new&nbsp;text document in your favorite text/coding editor. Then,&nbsp;save it to your Trinket M0's CIRCUITPY drive as&nbsp; **main.py**

# Zelda: Breath of the Wild – 3D Printed Guardian Sword with NeoPixel LEDs

## 3D Printing

## Download and 3D Print

You can 3D print the parts&nbsp;using Translucent PLA for the blades and black for the handle details&nbsp;on desktop FDM style 3D printers. The parts&nbsp;can be downloaded using the link below.&nbsp;If you don’t have a 3D printer, the files are free to download so can send them to a [3D printing service](https://3dhubs.com/).

The parts were 3D printed using the [Type A Machines Series 1 Pro](https://www.adafruit.com/product/2412).

[Download STLs from Thingiverse ](http://www.thingiverse.com/thing:2308507)
[Download STLs from Youmagine](https://www.youmagine.com/designs/zelda-breath-of-the-wild-guardian-sword-with-neopixel-leds)
[Download STLs from Pinshape](Enter%20a%20Link)
## Edit Design

The design is&nbsp;modeled in&nbsp;Autodesk Fusion 360 and available&nbsp;to edit. You can adjust the pieces to print&nbsp;by moving or adding construction planes to cut up the parts&nbsp;. You can modify the&nbsp;sketches or adjust features in the&nbsp;parametric&nbsp;timeline.

[Edit Design](https://a360.co/47XqzMT)
## 3D Printed Parts

### Blades

Our design a separated into six parts to fit on a 12 inch x 12 inch bed. The parts connect together using [M2.5 x .5 x 8MM screws](http://www.albanycountyfasteners.com/2MM-x-4-Phillips-Flat-Head-Machine-Screw-p/1011-1000.htm?1=1&CartID=0)&nbsp;(or #4-40-3/8 screws). &nbsp;

&nbsp;

Each half is then combined together and screwed down using twenty&nbsp;[M2 x .4 x 12MM](http://www.albanycountyfasteners.com/2MM-x-4-Phillips-Flat-Head-Machine-Screw-p/1011-1000.htm?1=1&CartID=0) screws or #2-56x1/2 screws.

### Handle Details

The detail overlays for the handle are glued on top of the left and right sides&nbsp;with a couple drops of E6000 adhesive.

&nbsp;

### Cylindrical Gem&nbsp;

This goes over the hole in the handle and it just press fits into place.

&nbsp;

![leds_3d-parts1.jpg](https://cdn-learn.adafruit.com/assets/assets/000/041/542/medium640/leds_3d-parts1.jpg?1494173310)

![leds_3d_parts2.jpg](https://cdn-learn.adafruit.com/assets/assets/000/041/543/medium640/leds_3d_parts2.jpg?1494173341)

![](https://cdn-learn.adafruit.com/assets/assets/000/041/580/medium800/leds_diffusion_compare.jpg?1494300487)

## LED Diffusion&nbsp;

We recommend using [blue painters tape](https://www.adafruit.com/product/2416), PEI or [PrintinZ plates/skins](https://www.adafruit.com/category/246) to better diffuse the blades. Printing on a glass bed will give the parts a shiny surface and doesn't diffuse the LEDs very well. &nbsp;

The&nbsp;sword on the top was printed on blue painters tape. You can&nbsp;see&nbsp;fewer&nbsp;hot spots. The matted surface evenly distributes the LEDs giving a much better effect.

The sword on the bottom was printed on a glass bed. We can see hot spots for each LED because it the glass bed makes&nbsp;the&nbsp;surface&nbsp;more&nbsp;translucent. You can always sand the part down, but a printing surface will allow you to diffuse the light without additional post processing.

## Slice Settings

Depending on your 3D printer, you may need to&nbsp;adjust the slice settings. We printed all of the parts on a [Type A Machines Series Pro 1](https://www.adafruit.com/product/2412). These parts were sliced with [Simplify3D](https://www.simplify3d.com/).

- Nozzle: 0.34mm
- Extrusion Multiplier: 1.0
- Extrusion Width: 0.38mm
- Layer Height: 0.25mm
- Infill: 10%
- Nozzle Temperature: 230c
- Heated Glass Bed: 40c
- Print Speed: 80mm/s
- Vertical Lift / Retraction: 2mm

&nbsp;

&nbsp;

## Thin Wall behavior

&nbsp;

Make sure to adjust the nozzle diameter&nbsp;and extrusion width so we have three perimeters around the standoff for the screws.

&nbsp;

We used a .4mm nozzle but had to set our nozzle diameter to .34 and the extrusion width to .38mm in order to&nbsp;produce a tool path with perimeters between the walls. This is especially important for&nbsp;the standoffs.

![leds_thinwall-perimeters.jpg](https://cdn-learn.adafruit.com/assets/assets/000/041/548/medium640/leds_thinwall-perimeters.jpg?1494201767)

## Perfect First Layer

Heat the bed to around 40c (optional) and make sure that it’s absolutely leveled across the entire bed. In order to properly 3D print these large parts. It’s really important to have a perfect first layer, so make sure the bed is cleaned to ensure the filament adheres the to the bed.&nbsp;

While leveling the bed we need to find the sweet spot so that the first layer isn’t not too squished or too loose. If the bed's too close to the nozzle, the material may buckle. If it’s too high the bottom won’t have an even surface.

## Part Orientation

The main parts actually exceed the build volume&nbsp;on the Type A Machines Series 1 Pro. So, you'll have to orient them at an angle so they're positioned diagonally across the bed. This is a great way to get more build volume from your 3D printer.

![leds_part-layout.jpg](https://cdn-learn.adafruit.com/assets/assets/000/041/544/medium640/leds_part-layout.jpg?1494179597)

## Adding Supports

&nbsp;

Use 8mm pillars to support the four parts on the part&nbsp;that connects the blade to&nbsp;the handle. Add three pillars underneath each connection&nbsp;to assist&nbsp;the overhangs and bridging the parts.

&nbsp;

![leds_support-layout.jpg](https://cdn-learn.adafruit.com/assets/assets/000/041/545/medium640/leds_support-layout.jpg?1494179683)

![leds_support-inflation.jpg](https://cdn-learn.adafruit.com/assets/assets/000/041/546/medium640/leds_support-inflation.jpg?1494179705)

## Support Removal

&nbsp;

Use [flat pliers](https://www.adafruit.com/product/1368) to help remove the support material. We can first insert&nbsp;the pliers between support lines and then grip&nbsp;and apply a bit of force to remove.&nbsp;

![leds_support_remove.jpg](https://cdn-learn.adafruit.com/assets/assets/000/041/581/medium640/leds_support_remove.jpg?1494300544)

![leds_support_removed.jpg](https://cdn-learn.adafruit.com/assets/assets/000/041/582/medium640/leds_support_removed.jpg?1494300571)

# Zelda: Breath of the Wild – 3D Printed Guardian Sword with NeoPixel LEDs

## Assemble

## Prepare NeoPixel Strip

&nbsp;

NeoPixel strips are sold by the meter. The medium density strips have **60 LEDs** per meter.&nbsp;We recommend ordering a **2 meter** strip so its&nbsp;long enough to fit the entire length of the sword. The strip starts at the end of the handle and up&nbsp;from the base of the blade to the tip and then loops back down towards the handle.

&nbsp;

The entire length of the strips will need to be 151mm (59in) for a total of 93 NeoPixels.

&nbsp;

We can also solder&nbsp;multiple strips together to fit the whole length of the sword.

&nbsp;

&nbsp;

![leds_led-strip-roll.jpg](https://cdn-learn.adafruit.com/assets/assets/000/041/552/medium640/leds_led-strip-roll.jpg?1494286324)

![leds_led-strip-measure.jpg](https://cdn-learn.adafruit.com/assets/assets/000/041/553/medium640/leds_led-strip-measure.jpg?1494286471)

## Removing silicone ends

&nbsp;

The included wires on the NeoPixel strips are too big to fit inside the sword, so we'll need to unsolder them&nbsp;and&nbsp;replace them with [flexible silicone wires](https://www.adafruit.com/product/2051).

&nbsp;

We can use scissors or flush cutters to remove the ends of the&nbsp;sheathing by inserting the cutters tips between the end and the rest of the sheathing.&nbsp;

&nbsp;

## Solder to strips together

&nbsp;

With the&nbsp;silicone ends removed we can now join multiple strips together if&nbsp;needed. We can add both strips to third helping hands to make soldering easier.&nbsp;

&nbsp;

Make sure the arrow labels on the strips are pointing in the same direction so the data flows in a continuous direction.

&nbsp;

Here's how to connect multiple strips together. Tin the pads on both of the strips and carefully&nbsp;apply solder. Then, slide the solder onto&nbsp;each pad.

![leds_removing-slicone-ends.gif](https://cdn-learn.adafruit.com/assets/assets/000/041/555/medium640thumb/leds_removing-slicone-ends.jpg?1494287686)

![leds_remove-core-wires.gif](https://cdn-learn.adafruit.com/assets/assets/000/041/556/medium640thumb/leds_remove-core-wires.jpg?1494287725)

![leds_strip_to_strip_solder.jpg](https://cdn-learn.adafruit.com/assets/assets/000/041/559/medium640/leds_strip_to_strip_solder.jpg?1494287967)

## Prepare wires

&nbsp;

Now we can move on to measuring and tinning the wires for the NeoPixel strips.

&nbsp;

The NeoPixel strip wires will need to be **141mm** long to reach the Trinket&nbsp;when its mounted to the handle, over&nbsp;the battery and walls around the handle.

&nbsp;

After cutting the wires to length, tin both end of the wires. Apply a small amount of solder to the pads on the NeoPixel strips and apply heat to connect the wires to the pads.&nbsp;&nbsp;&nbsp;

&nbsp;

## Slide Switch

A slide switch will make it easy to power the circuit on and off. Prepare the switch by removing one of the pins on the left or right side of the switch.

**Don't remove the middle pin!**

&nbsp;

Measure two wires so they're&nbsp; **170mm** in length. These need to reach the slide switch and the Lipo Backpack.&nbsp;

![leds_tin-wires.gif](https://cdn-learn.adafruit.com/assets/assets/000/041/560/medium640thumb/leds_tin-wires.jpg?1494288342)

![leds_strip-wire-solder.gif](https://cdn-learn.adafruit.com/assets/assets/000/041/561/medium640thumb/leds_strip-wire-solder.jpg?1494289652)

![leds_slide-switch-solder.gif](https://cdn-learn.adafruit.com/assets/assets/000/041/562/medium640thumb/leds_slide-switch-solder.jpg?1494290747)

## Prepare boards

Now we can prep the Trinket and Lipo Backpack by securing&nbsp;them to a pair of third helping hand. This will make it easier to solder.

### &nbsp;

### Lipo Backpack

We need to enable the on/off function in order to use the switch to power the Trinket. You'll&nbsp;need to cut the trace near the&nbsp;5V pin. You can use a hobby knife to cut the trace as shown in the picture.&nbsp;

&nbsp;

### Tin and solder Trinket and Backpack

Now we can tin the **5V** , **G** and **BAT** &nbsp;pins on the Lipo Backpack. Connect the **5V** on the Lipo Backpack to **USB** pin on the Trinket. &nbsp;

&nbsp;

### Power wires

The NeoPixel **5V&nbsp;** wire and Lipo Backpack wires for **BAT** will both need to be soldered to the **BAT** pin on the Trinket. The 30 gauge silicone wires are thin&nbsp;enough to easily insert&nbsp;both wires to the **BAT** pin on the Trinket. With them both in place, apply solder to the pin.

![leds_lipobPack-trace-cut.jpg](https://cdn-learn.adafruit.com/assets/assets/000/041/563/medium640/leds_lipobPack-trace-cut.jpg?1494290936)

![leds_solder-trinket-backpack1.gif](https://cdn-learn.adafruit.com/assets/assets/000/041/564/medium640thumb/leds_solder-trinket-backpack1.jpg?1494291274)

## Ground, Data and Slide switch

&nbsp;

Next up we'll need to share the ground pin on the Trinket with the NeoPixel strip&nbsp;and the Lipo Backpack . Insert&nbsp;both of the ground wires inside ground pin on the Trinket and apply solder.

&nbsp;

Connect the data wire from&nbsp;the NeoPixel to GPIO pin #4 on the Trinket. We can tin the pin and then apply heat while inserting the wire.

&nbsp;

## Slide switch wires

Finally, we can connect&nbsp;the slide switch wires to the two pins on the&nbsp;Lipo Backpack. Polarity doesn't matter, so you can connect the wires into any of the two pins.

![leds_solder-trinket-backpack2.gif](https://cdn-learn.adafruit.com/assets/assets/000/041/565/medium640thumb/leds_solder-trinket-backpack2.jpg?1494293150)

![leds_circuit_layout.jpg](https://cdn-learn.adafruit.com/assets/assets/000/041/566/medium640/leds_circuit_layout.jpg?1494293997)

## Mounting the circuit

### Secure Trinket

Now we can mount all of the&nbsp;boards to the standoffs&nbsp;on the handle. The&nbsp;Trinket needs&nbsp; **M2 x 4mm** &nbsp;machine screws. Orientate&nbsp;the Trinket so the USB port is facing&nbsp;the cutout in&nbsp;handle. Make sure to trim &nbsp;any excess material around the port opening to easily fit a USB cable.&nbsp; &nbsp;&nbsp;

### Lipo Backpack

The Lipo Backpack needs a single&nbsp; **M2.5 x 5mm** machine screw. Position the board&nbsp;with the JST connector&nbsp;facing the wall.&nbsp;

### Battery

Now we can plug in the battery wire into the Lipo Backpack. Route the battery wire around the wall cut away and seat the battery in between&nbsp;the two walls.&nbsp;

### Slide Switch

Route the wires for the slide switch around the wall cut away and use the flat side of a pair of tweezers to push the switch into the opening on the upper part of the handle. Make sure to remove any excess material around the opening.&nbsp;

![leds_mounting-boards.gif](https://cdn-learn.adafruit.com/assets/assets/000/041/568/medium640thumb/leds_mounting-boards.jpg?1494294905)

![leds_mounting-switch.gif](https://cdn-learn.adafruit.com/assets/assets/000/041/569/medium640thumb/leds_mounting-switch.jpg?1494294931)

![leds_mounting-battery.gif](https://cdn-learn.adafruit.com/assets/assets/000/041/570/medium640thumb/leds_mounting-battery.jpg?1494294983)

## Adding the NeoPixel strip

&nbsp;

Add four pieces of Nitto tape to the middle part of the upper blade, like shown in the picture.&nbsp;

&nbsp;

Next up we'll add the NeoPixel strip with the&nbsp;LEDs facing outward.&nbsp;The sides of the strips adhere well&nbsp;to the Nitto tape pieces. The NeoPixel&nbsp;strip should follow the contour of the blade.&nbsp;

![leds_apply-nitto-tape.jpg](https://cdn-learn.adafruit.com/assets/assets/000/041/571/medium640/leds_apply-nitto-tape.jpg?1494297993)

![leds_strip-layout-inside.jpg](https://cdn-learn.adafruit.com/assets/assets/000/041/572/medium640/leds_strip-layout-inside.jpg?1494298562)

![](https://cdn-learn.adafruit.com/assets/assets/000/041/573/medium800thumb/leds_join-halves-together.jpg?1494298904)

## Join Blades

With the components now mounted to the parts, we can move on to joining the two halves together. The two are held together with twenty&nbsp; **M2 x 12mm** screws. That's a lot!

## Finishing touches

&nbsp;

In the last couple of steps we'll finish up by adding the detail overlays&nbsp;to the handle and blade.

&nbsp;

The "traces" on the blade are pressed&nbsp;into the cavities.&nbsp;They just&nbsp;snap into place. If the fittings are too loose, we can use small&nbsp;drops of E6000 &nbsp;adhesive to glue&nbsp;the parts in place.&nbsp;

&nbsp;

The handle overlays&nbsp;will need E6000. Make sure to line up&nbsp;the screws holes on the overlays with the holes on the handle. Let&nbsp;the E6000 fully dry for about an hour.

&nbsp;

While the glue dries, we can add the gem part to the handle by press fitting it into the holes.

![leds_blade-details.gif](https://cdn-learn.adafruit.com/assets/assets/000/041/574/medium640thumb/leds_blade-details.jpg?1494299393)

![leds_handle-details.gif](https://cdn-learn.adafruit.com/assets/assets/000/041/575/medium640thumb/leds_handle-details.jpg?1494299409)

![leds_gem-add.gif](https://cdn-learn.adafruit.com/assets/assets/000/041/576/medium640thumb/leds_gem-add.jpg?1494299425)

![](https://cdn-learn.adafruit.com/assets/assets/000/041/577/medium800thumb/leds_hero-black-on.jpg?1494300304)

## The Guardian Sword++

And that’s it! Now we have our very own guardian sword.&nbsp;The thing we&nbsp;like most about this design is that it’s really durable, so you can swing it around and not worry about it falling apart. Using the screws to secure all the parts together was really great idea and it’s easy to take part if we ever need to.


## Featured Products

### Adafruit Trinket M0 - for use with CircuitPython & Arduino IDE

[Adafruit Trinket M0 - for use with CircuitPython & Arduino IDE](https://www.adafruit.com/product/3500)
The&nbsp;Adafruit Trinket M0 may be small, but do not be fooled by its size! It's a tiny microcontroller board, built around the Atmel ATSAMD21, a little chip with _a lot_ of power. We wanted to design a microcontroller board that was small enough to fit into any project, and low...

In Stock
[Buy Now](https://www.adafruit.com/product/3500)
[Related Guides to the Product](https://learn.adafruit.com/products/3500/guides)
### Adafruit Trinket - Mini Microcontroller - 5V Logic

[Adafruit Trinket - Mini Microcontroller - 5V Logic](https://www.adafruit.com/product/1501)
 **Deprecation Warning: The Trinket bit-bang USB technique it uses doesn't work as well as it did in 2014, many modern computers won't work well. So while we still carry the Trinket so that people can maintain some older projects, we no longer recommend it.** <a...></a...>

In Stock
[Buy Now](https://www.adafruit.com/product/1501)
[Related Guides to the Product](https://learn.adafruit.com/products/1501/guides)
### Adafruit Mini Skinny NeoPixel Digital RGB LED Strip - 60 LED/m

[Adafruit Mini Skinny NeoPixel Digital RGB LED Strip - 60 LED/m](https://www.adafruit.com/product/2959)
So thin. So mini. So teeeeeeny-tiny. It's the 'skinny' version of our classic NeoPixel strips!

These NeoPixel strips have 60 digitally-addressable pixel Mini LEDs per meter and are very affordable and are only 7.5 mm wide, 5 mm if you remove the strip from the...

In Stock
[Buy Now](https://www.adafruit.com/product/2959)
[Related Guides to the Product](https://learn.adafruit.com/products/2959/guides)
### Lithium Ion Cylindrical Battery - 3.7v 2200mAh

[Lithium Ion Cylindrical Battery - 3.7v 2200mAh](https://www.adafruit.com/product/1781)
Need a big battery for your project? This lithium-ion battery contains a 2200mAh and a protection circuit that provides over-voltage, under-voltage, and over-current protection. Yet, it is slim and easy to fit into many project cases.  
  
This cell can provide 2 **C** of...

Out of Stock
[Buy Now](https://www.adafruit.com/product/1781)
[Related Guides to the Product](https://learn.adafruit.com/products/1781/guides)
### Silicone Cover Stranded-Core Wire - 50ft 30AWG Red

[Silicone Cover Stranded-Core Wire - 50ft 30AWG Red](https://www.adafruit.com/product/3165)
Silicone-sheathing wire is super-flexible and soft, and its also strong! Able to handle up to 200°C and up to 600V, it will do when PVC covered wire wimps out. We like this wire for being extremely supple and flexible, so it is great for wearables or projects where the wire-harness has to...

In Stock
[Buy Now](https://www.adafruit.com/product/3165)
[Related Guides to the Product](https://learn.adafruit.com/products/3165/guides)
### Adafruit LiIon/LiPoly Backpack Add-On for Pro Trinket/ItsyBitsy

[Adafruit LiIon/LiPoly Backpack Add-On for Pro Trinket/ItsyBitsy](https://www.adafruit.com/product/2124)
If you have an ItsyBitsy or Pro Trinket you probably know it's the perfect little size for a portable project. This LiPoly backpack makes it really easy to do! Instead of wiring 2 or 3 boards together to make a charging system, this little PCB sits on top of the PCB and allows a...

In Stock
[Buy Now](https://www.adafruit.com/product/2124)
[Related Guides to the Product](https://learn.adafruit.com/products/2124/guides)
### Type A Machines Series 1 Pro 3D Printer

[Type A Machines Series 1 Pro 3D Printer](https://www.adafruit.com/product/2412)
Built to last&nbsp;and better than ever. The **Series&nbsp;1&nbsp;Pro 3D** printers&nbsp;from Type A Machines offer&nbsp;durability, modularity and one of the largest build volumes in their&nbsp;class.

Featuring a streamlined aluminum and acrylic body, a glass build surface...

No Longer Stocked
[Buy Now](https://www.adafruit.com/product/2412)
[Related Guides to the Product](https://learn.adafruit.com/products/2412/guides)
### Blue Masking Tape for 3D Printing Plates

[Blue Masking Tape for 3D Printing Plates](https://www.adafruit.com/product/2416)
OK yes, it's just masking tape. A big honkin' roll of I'm blue da-ba-dee-da-ba-die masking tape.

Removing 3D printed parts can be tough. Sometimes pieces get stuck to your 3D printing plate and their bottoms get stuck to your build plate. Over time, chiseling objects off can...

No Longer Stocked
[Buy Now](https://www.adafruit.com/product/2416)
[Related Guides to the Product](https://learn.adafruit.com/products/2416/guides)

## Related Guides

- [Adafruit Trinket M0](https://learn.adafruit.com/adafruit-trinket-m0-circuitpython-arduino.md)
- [Really Simple Animatronic Tail](https://learn.adafruit.com/really-simple-animatronic-tail.md)
- [Trinket Ultrasonic Rangefinder](https://learn.adafruit.com/trinket-ultrasonic-rangefinder.md)
- [Genesis Poi: DotStar LED Persistence-of-Vision](https://learn.adafruit.com/genesis-poi-dotstar-led-persistence-of-vision-poi.md)
- [Trinket / Gemma Mini-Theremin](https://learn.adafruit.com/trinket-gemma-mini-theramin-music-maker.md)
- [Trinket Temperature & Humidity LCD Display](https://learn.adafruit.com/trinket-temperature-humidity-lcd-display.md)
- [Laser Dog Goggles](https://learn.adafruit.com/laser-dog-goggles.md)
- [Glowing Interactive Crystal Staff ](https://learn.adafruit.com/glowing-interactive-crystal-staff.md)
- [Proximity Based Lighting](https://learn.adafruit.com/proximity-based-lighting.md)
- [Ray Gun Blaster](https://learn.adafruit.com/ray-gun-blaster.md)
- [Trinket Powered Analog Meter Clock](https://learn.adafruit.com/trinket-powered-analog-meter-clock.md)
- [Trinket USB Keyboard](https://learn.adafruit.com/trinket-usb-keyboard.md)
- [Trinket React Counter](https://learn.adafruit.com/trinket-react-counter.md)
- [Rezz-Inspired NeoPixel Glasses](https://learn.adafruit.com/rezz-inspired-neopixel-glasses.md)
- [Trinket RGB Shield Clock](https://learn.adafruit.com/trinket-rgb-shield-clock.md)
- [Trinket “Question Block” Sound Jewelry](https://learn.adafruit.com/trinket-question-block-sound-jewelry.md)
