Obstacle Avoiding Hexapod From Reused Parts

 

[Rob] built this hexapod one day when he had some free time after work. Just like the last hexapod we saw, he based the build on the Pololu design which uses three servo motors for surprisingly reliable movement.

The hardware is very straight forward. A Dorkboard serves as the brain. It’s a PCB that is wider on each side by the width of one female pin-header than a standard AVR 28-pin microcontroller. This gives easy access to all of the pins on the Arduino chip while making it small and light. You can see that a four-pack of batteries hangs below the servo motors to provide power.

Protruding above the 6-legger is a PING ultrasonic rangefinder. This adds autonomy to the little robot, which you can see running some obstacle avoidance routines in the video after the break. We’ve asked [Rob] if is able to share his code and will update this post if we hear back from him.

Update: Here’s a link to the sketch, and we’ve updated the picture with one that [Rob] sent to us.

Continue reading “Obstacle Avoiding Hexapod From Reused Parts”

Propeller-based Robot With Basic Object Avoidance

propeller_development_robot

The Parallax Propeller is a pretty powerful MCU as [Dino] recently discovered in his latest Hack a Week installment. He wanted to build a simple robotics platform that he could use for testing out various sensors, and he figured he might as well learn about a different type of micro controller in the process.

He pieced together his robot using a pair of old Roomba motors he had sitting around, mounting them on a standard RadioShack project box. A Propeller MSR1 control board runs the show, and a Propeller PING sensor is used to get an idea of what the robot’s surroundings look like. He is an admitted newbie when it comes to using Propeller micro controllers, but [Dino] was able to give his robot some rudimentary object avoidance abilities fairly easily. A few small bugs aside, he had the robot up and running in short order, a testament to how easy it is to work with the Propeller platform.

Stick around to see a brief video covering the robot’s construction we have embedded below.

Continue reading “Propeller-based Robot With Basic Object Avoidance”

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”