Skip to product information
1 of 7

Arduino

Original Arduino Mega 2560 ATmega2560 Rev3

Original Arduino Mega 2560 ATmega2560 Rev3

Low stock: 5 left

Regular price Rs. 2,733
Regular price Rs. 3,799 Sale price Rs. 2,733
Sale Sold out 28% off Best Price Guaranteed
You save Rs. 1,066 | Eligible for Free Shipping
Incl. GST (No Hidden Charges)
Currently, people are actively viewing.
Product will be SHIPPED TODAY, if ordered within 7 hours and 10 minutes.

BEST COUPON FOR YOU

FLAT ₹ 200/- OFF RC200

When you shop for ₹ 5000 or more.Applicable on Checkout.

*Coupons are not applicable on Original Boards and Kits

Submit your Bulk Enquiry Here
  • Official Arduino Board with 3-Month brand Warranty
  • ATmega16U2 instead 8U2 as USB to serial converter
  • Stronger RESET circuit
  • 5V operating voltage
  • 40mA DC current per I/O pin
  • 256KB flash memory of which 8KB used by bootloader
  • 8KB SRAM and 4KB EEPROM
  • Robocraze is the authorized seller of Arduino products in India and you can get this Arduino Mega Original board with proper warranty and documentation.
Trust Badge 1 Trust Badge 2 Trust Badge 3

Original Arduino Mega 2560 ATmega2560 Rev3

This is an Original Arduino Mega board from Arduino Officials based on ATmega16U2.  This Arduino development board is based on the ATmega2560 microcontroller.

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 16MHz crystal oscillator, a USB connection, a power jack, an ICSP header, and a reset button.

It contains everything needed to support the Arduino microcontroller, simply connect it to a computer with a USB cable or power it with an AC to DC adaptor or battery to get started.

Features Of Arduino Mega Original

The Mega is compatible with most shields designed for the Arduino Uno, Duemilanove, or Diecimila. It can be powered via a USB connection or with an external power supply.

The power source is selected automatically. The Arduino Mega2560 has a number of facilities for communicating with a computer, another Arduino, or other microcontrollers.

Pin Diagram

Arduino Mega Pin Out

Applications:

  • Embedded Design & Development
  • Industrial, Communications & Networking
  • Sensing & Instrumentation
  • Automation & Process Control

Also check Arduino Leonardo with Headers. The Arduino Leonardo is a microcontroller board that can be used for a variety of projects. It has 20 digital input/output pins, 7 of which can be used as PWM outputs and 12 as analog inputs.

Bluetooth Controlled Robotic Arm using Arduino Mega:

Package Includes:

  • 1 x Arduino Mega Original

Specifications:

    Model

    Mega 2560

    Processor IC

    ATmega16U2

    Operating Voltage

    5VDC

    Memory

    256KB flash memory of which 8KB is used by the bootloader
    8KB SRAM
    4KB EEPROM

    Input voltage

    7V to 12V

    Dimensions

    102 x 51mm

    Weight

    40gm

    Shipping & Returns

    • All orders confirmed before 3 pm IST are shipped on the
      same day, barring rare pickup delays on holidays or disturbances
    • Delivery time in Metro cities is 1-3 days, Others it is
      3-7 days. It varies based on location, reliant on courier services
    • Return window: 7 days from receipt unless stated
      otherwise. No refunds/replacements after
    • Returns only for non-working/damaged products are accepted
    • Initiate return requests to our customer service team via Support ticket or contact us at +91-8123057137
    • Refunds are processed within 3-4 working days post inspection and approval.

    For more details, please check our Shipping and Return Policy

    View full details
    Trust Badge 1 Trust Badge 2 Trust Badge 3

    People Also Buy

    Found a better price?

    Let us know!
    We'll try to match the price for you

    • ⚡ Dispatched within 24 hours

    • 💰 Earn RC Coins on every purchase

    • 🚚 Free shipping on orders above Rs 500/-

    • 🛠️ Dedicated Technical Support Team

    1 of 4

    1. What is Arduino Mega used for?

    • The Arduino MEGA 2560 is designed for projects that require more I/O lines, more sketch memory, and more RAM. It is the recommended board for 3D printers and robotics projects because it has 54 digital I/O pins, 16 analog inputs, and more space for your sketch. 

    2. Is Arduino Mega better than Uno? 

    • The Mega 2560 has the most SRAM space with 8 kB, which is 4x more than the Uno, and 3.2x more than the Micro. With more SRAM space, the Arduino has more space to create and manipulate variables when it runs. 

    3. Can Arduino Mega run Python? 

    • The Arduino IDE does not yet support Python. Instead, we can use OpenMV, a platform that supports programming Arduino boards with MicroPython. We can install MicroPython and upload scripts directly to the board using the OpenMV editor. Some examples are also available in the editor. 

    4. How do I connect my Arduino Mega to the internet? 

    • The Arduino Ethernet Shield connects your Arduino device to the internet. Simply plug this module into your Arduino board and use an RJ45 cable to connect it to your network. As always with Arduino, every element of the platform – hardware, software, and documentation – is freely available and open-source. 

    5. What language is used in Arduino Mega?

    • The Arduino Mega uses a variant of the C++ programming language. With the addition of unique methods and functions exclusive to the Arduino platform, C++ is the primary language used to write code for Arduino Mega projects. A "sketch" (this language's word for code file) that you generate for the Arduino Mega is processed and compiled into machine language before it is run on the device.

    6.How fast is Arduino Mega?

    • The clock speed of the Arduino Mega is 16MHz. This frequency is important because if you choose a different board with a different clock speed, the uploaded sketch might not work or become incompatible.

    7. Is Arduino Mega good for beginners?

    • The Arduino Mega is appropriate for beginners, yes. The entire Arduino platform is meant to be approachable and user-friendly, providing an open-source electronics platform with simple hardware and software. It is very appealing to beginners who want to learn electronics and coding because of this method. For those new to electronics projects and programming, the Arduino Mega offers an excellent starting point with its user-friendly interface and wealth of online resources.