Tag Archives: RTP MIDI

Halloween 2023: Curse of the Mummy

Back in 2012, we presented The Mummy’s Curse Puzzle Door of Doom. It seemed like a good time to do it again. But first we need to make some improvements.

The door took a pretty good beating in its 3 hours of service the last time around. Parts of the foam sculpt needed to be repaired and repainted. For this we used an epoxy product we heard that other haunt builders use. Aves Apoxie Sculpt is a 2-part modelling compound that is easy to use and sets-up really strong.

The original control system was on a PIC-IO board, but that had been reused for another project. Since 10 years had passed since the last use of the puzzle door, it seemed like a good time to make a tech upgrade. We chose an Espressif ESP-8266 module, which is a WiFi enabled microcontroller. The ESP-8266 can be configured for 5 digital inputs, so that would be enough for the 4 puzzle buttons and 1 switch to detect air pressure.

Having a connection to WiFi allowed us to take an IoT approach to designing our system. Instead of running wires from the front porch to the attic to be connected to the Maris hardware show controller to send MIDI commands that are, in turn, consumed by the VenueMagic software show controller (Ugh), we would use RTP MIDI over WiFi to communicate directly from the door switches to VenueMagic.

RTP MIDI, also known as Apple MIDI, is typically used to wirelessly play a synth keyboard with an iPad. Fortunately for us, there are open-source libraries for the ESP-8266 to allow a MIDI message to be sent every time an “event” happens on the door.

But why stop there? We also need to know when people are heading up the stairs. For that we have our dual light beam solution. That too is on a PIC-IO that was replaced with RTP MIDI on an ESP-8266.

Things were looking up until Halloween night. By the time we got the puzzle fixed to the front door and powered-up, it was discovered that, well, it didn’t work. There was either a mechanical or electrical problem with one of the puzzle switches. 5 PM arrived and the problem wasn’t solved. We quickly pivoted to hitting our guests with some thunder and lightning when we heard “trick or treat” outside.

The only people who asked about the puzzle were high school and college students who had trick or treated in the neighborhood back when they were much younger. It was unfortunate to let them down, but really nice that people of all ages come to see what we were doing. We gave out candy to 222 kids this year and had some great conversations with a whole lot of adults.

Next year will be scary. We promise.