Arduino Mega V3 Specification

Arduino Mega V3 Specification

 What is the Arduino Mega 2560

Arduino Mega 2560

The Arduino Mega 2560 is a microcontroller board based on the ATmega2560. It has 54 digital input/output pins (of which 15 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 an AC-to-DC adapter or battery to get started. The Mega 2560 board is compatible with most shields designed for the Uno and the former boards Duemilanove or Diecimila.

Arduino Mega 2560 Specification 

  • Microcontroller: ATmega2560
  • Operating Voltage: 5V
  • Input Voltage (recommended):  7-12V
  • Input Voltage (limit) : 6-20V
  • Digital I/O Pins: 54 (of which 15 provide PWM output)
  • Analog Input Pins: 16
  • DC Current per I/O Pin: 20 mA
  • DC Current for 3.3V Pin: 50 mA+
  • Flash Memory: 256 KB of which 8 KB used by bootloader
  • SRAM: 8 KB
  • EEPROM: 4 KB
  • Clock Speed: 16 MHz
  • LED_BUILTIN: 13
  • Length: 101.52 mm
  • Width : 53.3 mm
  • Weight: 37 g

Powering Up Arduino Mega 2560 

The Mega 2560 can be powered via the USB connection or with an external power supply. The power source is selected automatically.

External (non-USB) power can come either from an AC-to-DC adapter (wall-wart) or battery. The adapter can be connected by plugging a 2.1mm center-positive plug into the board's power jack. Leads from a battery can be inserted in the GND and Vin pin headers of the POWER connector.

The board can operate on an external supply of 6 to 20 volts. If supplied with less than 7V, however, the 5V pin may supply less than five volts and the board may become unstable. If using more than 12V, the voltage regulator may overheat and damage the board. The recommended range is 7 to 12 volts.

Arduino Mega 2560 Memory 

The ATmega2560 has 256 KBof flash memory for storing code(of which 8 KB  is used for the bootloader), 8 KB of SRAM and 4 KB if EEPROM


    Comment (1)
    • Anayet ullah - Jul 03, 2020

      How to arduino mega programmes load.

    Leave a comment