Update:
We’re very happy to announce that the Arduino Duemilanove has been upgraded to a more powerful microcontroller: the ATmega328. It’s fully compatible with the previous ATmega168, but with twice the memory. That includes flash memory for storing sketches (32 KB instead of 16 KB), RAM for holding variables (2KB instead of 1KB) and EEPROM for saving data when turning off the board (1 KB instead of 512 bytes). We’ve also raised the speed (in the bootloader) for uploading new sketches from 19200 baud to 57600 baud.
- (from Arduino blog)
The latest version of the USB boards. Allows for automatic reset of the board by the Arduino software when uploading. Contains a low dropout power supply (which accepts 6-12V), and has overcurrent protection for the USB connection.
Overview
The Arduino Duemilanove ("2009") is a microcontroller board based on the ATmega168 (datasheet). It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz crystal oscillator, a USB connection, a power jack, an ICSP header, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started.
"Duemilanove" means 2009 in Italian and is named after the year of its release. The Duemilanove is the latest in a series of USB Arduino boards;
Summary
Microcontroller ATmega328
Operating Voltage 5V
Input Voltage (recommended) 7-12 V
Input Voltage (limits) 6-20 V
Digital I/O Pins 14 (of which 6 provide PWM output)
Analog Input Pins 6
DC Current per I/O Pin 40 mA
DC Current for 3.3V Pin 50 mA
Flash Memory 32 KB (of which 2 KB used by bootloader)
SRAM 2 KB
EEPROM 1 KB
Clock Speed 16 MHz
programming upload speed 57000 baud
Ships fully assembled and tested
New Features
Auto power selection between USB and external power supply
Automatic hardware reset on USB connection is now optional via JUMPER.
Notes
Requires Arduino IDE version 13 or higher download
boards with the new ATmega328 will require the selection of "Arduino Duemilanove w/ ATmega328" in the Tools->boards area of the Arduino IDE program.
This product was added to our catalog on Thursday 23 October, 2008.