Always Listening, Always On: Advances in Sensory Processing

Size: px
Start display at page:

Download "Always Listening, Always On: Advances in Sensory Processing"

Transcription

1 Always Listening, Always On: Advances in Sensory Processing By Linley Gwennap Principal Analyst, The Linley Group March

2 Always Listening, Always On: Advances in Sensory Processing By Linley Gwennap, Principal Analyst for Mobile, The Linley Group Smartphones use sensors and voice input to become aware of their surroundings and to interact more naturally with their users. Smartphone makers continue to develop more advanced capabilities, adding new types of sensors and more sophisticated voice functions. If implemented improperly, these changes can greatly reduce battery life. This paper explores the latest advances in sensory processing and how new semiconductor products can implement these features using minimal power. Introduction The first smartphones tried to bring the PC experience into the palm of your hand. Apple took a different approach, creating a new user interface that relied more on touch and even on the orientation of the phone. Since then, smartphone makers have raced to add more capabilities, helping their devices to be aware of and react to their surroundings. These capabilities depend on an expanding array of sensors that react to gravity, motion, and light. Voice has become a central function of high-end smartphones. Apple again took the lead by introducing Siri, a virtual assistant, as part of ios 5 (released in 2011). Siri responds to natural-language commands, performing information searches and controlling aspects of the device. Other smartphone makers now offer similar functions, which allow unsophisticated users to more easily access advanced features of their devices. Developers are now taking these functions to the next level. By comparing sensor data to existing motion signatures, software can recognize gestures, count the number of steps the user has taken, or analyze the effectiveness of their exercise. Voice operation is being improved to operate even in difficult situations, such as noisy backgrounds, moving vehicles, or even completely hands-free. These changes require advances in smartphone hardware design. Smartphones Adopt Sensor Hubs A three-axis accelerometer is now standard in all smartphones to provide basic motion and position input to the software. A gyroscope, however, provides greater accuracy and lower latency in sensing rotational motion. (An accelerometer-and-gyro combination is sometimes called a six-axis accelerometer.) First introduced in iphone 4 (2010), gyros now appear in most mainstream smartphones. High-end smartphones continue to add sensors, including a magnetometer (compass), barometer (pressure), ALS (ambient-light sensor), UV (ultraviolet-light) sensor, and infrared proximity sensor. The barometer helps determine altitude above sea level, which improves positioning for location-based services. The ALS can extend battery life by adjusting the backlight. The proximity sensor typically turns the display off when the 2013 The Linley Group - 1 -

3 phone is held close to the face or placed in a pocket; it can also be used to detect simple gestures. In total, the sensors in the iphone 5s cost $15, according to isuppli. As their costs fall, these sensors will migrate into mainstream phones, just like the gyro did. Managing all of this sensor data is becoming complex, particularly for applications that continually measure motion, such as a fitness app. Using the main processor (for example, Cortex-A15) to monitor the sensors would be power intensive. To offload this sensor processing, the recent iphone 5s includes the Apple M7 chip, which is based on a simple Cortex-M3 microcontroller. Other high-end phones use a similar sensor hub to coordinate this data, waking the main processor only when necessary. Voice Processing Becomes Always On Voice is another form of sensory input. Users have been able to talk to their phones for several years, starting with rudimentary voice dialing and voice commands. Originally, these functions required user-specific training, but modern processors can implement speaker-independent voice recognition for a limited set of words. Sophisticated services, such as voice search and virtual assistants, need large vocabularies; these services often implement voice recognition in the cloud, sending the voice sample through the network to a high-powered server in a distant data center. These services simplify interacting with increasingly smart phones, particularly in situations where fine control of the touchscreen is difficult, such as when driving or walking, or riding in a fast-moving vehicle. One problem is that a noisy environment (e.g., a car at highway speeds, a busy street) makes voice recognition more difficult and therefore less accurate, even when performed on a server. The solution is to implement noise reduction on the phone, enhancing the voice signal while reducing the background noise. Preprocessing the voice sample in this way enables voice operation in a diverse range of situations. Another problem with voice services is that they must be enabled physically, such as by pressing a button or launching an app on the phone. These actions may be difficult or impossible in some situations. In a car, the phone should be in a true hands-free mode that does not require the driver to stop holding the steering wheel to manipulate the phone. The user may have their hands full or may be using their hands for other activities. The phone may be out of reach (perhaps on a table or nightstand) or even in a pocket. In these scenarios, using voice commands is impossible with most of today s smartphones. A device that is always on, always listening solves this problem. This technology, first implemented in the recent Moto X phone, allows the user to create a verbal phrase, such as OK Google Now, that will wake the device. The phone can then accept voice commands such as set alarm for 10AM, all without ever touching the device. Moto X also accepts gestures such as flicking the wrist to put the phone in camera mode, again without first pushing a button. These gestures reduce the time needed to open an app and, in this case, prepare to capture a fast-moving event The Linley Group, Inc

4 Always Listening, Always Power Efficient Most phones today implement voice commands on the main CPU. These phones require the user to press a button to wake up this power-hungry CPU just long enough to process the command. As with other sensors, the key to always listening is to offload this function from the main CPU. Implementing it on a smaller, power-efficient processor creates minimal impact on battery life. For example, the new es700 chip from Audience uses just 0.6mA current draw from the battery 1 when listening, meaning that turning on this feature will reduce the battery life of an average phone by an unnoticeable 15 seconds. The firmware must also be properly designed to minimize power. In its low-power listening mode, the Audience chip simply waits for any voice signal. A quiet room or one with moderate background noise will not trigger the chip. But when the chip detects a voice, it switches to a slightly higher-power mode to determine if the voice input matches the designated wake-up phrase; if not, it goes back to its low-power mode. Only if it detects the wake-up phrase will it wake the main processor and hand it the entire voice buffer. This buffer includes any words spoken after the wake-up phrase, allowing users to speak naturally and without a pause between the phrase and the command. A sensor hub creates a similar opportunity for other sensors. In the Moto X, for example, this chip monitors the accelerometer for a motion signature that matches the camera-on gesture. To improve power efficiency, this function runs on a microcontroller, not the main processor. Motorola, however, needed to add a second chip to supplement the microcontroller with DSP capability, adding cost to the system. The es700 series combines a processor and DSP capability on a single chip. A DSP uses less power than a standard CPU for voice processing, because it has been optimized for that function. Like a microcontroller, the Audience chip also integrates memory, allowing it to store the voice buffer and related data. Keeping this data on chip reduces both power and cost, compared with external memory. Furthermore, the es750 series integrates an A/D converter, audio codec, and other analog functions. The Moto X design, for example, requires a third chip for the A/D converter. These extra chips take up board area, making the phone larger than it would be with a highly integrated device such as the es750 series. Audience builds the new es700 series in 40nm LP technology. Compared to the 28nm LP process typically used for application processors (APs), 40nm LP has lower leakage current. In always-on mode, leakage current becomes a significant contributor to overall power, so this process difference gives the Audience chip an advantage over the AP for always-on processing. On the other hand, integrating always-on technology with the sensors themselves is not a good fit. Most sensors use MEMS designs. Although these micro-machines are tiny compared to real gyroscopes and compasses, they are still much larger than transistors. 1Assuming Vbat=4.2V and a DC/DC converter with 80% DC-DC efficiency 2013 The Linley Group, Inc

5 Most MEMS devices are manufactured in specialized processes that are incompatible with advanced CMOS logic. Keeping the power-sensitive circuits (DSP) on one die and the sensors on a separate die allows both to be better optimized for cost and performance. Emerging Applications Although smartphones are the initial focus for always-on features, this technology applies to other types of devices. Tablet computers are an obvious application, since they share many of the same usage models as smartphones. Bulkier and heavier than smartphones, tablets are more likely to be sitting on a table than in the user s hand, making voice activation more desirable. Moto X s wrist-flick gesture is not appropriate for a large device, but a tablet may recognize gestures using its camera or proximity sensor instead. Laptop PCs, particularly 2-in-1 devices, have similar characteristics and could benefit from voice activation and voice commands. The digital living room is becoming more complex as consumers combine smart TVs, set-top boxes, game consoles, Blu-ray players, and streaming players that deliver overthe-top Internet video. In addition to the usual cluster of remotes, some systems now offer a keyboard to enter URLs. This situation cries out for a simple voice-operated interface that can control all of these devices using natural-language processing performed in the cloud. This interface could use a remote that the consumer speaks to, using the traditional push-to-talk model. A better approach would be that the TV and other components all incorporate always listening technology, sensing when a user enters the room and directly executing speech commands. Automobiles require a hands-free environment. Many cars today have a built-in system that gives navigation instructions, plays music, controls the temperature, and connects to the driver s smartphone. Some cars use a button on the steering wheel to initiate voice commands, but an ideal system would be always listening, so the driver would not have to worry about the button. A flexible system would also have a large vocabulary to control the various functions and include noise suppression to improve operation even with a large amount of road noise. The market for wearables is just starting to emerge, but the small size of these devices makes them a strong candidate for voice control. A watch, for example, has little room for touchscreen buttons and even less for physical buttons. Fitness bands are even more limited in size. Speaking to these devices would create a much more powerful and flexible user interface. Wearables also have tiny batteries, increasing the importance of a power-efficient processor. Although this market is small today, it could grow quickly as prices come down. Conclusions As a smartphone adds more sensors and sensing, it becomes more aware of its surroundings, including its location, orientation, and motion as well as the behavior of the people around it. Combining this data with user information such as calendar and address-book entries enables powerful applications. The smartphone can quickly 2013 The Linley Group, Inc

6 respond to, and even anticipate, the user s needs. With a sophisticated voice interface that is always listening, the device becomes a life partner and not just a gizmo. Enabling this advanced functionality requires equally advanced hardware. No matter how powerful the application processor, it cannot perform these functions without quickly depleting the battery. For maximum power efficiency, sensor and voice processing must be offloaded to a separate processor. This approach, combined with intelligent power-management software, will maintain battery life even when the phone is always on. With integrated memory and DSP capability, the Audience es700 is a low-power processor that is well suited for always-listening devices. It also includes the company s industry-leading noise-suppression technology, improving voice recognition in noisy environments. Some models contain an audio codec, connecting directly to analog microphones and speakers to form a complete audio subsystem. This design reduces system cost and power. In addition to smartphones, always-listening technology is applicable to tablets, laptop PCs, smart TVs and other consumer-video products, automotive in-dash systems, and wearables. As these markets develop, consumers will discover a new, more natural way of interacting with their devices. Linley Gwennap is founder and principal analyst of The Linley Group and coauthor of A Guide to Mobile Processors. The Linley Group offers the most comprehensive analysis of the mobilesilicon industry. Our in-depth reports covers topics including application processors, cellularbaseband processors, Wi-Fi combos, and other connectivity chips. For more information, see our web site at Trademark names are used throughout this paper in an editorial fashion and are not denoted with a trademark symbol. These trademarks are the property of their respective owners. This paper is sponsored by Audience, Inc., but all opinions and analysis are those of the author The Linley Group, Inc

STMicroelectronics is pleased to present the. SENSational. Attend a FREE One-Day Technical Seminar Near YOU!

STMicroelectronics is pleased to present the. SENSational. Attend a FREE One-Day Technical Seminar Near YOU! SENSational STMicroelectronics is pleased to present the SENSational Seminar Attend a FREE One-Day Technical Seminar Near YOU! Seminar Sensors and the Internet of Things are changing the way we interact

More information

S4 USER GUIDE. Read Me to Get the Most Out of Your Device...

S4 USER GUIDE. Read Me to Get the Most Out of Your Device... S4 USER GUIDE Read Me to Get the Most Out of Your Device... Contents Introduction 4 Remove the Protective Cover 5 Charge Your S4 5 Pair the S4 with your Phone 6 Install the S4 in your Car 8 Using the Handsfree

More information

User's Guide. [Home Network] app. Model No.

User's Guide. [Home Network] app. Model No. User's Guide [Home Network] app Model No. Table of Contents Table of Contents 1 Welcome to the Panasonic Home Network System!...5 1.1 What is the Panasonic Home Network System?...5 1.2 What can I use it

More information

STEREO BLUETOOTH WIRELESS HEADPHONES

STEREO BLUETOOTH WIRELESS HEADPHONES STEREO BLUETOOTH WIRELESS HEADPHONES model: AF32 USER MANUAL part of the series PACKAGE CONTENTS Runaway AF32 Stereo Bluetooth Wireless Headphones Charging cable (USB 3.5mm) Stereo audio cable (3.5mm 3.5mm)

More information

VOICE RECOGNITION KIT USING HM2007. Speech Recognition System. Features. Specification. Applications

VOICE RECOGNITION KIT USING HM2007. Speech Recognition System. Features. Specification. Applications VOICE RECOGNITION KIT USING HM2007 Introduction Speech Recognition System The speech recognition system is a completely assembled and easy to use programmable speech recognition circuit. Programmable,

More information

Radio R 4.0 IntelliLink Frequently Asked Questions

Radio R 4.0 IntelliLink Frequently Asked Questions List of content 1. Audio... 1 2. Phone... 2 3. Apple CarPlay... 2 4. Android Auto... 5 5. Gallery... 7 6. Other... 7 1. Audio Q: How can I change between different audio sources (e.g. FM radio and USB

More information

Why wearable electronics devices call for a new generation of highly integrated, smart sensor solutions

Why wearable electronics devices call for a new generation of highly integrated, smart sensor solutions Why wearable electronics devices call for a new generation of highly integrated, smart sensor solutions By Rob Johannigman Director (Segment Marketing), ams AG The electronics industry is used to riding

More information

ALIBI Witness and ALIBI Witness HD Apps for Android - Quick Start Guide

ALIBI Witness and ALIBI Witness HD Apps for Android - Quick Start Guide ALIBI Witness and ALIBI Witness HD Apps for Android - Quick Start Guide Version 4.0.3 ALIBI Witness and ALIBI Witness HD are free applications (Apps) for the and Android OS (V2.3.3 or later) smartphone

More information

Lenovo Miix 2 8. User Guide. Read the safety notices and important tips in the included manuals before using your computer.

Lenovo Miix 2 8. User Guide. Read the safety notices and important tips in the included manuals before using your computer. Lenovo Miix 2 8 User Guide Read the safety notices and important tips in the included manuals before using your computer. Notes Before using the product, be sure to read Lenovo Safety and General Information

More information

STEREO BLUETOOTH WIRELESS SPORTS In-Ear Headphones

STEREO BLUETOOTH WIRELESS SPORTS In-Ear Headphones STEREO BLUETOOTH WIRELESS SPORTS In-Ear Headphones USER MANUAL model: X7 PACKAGE CONTENTS EN X7 Stereo Bluetooth Wireless Sports In-Ear Headphones Micro-USB charging cable Carrying case 3 pairs of eartips

More information

Smartphone Overview for the Blind and Visually Impaired

Smartphone Overview for the Blind and Visually Impaired Smartphone Overview for the Blind and Visually Impaired The smartphone has become a primary technology for many people who are blind or have low vision. A smartphone provides a multi-purpose toolkit like

More information

ON24 MOBILE WEBCASTING USER GUIDE AND FAQ FEBRUARY 2015

ON24 MOBILE WEBCASTING USER GUIDE AND FAQ FEBRUARY 2015 FEBRUARY 2015 MOBILE ATTENDEE GUIDE ON24 s Mobile Webcasting console allows you to bring your webcast directly to your audience, regardless of location. Users on mobile devices can register, attend, and

More information

Blue&Me. Live life while you drive. What you can do: Introduction. What it consists of:

Blue&Me. Live life while you drive. What you can do: Introduction. What it consists of: Blue&Me Live life while you drive Introduction Blue&Me is an innovative in-car system that allows you to use your Bluetooth mobile phone and to listen to your music while you drive. Blue&Me can be controlled

More information

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

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

More information

Technical Article. Gesture Sensors Revolutionize User Interface Control. By Dan Jacobs

Technical Article. Gesture Sensors Revolutionize User Interface Control. By Dan Jacobs Gesture Sensors Revolutionize User Interface Control By Dan Jacobs from ams Gesture Sensors Revolutionize User Interface Control By Dan Jacobs Senior Product Manager, ams AG www.ams.com Designers face

More information

Syllabus Version 2.5_R (04.04.2016)

Syllabus Version 2.5_R (04.04.2016) Syllabus Version 2.5_R (04.04.2016) CMAP-F-Syllabus V2.5_EN, 04.04.2016 Page 1 of 15 0. Introduction to This Syllabus... 4 0.1 Purpose of this document... 4 0.2 Cognitive Levels of Knowledge... 4 0.3 The

More information

Roles of Smart TV in Internet of Things

Roles of Smart TV in Internet of Things Roles of Smart TV in Internet of Things PG Demidov Yaroslavl State University Yaroslavl FRUCT Laboratory Our goal Roles of Smart TV in IoT We analyzed hardware and software which comes with modern Smart

More information

Dell Wyse Cloud Connect

Dell Wyse Cloud Connect Dell Wyse Cloud Connect Secure productivity from work, home, and on the go. The ultra-compact personal cloud device that can make any HDMI/MHL-equipped display your own. For personal access to all of your

More information

Motion Sensing with mcube igyro Delivering New Experiences for Motion Gaming and Augmented Reality for Android Mobile Devices

Motion Sensing with mcube igyro Delivering New Experiences for Motion Gaming and Augmented Reality for Android Mobile Devices Motion Sensing with mcube igyro Delivering New Experiences for Motion Gaming and Augmented Reality for Android Mobile Devices MAY 2014 Every high-end smartphone and tablet today contains three sensing

More information

Solomon Systech Image Processor for Car Entertainment Application

Solomon Systech Image Processor for Car Entertainment Application Company: Author: Piony Yeung Title: Technical Marketing Engineer Introduction Mobile video has taken off recently as a fun, viable, and even necessary addition to in-car entertainment. Several new SUV

More information

This guide describes features that are common to most models. Some features may not be available on your tablet.

This guide describes features that are common to most models. Some features may not be available on your tablet. User Guide Copyright 2014 Hewlett-Packard Development Company, L.P. Bluetooth is a trademark owned by its proprietor and used by Hewlett-Packard Company under license. SD Logo is a trademark of its proprietor.

More information

Transcription FAQ. Can Dragon be used to transcribe meetings or interviews?

Transcription FAQ. Can Dragon be used to transcribe meetings or interviews? Transcription FAQ Can Dragon be used to transcribe meetings or interviews? No. Given its amazing recognition accuracy, many assume that Dragon speech recognition would be an ideal solution for meeting

More information

Sony introduces Xperia E An affordable smartphone with HD Voice, data usage monitoring and battery power management

Sony introduces Xperia E An affordable smartphone with HD Voice, data usage monitoring and battery power management Press Release Sony introduces Xperia E An affordable smartphone with HD Voice, data usage monitoring and battery power management Outstanding call quality through HD Voice and noise cancellation for crystal

More information

Bluetooth Handsfree Kit. Car Speakerphone (For Bluetooth Mobile Phones)

Bluetooth Handsfree Kit. Car Speakerphone (For Bluetooth Mobile Phones) Bluetooth Handsfree Kit Car Speakerphone (For Bluetooth Mobile Phones) Table of Contents 1. Product Description 3 2. Product Overview 3 3. Charging 4 4. Power On/Off 4 Power On 4 Power Off 4 5. Selecting

More information

Mobile App Testing is not something special

Mobile App Testing is not something special Mobile App Testing is not something special Simon Peter Schrijver TesT-PRO @simonsaysnomore p.schrijver@test-pro.nl simonsaysnomore.wordpress.com My career in Mobile (App) Testing Between 2006 and 2014

More information

Point of View SmartTV HDMI 210 dongle - Android 4.2. General notices for use... 2 Disclaimer... 2 Box Contents... 2

Point of View SmartTV HDMI 210 dongle - Android 4.2. General notices for use... 2 Disclaimer... 2 Box Contents... 2 Table of Contents General notices for use... 2 Disclaimer... 2 Box Contents... 2 1.0 Product basics... 3 1.1 Connecting your device for the first time... 3 1.2 Connections... 4 1.3 Using the remote control

More information

SNAPPIN.IO. FWR is a Hardware & Software Factory, which designs and develops digital platforms.

SNAPPIN.IO. FWR is a Hardware & Software Factory, which designs and develops digital platforms. SNAPPIN.IO SNAPPIN.IO Snappin is an ecosystem oriented to retail that aims to increase in store sales due to the proactive involvement of users, relying on mechanisms of "Engagement", "Empowerment " and

More information

AXON Mobile for ios Devices User Manual

AXON Mobile for ios Devices User Manual AXON Mobile for ios Devices User Manual IMPORTANT SAFETY INSTRUCTIONS. Read all warnings and instructions. Save these instructions. For the most current product warnings and instructions, go to www.taser.com.

More information

SMART ENTRY WITH PUSH BUTTON START

SMART ENTRY WITH PUSH BUTTON START SMART ENTRY WITH PUSH BUTTON START Operate certain functions of your vehicle by simply having the remote transmitter within operating range. Featured on all trims except LX, HF, Natural Gas & Natural Gas

More information

Night Owl 8 Channel DVR with 1TB HDD, HDMI Output, 8 Hi-Resolution Cameras (2 Audio Enabled) and free Night Owl PRO App

Night Owl 8 Channel DVR with 1TB HDD, HDMI Output, 8 Hi-Resolution Cameras (2 Audio Enabled) and free Night Owl PRO App Night Owl 8 Channel DVR with 1TB HDD, HDMI Output, 8 Hi-Resolution Cameras (2 Audio Enabled) and free Night Owl PRO App Night Owl s PRO-881TB is an advanced 8 channel, 8 camera Security System that includes

More information

WEB, HYBRID, NATIVE EXPLAINED CRAIG ISAKSON. June 2013 MOBILE ENGINEERING LEAD / SOFTWARE ENGINEER

WEB, HYBRID, NATIVE EXPLAINED CRAIG ISAKSON. June 2013 MOBILE ENGINEERING LEAD / SOFTWARE ENGINEER WEB, HYBRID, NATIVE EXPLAINED June 2013 CRAIG ISAKSON MOBILE ENGINEERING LEAD / SOFTWARE ENGINEER 701.235.5525 888.sundog fax: 701.235.8941 2000 44th St. S Floor 6 Fargo, ND 58103 www.sundoginteractive.com

More information

Mobile Accessibility. Jan Richards Project Manager Inclusive Design Research Centre OCAD University

Mobile Accessibility. Jan Richards Project Manager Inclusive Design Research Centre OCAD University Mobile Accessibility Jan Richards Project Manager Inclusive Design Research Centre OCAD University Overview I work at the Inclusive Design Research Centre (IDRC). Located at OCAD University in downtown

More information

Ultra Dashcam. with Smartphone app control INSTRUCTION MANUAL

Ultra Dashcam. with Smartphone app control INSTRUCTION MANUAL Ultra Dashcam with Smartphone app control EN INSTRUCTION MANUAL 1 Getting to know the Dashcam GPS Receiver Slot 1 Camera Lens Micro HDMI Port 2 Speaker 1 For future application 2 Requires Micro HDMI to

More information

Best Practices in Enterprise Smartphone Development

Best Practices in Enterprise Smartphone Development Best Practices in Enterprise Smartphone Development Rhomobile White Paper This white paper was written by Adam Blum, Founder and CEO of Rhomobile 12/16/2010 Best Practices in Enterprise Smartphone Development

More information

Using Your Smartphone for Everything! Pt. II. It s a Remote Control

Using Your Smartphone for Everything! Pt. II. It s a Remote Control Using Your Smartphone for Everything! Pt. II It s a Remote Control Introduction Smartphone Swiss Army knife of Mobile Devices, a device capable of doing multiple tasks. The idea of turning off the lights

More information

Smart Systems: the key enabling technology for future IoT

Smart Systems: the key enabling technology for future IoT Smart Systems: the key enabling technology for future IoT Roberto Zafalon Technology Programmes, Director R&D and Public Affairs, Italy STMicroelectronics IoT Large Scale Pilots Brokerage Workshop London

More information

This guide describes features that are common to most models. Some features may not be available on your tablet.

This guide describes features that are common to most models. Some features may not be available on your tablet. User Guide Copyright 2013 Hewlett-Packard Development Company, L.P. Bluetooth is a trademark owned by its proprietor and used by Hewlett-Packard Company under license. Google is a trademark of Google Inc.

More information

Riding silicon trends into our future

Riding silicon trends into our future Riding silicon trends into our future VLSI Design and Embedded Systems Conference, Bangalore, Jan 05 2015 Sunit Rikhi Vice President, Technology & Manufacturing Group General Manager, Intel Custom Foundry

More information

BackBeat PRO/ BackBeat PRO+ User Guide

BackBeat PRO/ BackBeat PRO+ User Guide BackBeat PRO/ BackBeat PRO+ User Guide Contents What's in the box 3 Headphone overview 4 Power on/off 4 Active Noise Canceling 4 Play/pause music 4 Volume 4 Track selection 4 OpenMic 4 Voice dial (phone

More information

MediaQ M310. Quick Start HUAWEI TECHNOLOGIES CO., LTD.

MediaQ M310. Quick Start HUAWEI TECHNOLOGIES CO., LTD. MediaQ M310 Quick Start HUAWEI TECHNOLOGIES CO., LTD. 1 Welcome Thank you for choosing HUAWEI MediaQ M310. With your MediaQ, you can: > Integrate your home media and access a variety of applications. >

More information

Premium Design Phone with Smartphone Connect

Premium Design Phone with Smartphone Connect Smartphone Connect App Guide Premium Design Phone with Smartphone Connect Model No. KX-PRW130 Thank you for purchasing a Panasonic product. This document explains how to use the Smartphone Connect app.

More information

SECURITY SYSTEM WITH AUTHENTICATION CODE AND ADAPTIVE PHOTO LOG

SECURITY SYSTEM WITH AUTHENTICATION CODE AND ADAPTIVE PHOTO LOG Technical Disclosure Commons Defensive Publications Series January 06, 2016 SECURITY SYSTEM WITH AUTHENTICATION CODE AND ADAPTIVE PHOTO LOG Alexander Faaborg Ariel Sachter-Zeltzer Follow this and additional

More information

Mobile Fragmentation. FIA Aalborg, 10 May 2011 Philippe COUSIN WP2 Leader, ETSI Thanks to Cuihtlauac ALVARADO WP1 Leader, ORANGE

Mobile Fragmentation. FIA Aalborg, 10 May 2011 Philippe COUSIN WP2 Leader, ETSI Thanks to Cuihtlauac ALVARADO WP1 Leader, ORANGE Mobile Fragmentation FIA Aalborg, 10 May 2011 Philippe COUSIN WP2 Leader, ETSI Thanks to Cuihtlauac ALVARADO WP1 Leader, ORANGE http://www.mosquito-fp7.eu Fragmentation? Anything that drives developers

More information

Technology Finds Its Voice. February 2010

Technology Finds Its Voice. February 2010 Technology Finds Its Voice February 2010 Technology Finds Its Voice Overview Voice recognition technology has been around since the early 1970s, but until recently the promise of new advances has always

More information

SENSE: USER GUIDE. Read Me to Get the Most Out of Your Device...

SENSE: USER GUIDE. Read Me to Get the Most Out of Your Device... SENSE: USER GUIDE Read Me to Get the Most Out of Your Device... BlueAnt SENSE Speaker Multi-Function Button (the symbol) Battery Indicator Touch-Sensitive Volume Controls ENGLISH Charge Port On/Off Switch

More information

Kathy Au Billy Yi Fan Zhou Department of Electrical and Computer Engineering University of Toronto { kathy.au, billy.zhou }@utoronto.

Kathy Au Billy Yi Fan Zhou Department of Electrical and Computer Engineering University of Toronto { kathy.au, billy.zhou }@utoronto. ECE1778 Project Report Kathy Au Billy Yi Fan Zhou Department of Electrical and Computer Engineering University of Toronto { kathy.au, billy.zhou }@utoronto.ca Executive Summary The goal of this project

More information

Sentrollers and The Internet of Things

Sentrollers and The Internet of Things White Paper May-2013 Sentrollers and The Internet of Things By: Cees Links, Founder and CEO GreenPeak Technologies www.greenpeak.com The new buzzword floating around the world is the Internet of Things,

More information

7 Mini Tablet User Guide

7 Mini Tablet User Guide 7 Mini Tablet User Guide MODEL NUMBER: Powered by SYTABBL7 Wireless Mobile Internet Tablet Getting to Know Your New Tablet: Front View: Back View: Side Angle View: MENU MENU Power Key ON/OFF, Back Button

More information

Smart Music Control Application CONTENTS. Smart Music Control Application. User Guide CONTENTS 1 GETTING STARTED 1 MEDIA PLAYER MODE 1

Smart Music Control Application CONTENTS. Smart Music Control Application. User Guide CONTENTS 1 GETTING STARTED 1 MEDIA PLAYER MODE 1 Smart Music Control Application JVC KENWOOD Corporation Smart Music Control Application User Guide CONTENTS CONTENTS 1 GETTING STARTED 1 How to Install Smart Music Control App 1 Preparing the Music Player

More information

Hotel TV. Made Smart.

Hotel TV. Made Smart. quadriga.com/smartqubetv Television & Mobile Internet & Networks Multi Media & Content Professional Services 2 Get more from your TV. Smart is upgrading your TVs without replacing them, or spending less

More information

PROFESSIONAL DIGITAL TWO-WAY RADIO MOTOTRBO ANYWHERE. for ios USER GUIDE

PROFESSIONAL DIGITAL TWO-WAY RADIO MOTOTRBO ANYWHERE. for ios USER GUIDE PROFESSIONAL DIGITAL TWO-WAY RADIO MOTOTRBO ANYWHERE for ios USER GUIDE MOTOROLA, MOTO, MOTOROLA SOLUTIONS, MOTOTRBO and the Stylized M logo are trademarks or registered trademarks of Motorola Trademark

More information

JU7500 CURVED UHD TV NOT LISTED SHEET 022415 SPEC SHEET PRODUCT HIGHLIGHTS

JU7500 CURVED UHD TV NOT LISTED SHEET 022415 SPEC SHEET PRODUCT HIGHLIGHTS PRODUCT HIGHLIGHTS 4K Ultra High Definition (3840 x 2160) Curved Design with Auto Depth Enhancer Peak Illuminator with Precision Black (Local Dimming) UHD Dimming UHD Upscaling Smart TV with Quad-Core

More information

Technical Support. Trademarks

Technical Support. Trademarks Getting Started Technical Support Thank you for selecting NETGEAR products. After installing your device, locate the serial number on the label of your product and use it to register your product at https://my.netgear.com.

More information

Microsoft Lync: Getting Started

Microsoft Lync: Getting Started Quick Glance: Lync is a text, voice, and video conference application. Lync is free on Mac, Windows, ios, and Android devices for current staff, faculty, and students of Ithaca College. Lync uses your

More information

Phonak Wireless Communication Portfolio

Phonak Wireless Communication Portfolio Phonak Wireless Communication Portfolio Product information The accessories of the Phonak Wireless Communication Portfolio offer great benefits in difficult listening situations and unparalleled speech

More information

Capacitive Touch Technology Opens the Door to a New Generation of Automotive User Interfaces

Capacitive Touch Technology Opens the Door to a New Generation of Automotive User Interfaces Capacitive Touch Technology Opens the Door to a New Generation of Automotive User Interfaces Stephan Thaler, Thomas Wenzel When designing a modern car, the spotlight is on the driving experience, from

More information

SENSORS ON ANDROID PHONES. Indian Institute of Technology Kanpur Commonwealth of Learning Vancouver

SENSORS ON ANDROID PHONES. Indian Institute of Technology Kanpur Commonwealth of Learning Vancouver SENSORS ON ANDROID PHONES Indian Institute of Technology Kanpur Commonwealth of Learning Vancouver Keerthi Kumar Samsung Semiconductors Keerthi Kumar IIT Kanpur Keerthi Kumar Overview What are sensors?

More information

AwoX StriimSTICK. Wi-Fi smart TV stick ST-W. User guide

AwoX StriimSTICK. Wi-Fi smart TV stick ST-W. User guide AwoX StriimSTICK Wi-Fi smart TV stick ST-W User guide www.awoxstriim.com EN Contents Welcome... 2 AwoX StriimSTICK overview... 3 Air-mouse remote control... 4 AwoX StriimSTICK setup... 6 AwoX StiimSTICK

More information

Cole 100 Auditorium. Equipment Use Instructional Guide

Cole 100 Auditorium. Equipment Use Instructional Guide Cole 100 Auditorium Equipment Use Instructional Guide Contents 1. Equipment Orientation. Location & Basic Function. 2. Basic Start Up. 3. Equipment Control 4. Shutting Down the System This Guide is meant

More information

INTERMEDIATE ANDROID DEVELOPMENT Course Syllabus

INTERMEDIATE ANDROID DEVELOPMENT Course Syllabus 6111 E. Skelly Drive P. O. Box 477200 Tulsa, OK 74147-7200 INTERMEDIATE ANDROID DEVELOPMENT Course Syllabus Course Number: APD-0248 OHLAP Credit: No OCAS Code: None Course Length: 120 Hours Career Cluster:

More information

Philips 9600 DPM Setup Guide for Dragon

Philips 9600 DPM Setup Guide for Dragon Dragon NaturallySpeaking Version 10 Philips 9600 DPM Setup Guide for Dragon Philips 9600 DPM Setup Guide (revision 1.1) for Dragon NaturallySpeaking Version 10 as released in North America The material

More information

Development Techniques for Native/Hybrid Tizen Apps. Presenter Matti Pakarinen

Development Techniques for Native/Hybrid Tizen Apps. Presenter Matti Pakarinen Development Techniques for Native/Hybrid Tizen Apps Presenter Matti Pakarinen 1 Content Symphony Teleca in Brief Introduction to Native/Hybrid Apps Key experiences Case Studies 2 Who we are Symphony Teleca

More information

Always in touch. Adapting mobile devices to industrial applications

Always in touch. Adapting mobile devices to industrial applications Always in touch Adapting mobile devices to industrial applications Fredrik Alfredsson, Jonas Bronmark, Petter Dahlstedt, Magnus Larson, Elina Vartiainen Mobile devices have great potential to increase

More information

Sample Project List. Software Reverse Engineering

Sample Project List. Software Reverse Engineering Sample Project List Software Reverse Engineering Automotive Computing Electronic power steering Embedded flash memory Inkjet printer software Laptop computers Laptop computers PC application software Software

More information

Lenovo IdeaPad Miix 10

Lenovo IdeaPad Miix 10 Lenovo IdeaPad Miix 10 User Guide Read the safety notices and important tips in the included manuals before using your computer. Notes Before using the product, be sure to read Lenovo Safety and General

More information

Mobile Operating Systems Lesson 05 Windows CE Part 1

Mobile Operating Systems Lesson 05 Windows CE Part 1 Mobile Operating Systems Lesson 05 Windows CE Part 1 Oxford University Press 2007. All rights reserved. 1 Windows CE A 32 bit OS from Microsoft Customized for each specific hardware and processor in order

More information

SC Mobile App for iphone

SC Mobile App for iphone SC Mobile App for iphone For: BLK-DB200400D, BLK-DB200800D, BLK-DB201600D, DMR40DVD, DMR40DVD-2, DMR41DVD, DMR41DVD-2, DMR42DVD, DMR42DVD-2 Please read this manual before using your software, and always

More information

Boost the performance of your hearing aids. Phonak wireless accessories

Boost the performance of your hearing aids. Phonak wireless accessories Boost the performance of your hearing aids Phonak wireless accessories Phonak hearing aids are high performance solutions aimed at reconnecting people to the beauty of sound. Although new technologies

More information

A Stroke of Genius for Smart TVs: Add Voice to Your Remote Control

A Stroke of Genius for Smart TVs: Add Voice to Your Remote Control A Stroke of Genius for Smart TVs: Add Voice to Your Remote Control Introduction In this age of the Internet of Things (IoT), connected devices are getting smarter and smarter. We have smart phones, smart

More information

FEATURE GUIDE AeroSphère / Small / Large / Base

FEATURE GUIDE AeroSphère / Small / Large / Base FEATURE GUIDE AeroSphère / Small / Large / Base Content: Wi-Fi Setup - advanced topics WPS - advanced topics Wi-Fi Setup with the AeroSphère Network Setup webpage Troubleshooting & FAQ Version v0.52 WI-FI

More information

Introduction to Silicon Labs. November 2015

Introduction to Silicon Labs. November 2015 Introduction to Silicon Labs November 2015 1 Company Background Global mixed-signal semiconductor company Founded in 1996; public since 2000 (NASDAQ: SLAB) >1,100 employees and 11 R&D locations worldwide

More information

Solutions for the Connected Home

Solutions for the Connected Home Solutions for the Connected Home Customized to Fit Your Lifestyle An Alarm.com powered system provides superior security and offers advanced mobile and web features that allow you to monitor and control

More information

User Manual. Ver 1.0. Solutions for the Digital Life

User Manual. Ver 1.0. Solutions for the Digital Life Model #: User Manual Ver 1.0 Solutions for the Digital Life Table of Contents Getting Started 3 Introduction 3 Package Contents 3 System Requirements 3 Installing the Receiver 5 Connecting the Receiver

More information

BlueMsg: Hands-Free Text Messaging System (Proposal)

BlueMsg: Hands-Free Text Messaging System (Proposal) BlueMsg: Hands-Free Text Messaging System (Proposal) Wireless Communication Systems by Sahir Ali Savita Shetty under the guidance of Prof. Christopher Rose Department of Electrical Engineering Dec 2008

More information

Roles of Smart TV in IoT-environments: a Survey

Roles of Smart TV in IoT-environments: a Survey Roles of Smart TV in IoT-environments: a Survey Murad Yusufov, Ivan Kornilov P. G. Demidov Yaroslavl State University Yaroslavl, Russia {flood4life, vano468}@gmail.com Abstract In this paper we analyze

More information

USER MANUAL. M9B Stereo Wireless Earphones. Please read this manual in its entirety to ensure best fit and sound.

USER MANUAL. M9B Stereo Wireless Earphones. Please read this manual in its entirety to ensure best fit and sound. USER MANUAL M9B Stereo Wireless Earphones Please read this manual in its entirety to ensure best fit and sound. R PACKAGE CONTENTS EN M9B Stereo Wireless Earphones M9B Stereo Wireless Earphones Micro-USB

More information

Voyager Legend. User Guide

Voyager Legend. User Guide Voyager Legend User Guide Contents What's in the Box 3 Accessories 4 Headset Overview 5 Pairing 6 Get Paired 6 Pair another phone 6 Charge 7 Fit 8 Change the eartip 8 Wear on the left or right 8 The Basics

More information

Q3 USER GUIDE. Read Me to Get the Most Out of Your Device...

Q3 USER GUIDE. Read Me to Get the Most Out of Your Device... Q3 USER GUIDE Read Me to Get the Most Out of Your Device... TO GET STARTED 1. Turn The Q3 On 2. Put It On 3. Listen In Model: Q3 Contents Charge Your Earpiece 6 Wearing the Q3 7 Pair Your Earpiece 7 Use

More information

DSB-100 Portable Premium Bluetooth Speaker Owner s Manual

DSB-100 Portable Premium Bluetooth Speaker Owner s Manual . DSB-100 Portable Premium Bluetooth Speaker Owner s Manual You can print more than one page of a PDF onto a single sheet of paper. 1 Index Preparation Unpacking 3 Overview 4 Sound Quality 4 Design 4 Operation

More information

Parts of a Computer. Preparation. Objectives. Standards. Materials. 1 1999 Micron Technology Foundation, Inc. All Rights Reserved

Parts of a Computer. Preparation. Objectives. Standards. Materials. 1 1999 Micron Technology Foundation, Inc. All Rights Reserved Parts of a Computer Preparation Grade Level: 4-9 Group Size: 20-30 Time: 75-90 Minutes Presenters: 1-3 Objectives This lesson will enable students to: Identify parts of a computer Categorize parts of a

More information

General background on mobile devices and solutions including context awareness

General background on mobile devices and solutions including context awareness General background on mobile devices and solutions including context awareness Kjell Are Refsvik 20 January 16, 2012 IMT2551 Mobile Systems Fundamentals CC: BY-NC-SA http://www.ansatt.hig.no/kjellr/imt2551

More information

C-218-100-11 (1) SNC toolbox mobile. Application Guide Software Version 1.00. 2015 Sony Corporation

C-218-100-11 (1) SNC toolbox mobile. Application Guide Software Version 1.00. 2015 Sony Corporation C-218-100-11 (1) SNC toolbox mobile Application Guide Software Version 1.00 2015 Sony Corporation Overview SNC toolbox mobile is a viewer for displaying the images of a network camera, searching for a

More information

The Keyboard One of the first peripherals to be used with a computer and is still the primary input device for text and numbers.

The Keyboard One of the first peripherals to be used with a computer and is still the primary input device for text and numbers. Standard Methods of Input Keyboard Mouse Input device enables you to input information and commands into the computer. The Keyboard One of the first peripherals to be used with a computer and is still

More information

CHAPTER 2: USING THE CAMERA WITH THE APP

CHAPTER 2: USING THE CAMERA WITH THE APP TABLE OF CONTENTS OVERVIEW... 1 Front of your camera... 1 Back of your camera... 2 ACCESSORIES... 3 CHAPTER 1: Navigating the Mobile Application... 4 Device List: How to Use this Page... 4 My Messages:

More information

Nighthawk AC1900 Smart WiFi Router Dual Band Gigabit

Nighthawk AC1900 Smart WiFi Router Dual Band Gigabit Performance & Use AC1900 1900 DUAL BAND 600+1300 RANGE AC1900 WiFi 600+1300 Mbps speeds 1GHz dual core processor Advanced features for lag-free gaming Prioritized bandwidth for streaming videos or music

More information

Spontania User Setup Guide

Spontania User Setup Guide Spontania User Setup Guide ClearOne 5225 Wiley Post Way Suite 500 Salt Lake City, UT 84116 Telephone 1.800.945.7730 1.801.975.7200 Spontania Support 1.801.974.3612 TechSales 1.800.705.2103 FAX 1.801.977.0087

More information

SMART PHONES. A review based on Android from Samsung Apple IPhones will have very similar operational characteristics

SMART PHONES. A review based on Android from Samsung Apple IPhones will have very similar operational characteristics SMART PHONES A review based on Android from Samsung Apple IPhones will have very similar operational characteristics Compelling reasons to own one Some are now low cost May cost less than a new battery

More information

BTC450 Bluetooth Car Kit

BTC450 Bluetooth Car Kit BTC450 Bluetooth Car Kit User Manual 2012 Kinivo LLC. All rights reserved. Kinivo is a trademark of Kinivo LLC. Bluetooth word mark and the Bluetooth logo are registered trademarks of Bluetooth SIG. All

More information

MEPTEC. Ecosystem for MCU, Sensors and MEMS for IoT Tony Massimini Chief of Technology Semico Research Corp. May 20, 2015 tonym@semico.

MEPTEC. Ecosystem for MCU, Sensors and MEMS for IoT Tony Massimini Chief of Technology Semico Research Corp. May 20, 2015 tonym@semico. MEPTEC Ecosystem for MCU, Sensors and MEMS for IoT Tony Massimini Chief of Technology Semico Research Corp. May 20, 2015 tonym@semico.com Outline Impact of Sensors Basic Building Blocks for IoT Sensors

More information

Additional Instruction

Additional Instruction Additional Instruction Note: a. Please connect the camera with 2.4G WIFI router or Ethernet cable, can t support 5G router. b. For first time wifi connection, please put your mobile close to camera within

More information

Document Number: 13004.25-4.5.2-6/15/2012

Document Number: 13004.25-4.5.2-6/15/2012 Mobile Android App User Guide Copyright 2012 icontrol Networks, Inc. All rights reserved. No reproduction in whole or in part without prior written approval. icontrol Networks, icontrol, and icontrol logo

More information

Dragon speech recognition Nuance Dragon NaturallySpeaking 13 comparison by product. Feature matrix. Professional Premium Home.

Dragon speech recognition Nuance Dragon NaturallySpeaking 13 comparison by product. Feature matrix. Professional Premium Home. matrix Recognition accuracy Recognition speed System configuration Turns your voice into text with up to 99% accuracy New - Up to a 15% improvement to out-of-the-box accuracy compared to Dragon version

More information

RETAINS STEERING WHEEL CONTROLS, SYNC MEDIA PLAYER, SYNC BLUETOOTH AND MORE!

RETAINS STEERING WHEEL CONTROLS, SYNC MEDIA PLAYER, SYNC BLUETOOTH AND MORE! Owner's Guide Mustang & Kenwood radio RETAINS STEERING WHEEL CONTROLS, SYNC MEDIA PLAYER, SYNC BLUETOOTH AND MORE! PRODUCTS REQUIRED idatalink Maestro RR Radio Replacement Interface MUS1 Dash Kit OPTIONAL

More information

Next Generation Gigabit WiFi 802.11ac

Next Generation Gigabit WiFi 802.11ac Next Generation Gigabit WiFi 802.11ac WHITE PAPER NEXT GENERATION GIGABIT WIFI - 802.11AC The first WiFi-enabled devices were introduced in 1997. For the first time, we were liberated from a physical Internet

More information

To help manage calls:

To help manage calls: Mobile Phone Feature Definitions To help manage calls: Call waiting and call hold Allows you to accept a second incoming call with out losing the original call, then switch back and forth between them.

More information

Ixls Media Centres. Engineered - to deliver an outstanding experience. Uniquely cooled - for near silent operation

Ixls Media Centres. Engineered - to deliver an outstanding experience. Uniquely cooled - for near silent operation Ixls Media Centres Engineered - to deliver an outstanding experience Uniquely cooled - for near silent operation ixls Media Centres The ixls Media Centres from Tranquil PC set a new standard a standard

More information

Nero MediaStreaming for MCE Manual

Nero MediaStreaming for MCE Manual Nero MediaStreaming for MCE Manual Nero AG Copyright and Trademark Information This manual and all its contents are protected by copyright and are the property of Nero AG. All rights reserved. This manual

More information

Controlling the computer with your voice

Controlling the computer with your voice AbilityNet Factsheet August 2015 Controlling the computer with your voice This factsheet provides an overview of how you can control computers (and tablets and smartphones) with your voice. Communication

More information

UVO SYSTEM QUICK REFERENCE GUIDE

UVO SYSTEM QUICK REFERENCE GUIDE UVO SYSTEM QUICK REFERENCE GUIDE Congratulations on the Purchase of your new UVO system! Your new UVO system allows you to enjoy various audio and multimedia features through the main audio system. For

More information

Infrared Sensor. Color Sensor. Touch Sensor. Programmable brick. 3 Interactive Servo Motors. Makes your robot see. Makes. your robot.

Infrared Sensor. Color Sensor. Touch Sensor. Programmable brick. 3 Interactive Servo Motors. Makes your robot see. Makes. your robot. Infrared Sensor Makes your robot see Touch Sensor Makes your robot feel Color Sensor Makes your robot recognize colors Programmable brick The brain and voice of your robot 3 Interactive Servo Motors Make

More information