Hackaday Prize 2023: PAROL6 – A GPL Desktop Robotic Arm

Parol 6 is a 3D-printed six-axis robot arm created by [Petar Crnjak] as a combination of the principles from a few previous projects. Aside from a pneumatic gripper, each axis is driven by a stepper motor, with at least a few of these axes being driven through a metal planetary gearbox for extra precision and torque.

From what we can glean from the work-in-progress documentation, there are some belt drives on four of the relevant axes and a mix of NEMA17 format steppers driving either 20:1 or 10:1 reduction boxes. There appears to be a mix of inductive sensors and traditional microswitches used, but it’s not so easy to work out where these are placed. Continue reading “Hackaday Prize 2023: PAROL6 – A GPL Desktop Robotic Arm”

Rolling Sphere Robotic Arm Seems Serpentine

Hinge joints are usually the simplest to use for robotic applications, but if you want motion that looks more organic, rolling joint (or rolling contact) mechanisms are worth a look. [Skyentific] is experimenting with this mechanism and built a 6-degree-of-freedom robotic arm with it.

The mechanism doesn’t necessarily need the physical surfaces to roll across each other to work, and you can get to two degrees of freedom with the virtual rolling sphere mechanism. [Skyentific] demonstrates how these work with both cardboard cutouts and 3D printed models. Stacking three of these mechanisms on top of each other, with each stage driven by three Dynamixel servos, the motion seems almost serpentine.

Since the servos are driving the small bottom linkages of each stage, they are operating at a significant mechanical disadvantage. The arm can just barely keep itself upright on top of the table, so [Skyentific] mounted it upside down to the bottom of the table to reduce the load of its weight. With the front stage removed, the load is significantly reduced, and it doesn’t struggle as much.

An interesting advantage of this mechanism is that there is always a straight path down the center for cabling. The length of this line between the two plates remains the same throughout the entire range of motion, so it can also be used to route a rigid drive shaft. This is actually what was done on the LIMS2-AMBIDEX robot to rotate its hand, and is also where saw this mechanism for the first time. Interestingly, that implementation didn’t drive the linkages themselves, but used tension cables around the mechanism. We also see this in a very similar tentacle robot, so it might be a better option.

Continue reading “Rolling Sphere Robotic Arm Seems Serpentine”

A robotic arm uses artificial muscles powered by water to lift a 7 kg barbell.

Taking A Stroll Down Uncanny Valley With The Artificial Muscle Robotic Arm

Wikipedia says “The uncanny valley hypothesis predicts that an entity appearing almost human will risk eliciting cold, eerie feelings in viewers.” And yes, we have to admit that as incredible as it is, seeing [Automaton Robotics]’ hand and forearm move in almost human fashion is a bit on the disturbing side. Don’t just take our word for it, let yourself be fascinated and weirded out by the video below the break.

While the creators of the Artificial Muscles Robotic Arm are fairly quiet about how it works, perusing through the [Automaton Robotics] YouTube Channel does shed some light on the matter. The arm and hand’s motion is made possible by artificial muscles which themselves are brought to life by water pressurized to 130 PSI (9 bar). The muscles themselves appear to be a watertight fiber weave, but these details are not provided. Bladders inside a flexible steel mesh, like finger traps?

[Automaton Robotics]’ aim is to eventually create a humanoid robot using their artificial muscle technology. The demonstration shown is very impressive, as the hand has the strength to lift a 7 kg (15.6 lb) dumbbell even though some of its strongest artificial muscles have not yet been installed.

A few years ago we ran a piece on Artificial Muscles which mentions pneumatic artificial muscles that contract when air pressure is applied, and it appears that [Automaton Robotics] has employed the same method with water instead. What are your thoughts? Please let us know in the comments below. Also, thanks to [The Kilted Swede] for this great tip! Be sure to send in your own tips, too!

Continue reading “Taking A Stroll Down Uncanny Valley With The Artificial Muscle Robotic Arm”

Open-Source Robotic Arm For All Purposes

A set of helping hands is a nice tool to have around the shop, especially if soldering or gluing small components is a common task. What we all really want, though, is a robotic arm. Sure, it could help us set up glue or solder but it can do virtually any other task it is assigned as well. A general-purpose tool like this might be out of reach of most of us, unless we have a 3D printer to make this open-source robotic arm at home.

The KAUDA Robotic Arm from [Giovanni Lerda] is a five-axis arm with a gripping tool and has a completely open-source set of schematics so it can be printed on any 3D printer. The robot arm uses three stepper motors and two servo motors, and is based on the Arduino MEGA 2560 for control. The electrical schematics are also open-source, so getting this one up and running is just an issue of printing, wiring, and implementing some software. To that end there are software examples available, and they can easily be modified to fit one’s robotic needs.

A project like this could be helpful for any number of other projects, or also just as a lesson in robotics for yourself or even in a classroom, since many schools now have their own 3D printers. With everything being open-source, this is a much simpler endeavor now than other projects we’ve seen that attempted to get robotic arms running again.

Continue reading “Open-Source Robotic Arm For All Purposes”

Robotic Arm Sports Industrial Design, 3D-Printed Cycloidal Gears

[Petar Crnjak]’s Faze4 is a open source robotic arm with 3D printable parts, inspired in part by the design of industrial robot arms. In particular, [Petar] aimed to hide wiring and cables inside the arm as much as possible, and the results look great! Just watch it move in the video below.

Cycloidal gearboxes have been showing up in robotic arm projects more and more, and Faze4 makes good use of them. Why cycloidal gears? They are readily 3D printed and offer low backlash, which makes them attractive for robotic applications. There’s no need to design cycloidal gears from scratch, either. [Petar] found this cycloidal gear generator in OnShape extremely useful when designing Faze4.

The project’s GitHub repository has all the design files, as well as some video demonstrations and a link to assembly documentation for anyone who would like to make their own. Watch Faze4 go through some test movements in the video embedded below.

Continue reading “Robotic Arm Sports Industrial Design, 3D-Printed Cycloidal Gears”

Simple 3D Printed Robotic Arm Uses Compliant Mechanism

Learning through play is effective for humans of all ages, and since 2016 [slantconcepts] has been designing STEM kits that help teach kids to build their future overlords. They are launching version 3 of their LittleArm robotic arm, and the progression from version 1 is an interesting study in simplification and parts count reduction without sacrificing functionality.

In all of the LittleArm versions the main mechanical components are 3D printed, and driven by 3 servos for motion plus one additional servo to run the gripper. These kits are specifically intended to be built and disassembled repeatedly, and classrooms are a great place for small screws to easily disappear, so reducing the number of screws was a big goal for v3. The gripper/forearm shows the most dramatic improvement from the previous versions, being simplified from 8 separate components to a single 3D printed part by using a compliant mechanism — that squiggly pattern that allows the gripper to flex into place. The gripper tips also feature a simple “cutout” that allow it more easily grasp horizontal objects.

An Arduino Nano based expansion board is used to control the arm, with a HC-06 Bluetooth module to allow it to be controlled via a smart phone app. Various sensors can also be added to expand the kit’s capabilities. Unfortunately the mechanical design is not open source, but it can still be a source of inspiration for your own design projects.

Hopefully this kit will inspire some future hackers to build a more advanced 3D printed version, or even a giant hydraulic powered arm.

An Open Assistive Robotic Arm To Help People Feed Themselves

Despite being otherwise capable, not everyone is able to feed themselves. [Julien]’s robot arm project aims to bring this crucial independence back to those people. Assistive devices in this space do exist, but as always they’re prohibitively expensive and the approval process is a nightmare. The development of the arm started by working closely with people who needed it at a local hospital. We note with approval, quite a few cardboard mock-ups to get the size and shape right before more formal work was done in CAD.

The robot arm only has to support a very light payload so its construction can be quite light. A frame of steel rods or plywood is all that’s required. We like how the motion is transferred from stepper motors to the joints of the arm by generously sized timing belts allowing the weight of the arm to remain towards the base. The team behind the project has gotten it to a point, but they’re hoping it will inspire community involvement as they move forward with it.

It’s worth noting, this is not the first assistive eating aid we’ve covered.