Difference between revisions of "Arduino Mega 2560"
From Geeetech Wiki
(Created page with "==Overview== ==Schematic, Reference Design & Pin Mapping== ==Summary== ==Power== ==Memory== ==Input and Output== ==Communication== ==Programming== ==Automatic (Software) Reset...") |
(→Overview) |
||
Line 1: | Line 1: | ||
==Overview== | ==Overview== | ||
+ | The Arduino Mega 2560 is a microcontroller board based on the ATmega2560 (datasheet). 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. | ||
+ | |||
==Schematic, Reference Design & Pin Mapping== | ==Schematic, Reference Design & Pin Mapping== | ||
==Summary== | ==Summary== |
Revision as of 01:31, 4 January 2012
Contents
Overview
The Arduino Mega 2560 is a microcontroller board based on the ATmega2560 (datasheet). 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.