Gesture-Controlled Robot Arm Is A Nifty Educational Build

Traditionally, robot arms have been controlled either by joysticks, buttons, or very carefully programmed routines. However, for [Narongporn Laosrisin’s] homebrew build, they decided to go with gesture control instead.

The MeArm robotic arm is built using laser cut acrylic parts, and can be had in a kit if so desired. It features four servo motors, charged with rotating the arm’s base, pushing the arm forwards and backwards, up and down, and actuating its gripper. The servos are under the command of a micro:bit microcontroller board, which itself receives signals from a second micro:bit which is strapped to the human wishing to control the arm. The second micro:bit detects gestures with its accelerometer, and then sends the relevant commands to the robotic arm’s micro:bit over its built-in radio link. The arm controller then commands the servos to execute the maneuver.

It may be a small robotic arm that doesn’t have the capacity to lift much, but that’s not the point. This project is a great way to teach students how to program microcontrollers, work with sensor inputs, and just generally how to solve engineering puzzles. To that end, it looks like [Narongporn] has a great project on hand for teaching their students. Video after the break.

Continue reading “Gesture-Controlled Robot Arm Is A Nifty Educational Build”

Single-piece Tank Chassis Goes Robotic

[EXTREME3DPRINT] has a new version of their print-in-place tank chassis: the PiPBOT now accepts drop-in motors (in the form of 360° rotation servos), RC receiver, and battery pack to make a functional RC tank platform in no time flat. The design is entirely 3D printed with no supports needed.

This new version is a paid 3D model (and it includes STEP files, thankfully) but the original proof-of-concept print-in-place tank chassis is free and remains a highly clever piece of design that really shows off what is possible when one plays to a 3D printer’s strengths.

A better look at the design’s details can be found on the designer’s website, and a short video demonstrating assembly and operation is embedded below. We particularly like the attachment points on the top of the PiPBOT, which allows for securely mounting all kinds of customized payloads.

Interested in this style of printable RC platform, but want something a little more accessible? If race cars are more your thing, we’d like to also mention the Gamma 2.0 by [Under Engineered]. It’s a print-in-place RC car that needs minimal parts to get rolling and would make an excellent afternoon project.

Continue reading “Single-piece Tank Chassis Goes Robotic”

Robot Goes To Summer Camp

There are a lot of hobby and educational robots that have a similar form factor: a low, wide body with either wheels or tracks for locomotion. When [Alexander Kirilov] wanted to teach a summer robot camp, he looked at several different commercial offerings and found all of them somewhat lacking. His wish list was a neat-looking compact robot that was easy to extend, had various sensors, and would work with Python. Finding nothing to his liking, he set out to make his own, and Yozh robot was born.

The robot certainly looks neat. There is a color TFT display, seven reflective sensors pointing down, two laser time-of-flight sensors facing forward, an IMU, and some LEDs. There are plenty of expansion ports, too. You can check out the code that runs it, too.

Continue reading “Robot Goes To Summer Camp”

A long, skeletal neck of a swan automaton sits on a table. Two men are on either side of it, lowering the swan's body back on.

Restoring The Silver Swan Automaton

It’s easier than ever to build your own robot, but humans have been building automatons since before anyone had even thought of electronics. One beautiful example is the Silver Swan, built in the 18th century.

The brainchild of [John Joseph Merlin] and silversmith [James Cox], the swan features three separate clockwork drives, appearing to swim in a moving river where it snatches fish in its motorized beak. Mark Twain said the swan had “a living grace about his movements and living intelligence in his eyes” when he saw it at the International Exhibition in Paris in 1867.

The swan has been delighting people for 250 years, and recently received some much-deserved maintenance. In the video below, you can see museum staff disassembling the swan including its 113 neck rings which protect the three different chain drives controlling its lifelike motions. Hopefully, with some maintenance, this automaton will still be going strong in 2273.

If you’d like to Bring Back the Age of Automatons, perhaps you should study this bird bath or the “Draughtsman-Writer.”

Continue reading “Restoring The Silver Swan Automaton”

Robot Hand Has Good Bones

What do you get when you mix rigid and elastic polymers with a laser-scanning 3D printing technique? If you are researchers at ETH Zurich, you get robot hands with bones, ligaments, and tendons. In conjunction with a startup company, the process uses both fast-curing and slow-curing plastics, allowing parts with different structural properties to print. Of course, you could always assemble things from multiple kinds of plastics, but this new technique — vision-controlled jetting — allows the hands to print as one part. You can read the full paper from Nature or see the video below.

Wax with a low melting point encases the entire structure, acting as a support. The researchers remove the wax after the plastics cure.

Continue reading “Robot Hand Has Good Bones”

Robots: How The Pros Keep Them Safe

Robotic safety standards are designed for commercial bots, but amateur robot builders should also consider ideas like the keepout zone where a mobile robot isn’t permitted to go or how to draw out the safety perimeter space for your experimental robot arm. After all, that robot arm won’t stop crushing your fingers because you built it yourself. So, it is worth looking at the standards for industrial robots, even if your aim is fun rather than profit.

The basics of this for fixed robots like robot arms are defined in the standard R15-06. You don’t need to read the full text (because it costs $325 and is *incredibly* tedious to read), but the Association for Advancing Automation has a good background on the details. The bottom line is to ensure that a user can’t reach into an area that the robot arm might move to and provide a quick and easy way to disable the motors if someone does reach in.

Robots that move, called Industrial Mobile Robots (IMRs) or Autonomous Mobile Robots (AMRs) bring in a whole new set of problems, though, because they are designed to move around under their own control and often share space with humans. For them, the standard is called R15.08. The AGV network has a good guide to the details, but again, it boils down to two things: make sure the robot is keeping an eye on its surroundings and that it can stop quickly enough to avoid injury.

Pi Zero FPV Robot Uses Tiny Motor & Gears

We’ve seen plenty of first-person view (FPV) robots built using the Raspberry Pi Zero, but this one from [Shane] has an interesting twist: rather than directly driving the wheels from big motors, it uses small motors and gearboxes to drive the wheels, with some of the gears being 3D printed.

[Shane] has posted the full details of this cute little robot, complete with 3D models, code, and plans for the PCB that connects the Zero to the motors. These motors are N20 ones, which are much smaller and cheaper than what we usually see used in these projects, and run faster. They also often come with a gearbox that reduces the speed to something a bit more useful. Each motor drives the two wheels on one side through a 3D printed gear for tank-style steering.

To run the whole thing off a single LiPo battery, [Shane] also designed his own Pi Hat that converted the voltage to 5 V and added a couple of H bridge chips for the motors. It is a cute little build, but the requirement for a custom Pi hat perhaps puts it beyond most beginners, who might be interested in a cheap, straightforward build like this. Does anybody have any alternatives?

Continue reading “Pi Zero FPV Robot Uses Tiny Motor & Gears”