Difference between revisions of "Arduino Duemilanove"

From MidsouthMakers - Memphis Area Hackerpace
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Arduino Duemilanove''' is an embedded system platform based on a simple open hardware design for a single-board [[wikipedia:microcontroller|microsontroller]], with embedded I/O support and a standard programming language.  It is called the ''Duemilanove'' because it was made in the year 2009 or duemilanove in [[wikipedia:Italian|Italian]].
+
'''Arduino Duemilanove''' is an embedded system platform based on a simple open hardware design for a single-board {{wpl|microsontroller}}, with embedded I/O support and a standard programming language.  It is called the ''Duemilanove'' because it was made in the year 2009 or duemilanove in {{wpl|Italian}}.
  
 
{{Infobox electronic component
 
{{Infobox electronic component
Line 6: Line 6:
 
|caption = The USB Arduino Duemilanove.
 
|caption = The USB Arduino Duemilanove.
 
|manufacturer = [[Arduino]]
 
|manufacturer = [[Arduino]]
 +
|status = Current
 
|current_version =
 
|current_version =
 
|avg_price = $30
 
|avg_price = $30
|input_voltage = 7-20V
+
|microcontroller = {{wpl|ATmega168}}<br>{{wpl|ATmega328}}
 +
|input_voltage = 7-12V
 
|max_input_voltage = 20V
 
|max_input_voltage = 20V
 
|output_voltage = 5V
 
|output_voltage = 5V
|max_output_current = 50mA
+
|max_output_current = 40mA per I/O pin
 
|clock_speed = 16 MHz
 
|clock_speed = 16 MHz
 
|num_positions = 14 Digital (6 of which are PWM)<br>6 Analog
 
|num_positions = 14 Digital (6 of which are PWM)<br>6 Analog
 +
|memory =
 +
|flash_memory = 16 KB (ATmega168)<br>32 KB (ATmega328)
 +
|sram = 1 KB (ATmega168)<br>2 KB (ATmega328)
 +
|eeprom = 512 bytes (ATmega168)<br>1 KB (ATmega328)
 
|length =
 
|length =
 
|width =  
 
|width =  
Line 21: Line 27:
 
* [[Arduino shield]]
 
* [[Arduino shield]]
 
* [[List of Arduino shields]]
 
* [[List of Arduino shields]]
 +
* {{projects containing link}}
  
 
== External links ==
 
== External links ==

Latest revision as of 20:58, 20 January 2010

Arduino Duemilanove is an embedded system platform based on a simple open hardware design for a single-board microsontroller, with embedded I/O support and a standard programming language. It is called the Duemilanove because it was made in the year 2009 or duemilanove in Italian.

Arduino Duemilanove

The USB Arduino Duemilanove.

General Information
Manufacturer Arduino
Status Current
Average Price $30
Specifications
Microcontroller ATmega168
ATmega328
Input Voltage 7-12V
Max Input Voltage 20V
Output Voltage 5V
Clock Speed 16 MHz
Number of Positions 14 Digital (6 of which are PWM)
6 Analog
Flash Memory 16 KB (ATmega168)
32 KB (ATmega328)
SRAM 1 KB (ATmega168)
2 KB (ATmega328)
EEPROM 512 bytes (ATmega168)
1 KB (ATmega328)



See also


External links