Difference between revisions of "Arduino DUE"

From Geeetech Wiki
Jump to: navigation, search
Line 4: Line 4:
 
the familiar Arduino IDE. It increases the computing power available to Arduino users keeping the language as compatible as possible so that many programs will  
 
the familiar Arduino IDE. It increases the computing power available to Arduino users keeping the language as compatible as possible so that many programs will  
 
be migrated in a matter of minutes!
 
be migrated in a matter of minutes!
 +
 
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), an 84 MHz clock,  
 
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), an 84 MHz clock,  
 
a 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. There are also  
 
a 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. There are also  
 
some cool features like DACs, Audio, DMA , an experimental multi tasking library and more.
 
some cool features like DACs, Audio, DMA , an experimental multi tasking library and more.
 +
 
The command set for the module is entirely comprised of ASCII-based printable characters and allows you to change languages (English or Spanish), change between  
 
The command set for the module is entirely comprised of ASCII-based printable characters and allows you to change languages (English or Spanish), change between  
 
9 different voices, and even control speech parameters on the fly. The module also communicates back to your system so you can get settings, version information  
 
9 different voices, and even control speech parameters on the fly. The module also communicates back to your system so you can get settings, version information  

Revision as of 09:07, 27 April 2013

Overview

The Due is Arduino's first ARM-based Arduino development board. This board is based on a powerful 32bit CortexM3 ARM microcontroller made programmable through the familiar Arduino IDE. It increases the computing power available to Arduino users keeping the language as compatible as possible so that many programs will be migrated in a matter of minutes!

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), an 84 MHz clock, a 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. There are also some cool features like DACs, Audio, DMA , an experimental multi tasking library and more.

The command set for the module is entirely comprised of ASCII-based printable characters and allows you to change languages (English or Spanish), change between 9 different voices, and even control speech parameters on the fly. The module also communicates back to your system so you can get settings, version information and even "finished speaking" flags back from the board.

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.

Note: