FIRST Robotics Regional – KC – 2008


When you’re issued safety glasses at the door, you know it’s going to be interesting. As promised, I’m checking out the FIRST robotics regional in Kansas City today. The competition is pretty fierce – not quite flame throwing battle bot action, but the kids have put together some pretty serious robots.

Read on for more pics from the competition.

Continue reading “FIRST Robotics Regional – KC – 2008”

Bad-ass Modular Snake Robot


[Andrew] sent in this sweet snake robot video. The snake bots are all about 36 inches long and built from lots of hitech servos and 6061 aluminum. The guys/gals at Carnegie Mellon have built quite a few of these, and I’d say that their work is paying off. They haven’t published much in the way of details, but it appears that the snakes are being computer controlled for faster behavioral development than an on-board mictrocontroller would allow. When I saw the snake motion I was reminded of the winner of the latest Tresser robotics contestPhoenix. It’s a spider like bot based on servos, but with some very impressive motion programming that was designed with an excel spreadsheet.

Visiting The FIRST Robotics Regional This Friday


Just a quick heads-up. I’ll be checking out the FIRST robotics competition in Kansas City this friday. It’s a robotics comp between teams of high school students – and the prizes include quite a few scholarships. I know we’ve got some readers who are in the competition. If you see a guy with a Hack-A-Day sweatshirt/T-shirt on, say hi and I might hook you up with some stickers. My day job will be providing real-time video streaming of the event, so feel free to check that out.

Arduino Blimp


Here’s a good rule of thumb: “Don’t update your firmware five minutes before you’re going to fly an autonomous robot ten feet away from a former Vice President of the United States.”
That was one of the afterthoughts of [Chris Anderson] after presenting his Arduino controlled blimp at TED. (I might have to squeeze TED into my con schedule next year.) The project itself is somewhat documented here, with some hi-res photos, parts list, and some firmware. Apparently the blimp was overcome by the A/C in the auditorium, but I still dig it.

Hackit: A Better Homebrew Control Interface?


I’ve built a few CNC controllers, and I’ve been a bit disappointed by the state of the control interfaces. Most diy systems rely on a parallel port interface, while a few use a serial connection. Just one that I’ve seen has an actual USB interface, but it’s limited to use with the fab@home software for now.
So what’s the hackit of the day? I think that the hardware hacking, home fabrication community could really benefit from a standardized I/O interface for driving CNC machines, robotics or anything else along those lines. For CNC work, it’ll need a serial or parallel port emulation scheme to allow existing software to take advantage of it. For quicker home development, some simple API’s for controlling the device would be excellent. Imagine using perl to develop robot logic with just a few easy function calls…

Hackit is really your show, so lets hear your ideas.

Bootable USB RAM Capture


Inspired by some research done at princeton (looks like the original site is down), [Wesley] sent in his version of a bootable RAM dumping USB drive, complete with a how-to on rolling your own. He put together a utility that runs under syslinux to capture the data, installed it to a USB thumb drive and managed to create a device that will boot on a machine and copy the contents of the RAM before it’s overwritten by another utility.