Teleclaw: Remote Robot Gripper

From MAKE Magazine

From MAKE Magazine

This project first appeared on the pages of MAKE magazine.

Use a TV remote to grab and release small objects from afar.

  • Author: Gordon McComb
  • Time required: 30 minutes to 1 hour
  • Difficulty: Moderate
  • Add Note x
  • x 3

It might have been Robots of Saturn that first got my young brain thinking about building a mechanical man. In that obscure 1962 sci-fi adventure novel, Dig Allen and his fellow teenage space explorers transfer their thoughts into the bodies of teleoperated robots to mine Saturn’s dangerous rings for precious Methane-X.

Using some of my stepfather’s “extra” ham radio gear, I tried to build my own telerobot, with plans of world domination swimming through my head. I didn’t get far, but now, with powerful yet inexpensive microcontrollers, maybe this time it’ll work.

Big ideas begin with small steps, so let’s start petite, cheap, and easy. Here’s how to build a super-affordable remote robotic gripper that can pay the pizza delivery guy.

The telerobotic gripper (let’s call it the Teleclaw) has three main parts. The mechanics include a $2 plastic clamp, a radio-controlled (R/C) servomotor, some stiff wire, and a bracket to hold it all together. The electronics are a simple circuit designed around the Picaxe 08M microcontroller and an infrared (IR) receiver/demodulator module.

The remote control unit is an ordinary TV/VCR/DVD remote. You can use a remote you already have or get a cheap one just for this project. I paid 99 cents for the model here, but note that cheaper remotes usually have shorter ranges.

NOTE: Save time and money by picking up the MAKE Telerobotic Gripper Kit (item #MSTGK from the Maker Shed: http://www.makershed.com/teleclaw), which includes all of the project materials.

Sections
Tools
Relevant parts
Relevant parts (continued)
first image
thumb image 1
thumb image 2

Add Note Edit Step 1 — Construct the gripper mechanics.  ¶ 

  • If you’re making your own gripper bracket, use rigid ¼" plywood or expanded PVC, and follow the diagram. For a quick prototype you can use ¼" foam board.

  • Saw out the bracket’s basic shape, then drill the mounting holes, all 1" unless otherwise noted. For the rectangular cutout (which will fit the servo), you can drill a starter hole and thread a thin saw blade through to cut out the rest, or else just cut through along the dotted lines shown in the diagram.

  • Secure the servo into the bracket using four 4-40×½" machine screws and nuts, with the shaft end near the bracket’s bend.

first image
thumb image 1
thumb image 2
thumb image 3

Add Note Edit Step 2  ¶ 

  • Drill 2 (or possibly 3) 1" holes through the clamp handles, one at the end of one grip (my clamp already had this) and 2 more 1" apart along the other, matching the 6" holes in the bracket

  • Use flush cutters to trim the plastic away from the clamp’s handle around the red ratcheting piece, then yank out the ratcheting mechanism with heavy-duty pliers.

  • Mount the clamp to the bracket using two 4-40×¾" bolts and nuts. Make them tight without seriously deforming the plastic.

No image

Add Note Edit Step 3  ¶ 

  • Drill a 1/8" hole toward the end of one side of a double-arm servo horn and temporarily fit the horn over the servo shaft.

  • Slowly rotate the servo counterclockwise until the motor hits its internal stop, then back off about 5°.

  • Reposition the horn so that its arms are in the 9 o’clock and 3 o’clock positions, then attach it to the servo using the included screw.

first image
thumb image 1
thumb image 2

Add Note Edit Step 4  ¶ 

  • Clip off the clasp from a 2¼" coilless safety pin, straighten it, and cut a 3" length (or just start with 3" of stiff wire). Bend ½" of each end of the wire 90° in opposite directions to make a thin “S” hook

  • Hook the wire through the holes in the servo horn and the outside handle of the clamp. Use needlenose pliers to crimp the wire around the horn and handle loosely, so that it won’t bind

first image
thumb image 1
thumb image 2
thumb image 3

Add Note Edit Step 5 — Build the gripper electronics.  ¶ 

  • Following the schematics, wire the circuit together on a solderless breadboard (you can transfer it to a soldered board later). Keep lead lengths short, especially for the 2 capacitors. Leave one side of each battery pack unconnected for now.

  • For simplicity, this project uses 2 separate voltages, one non-regulated, to operate the Picaxe and the servo. See makeprojects.com/ v/27 for how to power the Teleclaw from a single 4.5V–5V supply.

  • Solder leads to the 3.5mm stereo jack, which the Picaxe programming cable will plug into. Connect the jack and 2 remaining resistors to your board as shown. All resistors must remain in place even after you’ve uploaded your program.

No image

Add Note Edit Step 6 — Set up your remote.  ¶ 

  • If you’re using a universal remote, follow its instructions for how to set it up for a Sony TV, VCR, or DVD player. With my remote, for example, I selected VCR code 098. The Picaxe 08M has built-in commands for reading and decoding Sony SIRC protocol IR codes.

No image

Add Note Edit Step 7 — Program the Picaxe.  ¶ 

  • Download and install the free Picaxe Program Editor (Windows) or AXEpad (Mac/Linux) software from http://www.picaxe.co.uk. Plug your programming cable between your computer’s USB and the 3.5mm jack.

  • Launch the Program Editor or AXEpad, and specify 08M under Options → Target Device. Also select the serial port used with the download cable.

  • Download the project code from http://cdn.makezine.com/make/27/ir-gripper.bas and open it in the editor. Apply power to the microcontroller circuit only — the servo doesn’t need to be powered yet — and click the Program button to compile and transfer the code to your Picaxe.

first image

Add Note Edit Step 8 — Now play!  ¶ 

  • Connect power to the servo, then disconnect and reconnect power to the Picaxe. The LED should glow to indicate when the Picaxe is sending pulses to the R/C servo, and the servo should quickly center itself.

  • Point the remote at the IR receiver on the breadboard and start pressing buttons to control the servo actions as follows:

    • Channel Up/Channel Down — close/open the gripper incrementally.

    • 2/8 — close/open the gripper fully.

    • 5 — set the gripper to midway.

    • 0 — toggle the servomotor power on and off (to extend battery life).

Next » « Previous

Notes Add Note Notes are offturn on