Pages

Monday, October 20, 2014

Arduino Controlled Halloween Props



Animated Halloween props are a lot of fun. But the props that you buy at the store have some major limitations.
One problem is that each prop is activated by its own sensor. So it is difficult to get them to work together in unison. If the props are out of sync, the overall effect isn't as scary.
Another problem is that the built-in "motion sensors" aren't very effective. Most props are activated by a light sensor that detects the change in light when someone walks by. So in order for them to work, they need light to be shining on them. They won't work at all in the dark. They can also be falsely triggered if the lighting in the room changes.
So I worked out a system that lets you control all your animated Halloween props with a single microcontroller (such as an Arduino). This lets you exactly choreograph how and when each prop will turn on an off. It also lets you use external sensors that you can customize for your exact setup.

For step by step instructions, check out the instructable:
http://www.instructables.com/id/Control-Your-Halloween-Decorations-With-Arduino/

No comments:

Post a Comment