Basic Animatronics Tutorial: PIC Based Servo Eyebrows

[Chris] writes in to let us know about his latest animatronics tutorial, this time on robotic eyebrows! The tutorial takes us through the process of using a fairly simple PIC  circuit to display various facial expressions. Since a wide array of facial expressions have unique and well understood eyebrow positions this simple hack can make even the most bland looking mask come to life . Animatronics is a subject near and dear to our hearts, but the simple actuation of servos can go much further than cardboard faces. This easy to follow tutorial can help you on your way to controlling all sorts of servo stuff like vent flaps or um…  fish, if you’d like. The software is not very deeply explained but it is commented and available for download from [Chris]’s site.

From here [Chris] plans to expand the project with more tutorials that can help further animate the face. We are particularly interested in the one and two eye systems he mentions, as well as more complicated eyebrow mechanics. Also check out [Chris]’s other servo based robotics tutorials like the Sharpie Spotifier and the Wooden Menace.

There is also a video of the eyebrows in action after the break.

Continue reading “Basic Animatronics Tutorial: PIC Based Servo Eyebrows”

Robots Listen Only To The Leader When Building A Roving Quadcopter Landing Pad

Swarm robotics is really starting to produce some interesting results. This image is from the video embedded after the break that show a group of five robots creating a landing platform for a quadrotor helicopter. The four that actually make up the platform are not in contact with each other, but instead following commands from the leader. We’re impressed by the helicopter’s ability to target and land on the moving platform. Takeoff appears to be another issue, as the platform bots stop moving until the quadcopter is airborne again.

These robots are part of a Graduate project at Georgia Tech. [Ted Macdonald] has been working along with others to implement an organizational algorithm that guides the swarm. The method requires that the robots have an overview of the location of all others in the swarm. This is done with high-speed cameras like we’ve seen in other robotic control projects. But that doesn’t discourage us. If you already have a flying robot as part of the swarm, you might as well add a few more to serve as the eyes in the sky.

Continue reading “Robots Listen Only To The Leader When Building A Roving Quadcopter Landing Pad”

Robotic Gardener Takes Its Cue From Bomb Disposal Bots

[Dave] posted some pictures and videos of his ‘Nuntius’ robot on the Propeller forums. From the pictures it’s an impressive build, but to really appreciate [Dave]’s skill, check out the Youtube demo.

The controller is a Propeller protoboard with bits of angle aluminum fastened together. Pots are positioned at the joints of the remote’s arm so the robot’s arm can mirror the shape of the remote. We usually see Armatron bots controlled via computer, or in the rare case of human control, a mouse. [Dave]’s build just might be one of the first remote manipulator builds we’ve seen on Hack A Day.

Continue reading “Robotic Gardener Takes Its Cue From Bomb Disposal Bots”

Fonera-based Quadcopter Can Be Controlled From A Web Browser

fonera_html_controlled_quadcopter

[Tiakson] just wrapped up the construction of a quadcopter which piqued our interest due to the unexpected mix of hardware he used.

A good portion of the copter is made up of the essential bits we have come to expect from a quad rotor system. Instead of using an Xbee or hobby wireless controller however, [Tiakson] opted to use an old Fonera router running OpenWRT to control the system. He wrote special software that allows him to direct the quadcopter using an HTML 5 interface, adding a few kernel tweaks along the way that enabled him to emulate I2C ports over GPIO pins.

The Fonera takes in data from Wii nunchuck and Motion+ sensors, relaying commands to the on-board PIC 16F976 microcontroller. The PIC is used to manage the electronic speed controller modules using PWM, which the Fonera could not handle on its own.

This is a great use for a old router, and the cost is obviously far cheaper than buying off the shelf wireless control modules. We would love to hear how much extra weight the Fonera adds, as well as if there is any controller lag introduced by the web-based interface.

Continue reading to see a quick demo video of the quadcopter in action.

Continue reading “Fonera-based Quadcopter Can Be Controlled From A Web Browser”

Toy Robot Hand Vastly Improved, Now More Offensive

YouTube user [onefivefour] posted a video of his hacked up toy robot hand. These cheap robot hands usually only use one wire to move all five fingers. [onefivefour] improved upon the design and added five servos to allow independent control of each digit.

The servos are controlled by a PICAXE microcontroller, and [onefivefour] is willing to share the code. A few pressure sensors in the fingertips would turn this build into a great test bed for future development. It would also be great for an [Anakin Skywalker] Halloween costume if anyone on the planet ever wanted that specific costume.

[onefivefour] says he only spent $6 on his and while there’s more money sunk into the servos, it was probably a good investment. We love seeing hacked up pieces of plastic like the fully functional Wall-E or the dancing Androids. If you’ve got a toy hack in the works, drop us a line on our tip form.

R/C Hexababy Is Guaranteed To Give You Nightmares

hexapod_baby

For this week’s hack, [Dino] was working on a mechanical cat toy, but the project fell apart towards the end for some reason or another. With time running out, he had to come up with something on pretty short notice, using whatever he happened to have on hand. Luckily he picks up some seriously weird stuff at the local thrift store and had a disembodied doll’s head kicking around for this last minute project.

Taking a cue from Toy Story’s [Sid Phillips], [Dino’s] doll’s head hexapod is as creepy as it is simple. He had a remote controlled hexapod from RadioShack sitting around, and thought it would be fun to combine it with the doll’s head. He replaced the dolls eyes with a handful of LEDs, which are green as the hexapod retreats, but glow a bright red as it advances towards you. The only way it could be any creepier is if [Dino] added a voice box that plaintively called for “mommy” as the doll crawls around!

It’s a relatively goofy project, but it gave us a good chuckle. The most disturbing highlight of the build is when [Dino] removes the doll’s eyes using a wood drill bit around the 6:00 mark.

If you’re looking to kill a few minutes, be sure to check it out – [Dino’s] work is entertaining as always.

Continue reading “R/C Hexababy Is Guaranteed To Give You Nightmares”

RC Car And Beagle Board Mate For A Versatile Robot Build

Here’s a rover project that has plenty of power (translated) to go places. This is true not only of its locomotive capability, but processing power as well.

The RC car used here (translated) is not overly expensive, but offers a lot of versatility. It’s got front and rear steering via two servo motors, as well as independent drive motors for each end. The frame also offers an advanced suspension system that lets the vehicle flex to keep as many wheels on the ground as possible. It’s a great find if you don’t want to start off your project bogged down in the hardware design.

On the control side of things a Beagle Board has been choosen. The demo after the break shows it controlling an added turret servo, as well as the drive mechanism controlled via a keyboard. These are driven through the embedded Ubuntu image running on the board. This should provide plenty of processing power to add obstacle avoidance and autonomy routines in future versions.

Continue reading “RC Car And Beagle Board Mate For A Versatile Robot Build”