Arduino Announces New Arduino Due Board

Status
Not open for further replies.

annymmo

Distinguished
Apr 7, 2009
351
3
18,785
And how much ram is there?
(It is not that there is flash memory in the processor itself that it is ram.)
Usually there was rom and ram.
Now flash for longer term storage and ram for fast load and store of stuff.
 

egill

Honorable
Oct 9, 2012
5
0
10,510
Arduino is great for mechatronic devices, and serves as the brain of a machine. Through a usb cable you can load a program into it, and through the pins the program will either take in information, or give a command. The pins themselves would be wired to the motors and sensors.

In a mechatronic class I took we made a basketball game that rocked quickly if you were close to it, and stopped moving if you were far away. This was achieved by using an ultrasonic sensor to determine the distance the player was away from the hoop. Also, we added a scoreboard and counter to keep track of baskets made. All of this of done through a program loaded into an Arduino board.

Hope this helps paint a picture of what it is used for. It really is made for hobbiest. Serious to fun projects can made with them.
 

dark_knight33

Distinguished
Aug 16, 2006
391
0
18,780
http://arduino.cc/en/Main/ArduinoBoardDue

From their website:

The Due has a 32-bit ARM core that can outperform typical 8-bit microcontroller boards. The most significant differences are:

A 32-bit core, that allows operations on 4 bytes wide data within a single CPU clock. (for more information look int type page).
CPU Clock at 84Mhz.
96 KBytes of SRAM.
512 KBytes of Flash memory for code.
a DMA controller, that can relieve the CPU from doing memory intensive tasks.


Took all of 15 seconds Jane.... You really should have included this.

Extra's:

Microcontroller AT91SAM3X8E
Operating Voltage 3.3V
Input Voltage (recommended) 7-12V
Input Voltage (limits) 6-20V
Digital I/O Pins 54 (of which 12 provide PWM output)
Analog Input Pins 12
Analog Outputs Pins 2 (DAC)
Total DC Output Current on all I/O lines 130 mA
DC Current for 3.3V Pin 800 mA
DC Current for 5V Pin 800 mA
Flash Memory 512 KB all available for the user applications
SRAM 96 KB (two banks: 64KB and 32KB)
Clock Speed 84 MHz
 
Status
Not open for further replies.