Animatronic Robot - Five Nights at Freddys

by Miggyparas15 in Circuits > Electronics

3591 Views, 6 Favorites, 0 Comments

Animatronic Robot - Five Nights at Freddys

Screen Shot 2017-03-14 at 11.36.23 PM.png

This tutorial will give you the different phases in building this project

Check out a Video tutorial on my Youtube Channel. Subscribe and give a thumbs up :)

MATERIALS

1. Arduino

2. styrofoam ( you can use foam board or craft foam)

3. Printout of Freddy

4. Glue

5. hot glue

6.popsicle sticks/ Craft sticks

7. 4 Servos

8. 2 pingpong balls white

9. Wooden platform

10. breadboard

11. wires

Paste

Screen Shot 2017-03-14 at 7.21.55 PM.png
Screen Shot 2017-03-14 at 7.22.15 PM.png

Glue the print onto the styrofoam. I suggest using foam board or craft foam much better :)

Create Frame

Screen Shot 2017-03-14 at 7.22.30 PM.png
Screen Shot 2017-03-14 at 7.22.55 PM.png

Create the frame of the face by creating a T-Shaped figure out of popsicle sticks and craft sticks. Make sure it is strong. Enforce it by adding more sticks onto it

Cut

Screen Shot 2017-03-14 at 7.23.46 PM.png

Cut out the face with cutters and smoothen the edges using the tip of the hot glue gun

Add Frame to the Platform

Screen Shot 2017-03-14 at 7.24.18 PM.png
Screen Shot 2017-03-14 at 7.24.41 PM.png

Glue the frame to the platform. Add necessary supports to prevent the frame from shaking too much

Add Servo

Screen Shot 2017-03-14 at 7.25.18 PM.png

Glue together ping pong balls and servo. Then, behind the face, add the servo right where the eye hole is located.

Add Eyebrow Servo

Screen Shot 2017-03-14 at 7.25.53 PM.png

Glue a stick and the servo together just like the picture. Place it right beside the eye. Make sure it is positioned right beside and add popsicle sticks and some illustration board to make the eyebrows. It will go from a 180 degree angle(open) to 90 degree angle(close).

Add Servo to Mouth Cutout

Screen Shot 2017-03-14 at 7.26.48 PM.png
Screen Shot 2017-03-14 at 7.27.12 PM.png
Screen Shot 2017-03-14 at 7.27.46 PM.png
Screen Shot 2017-03-14 at 7.28.05 PM.png

Add servo to the mouth cut out and glue it together. Then glue the servo to the bottom frame. Make sure the mouth goes a 160 degree from a 90 degree angle.

Connect and Upload Code

Screen Shot 2017-03-14 at 10.40.40 PM.png
Screen Shot 2017-03-14 at 7.29.33 PM.png
Screen Shot 2017-03-14 at 7.29.22 PM.png

  1. Check picture for connections made
  2. Upload the code using ARDUINO IDE

CODE:

#include

Servo Brow; Servo Left; Servo Right; Servo Mouth; int servoPin = 2; int servoPin2 = 3; int servoPin3 = 4; int servoPin4 = 5;

void setup() { // put your setup code here, to run once: Brow.attach(servoPin); Left.attach(servoPin2); Right.attach(servoPin3); Mouth.attach(servoPin4);

} void loop() { // put your main code here, to run repeatedly: Brow.write(150); Left.write(160); Right.write(160); Mouth.write(170); delay(2000); Brow.write(90); Left.write(40); Right.write(40); Mouth.write(90); delay(2000);

Brow.write(150); Left.write(160); Right.write(160); delay(1000);

Left.write(40); Right.write(40); delay(1000);

Left.write(160); Right.write(160); delay(200); Brow.write(90); delay(200); Brow.write(150); delay(400); Mouth.write(170); delay(200); Mouth.write(90); delay(200); Mouth.write(170); delay(200); Mouth.write(90); delay(200); Mouth.write(170); delay(200); Mouth.write(90); delay(200); Mouth.write(170); delay(200); Mouth.write(90); delay(2000);

}

ENJOY :)

Screen Shot 2017-03-14 at 11.36.23 PM.png

Please subscribe to my channel and checkout my other diy PROPS :D

support me in my Patreon. Miggy paras / Prop duster Theory

www.Patreon.com

Paypal

Donate $1 to help me build more projects for you guys :) It would really help me.

Paypal Email: miggyparas15@gmail.com

Checkout my youtube channel as well :D

https://youtu.be/ZhNy46JhXyc