Creepy Simple Animatronic Skull Gardener
by Mister Gears in Living > Halloween
1438 Views, 9 Favorites, 0 Comments
Creepy Simple Animatronic Skull Gardener


This is the Animatronic Skull Gardener for the Halloween 2017.
This year for Halloween, I have finally build the first operational prototype of my animatronic ! That's take me many time to build it and make instruction.
So, I will show you how to build this simple and cool animatronic.
What do you need ?
Tools:
-Electric drill
-Reciprocating saw (or a simple wood saw)
-Manual drill
-Screwdriver
-Hot glue gun
-Cutter
-Soldering iron
-an electric mower (for decoration)
Materials:
-Duct tape
-Newsprint
-Wood screws
-2 long screws (5cm length)
-2 flanged nuts (for the long screws)
-Tin wire
-4 wooden log (100cm length; 4cm diameter)
-A polystyrene plate (2cm thikness)
-Polystyrene skull head (same size of an human head)
-Wood planks (1cm thikness; 10cm width)
-Wood block (22cm length; 10cm width; 8cm thikness)
-PVC pipe (5cm diameter)
-6 iron bracket
-iron wire
-Pair of choose
-Pair of trousers
-Switshirt
Electronic Materials:
-Arduino Nano
-Servo motor:
like this:
https://www.amazon.fr/XCSOURCE-Universal-A%C3%A9ro...
-Electrical capacitor (100 micro F)
-2 red leds (5 volts or less)
-Electronic relay:
https://www.amazon.fr/SODIAL-RELAIS-MODULE-CANAUX-...
-Electronic resistor (220 ohms)
-PCB card for electronic prototyping
-Electronic cables
-female socket
-male socket
-220 volts elctric wire
-movement sensor:
like this:
The Arms


















Build the 2 arms
The Legs


















Build the 2 legs.
The Body (part 1)






























Start to build the body.
The Body (part 2)


































Finish to build the body.
First Assembly






Assemble the arms on the body.
Second Assembly














Assemble the legs on the body.
The Legs Padding










Add the padding of the legs.
The Arms Padding






Add the padding of the arms.
The Head






















Add the 2 red leds to the head
The Neck
































Build the neck.
Third Assembly






Assemble the head on the neck.
Thourth Assembly




Assemble the head on the body.
The Relay Module



The Arduino Nano


The arduino software:
#include Servo servo1;
const int movedsensor = A4;
const int relay1 = 6;
const int relay2 = 8;
const int eyes = 4;
void setup() {
Serial.begin(9600);
pinMode(relay1, OUTPUT);
pinMode(relys2, OUTPUT); pinMode(eyes, OUTPUT);
pinMode(movedsensor, INPUT);
servo1.attach(12);
servo1.write(90);
digitalWrite(relay1, HIGH);
digitalWrite(relay2, HIGH);
delay(500);
}
void loop() {
int a = analogRead(movedsensor);
Serial.println(a);
if(a >= 400){
servo1.write(180);
digitalWrite(relay1, LOW);
digitalWrite(relay2, LOW);
digitalWrite(eyes, HIGH);
delay(3000);
servo1.write(90);
digitalWrite(relay1, HIGH);
digitalWrite(relay2, HIGH);
digitalWrite(eyes, LOW);
delay(5500);
}
}
Final Assembly

Well Done !

Well... it's finnaly done !