![Arduino Due [A000062]](https://m.media-amazon.com/images/I/61qbd6n7sDL._AC_SL3840_.jpg)

Desertcart purchases this item on your behalf and handles shipping, customs, and support to Indonesia.
🚀 Unlock next-level prototyping power with Arduino Due — where innovation meets speed!
The Arduino Due is a professional-grade 32-bit ARM Cortex-M3 microcontroller board running at 84 MHz, featuring 54 digital I/O pins, 16 analog inputs, dual DAC channels, and multiple communication ports including UART, CAN Bus, and TWI. It offers dual microUSB connectors for programming and high-speed native USB communication, supports 3.3V Arduino shields, and includes an efficient switching voltage regulator. Ideal for advanced makers and rapid prototyping, it combines extensive connectivity and processing power in a compact, open-source platform.











| ASIN | B00A6C3JN2 |
| Best Sellers Rank | #57,376 in Computers ( See Top 100 in Computers ) #781 in Single-Board Computers |
| Brand | Arduino |
| Built-In Media | 1 x Arduino Due |
| CPU Model | core_m |
| CPU socket | BGA 1023 |
| Compatible Devices | Personal Computer |
| Compatible devices | Personal Computer |
| Country of Origin | Italy |
| Customer Reviews | 4.6 out of 5 stars 584 Reviews |
| Global Trade Identification Number | 07640152110498 |
| Item Dimensions L x W x H | 10.2L x 2.5W x 5.1H centimeters |
| Main Power Connector Type | 24-Pin |
| Manufacturer | Arduino |
| Memory Clock Speed | 84 MHz |
| Memory Slots Available | 1 |
| Memory Storage Capacity | 512 KB |
| Memory clock speed | 84 MHz |
| Mfr Part Number | A000062 |
| Model Name | Arduino Due |
| Model Number | A000062 |
| Platform | Android |
| Processor Socket | BGA 1023 |
| RAM Memory Technology | SRAM |
| Ram memory technology | SRAM |
| Smart Home Compatibility | Not Smart Home Compatible |
| System Bus Standard Supported | SATA 3 |
| Total Number of HDMI Ports | 1 |
| Total Usb Ports | 2 |
| UPC | 610098743989 |
| USB 2.0 | 2 |
| Unit Count | 1 Count |
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)
B**E
Good price, authentic Arduino
I needed a Due very specifically for a project. I didn't want a clone, or something "close". This was a very good price, and bonus - came with a clear 'case back' that protects the back of the board when you use it without the rest of a case getting in the way. Perfect for shield-based projects.
Trustpilot
2 weeks ago
3 weeks ago