Clever Suction For Robot Arm Automates Face Shield Production

We’re certainly familiar with vacuum grabbers used in manufacturing to pick items up, but this is a bit different. [James Wigglesworth] sent in some renders and demo video (embedded after the break) of the Dexter robot arm and a laser cutter automatically producing face shields.

It’s a nice little bit of automation, where you can see a roll of plastic on the right side of the Glowforge laser cutter feeding into the machine. Once the laser does its thing, the the robot arm reaches in and grabs the newly cut face shield and stacks it in a box neatly for future assembly. There are a lot of interesting parts here, but the fact that the vacuum grabber is doing it’s job without a vacuum air supply is the one we have our eye on.

The vacuum comes from a corrugated sleeve that makes up the suction cup on the end of the robot arm. A rubber band holds a hinged piece over a valve on that sleeve that can be opened or closed by a servo motor. When the cuff is compressed against the face shield, the servo closes the valve, using the tape as a gasket, and the corrugated nature of the cuff creates a vacuum due to the weight of the item it is lifting. This means you don’t need a vacuum source plumbed into the robot, just a wire to power the servo.

The robot arm is of course the design that won the 2018 Hackaday Prize. I comes as no surprise to see the Haddington Dynamics crew setting up a manufacturing line like this one. As we discovered a few weeks ago, 3D printers, laser cutters, and robot arms are part of their microfactory setup and well suited to making PPE to help reduce the shortage during the COVID-19 outbreak.

Continue reading “Clever Suction For Robot Arm Automates Face Shield Production”

Inverse Kinematics Robot Arm Magna-Doodles The Time For You

Following a surge of creativity fueled by the current lockdown, [Diglo] writes in with his tabletop clock driven by a robotic arm drawing on a Magna Doodle tablet. And if you have one of those still lying around with some old toys and don’t mind cannibalizing it for the project, you too can follow along the source files to build your own.

The clock works by exploiting the principle that Magna Doodle tablets work by being drawn on with a magnetic stylus. That way, to draw on one of them you don’t need to add a point of articulation to bring the pen up and down, [Diglo] simply attached a controllable electromagnet to the end of a two-dimensional SCARA arm. In total, the whole build uses three stepper motors, two to control the movement of the arm, and one on the back of the tablet to sweep a magnetic bar which “erases” it.

This clock is similar to another we’ve featured a few years ago, which also used a Magna Doodle, but greatly improves on the idea. If a Magna Doodle seems too childish to build a magnetic clock however, there’s always ferrofluidic displays to try to dip your fingers into, but we really think you should watch this one in action after the break first.

Continue reading “Inverse Kinematics Robot Arm Magna-Doodles The Time For You”

Dexter Robot Arm Embraces New Manufacturing With First Micro-Factory

Haddington Dynamics, the company behind the Dexter robot arm that won the 2018 Hackaday Prize, has opened its first microfactory to build robot arms for Australia and Southeast Asia.

You may remember that the combination of Dexter’s makeup and capabilities are what let it stand out among robotics projects. The fully-articulated robot arm can be motion trained; it records how you move the arm and can play back with high precision rather than needing to be taught with code. The high-precision is thanks to a clever encoder makeup that leverages the power of FPGAs to amplify the granularity of its optical encodes. And it embraces advanced manufacturing to combine 3D printed and glue-up parts with mass produced gears, belts,  bearings, and motors.

It’s a versatile robot arm, for a fraction of the cost of what came before it, with immense potential for customization. And did I mention that it’s open source? Continue reading “Dexter Robot Arm Embraces New Manufacturing With First Micro-Factory”

Sixi 2, An Open Source 3D Printable 6 Axis Robot Arm

[Dan Royer] is taking some inspiration from Prusa’s business and is trying to build the same sort of enterprise around open source 3D printable robot arms. His 6 axis robot arm is certainly a strong first step on that road. 

As many people have learned, DIY robot arms are pretty difficult.  [Dan]’s arm has the additional complexity of being 3D printable with the ambitious goal of managing a 2kg payload at 840mm of reach. He’s already made significant progress. There’s a firmware, set of custom electronics, and a Fusion 360 project anyone can download and checkout. You can even control it with an Xbox controller.

The main board is an Arduino shield which outputs step and direction signals to stepper drivers. The gears are cycloidal and it appears there’s even some custom machining going on. When the parts are all laid out it becomes clear just how much effort has been put into this design.

It should be a pretty nice robot and might finally spur some of us to build the Iron Man style robot assistants we’ve always wanted. You can see the robot in action after the break.

Continue reading “Sixi 2, An Open Source 3D Printable 6 Axis Robot Arm”

LEGO-Based Robot Arm With Motion Planning

Robotic arms have found all manner of applications in industry. Whether its welding cars, painting cars, or installing dashboards in cars, robotic arms can definitely do the job. However, you don’t need to be a major automaker to experiment with the technology. You can build your own, complete with proper motion planning, thanks to Arduino and ROS.

Motion planning is important, as it makes working with the robotic arm much easier. Rather than having to manually specify the rotation of each and every joint for every desired movement, instead mathematics is used to figure everything out. End effectors can be moved, and software will figure out the necessary motions required to achieve the end results. This functionality is baked into Robot Operating System (ROS) and proves useful to this project.

The construction of this particular arm is impressive in its simplicity, too. It has 7 degrees of freedom, which is plenty to play with. The arm is built out of LEGO Technic components, which are attached to the servos with the addition of some 3D printed components. It’s a smart and simple way to integrate the servos into the LEGO world, and we’re surprised we don’t see this more often.

Robotic arms remain an area of active research; there are even efforts to allow them to self-correct in the event of damage. Video after the break.

Continue reading “LEGO-Based Robot Arm With Motion Planning”

Robot Arms Nudge The Hands Of Time In The Strangest Clock

We see a lot of clocks here at Hackaday. Digital clocks, retro clocks, lots of Nixie clocks, binary clocks, and clocks that appear to be designed specifically to be unreadable. But this dual-servo kinematic clock is something we haven’t seen yet, and it’s certainly worth a mention.

[mircemk]’s idea is simple and hearkens back to grammar school days when [Teacher] put a large cardboard clock dial on the blackboard and went through the “big hand, little hand” drill. In this case, the static cardboard clock has been replaced by a 3D-printed dial and hands, while a pair of servos linked together by two arms takes the place of the teacher. The video below shows it in action; the joint in the linkage between the two servos has a screw sticking out that can be maneuvered across the clock face to reposition the hands. It’s a little jittery, though; [mircemk] might want to tune the servo loops up a bit or tighten the linkage joints to make things a little smoother.

Even with the shakes, we find it wonderfully weird and hard to stop watching. It reminds us a bit of this luminous plotting clock from a while back – same linkage, different display.

Continue reading “Robot Arms Nudge The Hands Of Time In The Strangest Clock”

Robot Arm Is A Fast Learner

Not long ago, machines grew their skills when programmers put their noses to the grindstone and mercilessly attacked those 104 keys. Machine learning is turning some of that around by replacing the typing with humans demonstrating the actions they want the robot to perform. Suddenly, a factory line-worker can be a robot trainer. This is not new, but a robot needs thousands of examples before it is ready to make an attempt. A new paper from researchers at the University of California, Berkeley, are adding the ability to infer so robots can perform after witnessing a task just one time.

A robotic arm with no learning capability can only be told to go to (X,Y,Z), pick up a thing, and drop it off at (X2, Y2, Z2). Many readers have probably done precisely this in school or with a homemade arm. A learning robot generates those coordinates by observing repeated trials and then copies the trainer and saves the keystrokes. This new method can infer that when the trainer picks up a piece of fruit, and drops it in the red bowl, that the robot should make sure the fruit ends up in the red bowl, not just the location where the red bowl was before.

The ability to infer is built from many smaller lessons, like moving to a location, grasping, and releasing and those are trained with regular machine learning, but the inference is the glue that holds it all together. If this sounds like how we teach children or train workers, then you are probably thinking in the right direction.

Continue reading “Robot Arm Is A Fast Learner”