Obstacle Avoiding LEGO Rover Uses CDs For Wheels

lego-rover

This rover built by [Sath02] is a great example that you don’t have to be a mechanical engineering wizard to get into robotics. He used LEGO pieces to help ease the difficulty of getting a rover up and running.

In this case the use of LEGO is strictly structural. The electronics are not the NXT parts you would expect to see when working with these popular toy blocks. Instead he’s put the Arduino Palm Plus into service. It’s an Arduino board that has rows of holes at either end to make it LEGO compatible. It also carries an LM293D motor controller and [Sath02] added an XBee module for wireless control.

At the top of the assembly is an IR distance sensor which is used for obstacle avoidance. You may not be interested in building and exact replica, but the techniques he uses for attaching the distance sensor, CD wheels,  and fabricating the rest of the rover are good examples if you take on a LEGO build in the future.

Continue reading “Obstacle Avoiding LEGO Rover Uses CDs For Wheels”

A Fast And Easy-to-use Vision Sensor

At Hackaday we don’t often feature kickstarter campaigns, but this one is worth noticing in our opinion. It is called Pixy, a small camera board about half the size of a business card that can detect objects that you “train” it to detect.

Training is accomplished by holding the object in front of Pixy’s lens and pressing a button. Pixy then finds objects with similar color signatures using a dedicated dual-core processor that can process images at 50 frames per second. Pixy can report its findings, which include the sizes and locations of all detected objects, through one of several interfaces: UART serial, SPI, I2C, digital or analog I/O.

The platform is open hardware, its firmware is open source and GPL licensed, making the project very interesting. It is based on a 204MHz dual core ARM cortex M4 & M0, uses a 1280×800 image sensor and can stream the processed camera output to your computer. You can get one Pixy in the kickstarter campaign for $59, which is not that expensive for what it is.

Sensor Gloves From Joystick Pots

joy

After working on the DARPA Virtual Robotics Challenge this summer, visions of a Heinlenesque robotic actuator filled [Hunter]’s head. His lab had access to something called a Cyberglove that used flexible pots in each of the fingers, but each of these gloves cost the lab $15,000 each.

With a little help from some joystick potentiometers, [Hunter] whipped up a decent approximation of a $15,000 device that measures how much a user’s fingers are bent. The pots are tied into an Arduino and read with analogRead(), while a small Python script interprets the data for whatever application [Hunter] can imagine.

There are a few drawbacks to [Hunter]’s design – it’s not wireless, unlike the $15,000 version, and they certainly don’t look as cool as the real thing. Then again, the DIY version only cost 0.2% as much as the real deal, so we’ll let any apparent problems slide for now.

Stompy, The 18-foot, 2-ton Hexapod Is Ready For Production

Stampy

Over at the Artisan’s Asylum hackerspace in Somerville, MA, something terrifically awesome is happening. They’re building an 18-foot diameter, 2-ton ridable hexapod that can walk over a car. It’s called Project Hexapod and they need your help.

Over the last year or so, the team behind Project Hexapod has developed an amazingly inexpensive hydraulic control system for each of the six legs and created a 1:1 model of the leg fastened to a wheeled cart to get the kinematics down pat. Now, with thousands of pounds of steel already watercut for the legs, they’re turning to the community for a little help with the welding.

The Project Hexapod team estimates they have about 1100 hours of welding time in front of them. They’re looking for a few people around the Boston area that are familiar with steel fabrication and are willing to work on a two-ton robot that can walk over a Volkswagen Beetle.

The guys have put up a little application form if you meet those basic requirements. You can also check out their Facebook page for any announcements and a whole lot of pictures.

Google Glass Controlled Quadcopter

google-glass-quadcopter-control

For some reason this project makes us think of the Dog Pog Grid from Neal Stephenson’s Diamond Age. It’s not that there’s a ton of drones floating around this guy, it’s that he’s got one which looks like it’s his bodyguard and is controlled by the Google Glass he wears on his head. The future is now!

We find the metamorphosis of this project interesting as well. It started as a Leap motion controlled rover project. We saw a similar hack just the other day that paired a Leap Motion with a Hexapod. But [Blaine] wasn’t satisfied with that. Having had a taste for alternate control inputs he dug in and got to work making Google Glass the control interface. But the problem with moving your head to control a rover is that you can’t actually see it because looking down would cause unwanted motion. His solution was to transition to a quadcopter, which will hover at eye level when he’s looking right at it. Glass is sending raw sensor data to a server, which does the translation to control commands for the quadcopter.

Continue reading “Google Glass Controlled Quadcopter”

Six Years, A Giant Robot, And A Kickstarter

robot

Since 2007, [Jamie Mantzel] has been building a huge remote-controlled walking robot. If you’ve been following him on his YouTube channel and blog, you’ve seen the very beginnings of him building a lumber mill to create a workshop, making the legs for his robot, and improving his welding rig. This week, though, has been very special. [Jamie] has finally finished his giant robot project, bidding closed the fevered dream of a madman who awakes to a 10 foot robot in his yard.

The giant robot is constructed nearly entirely out of scrap aluminum. In the interest of simplicity, [Jamie] has come up with some interesting techniques to scale up conventional RC gear to power huge motors swinging giant legs: the steering motors are powered by manual switches, but these switches are activated by servos. A brilliantly simple solution to driving high-current loads if we do say so ourselves.

[Jamie]’s robot has garnered a lot of attention over the years, so much so that toy companies have licensed his designs for a line of battling combat spiderbots. [Jamie] believes his robots should be more educational, so he’s launched a Kickstarter for his own version as a kit. With this kit, getting the bug tank robot up and running isn’t simply a matter of pulling it out of the box and installing batteries; [Jamie]’s version is an actual kit with linkages that must be assembled. We know which version we’d want.

It’s an amazingly impressive project, and we’re glad to see such an awesome cat has finally realized his dream of a walking aluminum arachnid of death.

Leap Motion Controls Hexapod With Hand Signals

leap-motion-hexapod-hand-control

Moving your hand makes this hexapod dance like a stringless marionette. Okay, so there’s obviously one string which is actually a wire but you know what we mean. The device on the floor is a Leap Motion sensor which is monitoring [Queron Williams’] hand gestures. This is done using a Processing library which leverages the Leap Motion API.

Right now the hand signals only affect pitch, roll, and yaw of the hexapod’s body. But [Queron] does plan to add support for monitoring both hands to add more control. We look at the demo after the break and think this is getting pretty close to the manipulations shown by [Tom Cruise] in Minority Report. Add Google Glass for a Heads Up Display and you could have auxiliary controls rendered on the periphery.

While you’re looking at [Queron’s] project post click on his ‘hexapod’ tag to catch a glimpse the build process for the robot.

Continue reading “Leap Motion Controls Hexapod With Hand Signals”