So Halloween is upon us again and I really wanted to use the Arduino I had. I went to the halloween store and found a skull with a hinged skull and that was the spark that began this project. I knew that it would probably be easy to have a servo move using the arduino and have it move the skull jaw up and down.
Remove these ads by
Signing UpStep 1: Gather your materials
Arduino Duemilanove - $34.99
http://www.makershed.com/ProductDetails.asp?ProductCode=MKSP4
Ladyada Waveshield Kit - $21.95
http://www.makershed.com/ProductDetails.asp?ProductCode=MKAD11
2 Super Bright Red LED's - $1.79 for a 2 pack
http://www.radioshack.com/product/index.jsp?productId=3096133
PIR Sensor Module - $9.99
http://www.radioshack.com/product/index.jsp?productId=2906724
A small servo - around $13.00
Bought it at a RC hobby shop here in town
A skull - around $9
A black cloak halloween costume - around $10
various bones
Speakers
Wire
PVC and fittings - from lowes or home depot
hmmm.....seeing it all written out it seems like more money that I remember spending...haha. Still though, to get animatronic halloween things premade you'd spend a bunch more that that. That's what I'll keep telling myself to justify this.











































Visit Our Store »
Go Pro Today »




Very nice instructable! I am searching a while, could please tell me somebody where to buy a skull like the one in the instructable. Best will be when i can buy it in germany or austria.
Thanks!
sorry my key boards broke so some keys dont work, but yeah i compile this and get that error message is there anything i have to add, i need this by halloween.
Also missing in the code here, there are 2 Include statements that are blank right at the top of the code. "Instructables doesnt like the "<>" symbols posted in the code and it dropped the information after the #include statement. I typed out the names of the symbols here before and after the information that is required.
The first one should be #include (less than symbol) AF_Wave.h (greater than symbol)
The second one should be "#include (less than symbol)avr/pgmspace.h
(greater than symbol)
It took me a bit to figure out (i'm new to arduino and not a programmer) looking at other examples of code lead me to change those two include statements
I loaded the code last night (without a servo hooked up yet) and the wav portion works no problem.
Cheers
I'm pretty new at all this arduino stuff, and I'd like to see the code you used. Can you post it?
Thanks!