This document shows you how to build the battle station and install the micro-controller and RGB LEDs onto it.
- 36"x24" sheet of 1/4" MDF
- Enough 1x2 material to make a frame around the MDF
- About 8' of RGB LEDs in strips
- ESP8266 micro-controller
- 6' USB 2.0 A-Micro cable
- 5v PSU for LEDs - at least 3A
- Obtain or cut a 36"x24" sheet of 1/4" MDF
- Lay it on your work surface
- Build a simple frame around the MDF
- Use a few scrap pieces of wood to hold the MDF in place (see pictures)
- Secure the ESP8266 controller on one of the short edges of the frame
- *Note this will end up facing you (the DM) during play, so it can connect to your laptop
- Secure the RGB LED strips in place
- Important Make sure the arrows are pointing away from the micro-controller
- The signal on WS2812 goes in one direction only
- See image:
- Solder and connect jumper wires to form the 90 degree turns
- Place LEDs on both long edges of the frame and the further short edge
- *Note since the short edge facing you contains the micro-controller and DM shield, there's no point in putting LEDs on that short face
- Connect the "Signal" from the LED strip to the D6 Pin on the ESP8266
- Connect the "Ground" from the LED strip to the GND Pin on the ESP8266
- Connect a 5v Pigtail to the 5v and Ground Pin on the WS2812.
When you're done, it should look like this:
see image
These instructions assume you're using an ESP8266.
- Download the Arduino IDE
- Install the ESP8266 boards library. Instructions here
- Open the
/arduino/Arduino/Arduino.ino
file in the Arduino IDE - Following the instructions from Step 2, flash the program to the ESP8266
You're done now, but to test that everything is working properly, run the software (See Getting Started).