Want to make creations as awesome as this one?

Transcript

"tools" o herramientas muestra la opción de "puerto" es por donde se comunican Arduino y el ordenado

Si seleccionamos "file" Veremos las opciones más importantes que nos permiten modificar el aspecto y funcionamiento del IDE de Arduino.

Aquí se muestra el nombre del código que se esta creando.

esta es la consola, aqui se muestra si hay algún error en el código, nos dice si hay algo mal escrito, no si el código funciona

Este es el editor aqui es donde más vamos a trabajar ya que es donde escribimos nuestro código.

Verificar/Compilar, este botón verifica el código en busca de errores y lo compila

Subir, el botón subir nos permite cargar o subir el código al microcontrolador a través del puerto serie USB.

Nuevo, sirve para crear un programa nuevo. Esto genera una nueva ventana donde escribir el código de ese nuevo programa.

ARDUINOUNOFTDH

Title 2

USB, aqui se conecta el usb para conectarlo ej. a la computadora

boton de encendido/apagado

Starting clockwise from the top center:

  • Analog Reference pin (orange)
  • Digital Ground (light green)
  • Digital Pins 2-13 (green)
  • Digital Pins 0-1/Serial In/Out - TX/RX (dark green) - These pins cannot be used for digital i/o (digitalRead and digitalWrite) if you are also using serial communication (e.g. Serial.begin).
  • Reset Button - S1 (dark blue)
  • In-circuit Serial Programmer (blue-green)
  • Analog In Pins 0-5 (light blue)
  • Power and Ground Pins (power: orange, grounds: light orange)
  • External Power Supply In (9-12VDC) - X1 (pink)
  • Toggles External Power and USB Power (place jumper on two pins closest to desired supply) - SV1 (purple)
  • USB (used for uploading sketches to the board and for serial communication between the board and the computer; can be used to power the board) (yellow)

Power Pins

  • VIN (sometimes labelled "9V"). The input voltage to the Arduino board when it's using an external power source (as opposed to 5 volts from the USB connection or other regulated power source). You can supply voltage through this pin, or, if supplying voltage via the power jack, access it through this pin. Note that different boards accept different input voltages ranges, please see the documentation for your board. Also note that the LilyPad has no VIN pin and accepts only a regulated input.
  • 5V. The regulated power supply used to power the microcontroller and other components on the board. This can come either from VIN via an on-board regulator, or be supplied by USB or another regulated 5V supply.
  • 3V3. (Diecimila-only) A 3.3 volt supply generated by the on-board FTDI chip.
  • GND. Ground pins.

Analog PinsIn addition to the specific functions listed below, the analog input pins support 10-bit analog-to-digital conversion (ADC) using the analogRead() function. Most of the analog inputs can also be used as digital pins: analog input 0 as digital pin 14 through analog input 5 as digital pin 19. Analog inputs 6 and 7 (present on the Mini and BT) cannot be used as digital pins.

ATmega168

  • Digital I/O Pins: 14 (of which 6 provide PWM output)
  • Analog Input Pins: 6 (DIP) or 8 (SMD)
  • DC Current per I/O Pin: 40 mA
  • Flash Memory 16 KB:
  • SRAM: 1 KB
  • EEPROM: 512 bytes

ARDUINOUNOCH340

USB, aqui se conecta el usb para conectarlo ej. a la computadora

boton de encendido/apagado

Starting clockwise from the top center:

  • Analog Reference pin (orange)
  • Digital Ground (light green)
  • Digital Pins 2-13 (green)
  • Digital Pins 0-1/Serial In/Out - TX/RX (dark green) - These pins cannot be used for digital i/o (digitalRead and digitalWrite) if you are also using serial communication (e.g. Serial.begin).
  • Reset Button - S1 (dark blue)
  • In-circuit Serial Programmer (blue-green)
  • Analog In Pins 0-5 (light blue)
  • Power and Ground Pins (power: orange, grounds: light orange)
  • External Power Supply In (9-12VDC) - X1 (pink)
  • Toggles External Power and USB Power (place jumper on two pins closest to desired supply) - SV1 (purple)
  • USB (used for uploading sketches to the board and for serial communication between the board and the computer; can be used to power the board) (yellow)

Power Pins

  • VIN (sometimes labelled "9V"). The input voltage to the Arduino board when it's using an external power source (as opposed to 5 volts from the USB connection or other regulated power source). You can supply voltage through this pin, or, if supplying voltage via the power jack, access it through this pin. Note that different boards accept different input voltages ranges, please see the documentation for your board. Also note that the LilyPad has no VIN pin and accepts only a regulated input.
  • 5V. The regulated power supply used to power the microcontroller and other components on the board. This can come either from VIN via an on-board regulator, or be supplied by USB or another regulated 5V supply.
  • 3V3. (Diecimila-only) A 3.3 volt supply generated by the on-board FTDI chip.
  • GND. Ground pins.

Analog PinsIn addition to the specific functions listed below, the analog input pins support 10-bit analog-to-digital conversion (ADC) using the analogRead() function. Most of the analog inputs can also be used as digital pins: analog input 0 as digital pin 14 through analog input 5 as digital pin 19. Analog inputs 6 and 7 (present on the Mini and BT) cannot be used as digital pins.

ATmega328P (used on most recent boards)

  • Digital I/O Pins: 14 (of which 6 provide PWM output)
  • Analog Input Pins: 6 (DIP) or 8 (SMD)
  • DC Current per I/O Pin: 40 mA
  • Flash Memory: 32 KB
  • SRAM: 2 KB
  • EEPROM: 1 KB