ARDUINO MEGA
The Arduino MEGA 2560 is a board based on the ATmega2560 and replaces the Arduino MEGA 1280.
Required for RAMPS boards to work.
Contains:
- 54 digital inputs/outputs
- 15 PWM outputs,
- 4 hardware serial ports,
- external interrupts),
- 16 analog ch inputs
- 16MHz crystal oscillator
- USB connector
- Power connector
- ICSP connector and
- Reset button.
- LED indication of supply voltage, RX/TX signals and user LED.
The Arduino MEGA 2560 differs in the absence of an FTDI chip for converting a USB to serial interface. Instead, the newer version provides an ATmega16U2 that works as USB-to-serial.
NEW MEGA 2560 FEATURES
- added SDA and SCL pins near the AREF pin and two new pins located near the RESET signal
- Stronger circuit for generating the RESET signal
- ATmega8U2 replaced by new ATmega16U2
Technical specifications:
| Microchip | ATmega2560 |
| Recommended power supply | 7-12V |
| Digital In/Out pins | 54 (15 with PWM output) |
| Analog inputs | 16 |
| Same unidirectional current of In / Out pins | 20mA |
| DC for 3.3V pins | 50mA |
| Flash memory | 256kB (8kB bootloader)</ td> |
| sRAM | 8kB |
| eePROM | 4kB |
| CPU Clock | 16MHz |
| Number of LEDs</td > | 13 |
| Length | 101.52mm |
| Width | 53.3mm |
| Weight | 37g |






