DFRobot
Arduino DUE - An Arduino Microcontroller Board
The Arduino Due is Arduino's first ARM-based development board, powered by the Atmel SAM3X8E — a 32-bit Cortex-M3 processor running at 84MHz. With 54 digital...
The Arduino Due is Arduino's first ARM-based development board, powered by the Atmel SAM3X8E — a 32-bit Cortex-M3 processor running at 84MHz. With 54 digital I/O pins, 12 analogue inputs, 2 DAC outputs, and USB-OTG, it brings significantly more computing power while remaining programmable through the familiar Arduino IDE.
The Due features two USB connectors: a micro-USB AB (native) port that can act as a USB host for connecting peripherals like mice, keyboards, and smartphones, and a USB Type-B port for programming and debugging.
Key Features
- 84MHz ARM Cortex-M3 – AT91SAM3X8E processor for high-performance applications
- 512KB Flash / 96KB SRAM – Ample memory for complex programs
- 54 Digital I/O Pins – 12 with PWM output capability
- 12 Analogue Inputs – 12-bit ADC resolution
- 2 DAC Outputs – True analogue output for audio and signal generation
- 4 Hardware UARTs – Multiple serial communication channels
- USB-OTG – Native USB host for connecting external peripherals
Specifications
- Microcontroller: AT91SAM3X8E
- Operating Voltage: 3.3V
- Input Voltage: 7–12V recommended (6–20V limit)
- Digital I/O: 54 pins (12 PWM)
- Analogue Inputs: 12
- Analogue Outputs: 2 (DAC)
- Total DC Output Current: 130mA (all I/O lines)
- Flash Memory: 512KB
- SRAM: 96KB (64KB + 32KB)
- Clock Speed: 84MHz
Ideal For
- Projects requiring high processing power and fast execution
- Audio generation and signal processing (via DAC)
- USB host applications with external peripherals
- Multi-serial communication systems
Package Contents
- 1× Arduino Due board
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- ADC
- An analogue-to-digital converter reads a changing voltage and turns it into a number the microcontroller can use. It matters when connecting analogue sensors such as light, sound, or variable-resistor sensors.
- DAC
- A digital-to-analogue converter turns numbers from the microcontroller into a real analogue voltage. It matters if you want to generate simple waveforms, audio-style signals, or variable control voltages rather than just on/off outputs.
- Flash memory
- Non-volatile memory that keeps stored data even when power is removed. In this sensor, it matters because enrolled fingerprint templates can remain saved after the project is turned off.
- IDE
- Short for Integrated Development Environment, a program used to write, run and manage code. It matters because some learners prefer a traditional coding workspace instead of a guided notebook-style lesson.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- native USB
- Native USB means the microcontroller itself handles USB communication, rather than using a separate USB-to-serial chip. This matters for programming, debugging, and projects that need the board to act directly as a USB device.
- 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.
- USB host
- A USB host is the side of a USB connection that controls attached devices, like a computer talking to a keyboard or flash drive. This matters because most microcontroller boards are normally USB devices, so adding USB host support lets them use common USB peripherals.
Find this product in
Brands
Supplier page — dfrobot.com
Supplier Description · 731.6 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au