Robotic Arms Controlled By Your….. Feet?

The days of the third hand’s dominance of workshops the world over is soon coming to an end. For those moments when only a third hand is not enough, a fourth is there to save the day.

Dubbed MetaLimbs and developed by a team from the [Inami Hiyama Laboratory] at the University of Tokyo and the [Graduate School of Media Design] at Keio University, the device is designed to be worn while sitting — strapped to your back like a knapsack — but use while standing stationary is possible, if perhaps a little un-intuitive. Basic motion is controlled by the position of the leg — specifically, sensors attached to the foot and knee — and flexing one’s toes actuates the robotic hand’s fingers. There’s even some haptic feedback built-in to assist anyone who isn’t used to using their legs as arms.

The team touts the option of customizeable hands, though a soldering iron attachment may not be as precise as needed at this stage. Still, it would be nice to be able to chug your coffee without interrupting your work.

Continue reading “Robotic Arms Controlled By Your….. Feet?”

“You Had One Job”, Bot

Only a Human would understand the pithy sarcasm in “You had one job”. When [tterev3]’s RopeBot the Robot became sentient and asked “What is my purpose?”, [tterev3] had to lay it out for him quite bluntly – “You cut the rope”. He designed RopeBot (YouTube video embedded below) for one job only – single mission, single use.

A couple of years back, [tterev3] had put up some thick ropes for a low ropes course in his backyard. Over time, the trees grew up, and the ropes became embedded in the tree trunks. Instead of risking his own life and limbs to try cutting them down, he designed RopeBot to do the job for him. It’s built from scavenged electronics and custom 3D printed parts. A geared motor driving a large cogged pulley helped by two smaller, idler wheels helps the bot to scurry up and down the rope. A second geared motor drives a cam reciprocating mechanism, similar to industrial metal cutting saws. A common utility knife is the business end of the bot, helping slice through the rope. A radio receiver and controller is the brains of the bot which drives the two motors through a motor driver board. The remote controller, assembled on a piece of foam, has three switches for Up, Down and Cut. Everything is held together on the 3D printed frame and tied down with a generous use of zip ties, with rubber bands providing spring tension where needed. When the rope has been cut, the RopeBot comes down for a smashing end. It might not look fancy, but it gets the job done. We spy some real ball bearings on the three pulleys meaning [tterev3] didn’t skimp on good design just because it’s a disposable robot. Obviously, he spent a fair amount of time and effort in designing RopeBot.

Once the job is done, most of the electronics and hardware can be recovered and used again while the 3D printed parts could be recycled, making this a really cost-effective way of handling the problem. Like the Disposable Drones we covered earlier, these kind of “use and discard” robots not only make life easier for Humans, but also ensure low economic and ecological impact.

Continue reading ““You Had One Job”, Bot”

ZeroBot Is As Simple As It Gets

Usually at Hackaday we like to post projects that are of interest because of their complexity. That’s especially true for robots — the more motors and sensors the better. But, occasionally we come across a project that’s beautiful because of its simplicity. That’s the case with [Max Kern]’s ZeroBot, recently posted over on Hackaday.io.

The ZeroBot breaks the essence of a robot down to just the essentials: a Raspberry Pi Zero W for the brains, a driver and two motors for movement, a battery for power, and a camera to see. The chassis is made completely of parts that are easily 3D-printable. The Zero W creates a WiFi access point that users can connect to on a computer or smart phone, and subsequently provides FPV control.

This project is reminiscent of the starter robot kits many of us began our hacking lives with, and it’s a great teaching tool for kids. Print the parts and you can have the robot built-in an afternoon, while still being fun enough to actually play with when you’re done. After the physical robot is built, the possibilities for programming and controlling it are endless.

Continue reading “ZeroBot Is As Simple As It Gets”

Evezor Robotic Arm Engraves 400 Coasters

When you’re running a Kickstarter for a robotic arm, you had better be ready to prove how repeatable and accurate it is. [Andrew] has done just that by laser engraving 400 wooden coasters with Evezor, his SCARA arm that runs on a Raspberry Pi computer with stepper control handled by a Smoothieboard.

Evezor is quite an amazing project: a general purpose arm which can do everything from routing circuit boards to welding given the right end-effectors. If this sounds familiar, that’s because [Andrew] gave a talk about Evezor at Hackaday’s Unconference in Chicago,

One of the rewards for the Evezor Kickstarter is a simple wooden coaster. [Anderw] cut each of the wooden squares out using a table saw. He then made stacks and set to programming Evezor. The 400 coasters were each picked up and dropped into a fixture. Evezor then used a small diode laser to engrave its own logo along with an individual number. The engraved coasters were then stacked in a neat output pile.

After the programming and setup were complete, [Andrew] hit go and left the building. He did keep an eye on Evezor though. A baby monitor captured the action in low resolution. Two DSLR cameras also snapped photos of each coaster being engraved. The resulting time-lapse video can be found after the break.

Continue reading “Evezor Robotic Arm Engraves 400 Coasters”

Robot Lives In Your Garden And Eats The Weeds

You can’t deny the appeal of gardening. Whether it’s a productive patch of vegetables or a flower bed to delight the senses, the effort put into gardening is amply rewarded. Nobody seems to like the weeding, though — well, almost nobody; I find it quite relaxing. But if you’re not willing to get down and dirty with the weeds, you might consider deploying a weed-eating garden robot to do the job for you.

Dubbed the Tertill, and still very much a prototype, the garden robot is the brainchild of some former iRobot employees. That’s a pretty solid pedigree, and you can see the Roomba-esque navigation scheme in action — when it bumps into something it turns away, eventually covering the whole garden. Weed discrimination is dead simple: short plants bad, tall plants good. Seedlings are protected by a collar until they’re big enough not to get zapped by the solar-powered robot’s line trimmer.

It’s a pretty good idea, but the devil will be in the details. Will it be able to tend the understory of gardens where weeds tend to gather as the plants get taller? Can it handle steep-sided raised beds or deeply mulched gardens? Perhaps there are lessons to be learned from this Australian weed-bot.

Continue reading “Robot Lives In Your Garden And Eats The Weeds”

Balancing Robot Needs Innovative Controller And Motor

A self-balancing robot is a great way to get introduced to control theory and robotics in general. The ability for a robot to sense its position and its current set of circumstances and then to make a proportional response to accomplish its goal is key to all robotics. While hobby robots might use cheap servos or brushed motors, for any more advanced balancing robot you might want to reach for a brushless DC motor and a new fully open-source controller.

The main problem with brushless DC motors is that they don’t perform very well at low velocities. To combat this downside, there are a large number of specialized controllers on the market that can help mitigate their behavior. Until now, all of these controllers have been locked down and proprietary. SmoothControl is looking to create a fully open source design for these motors, and they look like they have a pretty good start. The controller is designed to run on the ubiquitous ATmega32U4 with an open source 3-phase driver board. They are currently using these boards with two specific motors but plan to also support more motors as the project grows.

We’ve seen projects before that detail why brushless motors are difficult to deal with, so an open source driver for brushless DC motors that does the work for us seems appealing. There are lots of applications for brushless DC motors outside of robots where a controller like this could be useful as well, such as driving an airplane’s propeller.

Upgraded Roboceratops Still Not Extinct

We first heard about [Robert Stephenson]’s robotic baby dinosaur a few years ago, and recently he made some upgrades.

Roboceratops V2 uses 10 servos in the jaw, neck, tail, and front and back legs with 16 degrees of freedom—the two front legs each got an additional degree of freedom in the upgrade. [Robert] is currently in the process of swapping out the Hitec HS645 MGs for higher-torque New Power XLDs.

The older version had aluminum legs covered with upholstery foam, but [Robert] has refined the design. The head, body, and legs are made from laser-cut MDF sanded to give a more natural, bone-like rounding. Finally, to better make use of the new servos [Robert] rewrote the gait engine, giving Robosaurus a more natural motion as it adjusts its center of gravity with each step.

So, for the next version are we all on board for simulated skin?

Continue reading “Upgraded Roboceratops Still Not Extinct”