Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 2.6 KB

File metadata and controls

38 lines (24 loc) · 2.6 KB

Connecting Faraday

In order to configure the software with appropriate information we need to plug Faraday into the USB port and obtain the the port associated with our hardware. Each Faraday radio will have a different port so these steps apply to any radio being plugged into a computer.

Plugging in USB

The LEDs may blink briefly after plugging Faraday in. This is OK.

  1. Connect Micro-USB cable to Faraday Micro-USB P16
  2. Connect Micro-USB cable to computer USB port

Faraday USB Connection

Windows Drivers

  1. Allow necessary drivers to install from Windows Update, note COM port
  2. If you need to find the COM port of Faraday when plugged in at any time, simply check the Device Manager by searching for it in Windows Run.

Device Manager COM Ports

You will need the COM port to configure the Proxy application.

Linux (Debian-based)

Debian 8 did not need to install any additional drivers when plugging Faraday in. The Following steps will ensure your computer has the correct drivers:

  1. Ensure Faraday is plugged in, then run dmesg | grep FaradayRF which should show the port name Faraday is attached to. i.e. "FTDI USB Serial Device converter now attached to ttyUSB0" indicates Faraday is attached to /dev/ttyUSB0.
  2. Alternatively, in terminal ls /dev/ttyUSB* to see what USB serial ports are connected.
  3. Note the displayed filenames. This is the device dev path in Linux. If you have other serial devices plugged in you may want to remove Faraday and run the same command to see which file goes away. Faraday would be the file that disapeared.

Faraday will show up as /dev/ttyUSB0 if only one is connected

Mac OS X

OS X requires you to install the FTDI Virtual COM Port. Once installed you will likely need to reboot your computer. Following successful installation and reboot (if steps below don't work), the following steps will show you what port Faraday is communicating through.

  1. In terminal ls /dev/cu.* to see what USB serial ports are connected. /dev/cu.usbserial-x is a valid USB Serial port where x is a number.
  2. Note the displayed filenames. This is the device dev path in OS X. If you have other serial devices plugged in you may want to remove Faraday and run the same command to see which file goes away. Faraday would be the file that disapeared.

Configure Proxy

With the drivers installed and serial port addresses obtained it's time to configure the Proxy application for use.