PAPER HUNGRY ROBOT - Pringles Recycle Arduino Robot

by HappyThingsMaker in Circuits > Robots

6750 Views, 50 Favorites, 0 Comments

PAPER HUNGRY ROBOT - Pringles Recycle Arduino Robot

20180709_193218_capture.png

This is another version of Hungry Robot which I built in 2018. You can make this robot without 3d printer. All you need to do is just buying a can of Pringles, a servo motor, a proximity sensor, an arduino and some of tools. You can download all the files from the drawing to the source code for it.

PREPARING

01.png

Need to buy

  • https://kit.co/eunchanpark/hungry-robot

Important Links

PRINT PDF DRAWING

02.png
03.png
04.png

URL : Drawing File (PDF: Print it with "Actuall Size") https://www.thingiverse.com/thing:2984461

ROUND SHAPE PART

05.png
06.png
07.png

Cut the paper and put it on the cardboard. These parts are to separate space inside of the robot.

BODY PART

08.png
09.png
10.png
11.png
12.png
13.png
14.png
15.png
16.png
17.png
18.png
19.png
20.png
21.png
22.png

Put the paper on the empty Pringles bin and cut the bin along the line. You have to be careful when you cut the bin. As you can see the picture, you need to put the thumb behind the cutter's direction.

HEAD PART

23.png
24.png
25.png
26.png

You can make the head part as the same we made the body frame. If you have a proper tool, use it. If you don't have, you can just use stationary like a sharp pencil. The hole is used for link frame.

HAND PART 1 : FRAME

27.png
28.png
29.png
30.png
31.png
32.png
33.png
34.png
36.png
37.png
38.png
39.png
40.png

It is very straight forward. Attach the paper on the Pringles and cut them along the line.

There are 2 holes for links and 2 square holds for the servo motor.

HAND PART 2 : SERVO MOTOR HORN

41.png
42.png
43.png

when you buy the servo motor, the horns are enclosed. You need to make it secure them using a hot melt glue,

MAKING a LINK

44.png
45.png
46.png
47.png

This is an important link for making the head open at the same time when the hand moves.

SENSOR PART

48.png
49.png
50.png
51.png
52.png

Because the Pringles bin is not big enough to have a board such as an Arduino Shield. So, we need to make it as small as possible. So, we need to cut the wire and strip the wires one by one. The white material is "Closed End Cap". Wire to cables one by one.

SERVO MOTOR

53.png
54.png
55.png
56.png
57.png
58.png

As we made a sensor part, we need to make the motor cable.

ARDUINO PART

59.png

https://www.arduino.cc/en/Main/Software

Download and Install the IDE

CH340 DRIVER (FOR CHINESE VERSION)

60.png

http://www.wch.cn/download/CH341SER_EXE.html

DOWNLOAD THE SOURCE CODE

61.png
62.png
63.png
64.png

Source Code : https://github.com/happythingsmaker/TrashEatingRobot

If you don't know how to upload a source code file into your Arduino, follow this picture.

Select

  • Board - "Arduino Nano"
  • Processor - "ATmega328 (Old version - if yours is Chinese version)

Plug a USB cable

  • Wait a 5 second
  • open "Device Manager"
  • Check the com port
  • Check the Com port

Click upload button

BODY ASSEMBLY - PART 1

65.png
66.png
67.png
68.png
69.png
70.png

Put the servo motor and the sensor and secure them using a hot melt glue.

BODY ASSEMBLY - PART 2 (CIRCUIT)

71.png
72.png
73.png
74.png
75.png

Now, let's assemble everything with the Arduino. The first picture shows how they will be connected.

BODY ASSEMBLY - PART 3 (HAND AND BODY)

76.png
77.png
78.png
79.png
80.png
81.png
82.png
83.png

Because this robot is very small size, mechanical parts such as bearings doesn't need to be used. Just use cable ties. Put the horn on the servo motor and put power into the Arduino using USB cable. Adjust the angle of motor and hand.

BODY ASSEMBLY - PART 4 (LINK AND HEAD)

84.png
85.png
86.png
87.png
88.png
89.png
90.png
91.png
92.png
93.png
94.png
95.png

In order to make the head move with the hand at the same time, you need to assemble the link both the hand frame and the head frame.

ETC. ( or Most Important)

96.png
97.png
99.png

Let's attach eyeballs using Blu-tack

DONE

100.png
101.png

If you have any question, feel free to leave yours. Thank you!