Month: January 2010

Floating spherical robots dance in space

I just had a major “the future has arrived” moment when I saw this video, taken aboard the ISS, of three spherical robots doing precision formation flying in zero-g. Note that the video embedded above is clearly time-lapsed–they’re not actually moving that fast. Here’s another video (with inevitable Strauss accompaniment) that shows two of the bots orbiting each other at actual speed. They maneuver using compressed carbon dioxide. It’s all part of MIT’s SPHERES project. [via BotJunkie]

Arduino sketch programs its peers

George wrote up an Arduino sketch that can detect and program other Arduinos connected through serial. He demonstrates the functionality above by writing a sort of serial-synchronized version of the well-known “Blink” sketch – It is an implementation of the STK500 protocol within an Arduino sketch. STK500 is used by avrdude and the Arduino IDE […]