Anonymous

Project:Nanode/Applications: Difference between revisions

From London Hackspace Wiki
Line 107: Line 107:
*Windows users: When prompted to install drivers, point the installer to the arduino-0022/drivers directory
*Windows users: When prompted to install drivers, point the installer to the arduino-0022/drivers directory
*Mac users: mount the arduino installation dmg and double click on the FTDI install package at the bottom of the window. In Arduino application menu/Tools/Board/ select "Arduino Duemilanove or Nano w/ ATmega328" and menu/Tools/Serial Port "/dev/tty.usbserial-A400f2he"
*Mac users: mount the arduino installation dmg and double click on the FTDI install package at the bottom of the window. In Arduino application menu/Tools/Board/ select "Arduino Duemilanove or Nano w/ ATmega328" and menu/Tools/Serial Port "/dev/tty.usbserial-A400f2he"
*Linux users: if you are using a 'modern' ubuntu or debian install (from my experience) the FTDI cable should be plug and play, type
*Linux users: if you are using a recent version of ubuntu or debian, the FTDI cable should be plug and play, type:
   dmesg | grep "ttyUSB*"
   dmesg | grep "ttyUSB*"
into terminal and hit return, the response may look something like this
into terminal and hit return, the response may look something like this:
   [ 7440.284623] usb 2-2: FTDI USB Serial Device converter now attached to ttyUSB0
   [ 7440.284623] usb 2-2: FTDI USB Serial Device converter now attached to ttyUSB0
since ttyUSB0 is mentioned this indicates that the device mount point is /dev/ttyUSB0
since ttyUSB0 is mentioned this indicates that the device mount point is /dev/ttyUSB0