Stranger Things SparkCore

Stranger Things lights driven by SparkCore

Parts Guide

Unless you have done other projects with light strings before, you probably do not have these parts sitting around. Without knowing more about what is needed for the project, it can be hard to know what to get. Below, I describe the hardware requirements. You can just buy the same parts I did, or shop around for better deals.

Shopping list

Lights

In order to work for this project, the string of lights you use must have a few key characteristics: they must be RGB and addressable. This means that most Christmas lights you buy off the shelf will not really work for this project – although they may be LEDs, they are not generally addressable. If you were hoping to reuse some old Christmas lights: sorry!

“Arduino Based Stranger Things Lights” recommended Mokungit 100pcs WS2811 12mm LEDs, and that is what I used, too. Other lights can work just as well, too. When shopping for lights like these, the product names can be somewhat cryptic at first; for example, the full name for the one linked is currently “Mokungit 100pcs WS2811 12mm DC5V Input Diffused Digital RGB Wire Cable LED Pixels Module String Light IP68 Waterproof Addressable Dream Color Pixels Exposed Light String.

Let’s break that down a bit.

The rest of the product title (“Input Diffused Digital,” “Wire Cable,” “Pixels Module String Light,” “Dream Color Pixels Exposed Light String”) are just additional keywords to help the product show up in more searches.

Again, many of these aspects can be changed and still be usable for this project. The defining characteristics you should look for are that they are RGB and addressable. If you buy different lights, you may need to change some parts at the top of the Spark Core script.

##Power supply for lights Unlike most electronics, LED strings do not always come with a way to power them. Exactly what kind of power supply you need will depend on the lights you get. The important part to determine this is the “DC5V” part. The lights will probably either be 5V or 12V; it should be in the product description. When buying a power supply for the lights, just be sure that part matches.

The one I bought is the same brand as the lights, but it probably does not matter that much.

Power supply jack adapters for lights

Strangely (to me), in addition to being sold separately from a power supply, LED strings also do not come with a way to plug them in right out of the box. In the Setup Instructions I detail how to wire the parts together.

Strictly speaking, only 1 female adapter is needed to connect to the power supply’s male adapter, but it is hard to even find individual adapters to buy, and they are not that expensive anyway. The set I bought came with 5 male and 5 female adapters. I ended up using 2 of each, and it is kind of nice to know that if I want to expand my light string, all I need to get is the lights; I am all set for power and adapters.

Microcontoller

This is one of very few places I parted with the advice of “Arduino Based Stranger Things Lights” with regard to hardware. Instead of an Arduino Uno, I used a Spark Core, since I already had a Particle Maker Kit. The two are very similar, and it probably even possible to reuse the same code. I have never used an Arduino, so I do not know if it has all the user-friendly features of the Spark Core, such as the Web IDE. It looks like Particle’s current equivalent product is the Photon.

Power supply for microcontroller

As with powering the lights, the power supply for your microcontroller depends on which one you use. The Spark Core, Photon, and Electron are all powered using a Micro-USB cable, so if you have had a (non-Type-C) Android phone, you probably already have the cable and AC adapter you need.

If you bought a new microcontroller, it probably came with whatever you need to power it. Just be sure you have a power supply available when you start the project.