After I started learning to program my Ardunio this evolved into a photocell actuated video "on demand" Halloween display. I used an example I found on Arkadian.eu to control a Dell Mini 9 netbook running AutoHotKey. When the photocell switch is tripped the Arduino sends a serial message to the Dell laptop which is converted to a keystroke by AAC Keys which in turn triggers the below AutoHotKey Script and finally plays back using VLC. The "AAC Keys" could probably be replaced by setting up your Arduino as a USB HID but at the time this was all a foreign language to me.
So, lets get to the build!
Remove these ads by
Signing UpStep 1: Hardware: Don't lose your head over this.
In addition to the switch my hardware list included:
- 4 styrofoam heads (found on eBay)
- Dell Mini 9 netbook for video playback
- A 800x600 VGA projector
- Old Karaoke machine for audio playback
- Arduino UNO
- Radioshack project box to keep the Arduino dry and happy
- And the previously mentioned photocell and 12v wall wart









































Visit Our Store »
Go Pro Today »




Thanks
If the Arduino is overkill, it is over-engineering, which is not good engineering. I do think I'd like to see a buffer between an external device and DTR on my PC.
I'd be curious to see a setup like the one suggested by lperkins.
Maybe something like this - http://www.zorotools.com/g/00065530/k-G0443091?utm_source=google%20shopping&utm_medium=organic&utm_campaign=Google%2BShopping%2BFeed
IR distance sensor w/cable (10cm-80cm) - GP2Y0A21YK0F
http://www.adafruit.com/products/164
PIR (motion) sensor -
http://www.adafruit.com/products/189
(to me at least !…)
He fancied it all up by connecting the arduino and other electronics to make it completely automated.
If you wanted to simplify it, just launch it manually or run it on a loop.
I'm doing it this weekend - this is a project my wife would actually like me to do.
Good catch on the title, fixed!
Regarding the installation, did I miss something? I did not see a picture of the installation of the projector, the most important component. Is there another instructable for that? I'm curious how the projector is set up so that the trick-o-treaters don't block the light. I imagine up high near the ceiling taking advantage of keystoning feature of the projector.
I put together a quick mockup of what the decorations looked like when it was setup. The projector is on the black table near the rocking chairs.
http://thenewhobbyist.com/img/halloween_display.png
Excellent work.