Arduino Due
Overview
The Arduino Due is a microcontroller board based on the Atmel SAM3X8E ARM Cortex-M3 CPU. It is the first Arduino board based on a 32-bit ARM core microcontroller, offering higher performance than previous 8-bit AVR-based boards. It provides 54 digital I/O pins, 12 analog input pins, and two digital-to-analog converters (DACs).
Why Choose This Part
The Arduino Due offers significantly more processing power and memory than traditional 8-bit Arduino boards, making it suitable for more demanding applications. Its 3.3V operating voltage aligns with many modern sensors and modules, simplifying interfacing. The inclusion of native USB OTG and CAN bus support expands its connectivity options for advanced projects.
Applications
Key Specifications
Getting Started
The Arduino Due is programmed using the Arduino IDE. Users can find extensive documentation, examples, and community support on the official Arduino website. Connect the board via USB, select 'Arduino Due (Programming Port)' or 'Arduino Due (Native USB Port)' from the Tools > Board menu, and upload sketches.



