Wunderbar upgrade to Conrad Connect firmware and onboarding manual

Size: px
Start display at page:

Download "Wunderbar upgrade to Conrad Connect firmware and onboarding manual"

Transcription

1 Wunderbar upgrade to Conrad Connect firmware and onboarding manual Conrad Electronic SE Page 1 of 28

2 Contents 1 Outline 3 2 Firmware upgrade Windows Upgrade procedure Linux and macos Upgrade procedure Firmware update Update procedure Onboarding Prerequisites Onboarding procedure Buttons & led indications Reset button User button Button combination User led WiFi led Power led Page 2 of 28

3 1 Outline This document contains instructions on upgrading existing Wunderbar firmware to V2 version, describes onboarding procedure for this new firmware and explains buttons functionality and led indications. Page 3 of 28

4 2 Firmware upgrade Wunderbar can connect to Conrad Connect once the firmware is upgraded to V2 version. This process needs to be performed only once. 2.1 Windows Two programs are required during firmware upgrade procedure: 1. Zadig [link] Automated Driver Installer GUI application which helps installing correct USB drivers for Wunderbar 2. dfu-util [link] which is used to update firmware on Wunderbar Upgrade procedure 1. Download and unpack dfu-util [link] to a folder on your computer. In this example C:\wunderbar will be used. Figure 1: Folder with dfu-util unpacked 2. Download firmware upgrade package from Conrad [link] and unpack it to the same folder as dfu-util. Page 4 of 28

5 Figure 2: Folder with dfu-util and firmware upgrade package 3. Connect Li-Ion Battery to Wunderbar board. Note! Battery is crucial for proper Wunderbar operation and is required even when Wunderbar is connected to USB port! 4. Connect Wunderbar to computer with USB Micro cable. If Windows starts automatic driver installation it can be safely ignored. Page 5 of 28

6 Figure 3: Windows 10 automatic driver installation pop-up Note! Please use USB cable bundled with Wunderbar. Not all USB cables are wired correctly and Wunderbar might not be correctly recognized by your computer. 5. Put Wunderbar into firmware update mode: (a) press and hold User button (figure 4) (b) press and release Reset button (figure 4) (c) release User button Power led and User led should be on. Reset button User button WiFi led User led Power led Figure 4: Wunderbar master module buttons and leds Page 6 of 28

7 6. Download Zadig [link] and unpack it to same folder as dfu-util. Figure 5: Folder with dfu-util, firmware upgrade package and Zadig 7. Start Zadig application. If Zadig list is empty: Refresh the list by clicking on List All Devices in Options menu Page 7 of 28

8 Wunderbar should now be selectable from drop down list 8. Before clicking on Install Driver (or Replace Driver ) button make sure that WinUSB driver is selected: 9. Once Install Driver button is clicked Zadig will begin driver installation which should finish shortly with following message Page 8 of 28

9 10. Unplug Wunderbar from USB port and plug it again to force Windows to use new drivers. 11. Put Wunderbar into firmware update mode: (a) Press and hold User button (figure 4) (b) Press and release Reset button (figure 4) (c) release User button 12. Click on Windows start button and type Device Manager (in German Windows version please type Geräte-Manager ) 13. Wunderbar will be visible as WunderBar firmware update device under Universal Serial Bus devices Page 9 of 28

10 14. Click on Windows start button and type cmd to start Command Prompt 15. In Command Prompt navigate to folder with dfu-util, firmware upgrade package and Zadig, by typing: cd C:\wunderbar Page 10 of 28

11 16. Verify that Wunderbar is visible by dfu-util by typing: dfu-util.exe -l Output will look similar to this: 17. Now, upgrade Wunderbar with Bluetooth upgrader: dfu-util.exe -d 15a2:1000 -a 0 -D wunderbar_ble_updater.bin Output will look similar to this: Page 11 of 28

12 18. Restart Wunderbar with Reset button 19. A new removable drive, named WUNDERBAR, should appear on your computer after a few seconds. There will be two files on this drive: 20. Copy wunderbar master ble.hex to this new drive (drag & drop works!) 21. The drive will disappear after the file is completely copied. Warning about improperly ejected drive can be ignored. 22. After few seconds the same drive will appear again and should contain only following 2 files: Page 12 of 28

13 Any other file will mean that update failed. You can open FAIL.TXT or ASSERT.TXT to check exact error message. 23. Put Wunderbar into firmware update again (like in step 5) 24. Verify again that Wunderbar is in firmware update mode and available to dfu-util (like in step 16) 25. Upgrade Wunderbar with latest firmware: dfu-util.exe -d 15a2:1000 -a 0 -D wunderbar_v2.bin Output will look similar to this: 26. Finally restart Wunderbar with Reset button. User led should start blinking, indicating that Wunderbar is ready for onboarding. That completes firmware upgrade procedure. Freshly upgraded Wunderbar has latest V2 firmware and can be onboarded as described in chapter 4. Page 13 of 28

14 2.2 Linux and macos Original Wunderbar firmware contains a bootloader that can be used to program Wunderbar with new software. A program called dfu-util is required for this procedure. Latest dfu-util version can be installed on: Ubuntu Linux $ apt-get install dfu-util macos $ brew install dfu-util Upgrade procedure 1. Download firmware upgrade package from Conrad [link] and unpack it 2. Connect Li-Ion Battery to Wunderbar board. Note! Battery is crucial for proper Wunderbar operation and is required even when Wunderbar is connected to USB port! 3. Connect Wunderbar to computer with USB Micro cable. Page 14 of 28

15 Note! Please use USB cable bundled with Wunderbar. Not all USB cables are wired correctly and Wunderbar might not be properly recognized by your computer. 4. Put Wunderbar into firmware update mode: (a) press and hold User button (figure 6) (b) press and release Reset button (figure 6) (c) release User button Power led and User led on master module should be on. Reset button User button WiFi led User led Power led Figure 6: Wunderbar master module buttons and leds 5. Verify that Wunderbar is visible by dfu-util by executing following command: $ dfu-util -l Page 15 of 28

16 Output should be similar (dfu-util version and serial number might differ) to this: dfu-util 0.9 Copyright Weston Schmidt, Harald Welte and OpenMoko Inc. Copyright Tormod Volden and Stefan Schmidt This program is Free Software and has ABSOLUTELY NO WARRANTY Please report bugs to Found DFU: [15a2:1000] ver=0000, devnum=22, cfg=1, intf=0, path=" ", alt=0, name="unknown", serial="ffffffff4e " 6. Now, upgrade Wunderbar with Bluetooth upgrader: $ dfu-util -d 15a2:1000 -a 0 -D /firmware/path/wunderbar_ble_updater.bin Successful execution should produce following output: dfu-util 0.9 Copyright Weston Schmidt, Harald Welte and OpenMoko Inc. Copyright Tormod Volden and Stefan Schmidt This program is Free Software and has ABSOLUTELY NO WARRANTY Please report bugs to dfu-util: Invalid DFU suffix signature dfu-util: A valid DFU suffix will be required in a future dfu-util release!!! Deducing device DFU version from functional descriptor length Opening DFU capable USB device... ID 15a2:1000 Run-time device DFU version 0110 Claiming USB DFU Interface... Setting Alternate Setting #0... Determining device status: state = dfuidle, status = 0 dfuidle, continuing DFU mode device DFU version 0110 Device returned transfer size 4096 Copying data from PC to DFU device Download [=========================] 100% bytes Download done. state(2) = dfuidle, status(0) = No error condition is present Done! 7. Restart Wunderbar with Reset button once the upgrade is complete 8. A new removable drive, named WUNDERBAR, should appear on your computer after a few seconds. There will be two files on this drive: Page 16 of 28

17 (a) CONRAD.HTM (b) DETAILS.TXT 9. Copy wunderbar master ble.hex to this new drive 10. The drive will disappear after few seconds. Warning about improperly ejected drive can be ignored. 11. After few more seconds the same drive will appear again and should contain only following 2 files: (a) CONRAD.HTM (b) DETAILS.TXT Any other file will mean that update failed. You can open FAIL.TXT or ASSERT.TXT to check exact error message. 12. Put Wunderbar into firmware update again (like in step 4) 13. Verify again that Wunderbar is in firmware update mode and available to dfu-util (like in step 5) 14. Upgrade Wunderbar with latest firmware: $ dfu-util -d 15a2:1000 -a 0 -D /firmware/path/wunderbar_v2.bin 15. Finally restart Wunderbar as shown in step 7. User led should start blinking, indicating that Wunderbar is ready for onboarding. That completes firmware upgrading procedure. Freshly upgraded Wunderbar has latest V2 firmware can be onboarded as described in chapter 4. Page 17 of 28

18 3 Firmware update Wunderbar firmware can be updated or replaced with custom one via DFU bootloader. It is recommended to update V2 firmware to the latest revision available. You can get the version of firmware running on your Wunderbar and check if it is the latest available, by logging in to Conrad Connect dashboard [link] and navigating to your Wunderbar. 3.1 Update procedure To start an update simply put Wunderbar into DFU mode: 1. press and hold User button (figure 11) 2. press and release Reset button (figure 11) 3. release User button Then, verify that Wunderbar entered bootloader: 1. User led is constantly on 2. following command $ dfu-util -l returns similar output: dfu-util 0.9 Copyright Weston Schmidt, Harald Welte and OpenMoko Inc. Copyright Tormod Volden and Stefan Schmidt This program is Free Software and has ABSOLUTELY NO WARRANTY Please report bugs to Found DFU: [15a2:1000] ver=0000, devnum=22, cfg=1, intf=0, path=" ", alt=0, name="unknown", serial="ffffffff4e " Wunderbar firmware can now be updated with following command: $ dfu-util -d 15a2:1000 -a 0 -D new_firmware.bin new firmware.bin should be changed to path and name of new firmware binary that you want to put on Wunderbar. Page 18 of 28

19 Note! It is recommended to re-onboard Wunderbar after Wunderbar V2 firmware update! Warning! Custom firmware only! Custom firmware must be linked properly - application has to start at address 0x , otherwise bootloader can get corrupted! Page 19 of 28

20 4 Onboarding 4.1 Prerequisites Wunderbar V2 firmware provides an onboarding method through USB. Communication with Wunderbar is done over virtual com port, so a terminal application is required. CoolTerm [link] is a free tool, recommended on all operating systems and the following instruction will assume that this app is used. Note! CoolTerm does not handle backspace key by default, so it is highly recommended to enable this support in Options -> Terminal before onboarding. Figure 7: Option to enable proper backspace handling 4.2 Onboarding procedure 1. Create new Wunderbar device on ConradConnect [link], generate and write down the short token and device name. 2. Connect Li-Ion Battery to Wunderbar board Page 20 of 28

21 3. Connect Wunderbar to computer with USB Micro cable. Note! Please use USB cable bundled with Wunderbar. Not all USB cables are wired correctly and Wunderbar might not be correctly recognized by your computer. 4. On Windows, COM port number needed for next step can be found in Device Manager. (a) Click on Windows start button and type Device Manager (in German Windows version please type Geräte-Manager ) Page 21 of 28

22 (b) Wunderbar will be visible as WUNDERBAR V2 CDCVCOM or USB Serial Device (COMX) device under Ports (COM & LPT) Number after COM in brackets indicate port number and this name should be used in CoolTerm when selecting port. 5. Open CoolTerm app and configure serial port and baudrate as shown on figure 8. Baudrate should be set , name of serial port will differ on each computer and system. On Windows it should be COMX (where X is a number) and on Linux/macOS it should be similar to the figure. Page 22 of 28

23 Figure 8: Serial port settings 6. Once configuration is accepted you can click on Connect button. Figure 9 7. Following text should appear in the console: Welcome to WunderBar V2 onboarding wizard! This app will guide you through the process of onboarding your device. Press ENTER to continue. After hitting enter onboarding wizard will start and ask you for your: Page 23 of 28

24 (a) WiFi SSID (b) Security type (open network, WEP, WPA, WPA2) (c) WiFi password (d) ConradConnect login name (e) Short token generated in step 1 on ConradConnect [link] (f) Device name generated in step 1 on ConradConnect [link] During onboarding you will also be asked to put all sensors into onboarding mode, by clicking on the button on sensor boards (10). Figure Depending on your WiFi network and internet connection onboarding process might take a minute or two. Once Wunderbar successfully publishes message to MQTT broker a following message will appear in the console: MQTT connected to mqtt.cdc.conradconnect.de:8883 From this point on your Wunderbar is fully configured and sending data to ConradConnect. Page 24 of 28

25 Wunderbar configuration, like WiFi SSID, password or Conrad Connect credentials, can be changed by running onboarding process again. In order to enter onboarding mode long press (over 5 seconds, till User led is blinking rapidly) User button when Wunderbar is running. Page 25 of 28

26 5 Buttons & led indications Reset button User button WiFi led User led Power led Figure 11: Wunderbar master module buttons and leds 5.1 Reset button This button has single functionality to force reset Wunderbar at any time. Press and release of Reset button alone will always result in Wunderbar restarting in application mode, as length of this button press is not monitored. Warning! It is not recommended to reset Wunderbar at the end of onboarding process, while Wunderbar is storing data, as it might lead to data corruption and/or render Wunderbar nonfunctional. 5.2 User button User button has two functions: Page 26 of 28

27 1. Long press (over 5 seconds): this will clear onboarding data from Wunderbar. Once this button is pressed for 5 seconds User led will start blinking rapidly and onboarding data will be cleared when button is released. This is required if Wunderbar configuration (WiFi or Conrad Connect credentials) needs to be changed. Warning! It is not recommended to clear onboarding data at the end of onboarding process, while Wunderbar is storing data, as it might lead to data corruption and/or render Wunderbar nonfunctional. 2. Short press (under 5 seconds): if Wunderbar is onboarded this will send a message to Conrad Connect Cloud with a counter of button presses. Otherwise, short press on User button has no effect. 5.3 Button combination Wunderbar has a special firmware upgrade mode, where it is possible to change Wunderbar s firmware. To enter this mode (called DFU mode): press and hold User button press and release Reset button release User button Warning! Wunderbar operation mode can be changed at any time, though it is not recommended to switch mode at the end of onboarding process and not to press both buttons longer than 5 seconds to avoid data and/or hardware corruption. 5.4 User led User led is the main feedback mechanism for Wunderbar. It has following indications: Slow blinking (every 0.45 second) indicates that Wunderbar is connecting to WiFi. Normal blinking (every 0.3 second) indicates that Wunderbar is not onboarded and awaits connection over serial port. Page 27 of 28

28 Fast blinking (every 0.13 second) indicates that Wunderbar is initiating communication with Conrad Connect. Rapid blinking (every 30 millisecond) indicates that Wunderbar is primed for clearing onboarding data; this patter will appear only after holding User button pressed for more than 5 seconds. Repeated 5 short and 5 longer blinks indicates that Wunderbar experienced a fatal error and has to be restarted with Reset button. Toggling on keyboard input - during onboarding process User led will toggle on every character entry on serial port. Note! If Wunderbar is onboarded User led status can be controlled from Conrad Connect and this may interfere with any indication (apart from fatal error)! 5.5 WiFi led Wifi led is on when Wunderbar is successfully connected to WiFi network, otherwise it is off. 5.6 Power led Power led is on when Wunderbar is connected to USB port and the battery is charging, otherwise it is off. Page 28 of 28

USB2CAN User Guide. High quality isolated USB to CAN interface. 1.0v

USB2CAN User Guide. High quality isolated USB to CAN interface. 1.0v USB2CAN User Guide High quality isolated USB to CAN interface 1.0v 2016-12-23 Table of Contents 1 Introduction 4 1.1 Usage warning 4 1.2 Technical specification 4 2 USB2CAN converter 5 2.1 Serial number

More information

Flashing binaries to DRA7xx factory boards using DFU

Flashing binaries to DRA7xx factory boards using DFU Flashing binaries to DRA7xx factory boards using DFU Abstract This application notes provides detailed procedure for flashing the binary images to emmc flash memory using Device Firmware Update (DFU).

More information

AN80101 Seal USB/CAN Adapter Quick Start

AN80101 Seal USB/CAN Adapter Quick Start APPLICATION NOTE Seal USB/CAN Adapter Quick Start Document revision: Issue date: Feb 27, 2018 Contents 1 Introduction 1 1.1 Pinout.......................................................... 1 1.2 Wire

More information

Procedure to Upgrade Verizon FiOS Router and Configure Xbox 360 to connect with Microsoft USB WiFi Adapter

Procedure to Upgrade Verizon FiOS Router and Configure Xbox 360 to connect with Microsoft USB WiFi Adapter FiOS TV & Internet Verizon DSL FAQ s Wireless Verizon Bundles Verizon Support Procedure to Upgrade Verizon FiOS Router and Configure Xbox 360 to connect with Microsoft USB WiFi Adapter Overview The current

More information

Serial Port Drivers and Firmware Upgrade

Serial Port Drivers and Firmware Upgrade Serial Port Drivers and Firmware Upgrade Jul 2018 2017, 2018, Dilithium Design Contents Overview... 2 VCP Driver Installation... 2 Telnet Client Installation... 3 Firmware Upgrade... 6 Performing an Upgrade...

More information

R8000 Upgrade to

R8000 Upgrade to 1 OF 5 Purpose This procedure upgrades the communications system analyzer software to 1.13.0.0. The update may be applied only to systems with the following system version: 1.12.3.0 This procedure must

More information

WiFi-Repeater User Manual. Quick Installation Guide(Q.I.G.) REV.1.2

WiFi-Repeater User Manual. Quick Installation Guide(Q.I.G.) REV.1.2 WiFi-Repeater User Manual Quick Installation Guide(Q.I.G.) REV.1.2 Introduction: The WiFi Repeater is a combined wired/wireless network connection device designed specifically for small business, office,

More information

How to upgrade firmware in DSL-xxx series router

How to upgrade firmware in DSL-xxx series router How to upgrade firmware in DSL-xxx series router WARNING: DO NOT upgrade the firmware through a wireless connection. You may damage the router. Note that you will have to reconfigure the router after upgrading.

More information

5.5" HDMI OLED-Display with Capacitive Touchscreen V1.0 SKU:DFR0524

5.5 HDMI OLED-Display with Capacitive Touchscreen V1.0 SKU:DFR0524 5.5" HDMI OLED-Display with Capacitive Touchscreen V1.0 SKU:DFR0524 This is a 5.5" HDMI OLED-Display with Capacitive Touchscreen. It has 1920 1080 HDMI highdefinition output and comes with a capacitive

More information

How to Connect Radio Bridge LoRaWAN Sensors VERSION 1.0 AUGUST 2018

How to Connect Radio Bridge LoRaWAN Sensors VERSION 1.0 AUGUST 2018 How to Connect Radio Bridge LoRaWAN Sensors VERSION 1.0 AUGUST 2018 TABLE OF CONTENTS 1. OVERVIEW... 2 1.1. Introduction...2 1.2. Stand-Alone vs Network Provider...2 1.3. Revision History...2 1.4. Document

More information

Getting Familiar with Wi-Fi Scanner

Getting Familiar with Wi-Fi Scanner Getting Familiar with Wi-Fi Scanner Thank you for choosing Cino FuzzyScan Wi-Fi Cordless Scanner. Powered by the 802.11 WLAN technology, it is not only easily integrated into an existing enterprise wireless

More information

Lab: Setting up PL-App with a Raspberry Pi

Lab: Setting up PL-App with a Raspberry Pi Lab Topology Objectives Set up a Raspberry Pi board as a PL-App device Use PL-App Launcher to provision and discover PL-App devices Background Cisco Prototyping Lab is a set of hardware and software components

More information

Silex SD-320AN-03 Serial Server

Silex SD-320AN-03 Serial Server GE Healthcare Silex SD-320AN-03 Serial Server Firmware Upgrade Instructions 2106794-001 Revision B Silex SD-320AN-03 Serial Server English 2018 General Electric Company. All Rights Reserved. Publication

More information

THANK YOU FOR PURCHASING NETCOMM S MYZONE

THANK YOU FOR PURCHASING NETCOMM S MYZONE welcome THANK YOU FOR PURCHASING NETCOMM S MYZONE MyZone is a mobile 3G WiFi router with modem and rechargeable battery integrated into one sleek credit card sized unit. MyZone will give you the freedom

More information

USER MANUAL FOR MF0200 GATEWAY BOX VERSION 2.0

USER MANUAL FOR MF0200 GATEWAY BOX VERSION 2.0 USER MANUAL FOR MF0200 GATEWAY BOX VERSION 2.0 COPYRIGHT & TRADEMARKS 2016 Mentor Graphics Corporation, all rights reserved. This document contains information that is proprietary to Mentor Graphics Corporation

More information

DBT-120 Bluetooth USB Adapter

DBT-120 Bluetooth USB Adapter DBT-120 Bluetooth USB Adapter Rev.2.1 (09/25/2002) 2 Contents Introduction... 5 Package Contents... 6 Installing Bluetooth Software... 6 Hardware Installation... 8 Introduction to Bluetooth Software...

More information

Overview of the Brailliant 14

Overview of the Brailliant 14 Overview of the Brailliant 14 Introduction Congratulations on your purchase of the Brailliant 14, the new Braille display from HumanWare. The Brailliant 14 is a Braille terminal that can be used with virtually

More information

Thank You for purchasing our firmware. This guide aims to guide you one step at a time to mod your Seagate Wireless Plus(W+)!

Thank You for purchasing our firmware. This guide aims to guide you one step at a time to mod your Seagate Wireless Plus(W+)! Thank You for purchasing our firmware. This guide aims to guide you one step at a time to mod your Seagate Wireless Plus(W+) Note that this documentation is written based on the mod version 4.0 on the

More information

SoundEar 3 micro PC manual Ver.5.2.6

SoundEar 3 micro PC manual Ver.5.2.6 SoundEar 3 micro PC manual Ver.5.2.6 Table of Contents Introduction... 2 Choosing your connection... 2 Set a new site ID... 2 Configure your SoundEar 3 device... 4 Connecting to either cloud broker or

More information

GAP Flasher. For all supported Vehicles. Quick Guide, Version 1.3 Firmware V1.0

GAP Flasher. For all supported Vehicles. Quick Guide, Version 1.3 Firmware V1.0 For all supported Vehicles By Quick Guide, Version 1.3 Firmware V1.0 1 1 Introduction This quick guide summarizes the operations needed to update the engine map and or firmware version. Some operations

More information

Dell EMC OpenManage Mobile. Version 3.0 User s Guide (Android)

Dell EMC OpenManage Mobile. Version 3.0 User s Guide (Android) Dell EMC OpenManage Mobile Version 3.0 User s Guide (Android) Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

Teradici PCoIP Software Client for Mac

Teradici PCoIP Software Client for Mac Teradici PCoIP Software Client for Mac Version 3.3 Administrators' Guide TER1706003-3.3 Contents Who Should Read This Guide? 4 Welcome to PCoIP Software Client for Mac 5 What's New in This Release? 5 Additional

More information

Dell EMC OpenManage Mobile. Version User s Guide (Android)

Dell EMC OpenManage Mobile. Version User s Guide (Android) Dell EMC OpenManage Mobile Version 2.0.20 User s Guide (Android) Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

R8xxx Upgrade to

R8xxx Upgrade to 1 OF 10 Purpose This procedure upgrades the communications system analyzer software to 3.2.0.0. The update may be applied only to systems with the following system version: 3.1.0.0 This procedure must

More information

Rail Departures V2 Installation Guide

Rail Departures V2 Installation Guide Rail Departures V2 Installation Guide 30/11/2015 1 WHAT'S INCLUDED Rail Departures V2 Board 5V 8A Power adaptor Mains power cable with UK plug x1 x1 x1 LED PANEL WARRANTY: Any panel with a severe defect

More information

If you experience issues at any point in the process, try checking our Troublshooting guide.

If you experience issues at any point in the process, try checking our Troublshooting guide. Follow along with this guide to set up your Omega2 for the first time. We ll first learn how to properly connect your Omega to a Dock and power it up. Then we ll connect to it to use the Setup Wizard to

More information

linkzone User ManUal

linkzone User ManUal LINKZONE User Manual Getting to Know Your Mobile Hotspot Power key WPS key LED indicator USB jack LED Description Part Power key WPS key LED indicators Charging / USB Port Reset Reboot Description Hold

More information

IoT GSC-100 GSC-100. Table of Contents. SETUP GUIDE. GSC-100 Connection Overview. Version 1.0

IoT GSC-100 GSC-100. Table of Contents.   SETUP GUIDE. GSC-100 Connection Overview. Version 1.0 SETUP GUIDE GSC-100 Version 1.0 Table of Contents GSC-100 Connection Overview... 1 GSC-100 Initial Setup... 2 Setup Wizard... 4 Silent Edge Connection... 5 GoSilent Server Connection... 6 Managing GSC-100

More information

Klick & Show Firmware-Update Instructions (GB)

Klick & Show Firmware-Update Instructions (GB) Klick & Show Firmware-Update Instructions (GB) An update of the firmware can be useful to take the advantage of new features of Klick & Show or to fix known issues and bugs. There are up to three different

More information

Device Firmware Update (DFU) for Windows

Device Firmware Update (DFU) for Windows Legal Disclaimer INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY RIGHTS IS GRANTED BY

More information

Installing CMX 10.5 on Cisco MSE 3375

Installing CMX 10.5 on Cisco MSE 3375 Installing CMX 10.5 on Cisco MSE 3375 Contents Introduction Prerequisites Requirements Components Used Installation CIMC configuration and KVM launch CMX image installation CMX initial setup CMX node installation

More information

7. Server Configuration Introduction Search for All Available MFP Server Status of MFP Server

7. Server Configuration Introduction Search for All Available MFP Server Status of MFP Server Copyright by Edimax Technology Co, LTD. all rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language or computer

More information

Troubleshooting ROBOTC with Cortex

Troubleshooting ROBOTC with Cortex This guide is to designed to be used by a student or teacher as a reference for help troubleshooting ROBOTC software issues. Troubleshooting Topics Computer will not Recognize the VEX Cortex Not able to

More information

R8xxx Upgrade Standard Procedure

R8xxx Upgrade Standard Procedure 1 OF 12 Purpose This procedure upgrades the communications system analyzer software utilizing the Standard upgrade procedure. R8xxx updates may be applied only to systems that match the version number

More information

VHC2. User Guide. Version 1.3.

VHC2. User Guide. Version 1.3. VHC2 User Guide Version 1.3 www.audatex.co.uk Revision History Date Version Description Author 30/06/16 v1.0 Initial Version Dean Weller 11/07/16 v1.1 Log in Removed Dean Weller 28/10/16 v1.2 AEG Integration

More information

RN-111B-EVAL IGRN111B-EVAL 3/10/2009. WiFly evaluation Kit. Features. Description. Getting Started

RN-111B-EVAL IGRN111B-EVAL 3/10/2009. WiFly evaluation Kit. Features. Description. Getting Started WiFly evaluation Kit Features Contains all hardware and software components required to configure and setup Roving Networks WiFly 802.11 modules. Supprts Windows based computers via serial or USB interface.

More information

WIFI MEDIA PLAYER QUICK SETUP GUIDE

WIFI MEDIA PLAYER QUICK SETUP GUIDE WIFI MEDIA PLAYER QUICK SETUP GUIDE CONNECTING MEDIA PLAYER TO WIRELESS NETWORK: (*11n Wireless router is highly recommended) Connect the Media Player to TV with supplied A/V or HDMI (Not Supplied) cable.

More information

Thank You for purchasing our firmware. This guide aims to guide you one step at a time to mod your Seagate GoFlex Satellite(GFS)!

Thank You for purchasing our firmware. This guide aims to guide you one step at a time to mod your Seagate GoFlex Satellite(GFS)! Thank You for purchasing our firmware. This guide aims to guide you one step at a time to mod your Seagate GoFlex Satellite(GFS) Step 1 : GFS : Download the Seagate GoFlex Satellite Firmware 1.3.7.001.

More information

Step 1: Connect the Cortex to your PC

Step 1: Connect the Cortex to your PC This is a guide for configuring the VEX Cortex system to be programmed wirelessly using a VEXNet connection. These steps are required the first time you use your computer to program a specific VEX Cortex,

More information

Commander User Manual Version 1.1

Commander User Manual Version 1.1 Commander User Manual Version 1.1-1- Welcome Commander is a device control program for the E-Stim Systems Series 2B. This program allows you to directly control your 2B from a PC via the USB connection.

More information

Klick & Show Firmware-Update (GB)

Klick & Show Firmware-Update (GB) Klick & Show Firmware-Update (GB) An update of the firmware can be useful to take the advantage of new features of Klick & Show or to fix known issues and bugs. There are three different areas for updating:

More information

UserGuide_TempSensor_with_Alarms Issue 4/

UserGuide_TempSensor_with_Alarms Issue 4/ SPECTECS TEMPERATURE SENSOR WITH ALARMS ( Wi-Fi enabled with optional module ) Embedded control EMC1001 sensor Range 0C to +125C Resolution 0.25C Accuracy +/-1.5C, 40 to 85C USB powered or external 2.2-16V

More information

Getting to Know Your Mobile WiFi

Getting to Know Your Mobile WiFi Quick Start Thank you for purchasing the O2 4G Pocket Hotspot Mobile WiFi. Mobile WiFi allows you to connect to high speed mobile broadband from any Wi-Fi capable device. This document will help you understand

More information

Point of View SmartTV-500 Center - Android 4.2. General notices for use...2 Disclaimer...2 Box Contents...2

Point of View SmartTV-500 Center - Android 4.2. General notices for use...2 Disclaimer...2 Box Contents...2 Point of View SmartTV-500 Center - Android 4.2 English Table of Contents General notices for use...2 Disclaimer...2 Box Contents...2 1.0 Product basics...3 1.1 Buttons and connections... 3 1.2 Connecting

More information

Dell EMC OpenManage Mobile. Version User s Guide (ios)

Dell EMC OpenManage Mobile. Version User s Guide (ios) Dell EMC OpenManage Mobile Version 2.0.20 User s Guide (ios) Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

Mini-102MG ( MFP Server) Quick Installation Guide. User's Manual Version : Mini-102MG_QIG_EU-A_V1

Mini-102MG ( MFP Server) Quick Installation Guide. User's Manual Version : Mini-102MG_QIG_EU-A_V1 Mini-102MG ( MFP Server) Quick Installation Guide User's Manual Version : Mini-102MG_QIG_EU-A_V1 1. Product Introduction Thank you for purchasing and using our 802.11b/802.11g Wireless LAN MFP server.

More information

Neon Signal Mapping with the 3550R and 8800(SX)

Neon Signal Mapping with the 3550R and 8800(SX) The most important thing we build is trust ADVANCED ELECTRONIC SOLUTIONS AVIATION SERVICES COMMUNICATIONS AND CONNECTIVITY MISSION SYSTEMS Neon Signal Mapping with the 3550R and 8800(SX) Operation Guide

More information

5.1 Configure each Sensor Pin Rename Set Rules Export Data Switching Nodes... 25

5.1 Configure each Sensor Pin Rename Set Rules Export Data Switching Nodes... 25 Hi-Gate User Manual Hi-Gate User Manual Hi-Gate User Manual Contents 1 Introduction... 3 1.1 Hi-Gate... 3 1.1.1 What is Hi-Gate... 3 1.1.2 Specifications... 3 1.1.3 Features... 4 1.2 Hi-Node... 5 1.2.1

More information

TEEAL. TEEAL Configuration and Setup. Configuration & network setup for new TEEAL machines. Written By: The TEEAL Team

TEEAL. TEEAL Configuration and Setup. Configuration & network setup for new TEEAL machines. Written By: The TEEAL Team TEEAL TEEAL Configuration and Setup Configuration & network setup for new TEEAL machines Written By: The TEEAL Team INTRODUCTION This guide will walk you through the steps to configure TEEAL. Before proceeding

More information

Spreedbox Getting Started Guide

Spreedbox Getting Started Guide Spreedbox Getting Started Guide Last Updated: September 2017 CONTENTS 1. Introduction... 3 2. Prerequisites... 4 3. Opening the box... 5 4. USB Manual, Quick Start Guide & MAC Sticker... 6 5. International

More information

IM102 Device Configuration Guide

IM102 Device Configuration Guide 10.24.17 Table of Contents Table of Contents... 2 About This Manual... 3 Pulse Tech Config... 4 Home Page... 5 Help... 5 Settings... 5 WIFI Setup... 6 Med Bin Configuration... 7 Change Auto-Lock Time out...

More information

Flint - Eclipse Based IDE User Manual

Flint - Eclipse Based IDE User Manual 1 E M B I E N T E C H N O L O G I E S Flint - Eclipse Based IDE User Manual Embien Technologies No 3, Sankarapandian Street, Madurai, India 625017 www.embien.com 2 3 Table of Contents 1 Introduction...

More information

Installing your Nokia Home

Installing your Nokia Home Installing your Nokia Home 1. Installing the Nokia Home app 2. Plugging in your Nokia Home 3. Pairing your Nokia Home with your Device 4. Installing your Nokia Home: - Creating a Nokia account (optional)

More information

Installing Cisco StadiumVision Director Software from a DVD

Installing Cisco StadiumVision Director Software from a DVD Installing Cisco StadiumVision Director Software from a DVD First Published: May 29, 2012 Revised: August 2, 2012 This module describes how to install the Cisco StadiumVision Director Release 3.0 software

More information

Flex Series User Guide

Flex Series User Guide User Programmable Current 4..20mA Digital RS485 Dual & Single Axis Up to 360º 2016 Flex Series User Guide Sensor Installation, Wiring, Flexware App Instructions Page 1 of 33 Page 2 of 33 Table of Contents

More information

This handbook contains important security measures and product information, to help avoid accidents. Please

This handbook contains important security measures and product information, to help avoid accidents. Please MANUAL Attention: This handbook contains important security measures and product information, to help avoid accidents. Please make sure to read the manual carefully before using the device. Do not store

More information

LabelWriter. Print Server. User Guide

LabelWriter. Print Server. User Guide LabelWriter Print Server User Guide Copyright 2011 Sanford, L.P. All rights reserved. 04/11 No part of this document or the software may be reproduced or transmitted in any form or by any means or translated

More information

Updating Firmware 2nd Edition

Updating Firmware 2nd Edition Updating Firmware 2nd Edition Which firmware updating method should I use? Windows 7 or 8 user Please use the firmware updater app which is downloadable under the firmware section of our downloads page.

More information

Installing + Configuring

Installing + Configuring Installing + Configuring Install and Recover with TFTP Introduction This document is designed to help you install the Commotion software if the Install on a Ubiquiti Device instructions did not work, or

More information

pindmd3 Installation Guide

pindmd3 Installation Guide pindmd V3 Installation Guide 30/11/2015 1 WHAT'S INCLUDED pindmd3 RGB Panel / Diver Board USB Interface Cable x1 x1 LED PANEL WARRANTY: Any panel with a severe defect will be replaced under warranty. This

More information

XenClient Enterprise Release Notes

XenClient Enterprise Release Notes XenClient Enterprise Release Notes Version 4.5.1 December 19, 2012 XenClient Enterprise Version 4.5.1 1 About XenClient Enterprise XenClient Enterprise is a distributed desktop virtualization solution

More information

Kanguru Defender Secure USB Flash Drive

Kanguru Defender Secure USB Flash Drive Kanguru Defender Secure USB Flash Drive Quick Start Guide for KRMC Enterprise Managed Devices For Defender Models: Defender 2000 Defender 3000 Defender Elite30 Defender Elite200 Defender Elite300 Copyright

More information

SOFTWARE INSTALLATION

SOFTWARE INSTALLATION Flexible Inspection Scope Software Installation guide SOFTWARE INSTALLATION System Requirements: The computer in which the software will be installed must meet the following requirements: - Platform: Windows

More information

Contents. 1. Downloading the ios Mobile App Configuration Additional Information... 9 LED indications... 9 Operating the Device...

Contents. 1. Downloading the ios Mobile App Configuration Additional Information... 9 LED indications... 9 Operating the Device... Contents 1. Downloading the ios Mobile App... 2 2. Configuration... 2 3. Additional Information... 9 LED indications... 9 Operating the Device... 9 1 1. Downloading the ios Mobile App The Dialog Smartlife

More information

**Note that this must be run from a PC on the same network segment as the NetBotz device, and the NetBotz device MUST be connected to the network.

**Note that this must be run from a PC on the same network segment as the NetBotz device, and the NetBotz device MUST be connected to the network. **Note that this must be run from a PC on the same network segment as the NetBotz device, and the NetBotz device MUST be connected to the network.** 1. Download the correct drivers for the USB to Serial

More information

WSDA User Guide

WSDA User Guide User Guide Version 8500-0029 rev. 006 WSDA -1000 User Guide www.microstrain.com Little Sensors, Big Ideas. 2012 by 459 Hurricane Lane, Suite 102 Williston, VT 05495 Phone 802-862-6629 Fax 802-863-4093

More information

1) Installing Bluetooth software for Windows (A) Place installation CD into PC and setup should launch automatically.

1) Installing Bluetooth software for Windows (A) Place installation CD into PC and setup should launch automatically. 1) Installing Bluetooth software for Windows (A) Place installation CD into PC and setup should launch automatically. If setup does not launch, use Windows Explorer to navigate to the appropriate CD- ROM

More information

PV-RC300W. WI-FI 1.3M pix Cam Matchbox DVR Quick Guide

PV-RC300W. WI-FI 1.3M pix Cam Matchbox DVR Quick Guide PV-RC300W WI-FI 1.3M pix Cam Matchbox DVR Quick Guide A. Regarding the Device 1. Power On/Off Button & WI-FI On/Off 2. REC Button & Client Button & WI-FI Reset 3. Memory Card Slot 4. Camera Lens 5. USB

More information

Graphical User Interface V1.0.3

Graphical User Interface V1.0.3 Graphical User Interface V1.0.3 Application User Guide 2015 MCI Solutions. All rights reserved. 240815-01 www.mcisolutions.ca Page ii Getting Started Table Of Contents Introduction.................................................

More information

SMARTWATCH WITH ACTIVITY AND SLEEP TRACKER

SMARTWATCH WITH ACTIVITY AND SLEEP TRACKER 2 SMARTWATCH WITH ACTIVITY AND SLEEP TRACKER TIME CALLS ACTIVITY KEY FACTS UNIQUE SELLING POINTS PRICE 79,90 COMPATIBILITY ios, Android, Windows Phone, PC Windows, MAC DESIGN fashion and Swiss design Available

More information

Pleiades - NDAS. User Manual. External Storage Enclosure for 3.5 IDE Hard Drives. v1.2

Pleiades - NDAS. User Manual. External Storage Enclosure for 3.5 IDE Hard Drives. v1.2 Pleiades - NDAS External Storage Enclosure for 3.5 IDE Hard Drives User Manual v1.2 EN Table of Contents CHAPTER 1 - INTRODUCTION - 1 - CHAPTER 4 - NDAS SETUP - 8 - ICON KEY - 1 - DRIVER INSTALLATION ON

More information

User Manual. AC ac Wireless Access Point/Router. Model WAC124. NETGEAR, Inc.

User Manual. AC ac Wireless Access Point/Router. Model WAC124. NETGEAR, Inc. AC2000 802.11ac Wireless Access Point/Router Model WAC124 December 2018 202-11885-02 NETGEAR, Inc. 350 E. Plumeria Drive San Jose, CA 95134, USA AC2000 802.11ac Support Thank you for purchasing this NETGEAR

More information

1. Press "Speed Test" to find out your actual uplink and downlink speed.

1. Press Speed Test to find out your actual uplink and downlink speed. ASRock G10 Gaming Router 6.4 QoS Settings QoS Add Gaming Boost web page. Gaming Boost: Enable or disable the Gaming Boost. Bandwidth The router supports Gaming Boost natively, which identifies and intelligently

More information

PWR Lit Indicates that the modem is switched on. 1-4 Lit Indicates that a computer is connected to the relevant port.

PWR Lit Indicates that the modem is switched on. 1-4 Lit Indicates that a computer is connected to the relevant port. MO251 / MO251UK Sweex Wireless ADSL 2/2+ Modem/Router 54 Mbps Annex A Introduction Do not expose the Sweex Wireless ADSL 2/2+ Modem/Router 54 Mbps Annex A to extreme temperatures. Do not place the device

More information

Written By: ONKÖL Documentation Team

Written By: ONKÖL Documentation Team How to create a new ONKÖL account and remotely activate the base station on the ONKÖL Network. Written By: ONKÖL Documentation Team 2018 support.onkol.net/ Page 1 of 7 Step 1 Set Your Password If you have

More information

Table of Contents. Introduction 1. Software installation 2. Remote control and video transmission 3. Navigation 4. FAQ 5.

Table of Contents. Introduction 1. Software installation 2. Remote control and video transmission 3. Navigation 4. FAQ 5. Table of Contents Introduction 1. Software installation 2. Remote control and video transmission 3. Navigation 4. FAQ 5. Maintenance 1.1 1.2 1.3 1.4 1.5 1.6 2 Introduction Introduction Introduction The

More information

Mobile App Installation & Configuration

Mobile App Installation & Configuration Install the mobile app on your mobile device(s) Figure 1 1. Download the AGBRIDGE Mobile app from Google Play or itunes a. Download the free mobile app onto as many mobile devices that may be used to transfer

More information

FrSky Horus X10S/X10 System

FrSky Horus X10S/X10 System FrSky Horus X10S/X10 System FrOS Firmware Updating and OpenTX Flashing Using Windows Smart Port Flashing with X10S/X10 January 30, 2018 Index Page Overview 2 General Warnings 3 Preparing X10S/X10 For OpenTX

More information

E5331 FAQs Q2: Hardware specifications of E5331: Q4: What information displayed on E5331 s OLED screen?... 5

E5331 FAQs Q2: Hardware specifications of E5331: Q4: What information displayed on E5331 s OLED screen?... 5 E5331 FAQs... 2 Q1: Main Features of E5331:... 2 Q2: Hardware specifications of E5331:... 2 Q3: Keys, Interface of E5331... 5 Q4: What information displayed on E5331 s OLED screen?... 5 Q5: The AutoPlay

More information

1 Running MUM... in Demo mode. 1 Installing the driver... for the Martin USB DABS 1. 2 Detecting fixtures... 4

1 Running MUM... in Demo mode. 1 Installing the driver... for the Martin USB DABS 1. 2 Detecting fixtures... 4 Contents I Table of Contents Part I Introduction 2 1 MUM... 2 2 Release note... 2 Part II Demo Mode 3 1 Running MUM... in Demo mode 3 Part III Hardware Interface and driver 3 1 Installing the driver...

More information

Hookie AM20 Activity Meter

Hookie AM20 Activity Meter User Manual v1.10 Hookie AM20 Activity Meter 06.10.2011 Hookie AM20 Activity Meter Appendix 1: Operating instructions and troubleshooting LED behaviour in measurement mode The device operation is indicated

More information

Tablet PC. Android 5.1 User Manual

Tablet PC. Android 5.1 User Manual Tablet PC Android 5.1 User Manual Tablet of Contents Specifications. What s inside the box Tablet Parts Getting started... How to use TF card How to connect to PC Connection to Internet.. Camera. Trouble

More information

ATS e-track Certified PT-30

ATS e-track Certified PT-30 FOR QUANTITY ORDERS OVER 20 ONLY USE THE FOLLOWING: Dan Rothman dan@pacifictrack.com (949) 432-9562 Driver: Before you start, you must have a Driver Login, Password and Vehicle ID from your Administrator.

More information

Dell EMC OpenManage Mobile Version 2.0 User s Guide (ios)

Dell EMC OpenManage Mobile Version 2.0 User s Guide (ios) Dell EMC OpenManage Mobile Version 2.0 User s Guide (ios) Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION

More information

NEULOG WIFI COMMUNICATION MODULE GUIDE

NEULOG WIFI COMMUNICATION MODULE GUIDE NeuLog WiFi communication module WIFI-201 The WiFi module is without a doubt one of the most advanced and innovative elements that NeuLog has to offer. Data collection and analysis with NeuLog sensors

More information

Reconfiguring VMware vsphere Update Manager. Update 1 VMware vsphere 6.5 vsphere Update Manager 6.5

Reconfiguring VMware vsphere Update Manager. Update 1 VMware vsphere 6.5 vsphere Update Manager 6.5 Reconfiguring VMware vsphere Update Manager Update 1 VMware vsphere 6.5 vsphere Update Manager 6.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Wireless Router Lab Created by Joshua Newell, A+

Wireless Router Lab Created by Joshua Newell, A+ Create a team of two partners. Partner closer to the wall/partition will be the Wired Partner Partner closer to the walkway will be the Wireless Partner Wired Partner: Plug the router into the power socket.

More information

X5105 Firmware Update. Instruction

X5105 Firmware Update. Instruction X5105 Firmware Update Instruction Things to prepare for updating the firmware: 1. USB-to-Serial cable 2. X5105 3. A computer running windows(xp/vista/7/8/10) operating system 4. A 12~15VDC(current ability

More information

Simplifying Blade Server Update with Dell Repository Manager

Simplifying Blade Server Update with Dell Repository Manager Simplifying Blade Server Update with Dell Repository Manager Dell Engineering December 2015 A Dell Technical White Paper Revisions Date December 2015 Description Initial release THIS WHITE PAPER IS FOR

More information

FREQUENTLY ASKED QUESTIONS... 2 DOWNLOADING AND INSTALLING THE APPLICATION Microsoft Windows Apple Mac Proxy Authentication...

FREQUENTLY ASKED QUESTIONS... 2 DOWNLOADING AND INSTALLING THE APPLICATION Microsoft Windows Apple Mac Proxy Authentication... Contents FREQUENTLY ASKED QUESTIONS... 2 DOWNLOADING AND INSTALLING THE APPLICATION... 5 Microsoft Windows... 5 Apple Mac... 10 Proxy Authentication... 12 Error Console... 13 Microsoft Windows... 13 Apple

More information

Contents. 1 Drobo 5C Online User Guide Before You Begin Product Features at a Glance Checking Box Contents...

Contents. 1 Drobo 5C Online User Guide Before You Begin Product Features at a Glance Checking Box Contents... Drobo 5C User Guide Contents 1 Drobo 5C Online User Guide... 6 1.1 Before You Begin... 7 1.1.1 Product Features at a Glance... 8 1.1.2 Checking Box Contents... 10 1.1.3 Checking System Requirements...

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

DCP585CW Windows Network Connection Repair Instructions

DCP585CW Windows Network Connection Repair Instructions Difficulty printing from your PC can occur for various reasons. The most common reason a networked Brother machine may stop printing, is because the connection between the computer and the Brother machine

More information

R8xxx Upgrade or to READ THIS FIRST

R8xxx Upgrade or to READ THIS FIRST 1 OF 14 RED THIS FIRST The procedure for updating the firmware on the R8000 and R8100 has changed significantly. Please read through the following procedure carefully before attempting to upgrade firmware.

More information

ATS e-track Certified BAFX

ATS e-track Certified BAFX Driver: Before you start, you must have a Driver Login, Password and Vehicle ID from your Administrator. Any other apps running on this tablet/phone that communicate to the BAFX must be stopped and shutdown.

More information

Draper Commissioner User Manual

Draper Commissioner User Manual Draper Commissioner User Manual Table of Contents Table of Contents...I 1. Getting Started...1 1.1 Initial Startup...1 1.2 Draper Commissioner Startup...1 1.3 Top Panel...1 2. Configuration Screens...2

More information

Super USB. User Manual. 2007, March

Super USB. User Manual. 2007, March Super USB User Manual 2007, March Windows98 Driver Install/Uninstall Driver Install: 1. Execute Win 98 UFD driver, then restart PC. 2. Plug Super USB into an available USB port. A new Removable Disk drive

More information

WL556E Portable Wireless-N Repeater

WL556E Portable Wireless-N Repeater WL556E Portable Wireless-N Repeater Table of Contents About the Device...3 Minimum System Requirements...4 Package Contents...4 Device Overview...5 Front Panel...5 Bottom Panel...6 Configuring the Device...

More information

Ubuntu Supplement to X350 & X550 User s Guide NComputing X350 & X550 vspace Software for Linux on Ubuntu 8.04

Ubuntu Supplement to X350 & X550 User s Guide NComputing X350 & X550 vspace Software for Linux on Ubuntu 8.04 Ubuntu Supplement to X350 & X550 User s Guide NComputing X350 & X550 vspace Software for Linux on Ubuntu 8.04 Prepared by: NComputing TID 110.118-2c Revision 1.2 Updated: December 02, 2009 Copyright NComputing

More information

StarBoard FX/FX-DUO Wireless Connection Setup Manual (Windows Vista)

StarBoard FX/FX-DUO Wireless Connection Setup Manual (Windows Vista) StarBoard FX/FX-DUO Wireless Connection Setup Manual (Windows Vista) 1. Preface To establish the wireless connection between StarBoard FX/FX-DUO and the PC, the following devices are necessary: Wireless

More information