Modifying A Cheap Robot Arm For Arduino Control

Many a hacker has put together one of those cheap $30 robot arm kits you can get in just about any store with a section labeled, “science”.  In an ongoing search for a cheap robot arm, [Larry] decided to modify one of them to be controlled with a PC through an Arduino. The article doubles as a really basic tutorial on dc motor control. On the site he gives a brief explanation of how to use H-bridges and a good explanation of how he wired them up for this purpose. He eventually goes on to add a processing interface to the project. The next step would be figuring out how to add some kind of position feedback, such as encoders. Though, if modifying an arm is not your style, [Larry] has another cool article on rolling your own robot arm cheaply with some foam board and hobby servos.

The WALL-E Robot

[Dino’s] latest Hack a Week project, the WALL-E Robot shows quite simply what you can create from a few dollars worth of toys from garage sales and cheap stores. When he found the WALL-E toy at a garage sale, Dino decided that he had to give it a brain. Using the geared motors from some Rumble Robots, the H-bridges from some $5 remote control cars (after his own H-bridges cooked themselves), an ultrasonic sensor and an Arduino, WALL-E was brought to life.

The WALL-E Robot might not be the brightest bot, or the most stable, but the project definitely demonstrates some effective scrounging for parts that would have done WALL-E proud. It also shows how even the most simple projects can cause the most headaches when they don’t go right. Check out the video after the break for the build details, a demonstration and to see a man talk to a toy robot.

Continue reading “The WALL-E Robot”

An Autonomous Car Using A “Webcam”

This autonomous remote control-style car from Cornell students was designed for a senior level engineering course there. It’s main “sensor” is a low-res webcam style camera. As shown in the video after the break, this car does quite well staying within two black lines on a white surface using it’s vision processing. It also has an IR sensor to detect objects in front of the car and stop without crashing.

All “vision” computations are handled by an Atmel Mega644 MCU, an 8-bit processor. Because of the processing limits of this chip, much work had to be done to make this process computationally efficient. These students go through an incredibly detailed account of their project, focusing on the code and electrical design. Check out the video of their car in action after the break. Continue reading “An Autonomous Car Using A “Webcam””

AVRcam For Small Robot Machine Vision

It’s neat how a project from 2004 can still be relevant if it’s done really well. This is the case with AVRcam.  It uses an Atmel AVR mega8 and can do some pretty impressive things, like track up to eight objects at 30fps. The hardware and software is also open source, so it should be possible to build one yourself. There are many projects like it on the internet, though often they require much beefier hardware. Although, these days you can fit a computer inside a match box, so we see more and more projects just throwing a full USB camera on a robot to do simple things like line following.  It’s debatable which solution is more elegant, but maybe not which one is more impressive.

Spherical Military Drone Coming To A Sky Near You

spherical_drone

We’re always fascinated by flying drones around here, and this latest creation by Japan’s Ministry of Defense is no exception. The spherical drone, which looks far simpler than this drone we saw several months back, looks pretty benign at first glance. Once it starts moving however, you can see just how slick it is.

Reports say that it can hit a top speed of 40 mph, but it seems that the fun is relatively short-lived, as the drone runs out of juice after about 8 minutes. While it is flying, the drone appears to be incredibly agile and fairly easy to control. The built-in camera isn’t top end, but it looks more than sufficient for general surveillance use.

While we love quadrocopters and all of the cool acrobatics they pull off, there’s something awesome about a drone that can hit the ground at speed, roll, and take off again without incurring any serious damage.

Anyone care to start work on a civilian prototype with a longer battery life?

$14 Swarm Robot, Kilobot, Is Extremely Cool

Reader, [Michael Rubenstein], sent in a project he’s been working on. Kilobot, as stated in the paper(pdf), overcomes the big problems with real world swarm robotics simulations; cost, experiment setup time, and maintenance. The robot can be communicated with wirelessly, charged in bulk, and mass programmed in under a minute. Typically, robots used for swarm research cost over a $100, so large scale experiments are left to software simulation. These, however, rarely include the real world physics, sensor error, and other modifying factors that only arise in a physical robot.  Impressively enough, the kilobot comes in far under a hundred and still has many of the features of its costlier brothers. It can sense other robots, report its status, and has full differential steer (achieved, surprisingly, through bristle locomotion). There are a few cool videos of the robot in operation on the project site that are definitely worth a look.

Tiny Transforming Beer Can Robot

beer_can_robot

The next time you reach for a cold one, you might want to take a look at the can to ensure that your beer won’t suddenly sprout legs and start skittering across the table.

You might remember [Ron Tajima] from some of his previous creations, including this Roomba-based baby cradle and the PacMan Roomba mod. This time around, he has created a cool little transforming robot that fits inside a beer can.

The robot’s brains are stored just underneath the top of the beer can on a custom-built board. On one side of this board, you will find an mbed controller which is used to manage all of the robot’s functions, and on the other side, four batteries provide all of the device’s power. The robot’s three legs are controlled by six servos, allowing for movement in several different planes. The beer-bot’s movements are controlled with a Wiimote, so we’re assuming he has crammed a Bluetooth module somewhere in there as well.

[Ron] mentions that it moves a bit slowly when standing on end, but we think the robot is pretty awesome as is, and we can’t wait to see what improvements the next version might bring.

Stick around to see a video demonstration of the robot in action.

[Thanks Sascha]

Continue reading “Tiny Transforming Beer Can Robot”