

Buy anything from 5,000+ international stores. One checkout price. No surprise fees. Join 2M+ shoppers on Desertcart.
Desertcart purchases this item on your behalf and handles shipping, customs, and support to Vanuatu.
🚀 Unlock next-level innovation with the original Arduino Due — where power meets precision!
The Arduino Due is the first official 32-bit Arduino board powered by an 84 MHz Atmel SAM3X8E ARM Cortex-M3 CPU. It features 54 digital I/O pins, 12 analog inputs, 4 UARTs, and extensive memory (512 KB flash, 96 KB SRAM) to support complex, high-performance projects. Designed for professionals and makers alike, it ensures full compatibility with a wide range of Arduino shields and peripherals, making it the go-to choice for cutting-edge embedded development.






| ASIN | B00A6C3JN2 |
| Best Sellers Rank | #14,359 in Computers & Accessories ( See Top 100 in Computers & Accessories ) #69 in Motherboards |
| Box Contents | 1 x Arduino Due |
| Brand | Arduino |
| Brand Name | Arduino |
| CPU Model | core_m |
| CPU Speed | 0.08 GHz |
| Compatible Devices | Personal Computer, USB |
| Connectivity Technology | Bluetooth, USB |
| Country of Origin | Italy |
| Customer Reviews | 4.5 out of 5 stars 585 Reviews |
| Global Trade Identification Number | 07640152110498 |
| Importer Contact Information | Robocraze, Ground Floor, 912/10 Survey no. 104 4th G street, Chelekare, Kalyan Nagar, Bengaluru - 560043 |
| Item Dimensions L x W x H | 10.2L x 2.5W x 5.1H Centimeters |
| Item Type Name | Arduino Due |
| Manufacturer | Arduino, Arduino, St. James Avenue, Boston, Massachusetts, 02116, USA |
| Manufacturer Contact Information | Arduino, St. James Avenue, Boston, Massachusetts, 02116, USA |
| Manufacturer Part Number | A000062 |
| Memory Storage Capacity | 512 KB |
| Model Name | Arduino Due |
| Model Number | A000062 |
| Network Connectivity Technology | Bluetooth, USB |
| Packer Contact Information | Robocraze, Ground Floor, 912/10 Survey no. 104 4th G street, Chelekare, Kalyan Nagar, Bengaluru - 560043 |
| Processor Brand | Atmel |
| Processor Count | 1 |
| Processor Speed | 0.08 GHz |
| RAM Memory Technology | SRAM |
| Total USB Ports | 2 |
| UPC | 610098743989 |
| Warranty Description | 6 months Brand |
| Wireless Compability | Bluetooth |
T**Y
Excellent!! Works with almost all shield including motor ...
Excellent!! Works with almost all shield including motor shield (with the vin jumper cut off). Remember don't fall to buy a 1k due as it is counterfeit version. Buy the due from protocentral as they sell the original one at a very competitive price when compared to mg super labs and simple labs .
A**R
Board
Arduino
S**H
Five Stars
Genuine product.
M**U
All perfect, but the seal was open on one side.....maybe because of dust?
I have not found any imperfection in the product till now, but i would like to tell that this product is a kind of exception, cuz it has it logic max at 3v3, and above it may render pins or the board null and void, Other than this, arduino due is a great board for large-scale project with lots of computational power. You can certainly opt for this.to note:A clear plastic case comes with the board in the box.
S**H
Arduino Due
It's very quick shipment and the product meets my expectations.
R**A
Genuine product...
The product I got is genuine Arduino due board. It comes from out of the country so takes alittle time. However, it was deliveeed before the given time, so no complaints. Just tracking part needs to be updated as it is not updated frequently.
J**E
High speed and more I/Os
I bought this board for development of control and guidance system for Quadcopter. I find it excellent for every application one can think of.
M**I
Received Damaged Product
I received a damaged product after spending a fortune on this. 1. Not in original packaging 2. This was a used product. 3. USB socket bent 4. Pins bent
E**B
Guten Produkt für Fortgeschrittene
Insgesamt ist es ein solides Arduino Board mit vielen Funktionen fürs schnelle Protoyping. Beispielsweise die beiden DAC Kanäle sind sehr vom Vorteil, wenn man analoge Schaltungen ansteuern möchte. Auch Funktionen, wie natives High-Speed USB, eine (relativ) hohe Taktfrequenz, mehrere Serielle Schnittstellen, usw. Somit ist es ein ideales Board für jeden Maker, Hobbyist, etc. im Bereich des Prototypenbaus. Jedoch ist der Preis sehr happig mit um die 42 Euro. Dafür gibt es schon von anderen Herstellern bessere Boards für kleineres Geld, welche dann bestimmte Funktionen des Due drauf haben. Der Due hat sie aber alle. Somit kann dieses Board ein absoluter Schatz im Prototypenbau sein, würde aber von einer Serienfertigung mit diesem Board abraten, da der Preis ja wie beschrieben doch etwas höher liegt...
J**P
Arduino Due + Arduino Yun shield: great combination!
The Due from arduino.cc (the original Arduino group) has been discontinued, but Arduino.org (you can read up on the issues between the .cc and .org groups) made this Due board. That would be the only difference. The number of pins and amount of memory make this board especially useful. And as an added plus, it works with the Arduino Yun Shield (see the arduino.cc website) which allows the Due to communicate via Bridge.h to the Yun (which runs Linux and includes wifi and ethernet connectivity). Just add this to your Due sketch: #include <BridgeClient.h> // Arduino Due to Yun Shield communication BridgeClient client; You can also access Linux processes by including: #include <Process.h> which, for example, will allow the Due to get the current system date and time from the Yun. Over-the-air programming is the nicest feature of the Due-Yun combination which allows programs to be upload to the Due when it is connected to wifi. To enable this functionality, you first upload a sketch to the Due via USB with the setup() containing the line 'checkForRemoteSketchUpdate()' as shown below: void setup() { checkForRemoteSketchUpdate(); // use for Due when programming over Yun Shield } void loop() { // put your main code here, to run repeatedly: } After that, sketches can be uploaded by just including 'checkForRemoteSketchUpdate();' as the first line in the setup. From [...] DUE boards special note This board can be programmed remotely, but the way it interacts with the Yún shield requires a specific procedure that it is initialized by the checkForRemoteSketchUpdate() function. As suggested by the name this instruction is responsible to check if there is a new sketch to upload on the board. This is required only on the Due because you need to erase the flash before uploading a new sketch. The same action is performed automatically when you upload a sketch using any of the USB ports. Check the example called RemoteDueBlink includedin the Bridge library (Example -> Bridge -> RemoteDueBlink), which introduces you on how to use the checkForRemoteSketchUpdate() function. You must first load such a sketch via USB and also remember that any remotely loaded sketch must have that instruction to maintain the remote upload functionality. In order to enable the remote upload feature you need to install the SAM core version 1.6.8 or greater. To ensure that remote upload works you need to power the DUE from the barrel jack or using the Native USB port.
D**.
Fonctionne bien
D'abord vous devrez installer l'Arduino IDE et télécharger le paquet pour supporter les contrôleur en SAM (donc celui-ci inclus). Il suffit ensuite de brancher l'arduino en micro/mini-usb et choisir l'arduino dans l'IDE (native ou programming port et le port COM). Fonctionne très bien, pléthore de pins comparés au raspberry pi. Il y a beaucoup plus de ressources que sur les modèles précédents même si cela ne reste pas glorieux (n'imaginez pas faire tourner linux ou autre dessus, pour cela il faut voir le yùn). Attention les pins ne supporteront pas plus de 3.3V, auquel cas vous risqueriez de détruire un pin voir le processeur entier.
V**.
Un bel “gioco didattico”
Preso “per sbaglio” (non avevo ancora capito la differenza tra il Due e il Mega) senza neppure conoscerne pregi, difetti, caratteristiche, funzioni… Arduino Due non è esattamente “compatibile” con le librerie utilizzate da Uno (Nano, Mega…) e in rete non è semplice trovare “la pappa pronta” (sempre non si chieda a ChatGPT :P ) e il fatto che i suoi pin supportino solo tensioni inferiori o uguali a 3,3volt (a differenza degli altri Arduino che accettano fino si 5volt) lo rende “meno compatibile” alle “periferiche” (shield) che si possono collegare. Prodotto ottimo per chi ha voglia di apprendere nuove cose e si accinga alla prototipazione di un suo progetto elettronico, meccanico, motive, di domotica… (siamo circondati ed utilizziamo ogni giorno un prodotto che contiene una scheda simil Arduino). Le potenzialità sono davvero incredibili soprattutto perché, essendo open source, crescono assieme alle persone che utilizzano questo sistema. Ogni scheda Arduino ha i suoi pregi e i suoi difetti ed è più o meno indicata per le proprie finalità (esattamente come accade per i computer). Contentissimo del mio acquisto arrivato nei tempi prestabiliti ed abbandonato sul vialetto di casa da un corriere troppo sbrigativo (poteva almeno suonare il campanello)
J**B
One board to rule them all...
It's the last Arduino board you'll ever need.
Trustpilot
2 weeks ago
1 month ago