Hackaday Prize Entry: A Six Axis Robotic Arm With Fingertip Control

If you were a child of the 1980s whose fascination extended to the contents of your local Radio Shack store, you may remember the Armatron robot arm as a particular object of desire. It was a table top robot arm operated not by motors or a microcontroller, but by a clever set of gears directed manually from a pair of joysticks. If you took a look at it with an eye to control from your 8-bit home computer you were likely to be disappointed, but nevertheless it was an excellent toy.

The Armatron may be long gone, but if you hanker for a similar device you should take a look at [3D Meister]’s finger controlled six axis arm. This is an arm similar to the Armatron in size, but with far more capabilities. Control is via cable loops to sliders at the arm’s base, and in addition to the usual arm movements there is an extra loop which can be used to operate any of a selection of tools including a gripper, a magnet, and a clipper. The video below the break shows the arm in action, and for the faint-hearted it should be noted that it contains the gratuitous death of some innocent plants.

Continue reading “Hackaday Prize Entry: A Six Axis Robotic Arm With Fingertip Control”

Autonomous Boat Sails The High Seas

As the human population continues to rise and the amount of industry increases, almost no part of the globe feels the burdens of this activity more than the oceans. Whether it’s temperature change, oxygen or carbon dioxide content, or other characteristics, the study of the oceans will continue to be an ongoing scientific endeavor. The one main issue, though, is just how big the oceans really are. To study them in-depth will require robots, and for that reason [Mike] has created an autonomous boat.

This boat is designed to be 3D printed in sections, making it easily achievable for anyone with access to a normal-sized printer. The boat uses the uses the APM autopilot system and Rover firmware making it completely autonomous. Waypoints can be programmed in, and the boat will putter along to its next destination and perform whatever tasks it has been instructed. The computer is based on an ESP module, and the vessel has a generously sized payload bay.

While the size of the boat probably limits its ability to cross the Pacific anytime soon, it’s a good platform for other bodies of water and potentially a building block for larger ocean-worthy ships that might have an amateur community behind them in the future. In fact, non-powered vessels that sail the high seas are already a reality.

Continue reading “Autonomous Boat Sails The High Seas”

PobDuino Makes The Most Of Grove

The chassis of a toy robot serves as the base of a robot built by [Jean Noel]. Called #PobDuino, the robot features two Arduino-compatible boards under the hood.

First, a Seeeduino Lotus, a Arduino board peppered with a dozen Grove-compatible sockets. The board, which is the size of an UNO, is mounted so that the plugs project out of the front of the robot, allowing ad-hoc experimentation with the various Grove System modules. Meanwhile, a custom ATmega328 board (the PobDuino) interprets Flowcode instructions and sends commands to the various parts of the robot: servos are controlled by an Adafruit servo driver board and the DC motors are driven by a Grove I2C motor driver.

We love how easy it is to customize the robot, with both the Lotus and the Adafruit 16-channel servo driver on the exterior of the robot. Just plug and play!

Learn more about Grove-compatible plugs and a lot more in [Elliot]’s My Life in the Connector Zoo.

Wire-bots, Roll Out!

Designing and 3D-printing parts for a robot with a specific purpose is generally more efficient than producing one with a general functionality — and even then it can still take some time. What if you cut out two of those cumbersome dimensions and still produce a limited-yet-functional robot?

[Sebastian Risi] and his research team at the IT University of Copenhagen’s Robotics, Evolution, and Art Lab, have invented a means to produce wire-based robots. The process is not far removed from how industrial wire-bending machines churn out product, and the specialized nozzle is also able to affix the motors to the robot as it’s being produced so it’s immediately ready for testing.

A computer algorithm — once fed test requirements — continuously refines the robot’s design and is able to produce the next version in a quarter of an hour. There is also far less waste, as the wire can simply be straightened out and recycled for the next attempt. In the three presented tests, a pair of motors shimmy the robot on it’s way — be it along a pipe, wobbling around, or rolling about. Look at that wire go!

Continue reading “Wire-bots, Roll Out!”

This Isn’t The R2-D2 Controller You’re Looking For

Who loves a good R2-D2 robot? Everyone, but especially young Star Wars fans who — frustratingly — have no problem spotting a controller and spoiling the illusion of an R2 unit brought to life. [Bithead942]’s concealed his R2-D2’s remote and re-establishes the illusion of an autonomous droid — no Jedi mind-tricks necessary.

[Bithead942] prefers to accompany his droid in traditional a Rebel Alliance pilot’s suit, so that gives him a bit of extra space under the jumpsuit to help conceal the controller. Dismantling a Frsky Taranis X9D controller, [Bithead942] meditated on how to use it while so concealed. In a stroke of insight, he thought of his unused Wiimote nunchucks, and launched into the build.

Continue reading “This Isn’t The R2-D2 Controller You’re Looking For”

Robot: Do My Bidding!

Remote control robots are nothing new. Using Bluetooth isn’t all that unusual, either. What [SayantanM4] did was make a Bluetooth robot that accepts voice commands via his phone. The robot itself isn’t very remarkable. An Arduino and an HC05 module make up most of the electronics. A standard motor driver runs the two wheels.

The Arduino doesn’t usually do much voice processing, and the trick is–of course–in the phone application. BT Voice Control for Arduino is a free download that simply sends strings to a host computer via Bluetooth. If you say “Hello” into your phone, the robot receives *Hello# and that string could be processed by any computer that can receive Bluetooth data.

Continue reading “Robot: Do My Bidding!”

Hackaday Prize Entry: Octo, The Robotic Walker

Walkers like the Strandbeest are favorites due in part to their smooth design and fluid motion, but [Leandro] is going a slightly different way with Octo, an octopodal platform for exploring rough terrain. Octo is based on the Klann linkage which was developed in 1994 and intended to act as an alternative to wheels because of its ability to deal with rough terrain. [Leandro] made a small proof of concept out of soldered brass and liked the results. The next version will be larger, made out of aluminum and steel, and capable of carrying a payload.

The Strandbeest and Octo have a lot in common but differ in a few significant ways. Jansen’s linkage (which the Strandbeest uses) uses eight links per leg and requires relatively flat terrain. The Klann linkage used by Octo needs only six links per leg, and has the ability to deal with rougher ground.

[Leandro] didn’t just cut some parts out from a file found online; the brass proof of concept was drawn up based on an animation of a Klann linkage. For the next version, [Leandro] used a simulator to determine an optimal linkage design, aiming for one with a gait that wasn’t too flat, and maximized vertical rise of the leg to aid in clearing obstacles.

We’ve seen the Klann linkage before in a LEGO Spider-bot. We’re delighted to see [Leandro]’s Octo in the ring for the Wheels, wings, and walkers category of The Hackaday Prize.