Friday 27 December 2019

Stranger Things Message Wall Arduino project

I made a version of the message wall seen in the Netflix series 'Stranger Things'. Winona Ryder's character Joyce Byers receives messages from 'the Upside Down'. She hung Christmas lights on her living room wall and the lights lit up next to corresponding letters. The project was a modified version of Zach Hipps' YouTube version and the instructions at his website. I am indebted to him for the Arduino code and the .apk for the BT app.















I wanted to make a smaller version as Christmas gifts for my two daughters. I settled on a 12" x 12" box frame version.

Things you need for the project:

(a) WS2811 Addressable RGB LEDs. I got mine from an eBay seller. You need 28 but they come in strings of 50. There's about 10cm of wire between each LED. When you get them check the wiring diagram carefully. The associated diagrams I got with my lights were wrong. This took a while to figure out as I'll explain later.


(b) Arduino Uno. You can use an original or a clone.

(c) HC-05 Bluetooth Module.

(d) Jumper cables.

(e) 400 point bread board.

(f) 5V 1A power supply.

(g) Soldering iron and solder.

(h) Printout of the picture or a drawing/painting done by a willing accomplice. I used a 12" x 12" piece of scrap-booking wallpaper with a suitable retro rose pattern. This was then over-painted with an approximation of the strings of Christmas fairy lights.

(i) 12" x 12" (300mm x 300mm) box frames. You may have to modify these to get an adequate depth. I attached 6cm wide strips of 5mm MDF to each side. I filled any gaps with wood filler, rubbed them down with sandpaper and painted them.


Instructions.

(a) Cut a length of LEDs, for this project you need 28. There is one LED for each letter A to Z and two needed for blanks to match the bulbs seen in the TV show.

This is a good moment to check the three wires. They may well be different colours from those specified in the instructions received from the supplier. Identify the +5V cable, the GND cable and the DATA cable. If you look closely at each LED they are labelled. Also note the direction arrow on the DATA cable. If you wire them up in the wrong direction they won't work. They won't be damaged they just won't light up.

(b) Check that the LEDs work by running a program from the Fast LED library. See my blog post here.

(c) You may now now want to change a few settings on your HC-05 Bluetooth module. I was making two of these projects so I named one module 'STMW1' and 'STMW2'. Passcodes were changed from the default '1234' to '11' (obviously!) Instructions for changing AT command can be found in my blog post here.

(d) Load up the project Arduino code provided in the introduction to your Arduino. Remove the USB cable.

(e) Now start making the following wire connections. Do them in this order:

GND wire from LED string to GND on Arduino
DATA wire from LED string to Pin 5 on Arduino
+5V wire from LED string to 5V on Arduino.

TX on HC-05 to RX on Arduino
RX on HC-05 to TX on Arduino
GND on HC-05 to GND on Arduino
VCC om HC-05 to +3.3V on Arduino

(f) Power up the Arduino using a 5V 1A adaptor. The HC-05 Bluetooth module should be flashing fairly rapidly.

(g) Download the Android app. It's not available from the Google play store. You need to copy it into an appropriate file destination on your smartphone, then install it. You may have to look up how to do this for your own phone.

(h) Switch Bluetooth on on your smartphone. Pair up with the HC-05 module.

(i) Using the Android app send a message. Watch as each light lights up in sequence. If you try a sentence with spaces in such as 'help me', there should be a slightly longer pause in between the words.

(j) Fix your completed 12" x 12" 'picture' into your adapted box frame. Hot glue the Arduino and the HC-05 onto the back of the frame and box in using a piece of MDF cut to size. Screw down the back plate.

There's a video of the completed project here: https://www.youtube.com/watch?v=NrRv_ULy_Kk






2 comments:

  1. Hi there. I'm making this for my daughter, it looks great. Could you send a picture of the BT and uno wiring please a s I'm a complete novicd. Thank you

    ReplyDelete
  2. Hi, sorry for the massive delay in getting back to you. There is a wiring diagram here: https://images.squarespace-cdn.com/content/v1/5938715d46c3c45036a33599/1510018019080-R8XYU75C68DJHPSERTAT/stranger+things+circuit+diagram.png?format=1500w but you may want to use the simple instructions that I gave in my blog post above, see (e). Hope this helps. Any issues, get back to me. Happy to help if I can. Graham.

    ReplyDelete