| 
 
                                 Product OverviewDESCRIPTION
 USB cable isn't included, please find it in the add-on deals
 FT232R USB driver installation guide:
 
 ✍The Arduino Nano is a small, complete, and breadboard-friendly board based on the ATmega328. It has more or less the same functionality of the Arduino Duemilanove, but in a different package. It lacks only a DC power jack (An Expansion Shield will solved), and works with a Mini-B USB cable instead of a standard one.
 
 ✍What's new:
 ATMEGA328 (more flash and ram memory)
 Blue power LED is on the top
 A0-A7 pins compatible with Arduino Stamp and Pro Mini
 Two layers PCB
 Lower cost
 Easier to hack the Eagle file
 
 ▼Specifications
 Microcontroller:  ATmega328
 FT232 Replacement of CH340G
 Operating Voltage (logic level): 5 V
 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: 8
 DC Current per I/O Pin: 40 mA
 Flash Memory: 16 KB (ATmega168) or 32 KB (ATmega328) of which 2 KB used by bootloader
 SRAM: 1 KB (ATmega168) or 2 KB (ATmega328)
 EEPROM: 512 bytes (ATmega168) or 1 KB (ATmega328)
 Clock Speed: 16 MHz
 Dimensions: 0.73" x 1.70"
 Length: 45 mm
 Width: 18 mm
 Weight: 5 g
 
 ▼Power
 The Arduino Nano can be powered via the Mini-B USB connection, 6-20V unregulated external power supply (pin 30), or 5V regulated external power supply (pin 27). The power source is automatically selected to the highest voltage source.
 
 ▼Memory
 The ATmega328 has 32 KB, (also with 2 KB used for the bootloader). The ATmega328 has 2 KB of SRAM and 1 KB of EEPROM.
 
 ▼Input and Output
 Each of the 14 digital pins on the Nano can be used as an input or output, using pinMode(), digitalWrite(), and digitalRead() functions. They operate at 5 volts. Each pin can provide or receive a maximum of 40 mA and has an internal pull-up resistor (disconnected by default) of 20-50 kOhms. In addition, some pins have specialized functions.
 
 |