Arduino is an awesome tool for physical computing -- It's a tool for making computers that can sense and control more of the physical world than your desktop computer. It's an open source physical computing platform based on a simple microcontroller board, and a development environment for writing software for the board.
The Arduino Mega 2560 is a microcontroller board based on the ATmega2560. It has 54 digital input/output pins (of which 14 can be used as PWM outputs), 16 analog inputs, 4 UARTs (hardware serial ports), a 16 MHz crystal oscillator, a USB connection, a power jack, an ICSP header, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started. The Mega is compatible with most shields designed for the Arduino Duemilanove or Diecimila.
Don't forget to check out the
how-to link.
Do you want to learn more about how to use this amazing little microcontroller? Check out all of our exclusive Maker Shed
Arduino how-to videos.