Self-balancing Robot Keeps Things On The Straight And Narrow

self_balancing_robot

[James] designed a digital controller in MatLab, but he really wanted to see if it would work in a real-world application. To test out his linear quadratic regulator design, he decided to build a self-balancing robot. His goal was to built a robot that can keep its balance even when external forces are applied, all while staying in the same place.

Balancing on a pair of wheels is not all that simple, so his LQR controller allows him to weight the bot’s priorities towards keeping balance, focusing on returning to its starting position once equilibrium has been achieved. The results are pretty impressive as you can see in the videos below.  The robot is easily able to attain its balance once powered on, and it has no problem remaining stable even when pushed or when objects are placed on top of it.

[James] has plans for several enhancements in the near future, including remote control via Xbee modules as well as autonomous navigation utilizing sonar or possibly a camera. We’d totally love to see it sporting a Kinect sensor in a future revision, but that’s just us!

Keep reading for a couple of demo videos he put together.

[Thanks, Nicholas]

Continue reading “Self-balancing Robot Keeps Things On The Straight And Narrow”

This Robot Will School You At Freethrows

People spend years of their lives practicing on the courts to get the kind of accuracy that this robot achieves. It is able to shoot freethrows thanks to stereoscopic camera analysis of the target. We know what you’re thinking; big deal, it knows the distances which makes the calculations easy. That’s not the case, look a bit closer in the image above. The basket itself is mounted on a robotic platform and creates a randomly moving target. It looks like shots are only taken when the basket is stationary. But still, that means the system is able to calculate accurate throws when the basket is not only at varying distances, but also when it is not directly in front and not square to the arm of the robot. The accuracy relies on analyzing the square on the backboard of the basket. Because two cameras give different perspectives, edge and corner detection of both images allow the system to extrapolate the location of the target.

After the fold there’s a video of this robot being demonstrated to the public. Apparently the yellow-armed-monster isn’t suitable for public consumption because the developers have covered it with the body of a plush seal.

Continue reading “This Robot Will School You At Freethrows”

Crank-arm Style Hexapod

The latest robot out of Nolebotic is Al.I.S.E, or Aluminum, Infrared Scanning Entity. Don’t let the name fool you, its a pretty simple take on the classic hexapod walking platform using a crank arm and leavers made into the legs.

The body of the robot is made out of aluminum which is pretty easy to work with at home, lightweight, and sturdy. Bolted to the body are a pair of beefy gear head motors, a 9.6 volt rechargeable battery pack, along with a basic stamp 2 and its own 9 volt supply, and a Solarbotics 1198 CMD driver board.

Obstacles are handled right now with rudimentary infrared detectors and emitters, but it seems to work pretty good avoiding some library books in the demo. Combine that with clean mechanics and a pretty good stride and this thing can get up and move pretty quick.

Analog Robotic Concepts

Everyone’s getting on board with the 555 timer projects. But [Tom] didn’t just come up with one project, he shared a slew of ideas related to analog robotics. They’re center around servo motor control. You can see in the video after the break he has a pleasing way of sharing a lot of details while also making an easy to view demonstration video. He’ll put up a schematic for about one second and then move on, saving those that don’t care about the details by not droning on.

The first schematic that flashes by is the main circuit for controlling the servo motor. The rest of the concepts build from this circuit, using light, sound, flex, and other sensors as inputs. For instance, the setup above is using a light sensor. When the ball blocks the light the servo moves that vertical rod hitting it out of the way. When it swings back the process repeats. It’s striking how lifelike the reactions are, reminding us of insect movements. But this is really just the tip of the iceberg as he’s got a lot of future video ideas that we can’t wait to see.

Continue reading “Analog Robotic Concepts”

DIY Animatronic Penguin Shakes And Grooves

animatronic_penguin

Instructables user [djsfantasi] wanted to build an animated holiday display using puppets as a means of raising money for a local arts program. After doing a bit of reading and research however, he decided that building animatronic characters for the display was not that far fetched an idea.

His first inclination was to build a penguin, allowing him to focus mostly on torso motion rather than having to articulate arms and legs as well. His goal was to enable his penguin to “dance” by shimmying and shaking as well as flapping his wings. Using plywood, four servos, along with some miscellaneous connecting rods and cables, he went to work.

The penguin is operated using a SSC-32 servo controller that features an ATmega168 MCU at its core. This allows him to control all of the servos independently, and also in concert, allowing for combined movements. The penguin’s mouth also functions, using a circuit that synchronizes its movements to an audio file.

While the robot is currently tethered to his computer via a serial cable, [djsfantasi] mentions that he is currently working on an iPhone app that will be able to control the robot wirelessly. All he needs to do now is build an animatronic Tom Servo then toss a Crow skin over this one, and he’ll be all set!

Keep reading to get a look at the penguin moving and grooving in the video below.

Continue reading “DIY Animatronic Penguin Shakes And Grooves”

Der Wafflemeister 3000

der_wafflemeister3000

When people think about robots, a few different things come to mind. We like robots because they take care of tedious work. Robots are great for accomplishing tasks in hazardous environments too. When the [Chalmers Robotics Society] thinks about robots however, they think, “Breakfast!”

The CRS constructed a sweet automatic waffle cooking machine known as the Wafflemeister3000. It can produce up to 5 waffles at a time, cooking them to a nice golden brown in a little over 3 minutes. Think about that for a second – that’s about 90 waffles an hour!

This project isn’t exactly new, with the second iteration having been completed in 2007. However, since the third version features a 400% increase in production volume, we thought it was worth a mention.

Be sure to check out the video below of the Wafflemeister3000 doing its thing.

[via Neatorama]

Continue reading “Der Wafflemeister 3000”

Vanishing Point Robot Guidance

Students at the National University of Computer and Emerging Sciences in Pakistan have been working on a robot to assist the visually impaired. It looks pretty simple, just a mobile base that carries a laptop and a webcam. The bot doesn’t have a map of its environment, but instead uses vanishing point guidance. As you can see in the image above, each captured frame is analyzed for indicators of perspective, which can be extrapolated all the way to the vanishing point where the green lines above intersect. Here it’s using stripes on the floor, as well as the corners where the walls meet the ceiling to establish these lines. From the video after the break you can see that this method works, and perhaps with a little bit of averaging they could get the bot to drive straight with less zig-zagging.

Similar work on vanishing point navigation is being done at the University of Minnesota. [Pratap R. Tokekar’s] robot can also be seen after the break, zipping along the corridor and even making turns when it runs out of hallway.

Continue reading “Vanishing Point Robot Guidance”