DFRobot
DFRduino Mega1280 (Arduino Mega Compatible)
DFRduino Mega1280 is a microcontroller board based on the ATmega1280. It has 54 digital input/output pins, 16 analog inputs, 4 UARTs (hardware serial ports),...
Get notified when back in stock
DFRduino Mega1280 is a microcontroller board based on the ATmega1280. It has 54 digital input/output pins, 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. Because it has bootloader, it can download programs directly from USB. There is no need to use other external programs to burn.
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 128KB FLASH space allows it to completely replace the Arduino MEGA2560 in some of its intermediate and lightweight applications. Anyway, this is a cost-effective controller.
SPECIFICATION
- Microcontroller: ATmega1280
- Operating Voltage: 5V
- Input Voltage: 3-16V (20V max)
- Digital I/O Pins: 54 (of which 14 provide PWM output)
- Analog Input Pins: 16 I/O
- Flash: 128 KB of which 4 KB used by bootloader
- SRAM: 8kb
- EEPROM: 4kb
- Frequency: 16MHz
DOCUMENTS
DFRobot Mega 2560 V3.0 (Arduino Mega 2560 R3 Compatible)
Jargon buster
Plain-language definitions for the technical terms used above.
- Bootloader
- Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
- DC
- DC means direct current, where electricity flows in one constant direction, as supplied by batteries, USB ports and many plug-pack power supplies. When a product specifies DC, it runs from a DC supply rather than mains AC, so you need to provide the correct voltage and polarity.
- EEPROM
- A type of non-volatile memory that keeps stored data even when power is turned off. In a sensor module, it can be used to store settings or calibration data so they do not need to be re-entered every time.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
Find this product in
Supplier page — dfrobot.com
Supplier Description · 788.1 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Source Code
Open-source libraries, firmware & example projects for this product
eec9b91
almost 4 years ago
· 466 commits
- Box_Enclosure_Size Add files via upload almost 6 years ago
- DFR0023 V4.0 over 6 years ago
- DFR0231-H update about 6 years ago
- DFR0251 update SCH over 6 years ago
- DFR0300-H add dfr0300 resource files almost 7 years ago
- DFR0420 Add files via upload over 5 years ago
- DFR0478 Add files via upload over 5 years ago
- DFR0503-EN Update over 7 years ago
- DFR0530 Update DFR0530 Arduino SDK Update Records.docx over 6 years ago
- DFR0564 create DFR0564 over 7 years ago
- DFR0577 add dfr0577 folder over 7 years ago
- DFR0578 add dfr0578 picture almost 8 years ago
- DFR0588 update pic almost 7 years ago
- DFR0605 update about 6 years ago
- DFR0626 Delete DFR0626 (V1.0) Schematic.pdf almost 6 years ago
Related Tutorials
Free guides on learn.littlebird.com.au