Raytheon Senior Project Test Plan Spring 2012

Size: px
Start display at page:

Download "Raytheon Senior Project Test Plan Spring 2012"

Transcription

1 Raytheon Senior Project Test Plan Spring 2012 Department of Computer Science and Engineering University of South Florida Tampa, Fl Version 1.01 March 21, 2012 Jarret Allen Luis Cintron Michael Kubacki Robert Skinner

2 Brief Overview of System Operation Test cases shall be selected to ensure that the requirements are met and the specification and design has been implemented correctly. A very brief description of the program operation follows to identify some best-case and worst-case cases for tests to be built upon. The Vinculum-II device is powered by a 5v power supply. The FAT API on the Vinculum-II device performs a linear scan of the file system and transfers this data (strings of filenames) to the Raytheon Senior Project Application (RSPA) on an Android phone. Navigating to a new directory in the RSPA requires the file data for the new directory to be streamed from the Vinculum-II device to the RSPA. Once a file is selected, it must be transferred from the USB mass storage device through the Vinculum-II device to the RSPA to be ed. General Best Cases Analyzing this process, the best case and worst case for various scenarios can easily be determined. The best case for the USB mass storage device linear scan would be an empty mass storage device or, in the case of complete program operation, one file on the mass storage device. The best case for data transfer both to the phone and across the network would be the minimum supported file size of the file system and the maximum speed data network connection supported by the Android device. In addition, directories with large list of files will take longer to navigate, as more data must be transferred to the user interface on the Android device. Thus, one root directory with no files would be the best case for overall system operation. General Worst Cases Because the FAT API performs a linear scan of the files in the current directory, the worst case would be the maximum number of files in a directory each of the minimum supported file size. The worst case for file transfer to the phone and across the network would be a file of the maximum size supported by the file systems present (on the Android device and the USB mass storage device). The speed of the file ed is dependent upon the data network speed. General Corner Cases The Vinculum-II module should be tested to verify it is capable of operating in various conditions such as varying battery power levels, environment temperatures, durations of time, with various USB devices (not the expected Android phone or mass storage device), and combinations of these configurations. The FAT API firmware should be tested with no files present, one file present, and many files present. The RSPA should be run without the Vinculum-II module attached, with no data connection, and other limitations on successful program operation to ensure it gracefully exits and accurately reports the problem to the user. Typical Cases A typical case may consist of a USB mass storage device with approximately files, a 3G data connection, and an Android device. 2

3 The requirements referenced are defined in the Spring 2012 Raytheon Senior Project Statement of Work. Test Case 1: Android Device Version Confirmation o Android device with sufficient battery charge to facilitate powering on the phone and navigating screens. 1. Hold down the Android device power button for 2 seconds. 2. When the Android device is fully powered on, touch the Menu button located next to the Home, Back, and Search buttons. 3. Touch the Settings button. 4. Scroll until you find the About phone button and touch the button. 5. Scroll until you find Android version. 6. If the version in the Android version box is 2.2 or greater, SYS02 and SYS02a are successfully met. Check the version number in the Android version box. If it is greater than 2.2, the test was successful. Requirements Met: o SYS02 o SYS02a Test Case 2: Bulk-only Mass Storage Flash Drive USB 2.0 Compliance o Windows XP, Windows Vista, or Windows 7 computer with female USB 2.0 type A port o Known USB 2.0 compliant BOMS flash drive with a male type A port o BOMS flash drive with a male type A port to be tested for USB 2.0 compliance 1. Turn on Computer and wait for it to completely start. 2. Connect the USB 2.0 compliant BOMS flash drive to the computer. 3. If a message from the system tray appears which reports that a device is being installed, please wait for it to report that the device has been successfully installed. 3

4 4. Open the flash drive s contents for viewing using either the dialog window that opens upon connecting the compliant BOMS flash drive, or by clicking on My Computer on the computer s Desktop or Start Menu, navigating to the removable storage devices, and double-clicking on the compliant BOMS flash drive. 5. After successfully viewing the files, press the back button on Windows Explorer to return to My Computer. 6. Right-click on the compliant BOMS device under removable storage devices and click Eject. 7. Remove the compliant BOMS device from the female USB 2.0 type A port on the computer and set it aside. 8. Insert the BOMS flash drive to be tested into the female USB 2.0 type A port on the computer. 9. If a message from the system tray appears which reports that a device is being installed, please wait for it to report that the device has been successfully installed. 10. Attempt to open the flash drive s contents for viewing using either the dialog window that opens upon connecting the BOMS flash drive, or by clicking on My Computer on the computer s Desktop or Start Menu, navigating to the removable storage devices, and double-clicking on the BOMS flash drive. 11. If the dialog window does not open upon connecting the BOMS flash drive, AND the device is not found under removable storage devices, AND a message from the system tray did not appear which reported that a device is being installed, the test has failed. The BOMS flash drive is not USB 2.0 compliant. Requirements Met: o SYS03 Test Case 3: Measurement of File Locating Delay o A stopwatch timer 1. Power on Android device by holding down power button for 2 seconds. 2. Power on V2DIP2-48 system by putting the rocker switch into the on position. 3. Plug the cable s male type A USB port into a female type A USB port on the V2DIP2-48 System. Plug the cable s male micro type B USB port into the Android device s female micro type B USB port. 4

5 4. Plug the BOMS flash device into the V2DIP2-48 system s unoccupied female USB type A USB port. 5. The correct application should open on the Android device automatically. If not, a window will open asking which application you would like to open. Open the Raytheon Senior Project application. 6. Prepare the stopwatch to begin timing when the Browse Files button is clicked. 7. When you are ready, click the Browse Files button and start the stopwatch simultaneously. When the files are located and the directory list appears, stop the stopwatch. 8. Record the time and retest several times. Record an average time. Analyze the average time. If it is greater than 5 seconds, the test was a failure. If it was equal to or less than 5 seconds, it was successful. Requirements Met: o SYS06 Test Case 4: Handling Large Files 1. Power on Android device by holding down power button for 2 seconds. 2. Power on V2DIP2-48 system by putting the rocker switch into the on position. 3. Plug the cable s male type A USB port into a female type A USB port on the V2DIP2-48 System. Plug the cable s male micro type B USB port into the Android device s female micro type B USB port. 4. Plug the BOMS flash device into the V2DIP2-48 system s unoccupied female USB type A USB port. 5. The correct application should open on the Android device automatically. If not, a window will open asking which application you would like to open. Open the Raytheon Senior Project application. 6. Click the Browse Files button and select a file with size greater than 3MB from the BOMS flash drive. 7. Confirm a recipient of the file and send through either or MMS to an account you can check for successful file transfer. 5

6 8. Open the account and the file to confirm that it works properly after the transfer has completed. If the file has transferred correctly and was not altered during the transfer this test has been demonstrated successfully, otherwise the test was a failure. Requirements Met: o SYS08 Test Case 5: Handling Large Files 1. Power on Android device by holding down power button for 2 seconds. 2. Power on V2DIP2-48 system by putting the rocker switch into the on position. 3. Plug the cable s male type A USB port into a female type A USB port on the V2DIP2-48 System. Plug the cable s male micro type B USB port into the Android device s female micro type B USB port. 4. Plug the BOMS flash device into the V2DIP2-48 system s unoccupied female USB type A USB port. 5. The correct application should open on the Android device automatically. If not, a window will open asking which application you would like to open. Open the Raytheon Senior Project application. 6. Click the Browse Files button and select a file from the BOMS flash drive. 7. Confirm a recipient of the file and send through to an account you can check for successful file transfer. 8. Open the account and the file to confirm that it works properly after the transfer has completed. If the file has transferred correctly and was not altered during the transfer this test has been demonstrated successfully, otherwise the test was a failure. 6

7 Requirements Met: o SYS09 o SYS09a o SYS09b o SYS09c Sub-tests: o Follow Test Plan 4, for each of the following file types: JPG, GIF, PNG, BMP, TIFF, RAW WAV, WMA, MP3, FLAC AVI, 3GP, DIVX, FLV, MPG, WMV, MOV o Contingent on the verification process of Test Plan 4, for each of the above file types. Test Case 6: USB device and Smart Phone distance Analyze USB 2.0 Specifications. Maximum cable length is limited to 5 meters, so a 2 meter cable will be successful in interfacing the USB device and smart phone for communication. Requirements Met: o SYS12 Test Case 7: Single User Interface Inspection of the Raytheon Senior Project application by sight will show that all interactions happen within this one user interface. Requirements Met: o SYS14 Test Case 8: Ease of Use 1. Find a participant who is a non-engineering student. 2. Start a stopwatch, and train him or her in installing and using the V2DIP2-48 system and the Raytheon Senior Project application for at most 5 minutes. 7

8 3. Reset the stopwatch, then give the participant 5 minutes to successfully install and use the device to send a file from scratch. 4. Record results and retest with several participants. Record the average of the results. If the average time to install and send a file using the application is less than 5 minutes, the test will be considered a success. Requirements Met: o SYS15 Test Case 9: Necessary drivers/software Demonstration Process 1. Power on the Android device. 2. When fully powered on, open the Android Market 3. Search for the application in the market and install it. 4. Power on the V2DIP2-48 via the rocker switch. 5. Plug the BOMS flash device into a female USB type A port. 6. Plug the USB male type A side of the cable into the V2DIP2-48 USB female type A port and the male micro B USB port into the Android device s female micro B USB port. 7. The correct application should open on the Android device automatically. If not, a window will open asking which application you would like to open. Open the Raytheon Senior Project application. 8. Click the Browse Files button and select a file from the BOMS flash drive. 9. Confirm a recipient of the file and send through either or MMS to an account you can check for successful file transfer. 10. Open the account and the file to confirm that it works properly after the transfer has completed. Requirements Met: o SYS19 8

9 Test Case 10: Self Powered 1. First remove the battery plate from the bottom of the box. 2. If there are no batteries currently present then acquire two AA batteries and place them in the appropriate position it the battery holder. 3. Then replace the battery plate and make sure it is secure. 4. Once installed in the device, locate the power rocker switch on the side of the device. 5. The flip press this switch to switch it from off to on. 6. A red LED located either on the top of the device or on the switch itself will then light up to signify that the device is turned on. Initially look at the red LED to ensure that it is lit. After assuring that the LED is lit the device will be monitored for a couple of minutes to make sure that the device stays on. Exact Input: 1. Putting batteries into the device if there is initially none. 2. The pressing of the power rocker switch. Exact Expected Output: The red LED that signifies power is lit. Requirements Covered: o SYS04 Test Case 11: Interfacing Phone and USB storage device 9

10 1. Press rocker switch to switch it from off to on. 2. A red LED located either on the top of the device or on the switch itself will then light up to signify that the device is turned on. 3. The user will have a stop watch or some sort of time keeping device. 4. Once the device is turned on the insert the one end of the USB cable into the phone and the other into the device. 5. Once the phone is plugged in then the USB storage device will be inserted next and the time will be started. 6. Time will stop when app opens. Once the device is turned on and both the phone and USB storage device are plugged in to the device the user will then look at the phone screen and start timing. The app on the phone then automatically opens up on the upon interfacing and this is when the time shall be stopped and checked to see if it s within five seconds. Exact Input: 1. Power switch for device. 2. Plug cable into phone and other end into the device. 3. Plug the USB storage device into the device. Exact Expected Output: 1. Device turns on. 2. Once phone and USB storage device are plugged in app will automatically start. Requirements Covered: o SYS01 o SYS05 Test Case 12: File Load Time (SYS07) 1. Turns on the device by pressing the rocker switch located on the side to the on position. 10

11 2. The red LED on the switch itself or on top of the device will be lit to signify the device being on. 3. Once the device is turned on the insert the one end of the USB cable into the phone and the other into the device. 4. Once the phone is plugged in then the USB storage device will be inserted next. 5. Once both phone and USB are inserted the messaging app will then open up automatically on the phone which will signify successful interfacing of phone and storage device. 6. Once the app is select the option to browse files. 7. The next menu will come up and option to either add a file from the USB storage device or delete an already attached file from the messaging app. 8. Click on add file and then browse the directory from the USB device. 9. Once the desired file is hit add/attach. Once the desired file is found and the add/attach button is selected time will be kept from until a popup says that the add was successfully. Once confirmation is received the timer will be stopped and the time recorded. Exact Input: 1. Pressing power switch. 2. Plugging phone and USB into the device. 3. User hitting add files once app is running. 4. User selecting desired file. 5. User hitting add once desired file is found. Exact Expected Output: 1. Device turns on. 2. App starts once both devices are plugged in. 3. User navigates successfully to browse file screen 4. A confirmation popup is displayed once file has successfully been attached. Requirements Covered: o SYS07 Test Case 13: Send a File to Address 11

12 1. Turn on the device by pressing the rocker switch located on the side to the on position. The red LED on the switch itself or on top of the device will be lit to signify the device being on. 2. Once the device is turned on the insert the one end of the USB cable into the phone and the other into the device. 3. Once the phone is plugged in then the USB storage device will be inserted next. 4. Once both phone and USB are inserted the messaging app will then open up automatically on the phone which will signify successful interfacing of phone and storage device. 5. Once the app is open the select the option to browse files. 6. The next menu will come up and option to either add a file from the USB storage device or delete an already attached file from the messaging app. 7. Click on add file and then browse the directory from the USB device. 8. Once the desired file is found hit add/attach. 9. After the files are added successfully then move on to the next screen by selecting the add/remove contacts option. 10. At this page either manually enter contacts address or hit the browse contacts button and pull it from there. 11. When the contacts have been entered or loaded the there will be an opportunity to review the files and contacts before hitting send. 12. Once files and contacts are reviewed the hit send and confirmation pop-up message appears. 13. The app then goes back to the beginning. After the user selects to add a file, the file will then be seen as attached on the phone. After that the user enters an address. Then the user reviews the file and contact information. When they deem it is correct they hit send. The recipient of the then checks their mail to see if they received the file. Exact Input: 1. Pressing power switch. 2. Plugging phone and USB into the device. 3. User hitting add files once app is running. 4. User selecting desired file. 5. User hitting add once desired file is found. 6. User entering or loading a contact address 7. User hitting send Exact Expected Output: 1. Device turns on. 12

13 2. App starts once both devices are plugged in. 3. User navigates successfully to browse file screen 4. A confirmation popup is displayed once file has successfully been attached. 5. Added contact appearing in the To field 6. Addressee receiving the mail. Requirements Covered: o SYS10 Test Case 14: Variety of Connector Plugs 1. Turn on the device by pressing the rocker switch located on the side to the on position. 2. The red LED on the switch itself or on top of the device will be lit to signify the device being on. 3. Once the device is turned on insert the one end of the USB cable with a type-a USB receptacle into the phone and the other into the device. 4. Once the phone is plugged in then the USB storage device will be inserted next. 5. Once both phone and USB are inserted the messaging app will then open up automatically on the phone which will signify successful interfacing of phone and storage device. 6. Repeat steps for following USB receptacles: mini-b, micro-a, micro-b. Once user has device turned on, phone plug in and the desired receptacle plug in the app will auto start. The auto start of the app signifies successful interfacing. Exact Input: 1. Power switch for device. 2. Plug cable into phone and other end into the device. 3. Plug the USB storage device into the device. Exact Expected Output: 1. Device turns on. 2. Once phone and USB storage device are plugged in app will automatically start. 13

14 Requirements Covered: o SYS11 o SYS11a o SYS11b o SYS11c o SYS11d Test Case 15: Power Usage 1. Unscrew two screws at the bottom of the case. 2. When the case is off then power up the device. 3. Once the device is on then plug in the phone and USB storage device. 4. When everything is connected attach voltmeter and read the voltage reading. Verification of the voltage being under 6 volts can be done by inspecting the voltmeter while it is in place and the device is on. Exact Input: 1. Power switch for device. 2. Plug cable into phone and other end into the device. 3. Plug the USB storage device into the device. Exact Expected Output: 1. Device turns on. 2. Voltmeter reads 5V Requirements Covered: o SYS13 Test Case 16: Total Volume 14

15 o Fully-functional Android device 1. Measure the length of device 2. Measure the width of device 3. Measure the height of device 4. Multiple together to get volume Verification will be done by comparing the maximum volume specified which is 621 cm^3 with the value obtained from the calculations Exact Input: 1. Length of device 2. Width of device 3. Height of device Exact Expected Output: 1. A volume less that the maximum allowed Requirements Covered: o SYS16 Test Case 17: Device weight 1. Find a scale and weigh the device. Verification will be done by comparing the weight from the scale reading to the maximum weight of 150grams. Exact Input: 1. Weight from the scale Exact Expected Output: 1. A weight less than 150 grams 15

16 Requirements Covered: o SYS17 Test Case 18: Operation time 1. Turn the device on 2. Plug one end of the cable to the phone and the other one into the device 3. Plug in the USB storage device into the device. Leave alone for 15 minutes 4. After 15 minutes select the option to browse files from the app 5. The next menu will come up and option to either add a file from the USB storage device or delete an already attached file from the messaging app 6. Click on add file and then browse the directory from the USB device 7. Once the desired file is found hit add/attach 8. After the files are added successfully then move on to the next screen by selecting the add/remove contacts option 9. At this page either manually enter contacts address or hit the browse contacts button and pull it from there 10. When the contacts have been entered or loaded the there will be an opportunity to review the files and contacts before hitting send 11. Once files and contacts are reviewed the hit send and confirmation pop-up message appears 12. The app then goes back to the beginning 13. Wait another 15 minutes then repeat. Continue for 8 hour Verification will be done by inspecting the device and phone to see if they have enough power. The inspections will be done every 30 minutes. Exact Input: 1. Pressing power switch. 2. Plugging phone and USB into the device. 3. User hitting add files once app is running. 4. User selecting desired file. 5. User hitting add once desired file is found. 16

17 6. User entering or loading a contact address 7. User hitting send Exact Expected Output: 1. Addressee receiving file 2. Device staying on. Requirements Covered: o SYS18 Test Case 19: Testing for Loss of Data o A file is located on the BOMS flash device The file is selected in the RSPA user interface and sent via the firmware in the Vinculum-II device to the RSPA and ed as an attachment to a standard address. The USB mass storage device file and attachment file are opened side-by-side on one computer and compared to ensure no changes have happened to the data in transfer. The file transferred should open and function exactly the same as the USB mass storage device file in the appropriate program for the file type. Exact Input: o Test 1: A small (< 10KiB).txt file, a medium (~500KiB).txt file, and a large (~1MiB).txt file all containing ASCII characters. o Test 2: An ~3MiB.BMP,.GIF,.JPG,.PNG,.RAW, and.tiff file. o Test 3: An ~6MiB.FLAC,.MP3,.WAV, and.wma file. o Test 4: An ~10MiB.3GP,.AVI,.DIVX,.FLV,.MOV,.MPG, and.wmv file. Exact Expected Output: Exactly the same file data (unmodified) with the exact matching file size in the attachment. 17

18 Requirements Covered: o SYS08 o SYS09 o SYS10 18

19 Traceability Matrix of Test Cases to Project System Requirements 19

System Requirements Review Preliminary Design Review. Jarret Allen Luis Cintron Michael Kubacki Robert Skinner

System Requirements Review Preliminary Design Review. Jarret Allen Luis Cintron Michael Kubacki Robert Skinner System Requirements Review Preliminary Design Review Jarret Allen Luis Cintron Michael Kubacki Robert Skinner Project Overview 2 Project Overview Smart Phone Compatibility with a USB Storage Device Objective:

More information

Raytheon Senior Project

Raytheon Senior Project Raytheon Senior Project Critical Design Review Jarret Allen Luis Cintron Michael Kubacki Robert Skinner Department of Computer Science and Engineering University of South Florida Tampa, FL 33620 jjallen3@cse.usf.edu

More information

Overview 1. Foreword 2. Warnings

Overview 1. Foreword 2. Warnings Overview 1. Foreword Thank you for choosing our product. Please read this manual carefully before using the product. Specifications and software updates may be subject to change without notice. Some pictures

More information

PRESTIGIO LIBRETTO. e-book Reader PER307.

PRESTIGIO LIBRETTO. e-book Reader PER307. PRESTIGIO LIBRETTO e-book Reader PER307 www.prestigio.com Table of Contents Disclaimer 3 Introduction 3 Package Content 3 Getting Started 4 Charging the Reader 5 Power On/Off, Reset Device, Insert MicroSD

More information

Digital Advertising Tag. DT-124 User Manual

Digital Advertising Tag. DT-124 User Manual Digital Advertising Tag DT-124 User Manual DT (Digital Advertising Tag) is a wearable media player with a 2.4 LCD screen. DT displays 640x480 still images and 320x240 video. FREE software is provided for

More information

Intelli-Signage Signage Designer Software

Intelli-Signage Signage Designer Software Intelli-Signage (User Manual V1.0) version: V3.0.0.0 Contents 1. Introduction... 1 2. System requirement... 1 2.1 Signage Player Software... 1 2.2... 1 3. Installation/Uninstallation of... 2 4. interface...

More information

High Definition AD Players. Universal User s Manual. L Series and PF Series

High Definition AD Players. Universal User s Manual. L Series and PF Series High Definition AD Players Universal User s Manual L Series and PF Series Cautions 1. Do not install and use the unit in moisture, high temperature, outdoor, and closed environment. 2. Please turn off

More information

NID- 7006A. Memory Powered by Android TM OS 4.1

NID- 7006A. Memory Powered by Android TM OS 4.1 THE NEW GENERATION IN TECHNOLOGY NID- 7006A Core TM 7 Tablet PC with 8GB Built- In Memory Powered by Android TM OS 4.1 Basic Introduction... 1 Quick Start... 1 Battery management and charging... 1 Boot

More information

4K DVB-T2 / DVB-S2 Android Streaming Box with Fly Mouse

4K DVB-T2 / DVB-S2 Android Streaming Box with Fly Mouse General information Connect this DVB-T2/S2 4K Android streaming box to your TV and stream movies, update your Facebook, show pictures or plan a gaming night with friends all on your TV screen. This super

More information

Digital Imaging Div. CS Team

Digital Imaging Div. CS Team i-launcher guide For Samsung Camera Digital Imaging Div. CS Team Installing i-launcher 1. Enter the Settings menu. (Methods vary depending on the Model. Dial or Menu Key) 2. Select Connectivity i-launcher(pc

More information

EziNav G3 User Manual

EziNav G3 User Manual EziNav G3 User Manual 4.3 Touchscreen GPS with Bluetooth About this User Manual Congratulations on your purchase of your Kogan EziNav G3 GPS. This user manual provides information regarding the various

More information

idisk Me Contents User Manual

idisk Me Contents User Manual idisk Me User Manual Contents System Requirements...1 Scan the QR Code to Download APP...1 The Main Interface Profile...2 Connect the idisk to the Device...3 Delete, Copy&Move...4-7 Create a New Folder...8

More information

Zpen User s Guide. Version 4.0

Zpen User s Guide. Version 4.0 1 Version 4.0 Table of Contents 2 Table of Contents Table of Contents...2 Preface...4 Chapter 1... 5 Introduction to the Zpen...5 Digital Pen...6 Receiver...6 Zpen capabilities and features...7 System

More information

Updating X30/ Bridge Software

Updating X30/ Bridge Software Updating X30/ Bridge Software Bourgault Industries Ltd has released new software for the X30 and the Bridge, follow the instructions below. Please go to our download site at download.bourgault.com. Enter

More information

USER GUIDE. ixpand Flash Drive. Western Digital Technologies, Inc. is the seller of record and licensee in the Americas of SanDisk products.

USER GUIDE. ixpand Flash Drive. Western Digital Technologies, Inc. is the seller of record and licensee in the Americas of SanDisk products. USER GUIDE ixpand Flash Drive Western Digital Technologies, Inc. 951 SanDisk Drive, Milpitas, CA 95035 Western Digital Technologies, Inc. is the seller of record and licensee in the Americas of SanDisk

More information

Capacities Overview: 9.7 MultiTouch Screen with IPS technology Access to AndroidTM apps HD Multimedia playback

Capacities Overview: 9.7 MultiTouch Screen with IPS technology Access to AndroidTM apps HD Multimedia playback Arnova introduces a new HD multimedia tablet: The ARNOVA 9 G2 Equipped with a sharp, bright 9.7 (1024x768) LCD touchscreen, it delivers amazing display quality. The combination between Android TM 2.3 Gingerbread

More information

EVOBOOK 2. User s Manual.

EVOBOOK 2. User s Manual. EVOBOOK 2 User s Manual www.evolio.ro 0 User s Manual Content Page Introduction.... 2 Parts and Controls.... 3 Getting Started...... 6 Turning On/Off EvoBook2. 6 Charging EvoBook2... 6 Inserting SD card....

More information

Updating Camera Firmware

Updating Camera Firmware Updating Camera Firmware Thank you for choosing a Nikon product. This guide describes how to perform this firmware update. If you are not confident that you can perform the update successfully, the update

More information

ALDL Bluetooth Adapter with USB (MK2)

ALDL Bluetooth Adapter with USB (MK2) 1320 Electronics LLC for: ALDL Bluetooth Adapter with USB (MK2) Contents Warnings 3 Specifications 4 Quick Start Instructions 5 Installing the 'ALDL Bluetooth adapter' 6 Operating the ALDL Bluetooth Adapter

More information

Instruction Manual. idiskk USB Flash Drive 32GB/64GB/128GB

Instruction Manual. idiskk USB Flash Drive 32GB/64GB/128GB Instruction Manual idiskk USB Flash Drive 32GB/64GB/128GB Introduction Thank you for choosing idiskk Flash Drive. Please read this instruction carefully as it contains some important information. If you

More information

Honor 3C (H30-U10) Mobile Phone V100R001. Product Description. Issue 01. Date HUAWEI TECHNOLOGIES CO., LTD.

Honor 3C (H30-U10) Mobile Phone V100R001. Product Description. Issue 01. Date HUAWEI TECHNOLOGIES CO., LTD. V100R001 Issue 01 Date 2014-03-12 HUAWEI TECHNOLOGIES CO., LTD. . 2014. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written

More information

ENGAGING SOLUTIONS MOBI and Workspace Beginners Manual

ENGAGING SOLUTIONS MOBI and Workspace Beginners Manual ENGAGING SOLUTIONS MOBI and Workspace Beginners Manual MOBI VIEW Your local sales team: Merianne Wininger Kristen Rush Joe Musgrave Kim Brewer 832.524.6487 support@iclick2engage.com www.iclick2engage.com

More information

Smart Flash Drive SecurePRO User Manual. Version_010

Smart Flash Drive SecurePRO User Manual. Version_010 Smart Flash Drive SecurePRO User Manual Version_010 1 Index System Requiremets... 3 Getting to know Smart Flash Drive SecurePRO... 4 Use of Smart Flash Drive SecurePRO... 5 Master Mode... 5 Slave Mode...

More information

/ QUICK START GUIDE. Mobile Projector

/ QUICK START GUIDE. Mobile Projector / QUICK START GUIDE Mobile Projector 1 STEP 1 - POWER UP Power Button Press and hold the power buttons for 5 seconds to turn on the device. (It may take a few seconds for the Cube to start projecting an

More information

ALDL Bluetooth Adapter

ALDL Bluetooth Adapter 1320 Electronics LLC for: ALDL Bluetooth Adapter Contents Warnings 3 Specifications 4 Quick Start Instructions 5 Installing the 'ALDL Bluetooth adapter' 6 Operating the ALDL Bluetooth Adapter 7 Bluetooth

More information

PENDOPAD 9.7 QUICKSTART GUIDE & USER MANUAL PNDPP42DG9BLK. > Please read carefully before use

PENDOPAD 9.7 QUICKSTART GUIDE & USER MANUAL PNDPP42DG9BLK. > Please read carefully before use PENDOPAD 9.7 PNDPP42DG9BLK QUICKSTART GUIDE & USER MANUAL > Please read carefully before use This manual contains important safety precautions and information of correct use. Please be sure to read this

More information

Adding Your Files to Blackboard (i.e. Uploading Your Syllabus) Option A: Uploading Your File through an Item s Attach File Area

Adding Your Files to Blackboard (i.e. Uploading Your Syllabus) Option A: Uploading Your File through an Item s Attach File Area Updated 11/12/12 MH Adding Your Files to Blackboard (i.e. Uploading Your Syllabus) Blackboard allows users to upload files to many different content areas. In this tutorial, you'll learn how to navigate

More information

ITV430. User Manual 4.3

ITV430. User Manual 4.3 ITV430 KULA TV User Manual 4.3 Product Introduction Release of Liability Help Kula TV Cooler!!! Product Introduction 4 Safety Precautions 5 Parts and Components 9 Getting started Charge for your Kula TV

More information

INFORMZ USER GUIDE: The Asset Manager

INFORMZ USER GUIDE: The Asset Manager INFORMZ USER GUIDE: The Asset Manager Version 1.0 January 29, 2014 ABOUT THIS GUIDE This guide provides an overview of the Asset Manager used by Informz. This guide covers the Asset Manager s basic functionality

More information

ednet. smart memory Smart storage expansion for your iphone or ipad

ednet. smart memory Smart storage expansion for your iphone or ipad ednet. smart memory Smart storage expansion for your iphone or ipad * MicroSD Card is not included in the scope of delivery. ednet. smart memory Smart storage expansion for your iphone or ipad up to 256

More information

Digital MP3 & Video Player

Digital MP3 & Video Player Models 215/415/418/818 Digital MP3 & Video Player Table of Contents: Product Overview... 2 Features & Notes... 2 Charging...2 Button Overview.. 3 Button Descriptions....3 Mini SD Card...3 Loading music,

More information

Cascade Configuration Tool

Cascade Configuration Tool Cascade Configuration Tool Version 1.0.10 Installation and Operations Manual 00-02-0724 01-25-11 Section 40 In order to consistently bring you the highest quality, full featured products, we reserve the

More information

Always there to help you. Register your product and get support at HMP5000. Question? Contact Philips.

Always there to help you. Register your product and get support at  HMP5000. Question? Contact Philips. Always there to help you Register your product and get support at www.philips.com/welcome Question? Contact Philips HMP5000 User manual Contents 1 Control and play 2 11 Troubleshooting 20 12 Specification

More information

Key features: Ultra-responsive 10.1 Multitouch Capacitive Display. Powerful ARM Cortex - A8 1GHz Processor. 1080p Full HD Video Playback

Key features: Ultra-responsive 10.1 Multitouch Capacitive Display. Powerful ARM Cortex - A8 1GHz Processor. 1080p Full HD Video Playback Key features: Ultra-responsive 10.1 Multitouch Capacitive Display Powerful ARM Cortex - A8 1GHz Processor 1080p Full HD Video Playback Arnova introduces its next generation of Android TM based tablets

More information

III INDEX. Product List 1. Overview 1. Projector Specification 2. Basic Functions: 2. MP4 key functions description: 3.

III INDEX. Product List 1. Overview 1. Projector Specification 2. Basic Functions: 2. MP4 key functions description: 3. Version A I IMPORTANT This product is a micro projector with MP4 player function that can connect to mobile/iphone, MP4/iPod, PSP, PDA, DVD, PC/Notebook and other digital products which have video and

More information

PhotoFast MemoriesCable U2. Market leading design and technology

PhotoFast MemoriesCable U2. Market leading design and technology MemoriesCable U2 Introducing 2 PhotoFast MemoriesCable U2 Market leading design and technology 3 How PhotoFast MemoriesCable U2 is different? It s the smallest and most powerful ever ipod touch 4th ipod

More information

SOFT WARE SUITE ADMINISTRATOR MANUAL VERSION lipbox.net

SOFT WARE SUITE ADMINISTRATOR MANUAL VERSION lipbox.net SOFT WARE SUITE ADMINISTRATOR MANUAL VERSION 2.6.0 www.f lipbox.net TABLE OF CONTENTS 1. Installation and activation 3 1.1. Minimal hardware requirements 3 1.2. Download the Installer 3 1.3. Installation

More information

HooToo iplugmate USB Drive ONLINE GUIDE. Model NO.: HT-IM003

HooToo iplugmate USB Drive ONLINE GUIDE. Model NO.: HT-IM003 HooToo iplugmate USB Drive ONLINE GUIDE Model NO.: HT-IM003 1 Thank you for choosing the HooToo iplugmate USB Drive. Please follow this guide to get started. 2 Scan the QR code to view the Online User

More information

RAVPower iplugmate USB Drive ONLINE GUIDE. Model: RP-IM004

RAVPower iplugmate USB Drive ONLINE GUIDE. Model: RP-IM004 RAVPower iplugmate USB Drive ONLINE GUIDE Model: RP-IM004 1 Thank you for choosing the RAVPower iplugmate USB Drive. Please follow this guide to get started. 2 Features 1. Apple MFi certified, 100% compatible

More information

User Guide 980 HDMI Protocol Analyzer Module HDMI & MHL Source Compliance Tests NEED TO UPDATE FOR MHL TEST RESULTS

User Guide 980 HDMI Protocol Analyzer Module HDMI & MHL Source Compliance Tests NEED TO UPDATE FOR MHL TEST RESULTS User Guide 980 HDMI Protocol Analyzer Module HDMI & MHL Source Compliance Tests NEED TO UPDATE FOR MHL TEST RESULTS Rev: A4 Page 1 August 5, 2013 Table of Contents 1 About the 980 HDMI Protocol Analyzer

More information

Led asynchronous controller Y10

Led asynchronous controller Y10 Led asynchronous controller Y10 Version1.0 2017.6.25 1. Product picture 1 2. Case picture 3. Y10 has following traits 1 Supporting non-linear editing; 2 Video hardware decoding; 3 Supporting PCI-E 3G modem;

More information

Slimline Digital Advertising Display - Standalone (ANDROID) Hardware User Manual

Slimline Digital Advertising Display - Standalone (ANDROID) Hardware User Manual Slimline Digital Advertising Display - Standalone (ANDROID) Hardware User Manual Manual Version PFHD5.3 Safety Instructions Please keep the display away from any heat sources. Place the display in a stable

More information

MICRO 2+ USER MANUAL

MICRO 2+ USER MANUAL MICRO2+ USER MANUAL Wintal MICRO2+ USER MANUAL Contents BRIEF INTRODUCTION... 1 FEATURE... 1 BASIC PERFORMANCE... 1 PRODUCT DETAILS... 2 PACKING LIST... 2 FRONT VIEW... 2 BACK VIEW... 3 REMOTE CONTROL...

More information

LIGHTCAST V1.2 Software Guide for projectors

LIGHTCAST V1.2 Software Guide for projectors LIGHTCAST V1.2 Software Guide for projectors 009-1683-01 CONTENTS Introduction...3 Registration when using a LightCast Key...4 Basic Navigation... 7 Using the remote and projector keypad... 7 Using the

More information

Warranty Details. 7 Colour ebook Reader and Media Player. 7 Colour ebook Reader and Media Player INSTRUCTION MANUAL

Warranty Details. 7 Colour ebook Reader and Media Player. 7 Colour ebook Reader and Media Player INSTRUCTION MANUAL 7 Colour ebook Reader and Media Player Warranty Details The product is guaranteed to be free from defects in workmanship and parts for a period of 12 months (dependant on product) from the date of purchase.

More information

19 32 Slimline High Definition Digital Advertising Display User s Manual

19 32 Slimline High Definition Digital Advertising Display User s Manual 19 32 Slimline High Definition Digital Advertising Display User s Manual Manual Version PF19-32HD2.0 Our Full Product Range Page 1 Safety Instructions Please keep the display away from any heat sources.

More information

Register your product and get support at www.philips.com/welcome HMP3000 EN User manual Contents 1 Trademark notice 5 English 2 Connect and play 7 3 Control and play 11 4 Options 13 Video options 13 Audio

More information

8 TABLET MICROSCOPY SOLUTION

8 TABLET MICROSCOPY SOLUTION TABLET SOLUTIONS The Moticam BTU8 is a tablet microscopy solution, consisting of a customized 8 Android tablet connected to a microscopy imaging camera. The android tablet is easily detachable and replaceable

More information

Main function 4.3 TFT Screen, Resolution 480*272

Main function 4.3 TFT Screen, Resolution 480*272 Main function 4.3 TFT Screen, Resolution 480*272 Support APE, FLAC, MP3, WMA, OGG, WAV etc. music play. Support TF card, capacity support 128MB~8GB Support MPEG-4(AVI), RM, RMVB, FLV, 3GP, MPG, VOB, MP4,

More information

4K Android Streaming Box with Fly Mouse

4K Android Streaming Box with Fly Mouse General information Connect this 4K Android streaming box to your TV and stream movies, update your Facebook, show pictures or plan a gaming night with friends all on your TV screen. This super versatile

More information

V-TOUCH PRO MANUAL. 905L Series

V-TOUCH PRO MANUAL. 905L Series V-TOUCH PRO MANUAL 905L Series TABLE OF CONTENTS Table Of Contents Buttons Basic Features Caution Turning On/Off the Player Charging the Player Inserting the MicroSD Card Removing the McroSD Card Connecting

More information

Copyright Oregon RFID, Inc.

Copyright Oregon RFID, Inc. PTLogger User Guide Oregon RFID 4246 SE Ogden St Portland, OR 97206 (503) 788-4380 (866) 484-3174 toll free (866) 611-7087 toll free fax http://www.oregonrfid.com March 31, 2014 Copyright 2009-2013 Oregon

More information

Drop-Off Release Transmitter

Drop-Off Release Transmitter Project: Drop-Off Release Transmitter Title: User's Manual Document No.: Drop-off User s Manual Version: 1.3 Last Change: 31.03.2011 Name Date Signature Prepared by Annette Krop- Benesch 23.12.2010 Edited

More information

SOFTWARE SUITE USER MANUAL VERSION lipbox.net

SOFTWARE SUITE USER MANUAL VERSION lipbox.net SOFTWARE SUITE USER MANUAL VERSION 2.7.0 www.f lipbox.net TABLE OF CONTENTS 1. Home Screen 3 2. Draw Sketch 4 3. Internet 7 4. Show files 8 4.1. Image Handling 8 4.2. Video Files Handling 9 4.3. Presentation

More information

Touchscreen media player

Touchscreen media player Warnings WARNING: Changes or modifications to this unit not expressly approved by the party responsible for compliance could void the user s authority to operate the equipment. NOTE: This equipment has

More information

User Manual. ELRO CC60RIP11S HD IP surveillance camera with real white light for colour nightview

User Manual. ELRO CC60RIP11S HD IP surveillance camera with real white light for colour nightview User Manual ELRO CC60RIP11S HD IP surveillance camera with real white light for colour nightview HD Wi-Fi Camera with LED Light Table of contents (1) What s in the box? -------------------------------03

More information

USER MANUAL KAHVG28XXXA

USER MANUAL KAHVG28XXXA USER MANUAL KAHVG28XXXA Quick Reference Dear Customers Thank you for choosing our portable game device. To ensure you can use our product efficiently please read this user manual carefully. Safety Safety

More information

Creating Presentations with Prezi

Creating Presentations with Prezi Creating Presentations with Prezi This document provides an introduction to using Prezi to create presentations. Prezi is a webbased tool that allows users to create a presentation using a map layout.

More information

RAVPower iplugmate USB Drive ONLINE GUIDE. Model NO.: RP-IM005

RAVPower iplugmate USB Drive ONLINE GUIDE. Model NO.: RP-IM005 RAVPower iplugmate USB Drive ONLINE GUIDE Model NO.: RP-IM005 1 Thank you for choosing the RAVPower iplugmate USB Drive. Please follow this guide to get started. 2 Features 1. Apple MFi certified, 100%

More information

NAS 256 DataSync for Microsoft OneDrive. Backup data from Microsoft OneDrive to your NAS

NAS 256 DataSync for Microsoft OneDrive. Backup data from Microsoft OneDrive to your NAS NAS 256 DataSync for Microsoft OneDrive Backup data from Microsoft OneDrive to your NAS A S U S T O R C O L L E G E COURSE OBJECTIVES Upon completion of this course you should be able to: 1. Backup data

More information

Preliminary spec sheet

Preliminary spec sheet ARNOVA introduces the new ARNOVA 8b G2. With its new design and its brilliant 8 screen, the ARNOVA 8b G2 is the unmatched compromise to enjoy full HD videos and browse the web or read an ebook. This product

More information

Uploading a File in the Desire2Learn Content Area

Uploading a File in the Desire2Learn Content Area Uploading a File in the Desire2Learn Content Area Login to D2L and open one of your courses. Click the Content button in the course toolbar to access the Content area. Locate the Table of Contents on the

More information

MP3/4 USER GUIDE Jazwares, Inc. 2009

MP3/4 USER GUIDE Jazwares, Inc. 2009 MP3/4 USER GUIDE Jazwares, Inc. 2009 1 CONTENTS Please read the instructions along with the player carefully before you use it, so that you can operate it conveniently. WELCOME & Safety Tips 3 Key Control

More information

For Model No. MP709 User Manual

For Model No. MP709 User Manual For Model No. MP709 EN User Manual This manual contains important safety precautions and information of correct use. Please be sure to read this manual carefully before use so as to avoid any accidents.

More information

User Manual MPPTracker

User Manual MPPTracker User Manual MPPTracker Management Software for Solar Charge Controller Version: 1.0 Table of Contents 1. MPPTracker Overview... 1 1.1. Introduction... 1 1.2. Features... 1 2. MPPTracker Install and Uninstall...

More information

CONTENTS. 1- INTRODUCTION 1.1 Introduction 1.2 General Applications and Benefits 1.3 Identification 2- HARDWARE

CONTENTS. 1- INTRODUCTION 1.1 Introduction 1.2 General Applications and Benefits 1.3 Identification 2- HARDWARE 1 CONTENTS 1- INTRODUCTION 1.1 Introduction 1.2 General Applications and Benefits 1.3 Identification 2- HARDWARE 3- SOFTWARE DESCRIPTION 3.1 Introduction 3.2 TVS-1000 software 3.3 Software Installation

More information

OpenDrive Web User Guide

OpenDrive Web User Guide OpenDrive Web User Guide 1 Contents Logging in 3 Files and Folders.4 Download a Folder....5 Folder/File Properties 6 Create a New Folder...7 Sharing Files and Folders..8 Sharing Files..9 Editing a File...

More information

Dolphin ebase. Communication Cradle for the Dolphin 9700 Mobile Computer. User s Guide

Dolphin ebase. Communication Cradle for the Dolphin 9700 Mobile Computer. User s Guide Dolphin ebase Communication Cradle for the Dolphin 9700 Mobile Computer User s Guide Introduction The Ethernet Base (ebase) enables a single Dolphin 9700 computer to communicate with a host device over

More information

NID Memory Powered by Android TM OS 4.1

NID Memory Powered by Android TM OS 4.1 THE NEW GENERATION IN TECHNOLOGY NID- 7007 Core TM 7 Tablet PC with 8GB Built- In Memory Powered by Android TM OS 4.1 i TABLE OF CONTENTS 1 OUTLOOK DESCRIPTION... 1 2 POWER BUTTON USAGE... 1 3 TOUCH-SCREEN

More information

Android TV BOX User Manual

Android TV BOX User Manual User Manual 3D-HD 4K X 2K 1080P x 2 Thank you very much for purchasing our TV box. To approach an in-depth understanding of the system and get started using TV box, we provide you with basic setting guide

More information

Ultra High Brightness Professional Monitor User Manual

Ultra High Brightness Professional Monitor User Manual Manual Version UHBA1.0 Safety Instructions Please keep the display away from any heat sources. Place the display in a stable and well-ventilated place. Please handle with care as product contains glass.

More information

Table of Contents. Contents. Part I Getting Started 6 1 Disclaimer Accessories...8

Table of Contents. Contents. Part I Getting Started 6 1 Disclaimer Accessories...8 All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping, or information storage and retrieval

More information

SP xdrive Explorer. User Manual

SP xdrive Explorer. User Manual SP xdrive Explorer User Manual Table of Contents 1. Intellectual & Copyright Disclaimer....3 2. Introduction..4 3. System Requirements...4 4. Illustration of Application functions.4 4.1 Installation.4

More information

High Definition LCD Digital Signage Display

High Definition LCD Digital Signage Display High Definition LCD Digital Signage Display User Manual Applicable Models L/PFxxH7(Android Version) MxxSA Cautions 1. Do Not install and use the unit in moisture, high temperature, outdoor and closed environment.

More information

Instructions when using for the first time Hoofdstuk U K 1 Introduc tion Introduc 2 Safety 2 Safety 2.1 General information 2.

Instructions when using for the first time Hoofdstuk U K 1 Introduc tion Introduc 2 Safety 2 Safety 2.1 General information 2. Instructions when using for the first time Hoofdstuk 1. Uninstalling old drivers and devices (3.1) 2. Installing the driver in Windows (3.2) 3. Installing Ulead Photo Express 4.0 (3.3) 4. Installing Ulead

More information

H10 ios App V2.0 User Manual

H10 ios App V2.0 User Manual H10 ios App V2.0 User Manual 2 1. Spec and System Requirements... 3 2. Setting up H10 Device... 5 3. ios App V2.0 Overview... 8 4. Regarding File Format... 13 5. How to Play and View Your Media Files...

More information

Streaming & Android TV Box. The TV Box. All the freedom of Android and Internet on your TV!

Streaming & Android TV Box. The TV Box. All the freedom of Android and Internet on your TV! Streaming & Android TV Box The TV Box All the freedom of Android and Internet on your TV! Android 4.2, Jellybean certified set-top box Access to your favorites apps in Google Play Store or or your preferred

More information

4K-WALL HDMI/DVI Video Wall Controller and 4x4 Switch Matrix. User Manual

4K-WALL HDMI/DVI Video Wall Controller and 4x4 Switch Matrix. User Manual 4K-WALL HDMI/DVI Video Wall Controller and 4x4 Switch Matrix. User Manual Integrated 2x2 Video Wall Controller and 4x4 Port HDMI, Real Time Switch Matrix with On Screen Display Control & No Software Required.

More information

Introduction to Content

Introduction to Content Content Introduction to Content... 2 Understanding the Organization of Content... 3 Course Overview... 3 Bookmarks... 3 Upcoming Events... 3 Table of Contents... 3 Create a New Module... 4 New Module...

More information

User Manual Video Borescope Model

User Manual Video Borescope Model User Manual Video Borescope Model 20250-27 THE STANDARD IN PRECISION MEASUREMENT Introduction The Digi-Sense Video Borescope (Model 20250-27) is ideal for the inspection of ductwork, wiring locations,

More information

Instructions for I40XT GameSpy Digital Camera

Instructions for I40XT GameSpy Digital Camera Instructions for I40XT GameSpy Digital Camera THANK YOU for your purchase of the Model. Please read this booklet before using the unit. If you should have any questions about this product or any other

More information

1. Installation instruction:

1. Installation instruction: E06LR20004 This interface can insert navigation video, reverse camera video, DVR system, DVD or Digital TV video onto the Land rover, Jaguar wide screens, etc. with 10inch screen, single screen display.

More information

RSE Overview > > > > > Fig. 1 RSE features (5 seat vehicle shown) > > > >

RSE Overview > > > > > Fig. 1 RSE features (5 seat vehicle shown) > > > > RSE Overview The Rear Seat Entertainment system (RSE) allows passengers in the rear compartment to access multimedia content and basic Infotainment functions using the Touch Screen Remote (TSR) or a suitable

More information

Interwrite Workspace v. 8.9 Beginning

Interwrite Workspace v. 8.9 Beginning Interwrite Workspace v. 8.9 Beginning What is Workspace?... 2 Getting Started... 2 Charging the Interwrite Mobi... 2 Charging the Interactive Pens for the Interactive Whiteboard... 2 Installation of Software...

More information

USER MANUAL. KT-10 Touch Panel MODEL: P/N: Rev 1.

USER MANUAL. KT-10 Touch Panel MODEL: P/N: Rev 1. USER MANUAL MODEL: KT-10 Touch Panel P/N: 2900-300607 Rev 1 www.kramerav.com Contents 1 Introduction 1 2 Getting Started 2 2.1 Achieving the Best Performance 2 2.2 Safety Instructions 2 2.3 Recycling

More information

Contents. Introduction 3 Chapter 1. Chapter 2. Chapter 3

Contents. Introduction 3 Chapter 1. Chapter 2. Chapter 3 Contents Introduction 3 Chapter 1 Introducing the simple yet 4 powerful Sony s Digital Signage Solution the BKM-FW50 Streaming Receiver Adapter Chapter 2 Play Direct Sony makes it easy 6 without running

More information

NEEShub.org Project Editor Guide. Number: Project Name: NEEShub.org Version: 2.0 Quick start guide for the Project Editor. Guide.

NEEShub.org Project Editor Guide. Number: Project Name: NEEShub.org Version: 2.0 Quick start guide for the Project Editor. Guide. NEEShub Project Editor Document NEES- XX- 000 Guide Number: Project Name: NEEShub.org Version: 2.0 Brief Description: Quick start guide for the Project Editor. Table of Contents Introduction... 2 Additional

More information

Table of Contents. Major Functions 02. Description of Buttons/Interfaces..03. Description of Display Screen 04. Basic Operation 07

Table of Contents. Major Functions 02. Description of Buttons/Interfaces..03. Description of Display Screen 04. Basic Operation 07 Table of Contents Major Functions 02 Description of Buttons/Interfaces..03 Description of Display Screen 04 Basic Operation 07 Master Interface 09 Music Mode 10 Video Playing 12 FM Radio 14 Picture Browse

More information

NLS-NQuire1000. Customer Information Terminal. User Guide

NLS-NQuire1000. Customer Information Terminal. User Guide NLS-NQuire1000 Customer Information Terminal User Guide Revision History Version Description Date V0.1 Initial release. August 4 th, 2016 V0.2 Fine-tuned for NQuire1000 specific features January 5 th,

More information

Please be aware of the following points before using the Kanguru Micro MP3.

Please be aware of the following points before using the Kanguru Micro MP3. USER MANUAL 1 Please be aware of the following points before using the Kanguru Micro MP3. Copyright 2007, Kanguru Solutions. All rights reserved. DOS, Windows 95, Windows 98, Windows NT, Windows 2000,

More information

PENDOPAD 10.1 QUICKSTART T GUIDE USER MANUAL PNDPP42DG10BLK. > Please read carefully before use

PENDOPAD 10.1 QUICKSTART T GUIDE USER MANUAL PNDPP42DG10BLK. > Please read carefully before use PENDOPAD 10.1 PNDPP42DG10BLK QUICKSTART T GUIDE & USER MANUAL > Please read carefully before use This manual contains important safety precautions and information of correct use. Please be sure to read

More information

My Media Hub Quick Start Guide for USB Devices. Sharing media content with the Fetch Box from a USB device

My Media Hub Quick Start Guide for USB Devices. Sharing media content with the Fetch Box from a USB device My Media Hub Quick Start Guide for USB Devices Sharing media content with the Fetch Box from a USB device What s inside Welcome to your My Media Hub 3 Supported media file formats 4 Getting Started 5 Play

More information

MP3 HARD DISK. User Manual V1.0

MP3 HARD DISK. User Manual V1.0 User Manual V1.0 Contents Before Using the Product 1 Introduction 1 System Requirements 1 Charging the Battery 2 Transferring Music Files 3 Music File Transferring Example 4 Basic Functions 5 Components

More information

W-E

W-E Signage Suite V2.20 User Guide 605220-02-01-W-E-051613-02 Trademarks Windows XP, Windows Vista, Windows 7, and Microsoft are registered trademarks of Microsoft Corporation. All other trademarks are the

More information

Slide the switch to On and the player will be powered on in 1 second. The player will prompt "Welcome" and then enter the main interface.

Slide the switch to On and the player will be powered on in 1 second. The player will prompt Welcome and then enter the main interface. NMV-179X For the correct use and good performance of the player, the user must fully understand the manual as well as strictly follow the instructions provided. Avoid high temperature (above 35 C) or

More information

SmartPick Service Interface Installation, Setup and Event Log Download, Windows XP

SmartPick Service Interface Installation, Setup and Event Log Download, Windows XP SmartPick Service Interface Installation, Setup and Event Log Download, Windows XP Seite: 1/15 1 Introduction 2 2 Flowchart 3 3 Installation 4 3.1 Installing the USB to Serial Adapter 4 3.2 Installing

More information

Which Folders Shouldn t Be Backed Up?

Which Folders Shouldn t Be Backed Up? nexo Backup is a very simple and powerful online backup solution. You choose which folders you want to backup, and nexo Backup will upload your files and protect the contents of those folders - it keeps

More information

IMPECCA DFM-1512 USER S MANUAL

IMPECCA DFM-1512 USER S MANUAL IMPECCA DFM-1512 USER S MANUAL Table of Contents Introduction... 3 Installing your Unit... 3 Connecting to a computer... 4 Using Your Remote Control... 5 Using Your Digital Photo Frame... 6 Browsing Images...

More information

7 inch HD IPS LCD, Resolution: 800*480 OS Android 4.2. Front:0.3MP Rear: 2.0MP(AF)

7 inch HD IPS LCD, Resolution: 800*480 OS Android 4.2. Front:0.3MP Rear: 2.0MP(AF) Q PAD USER MANUAL Specification Display 7 inch HD IPS LCD, Resolution: 800*480 OS Android 4.2 CPU ARM Cortex A9,Dual core,mtk8312, 1GHz Camera G-sensor Network Audio Format Video Format Image Format Extended

More information

USER MANUAL. KT-10 Touch Panel MODEL: P/N: Rev 5.

USER MANUAL. KT-10 Touch Panel MODEL: P/N: Rev 5. USER MANUAL MODEL: KT-10 Touch Panel P/N: 2900-300607 Rev 5 www.kramerav.com Contents 1 Introduction 1 2 Getting Started 2 2.1 Achieving the Best Performance 2 2.2 Safety Instructions 2 2.3 Recycling

More information