Learning To Walk, A Tutorial On Making Bipeds Walk

[Robert Lam] has produced a number of video tutorials, his latest being a tutorial on how to make a biped robot walk. He is mainly covering the individual motions and actions. He doesn’t go into any specific programming, but rather breaks down the act of walking into several motions and discusses the reason you need them as well as some variations. For some this will seem like obvious observations, but we’ve seen plenty of biped robots that attempt to walk without shifting their weight.You can watch this video after the break, but be sure to dig around in some of his other tutorials for plenty of good stuff.

Continue reading “Learning To Walk, A Tutorial On Making Bipeds Walk”

Automated Chip Burning

[Alexsoulis] needed to burn the Arduino bootloader to a slew of ATmega328 chips. Instead of sitting there and plugged the chips into a programmer one at a time, he build a robotic microcontroller programmer.

It starts with the DIP package microcontrollers in a tube, with a servo motor to dispense them one-by-one. An arm swings over and picks up the chip with a fish pump powered vacuum tweezers similar to the pick-and-place head we saw recently. From there the chip is dropped into a ZIF socket and programmed by an Arduino. Once the process is complete it is moved to the side and the process repeats.

We’ve reported on using an Arduino as an AVR programmer but we’ve never actually done it ourselves (we use an AVR Dragon programmer). Take a look at the video after the break and let us know if you think the actual programming seems incredibly slow.

Continue reading “Automated Chip Burning”

Cheap Robotic Hand

[Mazvydas] shares with us, his cheap robot hand. He was inspired by this project, where someone used an Arduino and a glove with some flex sensors to control a pre-made hand. He wanted to go a little more DIY though. He chose a picaxe microcontroller and constructed the hand himself out of twine, some plexi-glass, and some rubber hose. He does ultimately plan on adding glove control as well.

Unfortunately there’s no schematic or source code. Maybe if we ask really nicely he’ll share.

 

Continue reading “Cheap Robotic Hand”

Creepy Robot Really Wants Money…

As technology advances forward so does the numerous ways to beg for money. [Chris Eckert] has developed a robot to do the deed for him.  With an odd  eye mounted on the top of the robot to invoke pity presumably and a tin can out front to collect change from people it may encounter this is quite the hobo robot.  On his build log, you’ll find tons of great pictures of the entire process from start to finish.  With robots sent to beg people for money, it is only a matter of time until the first squeegee robot is cleaning your car at a red light.  Make sure to check out the video after the break.

Continue reading “Creepy Robot Really Wants Money…”

Unmanned Ocean Crossing

This is the Pinta, an autonomous sailboat built to attempt an ocean crossing from Ireland to Martinique (in the Caribbean). A group of researchers at Aberystwyth University built her as part of the Microtransat Challenge.

To keep tabs on the vessel her creators included an Iridium short burst data modem with a backup system made from a SPOT satellite tracker using a PIC microcontroller to trigger a transmission every six hours. The sailing systems are a conglomeration of a Gumstix board, GPS, a windshield wiper motor to control the sail, and a tiller pilot for steering. A set of solar panels helps to top off the lead-acid batteries that power the system.

Unfortunately the old gal has encountered problems. You can see from the tracking data that, although it sailed 500 km in the last twelve days, she is still just off the coast of Ireland. The primary tracking system has failed, which could signal a system-wide computer failure. We hope the team will eventually recover the vessel as we’re interested in finding out what caused this unfortunate turn of events.

A Fantastic Collection Of Slapped Together Bots

[David Williamson] has put together some pretty amazing little robots from bits of stuff he laying around the house. What initially caught our attention was this drawing robot over at HackedGadgets. We were impressed by the construction, as it looks like almost all of it was scrap. Upon clicking through the link we found a small collection that kept as amused for quite a while. Each one has some aspect that is surprising in its use of mundane materials. Need an omniwheel? Why not use plastic beads. Want a rail from which a robot can hang and drive? why not use drinking straws. Many of them may not have much for a brain, but the construction of the mechanisms is usually pretty interesting alone. You can see clips of some of his creations in the video after the break.

Continue reading “A Fantastic Collection Of Slapped Together Bots”

As Promised: More Industrial Robot Goodness

Remember [Mattythorne]? He took a BMW industrial arm and re-purposed it to write twitter messages on a white board. You can read a small excerpt here.

Well [Matt] is back, and as promised includes an entire write up for how he got @scribblebot scribbling twitter messages.  It’s a little light on details and we wish there was some more in-depth how-to magic, but then we remembered with most of the population not having an industrial arm in the first place the extra time spent incorporating the extra info would be far from worth it. Regardless, it doesn’t surprise that the previous commentators were not far off the mark in how difficult programing one of these machines would be. While such arms do have a few built in libraries it looks like a very exhausting process to override the default axis of motion, incorporate a UI, build a pen holder, and more. And in the end, is it worth it? [Matt] tells us the arm is going to be going back to monotonous car building work soon, giving weeks of prep only a day in the limelight.