


Get a quote in only 3 steps!
1. Add the items you are interested in to your cart
2.Go to your cart
3.Click on GENERATE A QUOTE
Your quotations are available online on your customer account.
Including €0.01 for ecotax
Arduino is an open-source physical computing platform based on a simple i/o board and a development environment that implements the Processing/Wiring language. Arduino is one of the most famous technology for hobbyist and education. It is immensely popular and used as the core for many educational classes. The Arduino board is a great board for prototyping and experimentation, which makes it ideal as a beginner's board.
Why Arduino ?
Need help choosing the right Arduino? Check out our guide!
Arduino Due is the first Arduino board that is based on a 32 bit ARM architecture. UsuallyLa carte Arduino Due est la première carte Arduino basée sur une architecture ARM 32bit. Usually, the Arduino boards are based on an architecture ATMega 328.
The Arduino Due has an Atmel SAM3X8E ARM Cortex-M3 microcontroller. The Arduino Due has 54 digital input/output pins (of which 12 can be used as PWM outputs), 12 analog inputs, 4 UARTs (hardware serial ports), a 84 MHz clock, an USB OTG capable connection, 2 DAC (digital to analog), 2 TWI, a power jack, an SPI header, a JTAG header, a reset button and an erase button.
Warning ! Unlike other Arduino boards, the Arduino Due board runs at 3.3V. The maximum voltage that the I/O pins can tolerate is 3.3V. Providing higher voltages, like 5V to an I/O pin could damage the board !
The main features of Arduino Due are the following:
The Cortex-M3 offers more performance than the usual 8bits microntrollers found on other Arduino boards. In particular, the ARM Cortex-M3 allows the Arduino Due:
The open-source IDE can be downloaded for free (currently for Mac OS X, Windows, and Linux). Some tutorials are available on the official Arduino web site. These tutorials help you to write your first program with Arduino boards.
As presented in the above image, the Arduino Due features two USB connectors: the programming port and native USB port. Both can be used to inject your program on the board, however, it is recommended to use the programming port that works even if the MCU crashed before. Refer to the official documentation for more information.