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

Size: px
Start display at page:

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

Transcription

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

2 Project Overview 2 Project Overview Smart Phone Compatibility with a USB Storage Device Objective: "To enable a commercially available smart phone (Android, iphone, Blackberry) to send a message with an embedded image attachment (at least 3MB) obtained from a USB mass storage device to a specified address in less than 15 seconds."

3 Project Overview 3 Project Overview Weekly Schedule

4 Project Overview 4 Project Overview Weekly Schedule

5 Alternatives Considered 5 Path to Proposed Solution [Web site] [Web site] [Web site] Arduino Pro-Mini Dimensions: o Arduino Mini-Pro Board: 18mm x 33mm x 2mm (w x l x h) o o Power: 5v - 12v Arduino Mini USB Host-Shield: 18mm x 45mm x 8mm (w x l x h) x 2 Total Volume for Board and two(2) USB Host-Shields: 14148mm^3 Cost: o Arduino Mini-Pro Board: $18.95 (100+ -> $15.16) o Arduino Mini USB Host-Shield: $20.00 (100+ -> $19.96) Speed: 12 Mbps / 1.5 Mbps Host Functionality: A microcontroller that can have USB host shields (additional boards) attached to provide USB hosting functionality. vs. V2DIP2-48 Dimensions: 68.56mm x 17.78mm x 26.60mm (lxwxh) o Total Volume: mm^3 Power: 5v Cost: $28.62 Functionality: The V2DIP2-48 provides a bridge between 2 BOMS (Bulk Only Mass Storage) devices, powered by an outside source. Custom firmware can be developed using the Vinculum II development software tool suite. For mass storage devices such as USB flash drives, VNC2 transparently handles the FAT file structure. vs. VF2F2 Dimensions: 44.8mm x 69.8mm x 11.4mm (lxwxh) o Total Volume: mm^3 Power: On-board DC-DC converter supplies circuitry with 3.3v & 5.5v from 2xAAA cells Cost: $37.50 Functionality: At the push of a button allows all the files on a USB mass storage device to be copied to a unique folder on another USB mas storage device. Transparently handles the FAT file structure communicating via UART, SPI or parallel FIFO interfaces via a simple to implement command set

6 Alternatives Considered 6 Advantages/Disadvantages Arduino Pro-Mini vs. Vinculum-II vs. VF2F2 Advantages Support/documentation widely available Relatively lightweight Disadvantages Primary Disadvantage: 1 board + 2 shields Few example of USB hosting exist High unit cost High unit volume size Relatively heavy USB host documentation scarce Advantages Transparent support for FAT file structure Android drivers available using the Android Open Accessories Initiative that allows the Vinculum-II to attach to an Android device Specifically designed to act as a USB host for mass storage device to smart phone transfers with the ability to create custom firmware Disadvantages Relatively heavy (~350g) High unit volume Advantages Transparent support for FAT file structure Android drivers available using the Android Open Accessories Initiative that allows the Vinculum-II to attach to an Android device Specifically designed to act as a USB host for mass storage device to mass storage device transfers Programmable firmware Disadvantages High unit volume Difficulty to customize firmware unknown

7 Alternatives Considered 7 Software Considerations

8 Proposed Solution 8 Proposed Technical Solution Software Implementation: Android via Android Open Accessory Development Kit Application Development: Java in Eclipse IDE with Android SDK Hardware Components: Vinculum VF2F2 Program VF2F2 with Programmer/Debugger Module Develop custom firmware with the Vinculum-II Tool Chain Rev xAAA batteries (DC-to-DC 5v step up already in VF2F2)

9 Architectural Design 9 System Architectural Design Hardware Software FTDI Chip VF2F2 Case Options: 3D Printing Technology USF Engineering Prototyping/Machine Shop Interface: Two USB Type A Ports (Smart Phone & USB mass storage device) On/Off Rocker Switch and On/Off LED Indicator LEDs to Indicate File Copy Activity and Errors Android Open Accessory Development Kit Compatibility: Android The app on the Android phone interacts with the USB Host Controller device to retrieve the list of files from the USB mass storage device and the desired file.

10 Architectural Design 10 System Architectural Design Brief Hardware Overview Power (options): 2xAAA Batteries (VF2F2 Option) DC to DC 5v Step Up in Module Circuitry 1-2xAA Batteries with DC to DC 5v Step Up VPack [Web page] Typical Current: 300mA or less Polymer Lithium Ion Battery 6Ah [Web page] 3.7v at 2000mAh Communication Flow Diagram User attempts to locate file using the device as the medium Phone Device Request passes through the device and the file is located on the storage device Storage Device

11 Architectural Design 11 System Architectural Design System Communication Mass Storage Device Memory Hardware USB Port 0 VF2F2 USB Port 1 Android Device Product Application Memory User

12 Architectural Design 12 System Architectural Design Proposed Case User Interface Case Considerations: Cost Durability Size Survivability Transportability Ventilation

13 Architectural Design 13 Software Architectural Design Brief Overview Software Requirements File Attachment Size: ~3MB Send the attached file to phone contacts via Send the attached file to phone contacts via sms Time to Send: Less than 30 sec. User should be able to install/run in less than 5 minutes Image Formats: JPG, GIF, PNG, BMP, TIFF, and RAW Audio Formats: WAV, WMA, MP3, and FLAC Video Formats: AVI, 3GP, DIVX, FLV, MPG, WMV, MOV Technologies (APIs) Android Open Accessory Development Kit Android SDK 2.2 Google API 8 Vinculum-II Tool Chain Rev 1.4.2

14 Architectural Design 14 Software Architectural Design Application Architecture

15 Architectural Design 15 Software Architectural Design Process Model Planning Phase: Project Planning Pre-Beta Development Phase: Design and development of new features in order to provide a reasonable working version for demonstration. Development Phase: Remainder of design and development of all features. System Testing Phase: Organized testing of the application features. Focused diagnosis and fixing of all defects/bugs found. Beta Testing Phase: Integration testing of the hardware and software with possible patches and maintenance releases as needed. Release Preparation Phase: Final verification testing of the frozen build to be released to Raytheon.

16 Architectural Design 16 Software Architectural Design Application Cycle and Flow Initial Activity Browse Files Add/Delete Files to attach Delete Add/Remove Recipients Browse phone Contacts Review Files and Contacts Success/Start Over Send Try Again Transmission results/errors

17 Architectural Design 17 Software Architectural Design Application Mockup v1.0 Live Version on Team Web site at

18 Architectural Design 18 Software Architectural Design Application Mockup v1.0 Live Version on Team Web site at

19 Architectural Design 19 Software Architectural Design Application Mockup v1.0 Live Version on Team Web site at

20 Requirements 20 Proposed Requirements Project Requirements with Modifications SYS02b, SYS02c, SYS02d Device only compatible with Android SYS16 The SYSTEM will have a total volume of at least cm^3 SYS17 The SYSTEM shall weigh at least 300g (VF2F2 weight currently unknown)

21 Requirements 21 Proposed Requirements System Requirements Traceability Matrix

22 Risks 22 Risks & Mitigation Strategies A Brief List Risk: Unable to obtain list of files from mass storage device. Severity: A1 Mitigation: Alternate solution unlikely due to massive size of files on USB mass storage device. Risk: VF2F2 cannot function as a stand alone unit. Severity: B1 Mitigation: Modify case design and re-analyze power consumption figures. Risk: Files not able to transfer through VF2F2 from USB mass storage device to phone. Severity: B1 Mitigation: Verify correctness of firmware and Android app programming. Risk: The phone tries to charge once plugged into the device. Severity: B2 Mitigation: Contact FTDI to see if there is a way around it.

23 Risks 23 Risks & Mitigation Strategies A Brief List Risk: The phone does not communicate with the VF2F2 device. Severity: A1 Mitigation: Re-analyze the programming of firmware and software. Risk: Unable to program the VF2F2 to transfer individual files. Severity: B1 Mitigation: Another USB Host Controller may be necessary. Risk: The VF2F2/V2DIP2-48 shall not arrive within a week. Severity: C3 Mitigation: Continue Android software development using USB OTG technology. Risk: The VF2F2 module is defective upon arrival. Severity: B3 Mitigation: Continue software development with V2DIP2-48 or USB OTG dongle.

24 Risks 24 Risks & Mitigation Strategies A Brief List Risk: The Android application is not compatible with Android Severity: B1 Mitigation: The Android application would only be compatible with later versions of Android. Risk: Team member is hospitalized/ill Severity: C3 Mitigation: The rest of the group picks up the slack with minimal lost due to documentation. Risk: System malfunctions at final demonstration. Severity: B2 Mitigation: Provide abundant documentation and video of successful trials. Risk: Production cost runs higher than expected. Severity: C1 Mitigation: Consult with industrial engineer to see what ways we can cut cost.

25 Final Issues 25 Present Issues The V2DIP2-28 Module and Programmer/Debugger Module has been ordered However, our new design uses the VF2F2 Module The VF2F2 must be acquired as quickly as possible to proceed with hardware development. The exact details of communication between the VF2F2 and the Android application are still unknown. These details must be determined before the Android application and software on the VF2F2 can communicate.

Raytheon Senior Project Test Plan Spring 2012

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

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

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

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

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

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

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 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

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

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

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

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

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

For Model No. MPG7. User Manual

For Model No. MPG7. User Manual For Model No. MPG7 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

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

Model: AMI-TT4 USER MANUAL

Model: AMI-TT4 USER MANUAL Model: AMI-TT4 EN USER MANUAL Introduction This manual contains detailed instructions and notes on the operation and use of this device. For your safety and bene it, read this manual carefully before using

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

The Diabetic Breathalyzer. Group 13 Jon Brown Christine Sleppy Noah Spenser Edert Geffrard

The Diabetic Breathalyzer. Group 13 Jon Brown Christine Sleppy Noah Spenser Edert Geffrard The Diabetic Breathalyzer Group 13 Jon Brown Christine Sleppy Noah Spenser Edert Geffrard EE EE EE EE Project Motivation 29.1 million Americans have diabetes Proper management of this disease requires

More information

For Model No. MPQC 994 IPS. User Manual

For Model No. MPQC 994 IPS. User Manual For Model No. MPQC 994 IPS 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

Key features: PN & UPC Codes: PN ITEM UPC

Key features: PN & UPC Codes: PN ITEM UPC Powered by Android 6.0 Marshmallow Key features: 13.3 Full HD Display, IPS Processor Octa Core RK3368 Cortex A53 Android 6.0, Marshmallow Premium aluminium casing Front and back cameras PN & UPC Codes:

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

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

Smart recording on the go

Smart recording on the go SpeechAir Smart voice recorder Digital Wi-Fi 3 microphones Slide-switch operation Smart recording on the go with Wi-Fi and three professional microphones The saves you time and resources by allowing 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

Android Media Box. Model: MB542. Plazmonic Japan Inc.

Android Media Box. Model: MB542. Plazmonic Japan Inc. Android Media Box Model: MB542 Plazmonic Japan Inc. 1 Block Diagram Basic Specification Processor Cortex A9, Quad Core, up to 1.6GHz, Mali 400 3D Graphic engine Component DRAM 2GB DDR3 Flash Memory 8GB

More information

Incredible Range of SMART PHONES

Incredible Range of SMART PHONES Incredible Range of SMART PHONES H9220 5.0" Super-thin, like Samsung i9220 5 Note 2.Operation System:Google Support Video call; 3.5.0 inch IPS High-Definition Multi-touch screen,800*480 Pixels; HX-26i

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

ishowdrive (WIB5012) User Manual

ishowdrive (WIB5012) User Manual ishowdrive (WIB5012) User Manual ABOUT THIS GUIDE This guide expatiates the features of the media play with wireless display including its physical appearance and features, and how to install and use

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

Smart recording on the go

Smart recording on the go SpeechAir Smart voice recorder Digital Wi-Fi 3 microphones Slide-switch operation Smart recording on the go with Wi-Fi and three professional microphones The saves you time and resources by allowing you

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

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

PN ITEM UPC ARCHOS 101c Helium - 16GB EU

PN ITEM UPC ARCHOS 101c Helium - 16GB EU The Helium s family welcome a new member: the ARCHOS 101c Helium. It has everyting you need to entertainement your way. When you re on the go, stay connected just like you are at home with the 4G/LTE chip

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

ishowdrive (WIB5012) User Manual

ishowdrive (WIB5012) User Manual ishowdrive (WIB5012) User Manual ABOUT THIS GUIDE This guide explains the features and usage of the ishowdrive. The usage will involve a portable device of either a smartphone, tablet or computer. The

More information

CR-8800 Connection Kit

CR-8800 Connection Kit CR-8800 Connection Kit Introducing CR-8800 Connection Kit 2 CR-8800 Connection Kit Best choice for personal data storage Smaller Size High Speed Data Transfer Rate One Touch to Complete Full Data Backup

More information

Smart recording on the go

Smart recording on the go SpeechAir Smart Voice Recorder 3 microphones Wi-Fi, LAN, Bluetooth, USB Slide-switch operation Barcode scanner and camera Smart recording on the go with Wi-Fi and three professional microphones The saves

More information

BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY (BUET) DHAKA TECHNICAL SPECIFICATION FOR SUPPLY AND INSTALLATION OF LABORATORY EQUIPMENTS (PKG1).

BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY (BUET) DHAKA TECHNICAL SPECIFICATION FOR SUPPLY AND INSTALLATION OF LABORATORY EQUIPMENTS (PKG1). BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY (BUET) DHAKA TECHNICAL SPECIFICATION FOR SUPPLY AND INSTALLATION OF LABORATORY EQUIPMENTS (PKG1). Package number: G4 NO: HEQEP/CP-3137/Procurement/PacakageG4/26-08-2015/004

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

P C Ta bl e t. C a t a l o g u e. Hernández & Faus projects

P C Ta bl e t. C a t a l o g u e. Hernández & Faus projects P C Ta bl e t C a t a l o g u e Hernández & Faus projects M O D E L : H L - W M 8 6 5 0 A 7 i n c h e s P C Ta b l e t S P E C I F I C AT I O N S CPU System Memory Hard disk WM8650 800Ghz 256MB DDR2 2GB

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

KEY FEATURES PN & UPC CODES. PN ITEM UPC ARCHOS Access 70 3G - 8GB EU

KEY FEATURES PN & UPC CODES. PN ITEM UPC ARCHOS Access 70 3G - 8GB EU The ARCHOS Access 70 3G has everything you need to experience entertainment your way. It includes a powerful quad-core processor Android 7.0 Nougat. The ARCHOS Access 70 3G is designed to offer a unique

More information

Dvisto. User Manual. The Ultimate Portable On-the-Go Digital Camera Backup Storage! Version 1.0

Dvisto. User Manual. The Ultimate Portable On-the-Go Digital Camera Backup Storage! Version 1.0 Dvisto The Ultimate Portable On-the-Go Digital Camera Backup Storage! User Manual Version 1.0 Copyright 2000-2004 by Macpower & Tytech Technology Co, LTD. - www.macpower.com.tw Table of Contents CHAPTER

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

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

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

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

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

PN ITEM UPC ARCHOS 70d Titanium 8GB - EU

PN ITEM UPC ARCHOS 70d Titanium 8GB - EU The ARCHOS 70d Titanium is one of the most affordable tablets on the market. It includes a powerful quad-core processor running Android 7.0 Nougat. The ARCHOS 70d Titanium is designed to offer a unique

More information

Register your product and get support at HMP3008. EN User manual 7 ZH-CN 9

Register your product and get support at   HMP3008. EN User manual 7 ZH-CN 9 Register your product and get support at www.philips.com/welcome HMP3008 EN User manual 7 ZH-CN 9 EN Please refer to the safety information before using the product. ZH-CN Trademark notice HDMI, the HDMI

More information

CWF-901SP Smart Player

CWF-901SP Smart Player CWF-90SP Smart Player Operation Manual CWF-90SP Safety Precautions Please read all instructions before attempting to unpack or install or operate this equipment, and before connecting the power supply.

More information

USER MANUAL Digital Screen

USER MANUAL Digital Screen USER MANUAL Digital Screen FDBF20BK Cautions Precautions and Maintenance For indoor use only To avoid risk of fire or electric shock do not expose the unit to moisture or condensation. To avoid overheating,

More information

PN ITEM UPC ARCHOS 70c Neon 8GB - EU ARCHOS 70c Neon 16GB - EU

PN ITEM UPC ARCHOS 70c Neon 8GB - EU ARCHOS 70c Neon 16GB - EU The ARCHOS 70c Neon is one of the most affordable tablets on the market. It includes a powerful quad-core processor Android 6.0 Marshmallow. The ARCHOS 70c Neon is designed to offer a unique multimedia

More information

VC-HD8 Manual v2 July 2016

VC-HD8 Manual v2 July 2016 VC-HD8 Manual v2 July 2016 Contents 1. What is the VC-HD8?... 4 2. Supported Media Formats... 4 3. In the Box... 5 4. Setup Instructions... 6 5. Remote Control... 8 6. Settings Options... 9 7. Additional

More information

SMARTCOMPANION USER GUIDE PRODUCT SPECIFICATIONS GETTING STARTED STATUS AND DESCRIPTIONS ACTIVATION INSTRUCTIONS

SMARTCOMPANION USER GUIDE PRODUCT SPECIFICATIONS GETTING STARTED STATUS AND DESCRIPTIONS ACTIVATION INSTRUCTIONS SMARTCOMPANION USER GUIDE PRODUCT SPECIFICATIONS GETTING STARTED STATUS AND DESCRIPTIONS ACTIVATION INSTRUCTIONS 01 SMARTCOMPANION SPECIFICATIONS FULL BAND 3G/2G PERSONAL TRACKER SPECIFICATIONS: Size:

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

CWF-901 & SP WiFi Smart Player to TV

CWF-901 & SP WiFi Smart Player to TV CWF-90 & SP WiFi Smart Player to TV Operation Manual CWF-90SP Disclaimers The information in this manual has been carefully checked and is believed to be accurate. Cypress Technology assumes no responsibility

More information

Smart recording on the go

Smart recording on the go SpeechAir Smart Voice Recorder 3 microphones Wi-Fi, LAN, Bluetooth, USB Slide-switch operation Barcode scanner and camera Smart recording on the go with Wi-Fi and three professional microphones The saves

More information

Adafruit Feather nrf52840 Express

Adafruit Feather nrf52840 Express Adafruit Feather nrf52840 Express PRODUCT ID: 4062 The Adafruit Feather nrf52840 Express is the new Feather family member with Bluetooth Low Energy and native USB support featuring the nrf52840! It's our

More information

FOR FURTHER ASSISTANCE, PLEASE CALL:

FOR FURTHER ASSISTANCE, PLEASE CALL: USER MANUAL Welcome Thank you for choosing TeeVee. To set up your TeeVee box and enjoy all of the features available with your device, please review the user manual. Follow all steps before using this

More information

Tablet 10.1 Talius Zircon 1005IPS

Tablet 10.1 Talius Zircon 1005IPS Tablet 10.1 Talius Zircon 1005IPS User s manual Dear customer: Thank you for choosing this Talius product. We hope it will satisfy you totally and will work perfectly for a long time. This tablet with

More information

MusicMan Karaoke Microphone PRO BT-X35

MusicMan Karaoke Microphone PRO BT-X35 Technaxx * User Manual MusicMan Karaoke Microphone PRO BT-X35 The manufacturer Technaxx Deutschland GmbH & Co.KG hereby declares that this device, to which this user manual belongs, complies with the essential

More information

Easi-Speak Pro. Warranty & Support. Technical Support. TTS is proud to be part of

Easi-Speak Pro. Warranty & Support. Technical Support. TTS is proud to be part of Warranty & Support This product is provided with a one year warranty for problems found during normal usage. Mistreating the Easi-Speak Pro or opening the unit will invalidate this warranty. All out of

More information

MusicMan Karaoke Microphone BT-X31

MusicMan Karaoke Microphone BT-X31 Technaxx * User Manual MusicMan Karaoke Microphone BT-X31 Karaoke Bluetooth microphone with stereo speaker The manufacturer Technaxx Deutschland GmbH & Co.KG hereby declares that this device, to which

More information

ARCHOS Kids Zone The best apps selection for kids

ARCHOS Kids Zone The best apps selection for kids ARCHOS Kids Zone The best apps selection for kids Android Jelly Bean Archos introduces its new kid-friendly tablet: The ARCHOS 101 ChildPad. Running Android version Jelly Bean, this 10.1 tablet is specially

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

Adjust keyboard height/layout and position of the keypad for onehanded. Window

Adjust keyboard height/layout and position of the keypad for onehanded. Window Technical Specifications Carrier Boost Mobile Design Stylus Pen Display Exclusive Rear Key Customizable Keyboard Customizable Home Touch Buttons Customizable Settings for Writing and Drawing Large 5.7"

More information

Integrated Kickstand

Integrated Kickstand Integrated Kickstand The ARCHOS 156 Oxygen is one of the most affordable 15.6-inch tablets on the market. It includes a powerful quad-core processor Android 7.0 Nougat. The ARCHOS 156 Oxygen is designed

More information

AGENDA. About us. DVR System. Ratex Board DSP 115M

AGENDA. About us. DVR System. Ratex Board DSP 115M DO WELL PRODUCTS AGENDA About us DVR System Ratex Board DSP 115M 2 Welcome FHK Consulting is a Management consultancy firm specializing in Cash Logistics. Our expertise is derived from our extensive experience

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

Vvisto. User Manual. & Installation Guide. USB 2.0 Hard Drive with Multi Card Reader, featuring easy file backup!

Vvisto. User Manual. & Installation Guide. USB 2.0 Hard Drive with Multi Card Reader, featuring easy file backup! Vvisto USB 2.0 Hard Drive with Multi Card Reader, featuring easy file backup! User Manual & Installation Guide Table of Contents CHAPTER 1 - INTRODUCTION - 1 - CHAPTER 3-10 - ICON KEY - 1 - VVISTO - 1

More information

PN ITEM UPC ARCHOS 55b Platinum 8GB EU ARCHOS 55b Platinum 16GB EU

PN ITEM UPC ARCHOS 55b Platinum 8GB EU ARCHOS 55b Platinum 16GB EU The new ARCHOS 55b Platinum is here. This 5.5-inch smartphone is ready to stand by your side and help you face your daily challenges. Doesn t matter if you want to watch a movie on the HD IPS screen or

More information

Note: This product is a high-definition video recording. equipment, need to use 10MB/s or more read and write

Note: This product is a high-definition video recording. equipment, need to use 10MB/s or more read and write Operating Manual for Meeting Recording Pen A: power/confirm button B: Mode C: infrared switch D: WIFI switch E: pickup hole F: infrared light G: indicator light H: USB charge/data port I: TF card jack

More information

CWF-901SP & CWF-901 Wi-Fi to TV Smart Player

CWF-901SP & CWF-901 Wi-Fi to TV Smart Player CWF-901SP & CWF-901 Wi-Fi to TV Smart Player Operation Manual DISCLAIMERS The information in this manual has been carefully checked and is believed to be accurate. Cypress Technology assumes no responsibility

More information

CR-8710 ios SD Card Reader

CR-8710 ios SD Card Reader CR-8710 ios SD Card Reader Introducing CR-8710 ios SD Card Reader 2 CR-8710 ios SD Card Reader World s smallest ios SD Card Reader Supports major SD brands like SanDisk, Sony, Samsung, Kingston, Lexar

More information

Visual Land V TOUCH PRO

Visual Land V TOUCH PRO Visual Land V TOUCH PRO Information in this manual are subject to change without notice. FEATURES 2.8 inch wide touch screen, 320X240 dot matrix full color high speed TFT screen Support MP3, WMA, RA, WAV

More information

PA5000 SERIES USER MANUAL

PA5000 SERIES USER MANUAL PA5000 SERIES 4G CELL PHONE ENTRY SYSTEM USER MANUAL Rev. C Platinum Access Systems Inc. PRODUCT LINE PA5020 --- Cell Phone Entry System PA5022 --- Cell Phone Entry System (Flush Mount) SPECIFICATIONS

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

LOW ENERGY ANDROID GAMEPAD. Project Proposal

LOW ENERGY ANDROID GAMEPAD. Project Proposal LOW ENERGY ANDROID GAMEPAD Project Proposal Marty Lewis Andrzej Forys Table of Contents Introduction 3 Implementation 4 Target Platform and Wireless Medium 4 Hardware.. 5 Software... 7 Interface Specifications

More information

PoweREC Voice Recorder Probably world s most versatile voice recorder. User s Manual

PoweREC Voice Recorder Probably world s most versatile voice recorder. User s Manual PoweREC Voice Recorder Probably world s most versatile voice recorder User s Manual Congratulations on choosing the voice recorder with the most powerful battery ever made! You now own an exquisitely engineered

More information

MusicMan Karaoke Microphone Kids BT-X36

MusicMan Karaoke Microphone Kids BT-X36 Technaxx * User Manual MusicMan Karaoke Microphone Kids BT-X36 The manufacturer Technaxx Deutschland GmbH & Co.KG hereby declares that this device, to which this user manual belongs, complies with the

More information

Discount AnyMP4 DVD Ripper latest pc software downloads ]

Discount AnyMP4 DVD Ripper latest pc software downloads ] Discount AnyMP4 DVD Ripper latest pc software downloads ] Description: AnyMP4 DVD Ripper, the most powerful and easy-to-use DVD Ripper, can assist you to rip any DVD movie to most popular video and audio

More information

ZigBee USB Dongle ZSB series Data Sheet

ZigBee USB Dongle ZSB series Data Sheet ZigBee USB Dongle ZSB series Data Sheet DS-ZSB Meshreen Content 1. Introduction... 3 1.1 Variants... 3 1.2 Key Features... 3 1.3 Applications... 3 2. Block Diagram... 4 3. Specification... 5 3.1 General

More information

USER GUIDE. FOR iphone/ipad. Compatibility: Apple ios 5.1 or higher

USER GUIDE. FOR iphone/ipad. Compatibility: Apple ios 5.1 or higher USER GUIDE FOR iphone/ipad Compatibility: Apple ios 5.1 or higher 1. Overview... 4 2. Install and Set Up... 4 2.1. Charge your Power Connect... 4 2.2. Charge your iphone battery with Power Connect... 5

More information

BTH-800. Wireless Ear Muff headset with PTT function

BTH-800. Wireless Ear Muff headset with PTT function BTH-800 Wireless Ear Muff headset with PTT function The MobilitySound BTH-800 is a multi function wireless headset designed for MobilitySound s two way radio wireless audio adapter or your smart phone

More information

Intelligent DC UPS Module

Intelligent DC UPS Module Intelligent DC UPS Module 2V/9~36V DC Input, 2V DC Output Uninterruptible Power Supply Module with Diagnostics Features Model Name AUPS-A0 / AUPS-A20 Input Power AUPS-B0 (2V) AUPS-A20 (9~36V) AUPS-B20

More information

Peace of mind, in real-time. User Guide

Peace of mind, in real-time. User Guide Peace of mind, in real-time User Guide The hereo Family User Guide - Table of Contents GETTING STARTED 3 WHAT S IN THE BOX 3 GETTING TO KNOW YOUR HEREO WATCH 3 CHARGING YOUR HEREO WATCH 4 DOWNLOADING THE

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

Wireless Mobile Video Solutions

Wireless Mobile Video Solutions Wireless Mobile Video Solutions MSBW- 11 MSBW- 11 Body Worn Personal CCTV System Product Specification Overview MSBW- 11 is a smart, small, handheld, wearable streaming media system from the field over

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

BTH-900. Wireless Ear Muff headset w/dual Connections

BTH-900. Wireless Ear Muff headset w/dual Connections BTH-900 Wireless Ear Muff headset w/dual Connections The MobilitySound BTH-900 s a wireless microphone/headset designed for using the MobilitySound two way radio audio adapter and smart phone at the same

More information

1. Introduction. 1.1 Cosmo Specifications

1. Introduction. 1.1 Cosmo Specifications 1. Introduction 1.1 Cosmo Specifications Details CPU Memory Storage Operating System Connectivity Sensor Camera Display Video Formats Description Quad Core 1.3 GHz ARM Cortex A7 Processor 512MB RAM 8 GB

More information

Adding Modules.. 4 Editing a Rich Text Module Publishing a Module Adding Media (Picture, Audio, Video, and PDF) Adding Media from the web (Videos)

Adding Modules.. 4 Editing a Rich Text Module Publishing a Module Adding Media (Picture, Audio, Video, and PDF) Adding Media from the web (Videos) The Digication Environment Creating a Section Adding and Editing Sections Changing the Order of Sections Adding Pages to a Section Adding Modules 4 Editing a Rich Text Module Publishing a Module Adding

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

ScanKey. User s Manual Version: Page 1 of 19

ScanKey. User s Manual Version: Page 1 of 19 ScanKey User s Manual Version: 2014.1 Page 1 of 19 Table of Contents Chapter 1 - Installation... 3 1-1 Installation Precautions...3 1-2 Security Setup...4 1-3 Installing ScanKey...5 Chapter 2 Operation...

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

MP60 TABLE OF CONTENTS. HD Media Player

MP60 TABLE OF CONTENTS. HD Media Player INSTRUCTION L MANUAL TABLE OF CONTENTS MP60 HD Media Player 1. Caution 2. Features and Specifications 3. Unit and Accessories 4. Functions of Buttons on the Remote Control 5. Media Player s Connections

More information

HUAWEI MediaPad 7 Youth. FAQs. Issue 1.0. Date HUAWEI TECHNOLOGIES CO., LTD.

HUAWEI MediaPad 7 Youth. FAQs. Issue 1.0. Date HUAWEI TECHNOLOGIES CO., LTD. HUAWEI MediaPad 7 Youth FAQs Issue 1.0 Date 2013-09-03 HUAWEI TECHNOLOGIES CO., LTD. 2013. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without

More information

BLE121LR Bluetooth Smart Long Range Module 5/12/2014 1

BLE121LR Bluetooth Smart Long Range Module 5/12/2014 1 BLE121LR Bluetooth Smart Long Range Module 5/12/2014 1 Table of Contents Key Features Benefits BLE121LR Overview Bluetooth Smart Software Certifications Development Tools Use Cases 5/12/2014 2 Key Features

More information

FOR ALL YOUR GADGET REQUIREMENTS

FOR ALL YOUR GADGET REQUIREMENTS FOR ALL YOUR GADGET REQUIREMENTS Tel: 011 867 6453 Email: info@gadgetemporium.co.za Web: www.gadgetemporium.co.za Facebook: gadgetemporium COMPANY PORTFOLIO Gadget Emporium is a young vibrant company that

More information