2010년 9월 새롭게 선보인 ATmega2560 microcontroller 기반의 Arduino Mega 입니다.

 

54개의 digital I/O pin과, 16개의 analog Input, 4개의 UARTs(하드웨어 시리얼 포트), 16MHz crystal oscillator, USB

connection, power jack, ICSP header, reset button을 가지고 있습니다.

 

이전 Mega 와의 차이점은, FTDI chip 대신 Atmega8U2 를 사용합니다. 전송속도가 향상되고, Linux나 Mac의 경우 driver가 필요하지 않으며(Windows의 경우 inf 파일 필요) 키보드나 마우스 조이스틱처럼 PC에서 바로 인식됩니다. 또한 Flash memory 도 두배로 늘어났습니다.

 

정말 좋죠? :-)

 

Features:

 

Microcontroller ATmega2560 (R3)

Operating Voltage 5V

Input Voltage (recommended) 7-12V

Input Voltage (limits) 6-20V

Digital I/O Pins 54 (of which 14 provide PWM output)

Analog Input Pins 16

DC Current per I/O Pin 40 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

R3버전이 새롭게 출시되었습니다.

 

1.0 pinout: added SDA and SCL pins that are near to the AREF pin and two other new pins placed near to the RESET pin, the IOREF that allow the shields to adapt to the voltage provided from the board. In future, shields will be compatible both with the board that use the AVR, which operate with 5V and with the Arduino Due that operate with 3.3V. The second one is a not connected pin, that is reserved for future purposes.

Stronger RESET circuit.

Atmega 16U2 replace the 8U2.

** 최신 아두이노 소프트웨어(IDE)를 사용하셔야 합니다.