
The Ants are a community of cubic-inch microrobots at the MIT Artificial Intelligence Lab. There are two main goals for this project. The first is to push the limits of microrobotics by integrating many sensors and actuators into a small package. The second is to form a structured robotic community from the interactions of many simple individuals. The inspiration behind this idea comes from nature — the ant colony.
The Ants: A Community of Microrobots: [Link]

This AVR controlled autonomous robot is programmed to follow the brightest light in the room. It uses two wheels and a ping pong ball as a third wheel. Really simple components here and it runs on three AA batteries to sweeten the deal.
Robot follows the light with a ping pong ball: [Via] – [Link]

Snaky is built around a powerful ATMEGA88 AVR microcontroller from Atmel, twelve miniature servo-motors and a few other components. On the software side the most CPU intensive section is the PWM generation, as 12 PWM signals are generated with a resolution of 20μs and a quite high pulse refresh rate. To achieve this target an innovative firmware architecture is implemented, managing two PWM channels at a time.
Snake robot named Snaky:[Download Project] – [View Project PDF]

The Sandwhich robot is a cool little robo(line follower robot) that is made from easy to find parts , not to mention cheap, and stuffed together into a plastic sandwich box.
Sandwich Robot (line follower robot): [Link]

The AVR robot controller (ARC 1.1) was designed as the base controller for a high school Mini-Sumo robot project. The controller is built around the powerful Atmel ATMEGA16 processor with 16kb of memory running at 8 MHz for an 8 mip processing speed (contrast this with a 20 MHz PIC which has a 3-4 mip equivalent speed or an 8mhz HC11 with about 1/2 mip equivalent speed). A 16 MHz crystal is included to allow doubling of the CPU speed. Pin compatible upgrades are available that double the memory.This board can be programmed with a variety of free or comercial tools such as GNU C compiler, BASCOM basic compiler, Atmel Assembler/simulator, CodeVision C, Imagecraft C.
AVR Robot Controller: [Via] – [Link]