What is it?

The board in it's current state The Motorduino is a project to develop a circuit with an onboard microcontroller (ATMega168) and a dc motor driver (L293DD). The aim is to facilitate the development of robotic projects by artists while maintaining a small form factor, not normally possible with a regular arduino and a number of add-on shields.
One of the most common configurations used in small robotics development by artists is that of a small bot with two active wheels, each with an independent drive system. This configuration is best exemplified with Braitenberg vehicles, which produces behaviour based on external influences such as light sources.
The Motorduino board is designed specifically for that purpose - to independently drive two small motors while maintaining compatability with the Arduino project. This allows code to be uploaded to the board via USB, and implements an easy-to-use interface for tool development.



How is it different than an Arduino?

The Motorduino has a number of points of departure from the standard Arduino Diecimila or Duemilanove. These include:

It also has some of the traditional Arduino elements, which are absent on smaller units such as the Arduino nano, including:




The project is currently in development by Rich Gilbank at MedienKunstLabor in Graz, Austria.
It is released under a Creative Commons Attribution-ShareAlike 2.5, as is Arduino.