Laboratorio de Campo | (P) testing ARDUINO
48
post-template-default,single,single-post,postid-48,single-format-standard,_masterslider,_ms_version_3.5.3,browser-unknown,aesop-core,aesop-on-passage,ajax_updown_fade,page_not_loaded,,normal
title

BLOG

(P) testing ARDUINO

18 Nov 2011, by Alfonso M. Cuadrado Mulero in DIWOAprende, DIWOPrototipa, MasterDIWO

Antes de comenzar a testear el hardware y sofware libre ARDUINO asistí ligeramente a la barcamp que tuvo lugar en el MUA (Alicante) del 3 al 7 de noviembre de 2011. Allí pude reencontrarme con Juanma Sarrió, compañero arquitecto y especialista en programación con Arduino, Grasshopper, Rhino, Firefly, y al que agradecemos este TUTORIAL DE ARDUINO+5

0. Previo

1. Serial Port. Windows Vista. Si tras conectar la placa ARDUINO UNO y realizar el primer ejemplo de conexión: Open, Digital, BlinkWithoutDelay (“Parpadeo sin la función delay()”) el programa muestra un error de localización del Serial Port, es necesario (si no se ha hecho antes) instalar los controladores del dispositivo. En esta página de Arduino se muestra cómo hacerlo:

| Install the drivers

Installing drivers for the Arduino Uno with Windows7, Vista, or XP:

  • Plug in your board and wait for Windows to begin it’s driver installation process.  After a few moments, the process will fail, despite its best efforts
  • Click on the Start Menu, and open up the Control Panel.
  • While in the Control Panel, navigate to System and Security. Next, click on System. Once the System window is up, open the Device Manager.
  • Look under Ports (COM & LPT).  You should see an open port named “Arduino UNO (COMxx)”
  • Right click on the “Arduino UNO (COmxx)” port and choose the “Update Driver Software” option.
  • Next, choose the “Browse my computer for Driver software” option.
  • Finally, navigate to and select the Uno’s driver file, named “ArduinoUNO.inf”, located in the “Drivers” folder of the Arduino Software download (not the “FTDI USB Drivers” sub-directory).
  • Windows will finish up the driver installation from there.

(…)

LEAVE A COMENT