Instalación de Arduino
Instalación de Arduino
Instalacin de Arduino
https://www.arduino.cc/
9/5/2015
Download
Windows ZIP file for non admin install
Unzip
Ejecutar arduino.exe
9/5/2015
Inicio
Equipo
Click derecho
Propiedades
9/5/2015
9/5/2015
Examinar
\Desktop\arduino-1.6.5-r4\drivers
Aceptar
Siguiente
Instalar
9/5/2015
Cerrar
9/5/2015
9/5/2015
1. Verificar
2. Subir
9/5/2015
ATmega328P
Operating Voltage
5V
7-12V
6-20V
20 mA
50 mA
Flash Memory
32 KB (ATmega328P)
of which 0.5 KB used by bootloader
SRAM
2 KB (ATmega328P)
EEPROM
1 KB (ATmega328P)
Clock Speed
16 MHz
Length
68.6 mm
Width
53.4 mm
Weight
25 g
Memory
The ATmega328 has 32 KB (with 0.5 KB occupied by the bootloader). It also has 2 KB
of SRAM and 1 KB of EEPROM (which can be read and written with the EEPROM
library).
Input and Output
Serial: 0 (RX) and 1 (TX). Used to receive (RX) and transmit (TX) TTL serial data.
These pins are connected to the corresponding pins of the ATmega8U2 USB-to-TTL
Serial chip.
External Interrupts: 2 and 3. These pins can be configured to trigger an interrupt
on a low value, a rising or falling edge, or a change in value. See the
attachInterrupt() function for details.
PWM: 3, 5, 6, 9, 10, and 11. Provide 8-bit PWM output with the analogWrite()
function.
SPI: 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK). These pins support SPI
communication using the SPI library.
TWI: A4 or SDA pin and A5 or SCL pin. Support TWI communication using the Wire
library.