Roadmap For Haunt Controllers

This page provides a roadmap to using microcontrollers to automate haunted house props.
skip list of on-page links

Learning About Controllers

This part of the roadmap assumes that you don't know much about controllers or what they can do in a haunt.

Choosing A Controller

If you know nothing about controllers, you should probably read our intro to controllers. It describes several types of controllers, which differ in cost, ease of use, and capability.

For many haunt applications, a good choice is a controller based on the BASIC Stamp. In particular, the Prop-1 controller from Parallax EFX.

Prop-1 Setup

If you choose to go with the Prop-1, you will need:

Basic Testing

Our basic test is to write a program that simply blinks a LED on and off. You will need a simple red LED and a 470-ohm (yellow-violet-brown) resistor.

Please see Hookup And Testing.

Making Use Of Controllers

This part of the roadmap assumes that you have already been through Learning About Controllers and can get a Prop-1 controller to flash a LED on and off.

Now you are ready to make specific use of a controller in your haunt.

We will work through all the steps necessary to design and write a PROP-1 program, using a simple example that waits for a trick-or-treater and pops up a monster to scare him.

Introduction To Programming

What is a program? Do you need to be some kind of genius to do it?

Please see Introduction To Programming.

Program Design

Before you can write a specialized program to control your props, you have to decide what it should do.

Please see Program Design.

Input/Output Design

The controller program must interact with the outside world by looking at inputs and controlling outputs. We start by counting them up and figuring out what goes where.

Please see Input/Output Design For A Prop-1 Program.

Writing The Program

Since we know what the program must do (Program Design) and know how it communicates with the outside world (Input/Output Design For A Prop-1 Program), it is now time to write the actual program.

Because we did so much work up front, this will be easy.

Please see Writing The Prop-1 Program.

privacy policy | write to us | tip us
©Copyright 2006 by The Wolfstone Group. All rights reserved.
You must read and abide by our terms of service.