Giant Robot Arm Uses Fluid Power, Not Electronics

Fair warning that [Freerk Wieringa]’s videos documenting his giant non-electric robot build are long. We’ve only watched the first two episodes and the latest installment so far, all of which are posted after the break. Consider it an investment to watch a metalworking artist undertake an incredible build.

The first video starts with the construction of the upper arm of the robot. Everything is fabricated using simple tools; the most sophisticated tools are a lathe and a TIG welder. As the arm build proceeds we see that there are no electronic controls to be found. Control is through hydraulic cylinders in a master-slave setup; the slave opens a pneumatic valve attached to the elbow of the arm, which moves the lower arm until the valve closes and brings the forelimb to a smooth stop. It’s a very clever way of providing feedback without the usual sensors and microcontrollers. And the hand that goes at the end of the arm is something else, too, with four fingers made from complex linkages, all separately actuated by cylinders of their own. The whole arm looks to be part of a large robot, probably about 3 or 4 meters tall. At least we hope so, and we hope we get to see it by the end of the series.

True, we’ve seen terrifyingly large robots before, but to see one using fluid power for everything is a treat.

Continue reading “Giant Robot Arm Uses Fluid Power, Not Electronics”

Smooth stepper motor robot arm

Stepper Motor Robot Arm Has Smooth Moves

[Tobias Kuhn] had watched a YouTube video about a robot arm which used servo motors, and wanted to try making one himself. But he found it hard to get slow or smooth movements out of the servos. Even removing the microcontroller and trying to work with the servo’s driver-IC and potentiometer from an Arduino Nano didn’t get him satisfaction.

Then he found the very affordable 28BYJ-48 stepper motor. After some experimenting, he came up with a smooth moving robot arm with four steppers controlled from an Arduino Mega and A4988 stepper motor drivers. Rather than write a bunch of stepper motor code himself, he installed and ran a four-axis fork of grbl on the Arduino, turning it into a stepper motor controller. One minor hitch was that the A4988 motor drivers are for bipolar stepper motors but 28BYJ-48 steppers are unipolar. Luckily he knew of a very simple hack which our [Brian Benchoff] wrote about for turning a unipolar motor into a bipolar motor.

To tell the robot arm what to do, he built a replica arm with potentiometers in place of the stepper motors. As he manipulates the replica, the values of the potentiometers are read by a Raspberry Pi and some custom Python code which sends the appropriate G-code to the Arduino/grbl controlled robot arm. There’s a bit of a lag but when he moves the replica arm, the robot arm does the same move. See it in action in the video below.

Continue reading “Stepper Motor Robot Arm Has Smooth Moves”

A Robot Arm For Virtual Beer Pong

Leave it to engineering students to redefine partying. [Hyun], [Justin], and [Daniel] have done exactly that for their final project by building a virtually-controlled robotic arm that plays beer pong.

There are two main parts to this build: a sleeve worn by the user, and the robotic arm itself. The sleeve has IMUs at the elbow and wrist and a PIC32 that calculates their respective angles. The sleeve sends angle data to a second PIC32 where it is translated it into PWM signals and sent to the arm.

There’s a pressure sensor wired sleeve-side that’s worn between forefinger and thumb and functions as a release mechanism. You don’t actually have to fling your forearm forward to get the robot to throw, but you can if you want to. The arm itself is built from three micro servos and mounted for stability. The spoon was a compromise. They tried for a while to mimic fingers, but didn’t have enough time to implement grasping and releasing on top of everything else.

Initially, the team wanted wireless communication between the sleeve and the arm. They got it to work with a pair of XBees, but found that RF was only good for short periods of use. Communication is much smoother over UART, which you can see in the video below.

You don’t have to have a machine shop or even a 3-D printer to build a robot arm. Here’s another bot made from scrap wood whose sole purpose is to dunk tea bags.

Continue reading “A Robot Arm For Virtual Beer Pong”

A Robot Arm With The Tender Grip Of An Octopus

If you’ve ever experimented with a robot gripper, you’ll know that while it is easy to make an analogue of the human ability to grip between thumb and forefinger, it is extremely difficult to capture the nuances of grip with the benefit of touch feedback to supply only just enough of the force required to grip and hold an object. You as a human can pick up a delicate eggshell without breaking it using the same hand you might use to pick up a baseball or a cricket ball, but making your robot do the same thing is something of an engineering challenge.

The robot gripper is something that has exercised the minds of the folks at Festo, and the solution they have arrived at is as beautiful as it is novel. They have produced a gripper based upon the action of an octopus tentacle,  though unlike the muscle of the real thing they’ve created a silicone tube which bends inwards when inflated. Its inner surface is covered with octopus-like suckers, some of which can be activated by a vacuum. The result is a very capable and versatile gripper which due to its soft construction is ideal for use in environments in which robots and humans interact.

They’ve put up a slick video showing the device in action, which we’ve put below the break. Tasks such as gripping a rolled-up magazine or a plastic bottle that would tax more conventional grippers are performed faultlessly.

Continue reading “A Robot Arm With The Tender Grip Of An Octopus”

Robot Arm From Recyclables

A robot assistant would make the lives of many much easier. Luckily, it’s possible to make one of your own with few fancy materials. The [circuito.io] team demonstrates this by building a robot arm out of recyclables!

With the exception of the electronics — an Arduino, a trio of servo motors, and a joystick — the arm is made almost completely out of salvaged recyclables: scrap wood, a plastic bottle, bits of plastic string and a spring. Oh, and — demonstrating yet another use for those multi-talented tubers — a potato acts as a counterweight.

Instead of using screws or glue, these hackers used string made from a plastic bottle as a form of heat shrink wrap to bind the parts of the arm together. The gripper has only one pivoting claw for greater strength, and the spring snaps it open once released. Behold: your tea-bag dunking assistant.

Continue reading “Robot Arm From Recyclables”

Walter Is The Slickest Retro-Futuristic Robot Arm

[Jochen Alt] is on a roll. We just covered his ball-balancing robot, Paul, only to find his phenomenal six-DOF robot arm in full retro style. Its name is “Walter” and it’s done up in DDR style (the former East Germany), in painted, 3D-printed plastic. The full design and build documents are an absolutely amazing resource if you’re into robot arm or legs.

In particular, the sections on trajectory planning and kinematics are fantastic. If you’re interested in robot motion planning by Bezier curves, you know where to go. (We’ve always wanted a Bezier-curve 3D printer slicer, but that’s another story.) The construction is also top-notch here, and the attention to detail that went into this arm is phenomenal. It’s all done with stepper motors and geared belts, which allow each of Walter’s joints to be driven by a motor that’s one joint further upstream than would be the case if it were designed with servos. [Jochen] even went so far as to expose the belt in some places to show off the gearing. Walter is worth checking out.

Even if you’ll never build such a fancy robot arm, you should read through the docs just to appreciate all of the thought and work that went into this very refined and simple-from-the-outside design. If you’d like to start out on the simple side of the spectrum, check out these robot arms made of office supplies or a desk lamp. Once you’re ready for your second arm project this short list, some of which [Jochen] mention in his writeup, should get you up and grasping. And do check out his balancing bot, Paul.

From IKEA Lamp To Robot Arm

We’re used to projects that take everyday household objects and modify or enhance them into new and exciting forms that their original designers never intended. A particular theme in this endeavour comes from the IKEA hacking community, who take the products of the Swedish furniture store and use them for the basis of their work.

A particularly inventive piece of IKEA hacking is a project from [anastas.car], a low-cost 3D-printed robot arm based on Ikea Tertial lamp. The lamp in question is a relatively inexpensive spring-balanced desk lamp that when looked at in another light has all the metalwork ready-cut for a 5 degrees of freedom robot arm when combined with 3D-printed servo holders for five servos at its joints. The resulting design has all files available on Thingiverse, and judging by the video we’ve posted below the break makes for a rather effective arm.

Continue reading “From IKEA Lamp To Robot Arm”