Difference between revisions of "Iduino DUE Mini"

From Geeetech Wiki
Jump to: navigation, search
Line 3: Line 3:
 
Iduino DUE Mini board derives from Arduino Due. It is completely compatible with Arduino Due. The microcontroller board also is based on
 
Iduino DUE Mini board derives from Arduino Due. It is completely compatible with Arduino Due. The microcontroller board also is based on
  
the[http://www.atmel.com/Images/doc11057.pdf  Atmel SAM3X8E ARM Cortex-M3 CPU ] .Users could program it with Arduino IDE([http://arduino.cc/en/Main/Software  Arduino v1.5.2 Beta:]).
+
the[http://www.atmel.com/Images/doc11057.pdf  Atmel SAM3X8E ARM Cortex-M3 CPU ] .It 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.Users could program it with Arduino IDE([http://arduino.cc/en/Main/Software  Arduino v1.5.2 Beta:]).
  
  
Line 15: Line 19:
 
Of course ,it is more cost-efficient  external programmer uses the ATmega16U2 as a USB-to-serial chip connected to the first UART of the SAM3X .  
 
Of course ,it is more cost-efficient  external programmer uses the ATmega16U2 as a USB-to-serial chip connected to the first UART of the SAM3X .  
  
Similar with boards such as Arduino Mini or Arduino Pro, many board could share one external programmer.
+
Similar with boards such as Arduino Mini or Arduino Pro, many board could share one external programmer.If you need 10 boards to build your projects,
  
If you need 10 boards to build your projects, you only need one external programmer. That will save you much money.
+
you only need one external programmer. That will save you much money.
  
 
== About DUE Mini USB/Serial Adapter ==
 
== About DUE Mini USB/Serial Adapter ==

Revision as of 06:41, 14 May 2013

Overview

Iduino DUE Mini board derives from Arduino Due. It is completely compatible with Arduino Due. The microcontroller board also is based on

theAtmel SAM3X8E ARM Cortex-M3 CPU .It 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.Users could program it with Arduino IDE(Arduino v1.5.2 Beta:).


We made some changes on the original board,because if you got the Arduino DUE board, you will feel on it is: oh, so complicated! While we found we could

program it through both USB port. We think, why not remove one and leave users more chances to develope on another , it could make the board simple.

As ATmega16U2 circuit takes very much space on the board, we decide to remove it. And all the pins for external programmer are broken out.


Of course ,it is more cost-efficient external programmer uses the ATmega16U2 as a USB-to-serial chip connected to the first UART of the SAM3X .

Similar with boards such as Arduino Mini or Arduino Pro, many board could share one external programmer.If you need 10 boards to build your projects,

you only need one external programmer. That will save you much money.

About DUE Mini USB/Serial Adapter

The DUE Mini USB/Serial Adapter is designed based on the ATmega16U2 circuit on Arduino DUE. With the bended female header, users could plug in the header to

Iduino DUE Mini board.