Arduino Due
| Product Details | |
| Arduino Due | 1 |
| Micro USB Cable | 1 |
The Arduino Due is a high-performance microcontroller board designed for more advanced projects that need more processing power and memory than classic Arduinos like the Uno.
Key features:
-
Microcontroller: ATSAM3X8E ARM Cortex-M3, 32-bit processor
-
Operating voltage: 3.3V logic (not 5V like Uno)
-
Memory: 512 KB Flash, 96 KB SRAM – much more than Uno/Nano
-
I/O pins: 54 digital I/O (12 PWM), 12 analog inputs, 2 DAC outputs, 4 UARTs
-
High-speed USB support: Native USB port for faster communication
Why it stands out:
-
32-bit processor allows for faster and more complex computations
-
Multiple analog and digital I/O options for advanced electronics
-
Can handle more sophisticated projects like audio processing, motor control, and high-speed data acquisition
Typical uses:
-
Robotics and CNC machines
-
Audio synthesis and processing
-
Complex sensors and data logging
-
Projects requiring multiple simultaneous inputs/outputs
In short, the Arduino Due is the powerhouse of the Arduino family, meant for projects where Uno or Nano just don’t have enough speed or memory.