Details
Arduino is an open sourced electronics prototyping platform. It is aimed at hobbiests, designers and artists - and therefore needs little technical knowledge to perform simple tasks.
The Arduino can be programmed to perform a task by connecting it to your PC and using the software found here. The programing language is simple and many examples can be found via a quick google. Once programed your Ardunio will perform the task you've set it until you reprogram it. It can be powered from a 7-12V DC source, this can be from an AC/DC unit or even a battery! The Mini Light gives you control over 14 digital and 8 analogue inputs or outputs (that's more than the Uno!) to do with as you wish. What would you do with them? Here are some examples:
Robot Arm controlled by a Mouse
You might want to start with an easier application though, a series of easy tutorials can be found here
Links
Full Specifications (arduino.cc)
Getting Started Guide (arduino.cc)
Programming Reference (arduino.cc)
Arduino Forum (arduino.cc)
Phenoptix Forum (forums.phenoptix.com)
Specs
| Microcontroller | ATmega328 |
| Operating Voltage | 5V |
| Input Voltage | 7-9 V |
| Digital I/O Pins | 14 (of which 6 provide PWM output) |
| Analog Input Pins | 8 (of which 4 are broken out onto pins) |
| DC Current per I/O Pin | 40 mA |
| Flash Memory | 32 KB (of which 2 KB used by bootloader) |
| SRAM | 2 KB |
| EEPROM | 1 KB |
| Clock Speed | 16 MHz |

