Projects photo
SHARE

Origami, the ancient art of paper folding, also shows up in modern science and engineering. By turning a two-dimensional sheet into a 3-D product, as origami artists do, engineers can make more-versatile versions of devices like space mirrors and heart stents. The same techniques can also be used to create inexpensive robots.

To get started, simply print out a template, cut, and fold. Once you add some basic electronics, an Arduino brain will command the robot to roll over the floor, sticking to dark surfaces, based on the amount of reflected light it detects. If the robot’s body tears, it’s no big deal. Cardstock costs only about 10 to 30 cents per piece—just print another.

Ankur Mehta, who was an MIT postdoctoral fellow when he designed this machine, says his goal is to get robots into anyone’s hands for cheap. “People who are not engineers should be just as comfortable with creating and using robots as they are interacting with cellphones and smart devices,” he says.

WARNING: Lithium-polymer batteries are a fire hazard. Read the warnings on your battery before plugging it into your paper project.

Stats

  • Time: 5 hours
  • Cost: $55
  • Difficulty: Hard

Tools

  • Printer
  • X-Acto knife
  • Straight edge
  • Soldering iron

Materials

  • Custom daughter board
  • Three sheets 8.5-by-11-inch cardstock
Electronics

Electronics

Electronic components for the paper robot

This article was originally published in the November 2015 issue of Popular Science, under the title “Fold a Paper Robot.”

Instructions

Daughter Board

Step 1 – Daughter Board

Order a custom daughter board from a printed circuit-board service such as OSH Park. The circuit diagram shows what it will look like, but the manufacturer will also need these .grb files.
Print Body Folding Guide

Step 2 – Print Body Folding Guide

Print the body and wheel patterns from these folding guides onto cardstock.
Print Wheel Folding Guide

Step 2 – Print Wheel Folding Guide

Print the body and wheel patterns from these folding guides onto cardstock.
Cutting and Folding

Step 3 – Cutting and Folding

Carefully cut along the red lines, using the straight edge to guide the knife.
Cutting and Folding

Step 3 – Cutting and Folding

Cut the outline first; wait to cut the details until after you’ve made the major folds.
Cutting and Folding

Step 3 – Cutting and Folding

Make mountain-folds along blue lines and valley-folds along green ones.
Cutting and Folding

Step 3 – Cutting and Folding

Once you’ve made the major folds, carefully cut the details along the red lines.
Wheels

Step 4 – Wheels

Assemble the wheels.
Wheels

Step 4 – Wheels

Slide both arms of a plastic servo double-arm into two opposite cutouts at the center of each wheel.
Preparing the Arduino

Step 5 – Preparing the Arduino

On the Arduino, solder six male single pins into the programming header at board top.
Preparing the Arduino

Step 5 – Preparing the Arduino

Solder 12 single male headers along each side on board bottom.
Preparing the Daughter Board

Step 6 – Preparing the Daughter Board

Solder battery-connector wires into the (+) and (-) holes on board top.
Preparing the Daughter Board

Step 6 – Preparing the Daughter Board

Solder three right-angle male headers into rows 9 and 6 on daughter-board bottom and six female headers into its ANLG holes (this is where the LED, light sensor, and resistor will fit).
Preparing the Daughter Board

Step 6 – Preparing the Daughter Board

Solder one end of the resistor to the light sensor.
Preparing the Daughter Board

Step 6 – Preparing the Daughter Board

Connect resistor and light sensor to the frontmost three female headers. Connect the LED to two female headers. Solder the switch to board bottom.
Preparing the Daughter Board

Step 6 – Preparing the Daughter Board

Solder 12 single female headers along each side of the board top.
Folding Around the Arduino

Step 7 – Folding Around the Arduino

Now the electronic components are ready to fit into the origami frame.
Folding Around the Arduino

Step 7 – Folding Around the Arduino

Place the Arduino in the second largest paper segment.
Folding Around the Arduino

Step 7 – Folding Around the Arduino

Place the Arduino in the second largest paper segment.
Folding Around the Arduino

Step 7 – Folding Around the Arduino

Make sure the pins go through the holes.
Folding Around the Arduino

Step 7 – Folding Around the Arduino

Slide tabs of the two smallest servo paper segments into slots on the Arduino paper segment. Place the rectangular parts of the servos into their segments so their shafts are sticking out through the paper cutouts.
Folding Around the Arduino

Step 7 – Folding Around the Arduino

Slide tabs of the two smallest servo paper segments into slots on the Arduino paper segment. Place the rectangular parts of the servos into their segments so their shafts are sticking out through the paper cutouts.
Folding Around the Arduino

Step 7 – Folding Around the Arduino

Fold the rest of the paper structure around the Arduino and servos; close all tabs.
Attaching the Wheels and Daughter Board

Step 8 – Attaching the Wheels and Daughter Board

Snap the double arms (attached to the wheels) onto the servos. Tightly attach the daughter board’s female connectors to the Arduino’s male pins (piercing through the top piece of cardstock) so the switch is toward the robot’s tail. Connect the servo wires to rows 9 and 6.
Attaching the Wheels and Daughter Board

Step 8 – Attaching the Wheels and Daughter Board

Snap the double arms (attached to the wheels) onto the servos. Tightly attach the daughter board’s female connectors to the Arduino’s male pins (piercing through the top piece of cardstock) so the switch is toward the robot’s tail. Connect the servo wires to rows 9 and 6.
Code

Step 9 – Code

Upload code to the Arduino using the FTDI Basic Breakout 3.3 volt. This sample code is designed to move the robot along a dark surface, avoiding light areas.
Power

Step 10 – Power

Place the battery between the daughter board and the paper, and plug it in. Your paper robot is ready to rock—or rather, roll.