Search
Product Info
Arduino Mega
sku: DEV-09152
Description: Arduino is an open-source physical computing platform based on a simple i/o board and a development environment that implements the Processing/Wiring language. Arduino can be used to develop stand-alone interactive objects or can be connected to software on your computer (e.g. Flash, Processing, MaxMSP). The open-source IDE can be downloaded for free (currently for Mac OS X, Windows, and Linux).The Arduino Mega is a microcontroller board based on the ATmega1280. 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.
Can't decide which Arduino is right for you? Arduino buying guide!
Documents:
Pricing
Comments
12 comments
Feeds
Currency
Display prices in
Feedback
If you would like to tell us more, you can fill out our form if you need some psycho-suggestive questions. Go to the form.


















It would be killer, especially on these very fast ARM processors, to add some multi-threading capability to the Arduino language.
Better yet, see this site for a very rich extended BASIC based Stamp-like system that includes multi-threading capability and a huge built-in function library. http://www.zbasic.net/. Love to see this system running on an ARM Cortex-M3 and with actual boards vs. the Stamp compatible plug-ins.
I can't get any of the serial ports to work other than the base Serial. Tried compiling/loading from Arduino 0017 on mac 10.6 and windows xp (partitions on the same machine). Is there something I'm missing to enable the other ports beyond Serial1.begin(38400)?
I want to use this to control multiple MP3Triggers, not having much luck without functioning serials.
(a mini version would properly be to big for a breadboard)
http://www.liquidware.com/shop/show/AMEGA/Arduino+Mega
Thanks,
Mike
Note that the Mega is not completely shield compatible with the Duemilanove; the SPI pins have been moved in the Mega.
It looks like the Mega's onboard power regulation circuitry is the same as that of the Duemilanove, so be careful if you're expecting the same current output per pin if you've got a whole lot more pins active.