Blue3 A Programmable Remote MP3 Sensor

Size: px
Start display at page:

Download "Blue3 A Programmable Remote MP3 Sensor"

Transcription

1 Blue3 A Programmable Remote MP3 Sensor Anonymous Anon Inc. Abstract. We present the concept and the prototypical implementation of Blue3, a programmable device that features a wireless communication interface, a microcontroller, and a sophisticated MP3 encoder/decoder chip. It is capabale of playing back and recording MP3 encoded sound streams, and can therefore act as a high-quality sound sensor and actuator. It is possible to transmit sound files from Bluetooth-enabled clients at high-quality bitrates. Blue3 can be deployed in public spaces as a remote jukebox, it can be used for surveillance purposes, and for two-way communications. 1 Introduction MP3 has become a synonym for pieces of music. This is due to the availability of small, affordable MP3 players, the infamous Napster file sharing service, and the liberally licensed MPEG Layer-3 (a.k.a. MP3) encoding standard [4]. The MP3 file format has become ubiquitously available. Playing back MP3 files is one of the key features that is built into many appliances appearing on the market. Mobile phones, handheld computers, and car radios are all able to play back sound from MP3 files. Most of these devices provide an (exchangable) storage medium for storing a substantial number of files. As the price per storage bit decreases sharply, it seems reasonable to assume that the ability to distribute MP3 files amongst many devices increases. But having MP3 files stored on a portable device is not enough. One also wants to listen to them. The current method of choice is to use headphones or a wired connection to an amplifier/speaker pair. Wireless speaker systems are also available, but they don t use frequencies and encoding schemes compatible with computer hardware (transmission in the 900 MHz band). On the other hand, most PDAs and laptop computers have built-in digital wireless interfaces such as Bluetooth or WiFi. However, transmitting audio data over such a link requires a decoding step at the receiver s side. The idea of Blue3 is to complement the ability of small computing devices to store MP3 data with a wireless playback facility. It provides a Bluetooth communication interface and a decoder for MP3 data. It can directly feed analog audio data into headphones and (amplifying) speakers. It therefore constitutes a remote service point for playing back sound files. The Blue3 prototypical implementation is based upon a BTnode [2], which is connected to a PCB holding the Micronas MAS3587F chip [1]. This chip represents the latest generation of MP3 chips. Its key features are

2 II MP3 decoding (supporting fixed and variable bitrates), MP3 encoding with a variety of bitrate/sampling combinations, A/D and D/A conversion and amplification, an I 2 C control interface. The BTnode comprises a universal sensor platform with a wireless communication interface. Its main applications are the formation of sensor networks [5] and the creation of smart objects [6]. It is possible to connect from a Bluetooth-enabled computer (such as a PC or a PDA) to a Blue3 module and use it for playing back high-quality audio data. With our prototype implementation, it is possible to handle encoding bitrates of up to 96 kbit/s. This limitation is due to the preliminary state of development of the components. Blue3 is also one of the first applications that makes extensive use of the available bandwidth on the BTnode platform. The encoding features of the MAS chip are not yet employed in our prototype. Adding this feature opens a range of new applications, such as sound monitoring, headset functionality, and other two-way communications. Blue3 is a new appliance that enhances the capabilities of existing computing infrastructures. It provides limited, dedicated functionality and supports the modular construction of federated Bluetooth-based systems. It adds no extra disruptive elements to existing user interfaces, but can be smoothly integrated with applications. In the following sections, we describe the overall concept of Blue3, describe the implementation of a prototype, and evaluate the concept. We conclude with a discussion of related work and some closing remarks. 2 Motivation Mass storage is increasingly available in many small, personal devices like cell phones, MP3 players, and PDAs. A large amount of this storage is often dedicated to storing MP3 music files. When listening to them, the sound experience is usually degraded because only headphones are available, or the built-in speakers offer inferior sound quality. This is conventionally overcome by wiring speakers to the device. An alternative approach is installing fixed speakers in a room that are equipped with a Blue3 module. Besides a power source, no wiring is required. Music files can now be directly transmitted to the Blue3 module, which decodes the data and plays it back on the speakers. If the user s client software is aware of the Blue3 module, the user has only to select Blue3 as output device and can start using her client software as usual. 2.1 Applications Since the MAS chip can not only decode MP3 data, but also encode audio as MP3, Blue3 is usable in a two-way mode. This opens up a wider range of applications:

3 III Distributed sound sensor Blue3 modules can be used to monitor an environment for sounds. The BTnode can be used to sample sound at a moderate rate. These sound samples can be analyzed for interesting patterns. If a match is found, the BTnode triggers high-quality sound recording by the MAS. The sound data is then transmitted through the sensor network to a base station. The recording can also be triggered by a predefined scheme, or through a remote event. High-quality headset Normal headsets rely on the Bluetooh audio specification [3] that supports the synchronous transmission of digitally encoded voice. This channel is limited to 64 kbit/s, thus it is not usable for the transmission of highquality sound. Blue3 overcomes this limitation by transmitting MP3-compressed audio data over an asynchronous data link. Babyphone Blue3 can be used for a variety of sureveillance tasks, such as monitoring what s going on in a child s room. For example, sound can be recorded to provide entertaining memories in the future. Fact collection Densely deployed Blue3 modules can serve as a fact collecting infrastructure. This is intented for people who like to make recordings of their behaviour and interactions throughout their life. The Blue3 modules record the sounds in a person s surrounding and transmit the encoded data to her personal storage device. While cameras might often be considered too invasive, sound recordings could be acceptable in many situations. 3 Implementation The hardware implementation comprises a PCB that contains the MAS chip and some passive components on a size of about 9 cm 2 (about one third the size of a BTnode). The PCB is connected to the BTnode by a serial link (data and I 2 C) and pulls its power from the BTnode. Speakers can be directly connected to the PCB. The BTnode was not physically modified. The basic idea when building Blue3 was to use the BTnode as a wireless Bluetooth link between an audio source and the decoder. Note that basically the same applications would be possible with a specifically designed platform that would include a microcontroller, a Bluetooth module, and an MP3 decoder. The difference is, however, not crucial. The decision for a modular design has been made simply because the BTnode was already available and a PCB hosting only the MAS is simpler and cheaper than a combined platform. The latter arguments are especially important since we expected to have errors in early designs, and these should be easier to find and cheaper to correct on a dedicated module. On the software side, the BTnode is loaded with the original BTnode systems software, which provides a Bluetooth stack and basic event scheduling. Additionally, a driver was added that provides control routines for configuring the MAS chip. The application running on top of it uses a simple protocol for

4 IV transferring MP3 data from a remote host (in our implementation, a PC) and playing it back via the MAS chip. On the PC, a simple server was installed. When running, it connects to the (dedicated) BTnode and the data transfer is started. The Blue3 prototype is not yet integrated into larger sensor communities. A possible extension is to transfer MP3 data over multiple hops within a Bluetooth sensor network. For applications like Blue3 as a public space jukebox, client software has been developed but is not yet integrated with the Blue3 prototype. The client software allows the easy management of music titles and manages the communication amongst a group of jukebox users. Blue3 is not able to store large amounts of application data. Internal RAM is used as a buffer for balancing variations in link speed. Received MP3 data is immediately scheduled for playback, and sound recordings would have to be sent out immediately after creation. In future versions, Blue3 has to store additional user information when multiple users are concurrently using its services. However, we expect to be such meta-data of moderate size, thus the capacity of the BTnode would be sufficient. 4 Evaluation It is important to note that the BTnode concept is a research platform, with its system software and hardware under ongoing development. For our prototype implementation, we have used a snapshot of the BTnode modules available at the time we started the implementation (August 2003). The development of the PCB and the basic software components took about 10 weeks (1 person). The development is in a preliminary state, so the results can only give a rough impression of what is possible with Blue3. We were able to send an MP3 stream encoded with a fixed bitrate of 96 kbit/s from a PC to the Blue3 prototype. The transmission and playback of such a data stream is rather stable. The bitrate is sufficient for a high-quality sound experience. In principle, our current Bluetooth module supports transmission rates of up to 460 kbit/s in one direction, so even 256 kbit/s-encoded MP3 streams should be possible to handle. For achieving such high bitrates, the BTnode system software has to be modified and the stability of the involved Bluetooth stacks (BTnode and PC) has to be improved. For interaction with a large number of device types and to reduce the dependency on dedicated client software, a universal soft real-time data transmission protocol could be employed. It is not necessary that the protocol guarantees the full integrity of a data stream, since small gaps in an MP3 stream are usually tolerable. In future versions, we plan to employ a protocol, which offers near real-time data delivery under moderate integrity requirements.

5 V 5 Related Work One of the key ideas of the Personal Server concept [7] is to employ other devices, which are available in the close environment, for interaction. Personal Server has no user interface and communicates only through a Bluetooth interface. MP3 data stored on such a device could be played back on a Blue3 module, if they are able to establish a Bluetooth connection. Still, a third device is necessary that delivers a playback schedule (such as a playlist), usually on request by the holder of the Personal Server device. There is a large variety of MP3 and media players available off the shelf. These end-user products basically come in two flavors: the minimalistic and the feature-rich flavor. Minimalistic devices are very small and light, offer a basic user interface and a restricted (but increasing) set of features, usually sound playback, recording, and host access. Feature-rich devices have a bigger storage capacity and allow the playback and recording of movies. Wireless interfaces are not yet common, but are technically possible. Bluetooth, however, has the disadvantage of a limited bandwidth, which is not convenient for loading large amounts of data onto such a device. Thus, we consider the Blue3 approach of streaming music data still useful with the advent of more advanced media players. A number of wireless audio transmitting systems are avaialable on the market. To our knowledge, none of them works in the same way as Blue3 does. They often come with dedicated transmitters and receivers and are certainly not able to interact with a dynamic group of heterogeneous audio sources. 6 Conclusion We have shown that it is feasable to use an existing sensor platform with its limited capabilities to transmit high-quality sound data (MP3 encoded at 96 kbit/s) over a Bluetooth connection and hand it over to an extension board for playback. The platform is prepared for recording sound (and transmitting it to interested parties). The cost of the prototypical extension board is approx. 70 Euro. A web site with project details is available and others are encouraged to build on our experience for creating new, challenging applications. References 1. Micronas Semiconductor Holding AG J. Beutel, O. Kasten, F. Mattern, K. Römer, F. Siegemund, and L. Thiele. Prototyping Wireless Sensor Network Applications with BTnodes. In European Workshop on Wireless Sensor Networks. IEEE, Bluetooth SIG. Specification of the Bluetooth System, Version K. Brandenburg and H. Popp. An Introduction to MPEG Layer-3. EBU Technical Review, June K. Römer. Tracking Real-World Phenomena with Smart Dust. In European Workshop on Wireless Sensor Networks. IEEE, 2004.

6 VI 6. F. Siegemund and C. Flörkemeier. Interaction in Pervasive Computing Settings using Bluetooth-enabled Active Tags and Passive RFID Technology together with Mobile Phones. In Proc. of PerCom 2003 (IEEE International Conference on Pervasive Computing and Communications. IEEE, March R. Want, T. Perrig, G. Danneels, M. Kumar, M. Sundar, and J. Light. The Personal Server: Changing the Way We Think about Ubiquitous Computing. In 4th Int. Conf. on Ubiquitous Computing, volume 2498 of LNCS, page 194 ff. Springer-Verlag, 2002.

AV OVER IP DEMYSTIFIED

AV OVER IP DEMYSTIFIED AV OVER IP DEMYSTIFIED INTRODUCTION Audio/visual (AV) over internet protocol (IP) suite is the routing of high definition video, audio and control signals to various destinations using a standard Ethernet

More information

Introduction to Wireless Networking ECE 401WN Spring 2009

Introduction to Wireless Networking ECE 401WN Spring 2009 I. Overview of Bluetooth Introduction to Wireless Networking ECE 401WN Spring 2009 Lecture 6: Bluetooth and IEEE 802.15 Chapter 15 Bluetooth and IEEE 802.15 What is Bluetooth? An always-on, short-range

More information

WIFI VS BLUETOOTH Bluetooth. Wi-Fi.

WIFI VS BLUETOOTH   Bluetooth. Wi-Fi. TECHNICAL WRITING WIFI VS BLUETOOTH http://www.bfrx.com/wifi-vs-bluetooth/ Bluetooth. Developed in 1994 by telecommunications vendor, Ericsson, Bluetooth has a transmission range of about 30 feet, so it

More information

Owner's Manual SPK-24G. 2.4GHz Wireless Outdoor Speaker System. (Read carefully the instructions before using this system)

Owner's Manual SPK-24G. 2.4GHz Wireless Outdoor Speaker System. (Read carefully the instructions before using this system) SPK-24G 2.4GHz Wireless Outdoor Speaker System Owner's Manual (Read carefully the instructions before using this system) www.audio-unlimited.com unlimited.com www.cablesunlimited.com Introduction This

More information

Integrating Handhelds into Environments of Cooperating Smart Everyday Objects

Integrating Handhelds into Environments of Cooperating Smart Everyday Objects Integrating Handhelds into Environments of Cooperating Smart Everyday Objects Frank Siegemund and Tobias Krauer Institute for Pervasive Computing Department of Computer Science ETH Zurich, Switzerland

More information

Multimedia Transport Over Wireless LANs

Multimedia Transport Over Wireless LANs Multimedia Transport Over Wireless LANs Amar Ghori Dr. Raju Gubbi Sept 13, 1999 Presentation Slide 1 Amar Ghori Table of Contents Introduction Market Need Tutorial on Multimedia Transmission Characteristics

More information

A Plexos International Network Operating Technology May 2006

A Plexos International Network Operating Technology May 2006 A Plexos International Network Operating Technology May 2006 BY 4664 Jamestown Ave, Suite 325 Baton Rouge, LA 70808 225.218.8002 1.0 Introduction. is a software environment comprised of proven technologies

More information

The Power and Bandwidth Advantage of an H.264 IP Core with 8-16:1 Compressed Reference Frame Store

The Power and Bandwidth Advantage of an H.264 IP Core with 8-16:1 Compressed Reference Frame Store The Power and Bandwidth Advantage of an H.264 IP Core with 8-16:1 Compressed Reference Frame Store Building a new class of H.264 devices without external DRAM Power is an increasingly important consideration

More information

Special Course in Computer Science: Local Networks. Lecture

Special Course in Computer Science: Local Networks. Lecture Special Course in Computer Science: Local Networks Lecture 11 16.5.2012 Roadmap of the Course So far Basic telecom concepts General study of LANs Local Networks Ethernet Token bus Token ring ATM LAN Wi-Fi

More information

Bluetooth hands-free solutions and satellite navigation for all requirements.

Bluetooth hands-free solutions and satellite navigation for all requirements. The full range Bluetooth hands-free solutions and satellite navigation for all requirements. A corporation of Funkwerk AG Taking hands-free systems to the next level. EGO, from Funkwerk. EGO. Talk freely

More information

Voice Recognition Based Smart Home Control System

Voice Recognition Based Smart Home Control System International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 6, Issue 4 [April 2017] PP: 01-05 Voice Recognition Based Smart Home Control System Awadalla Taifour Ali 1, Eisa

More information

Multimedia Product Line

Multimedia Product Line I DO IT Co., LTD ( 주 ) 아이두잇 Multimedia Product Line www.i-do-it.co.kr HD FLOW PRO WIRELESS MULTIMEDIA KIT With HD FLOW, it becomes more free to composite image source and display equipment. It transmits

More information

Policy-Based Context-Management for Mobile Solutions

Policy-Based Context-Management for Mobile Solutions Policy-Based Context-Management for Mobile Solutions Caroline Funk 1,Björn Schiemann 2 1 Ludwig-Maximilians-Universität München Oettingenstraße 67, 80538 München caroline.funk@nm.ifi.lmu.de 2 Siemens AG,

More information

Easy to connect to internet & browse or listen to music or videos A range of software and programs can be used for home, business, education etc

Easy to connect to internet & browse or listen to music or videos A range of software and programs can be used for home, business, education etc EIT, Author Gay Robertson, 2016 Desktop PC Made up of system unit, keyboard, monitor, mouse Relatively cheap but not portable and take up a lot of space Are versatile You can add extras for speed or storage

More information

Home Networks. Principles, Applications and Desirability

Home Networks. Principles, Applications and Desirability Home Networks Principles, Applications and Desirability Index 1. Introduction 2. Why the demand? 3. Technologies 4. Cat5e UTP structured wiring 5. Modular concept 6. Typical applications 7. Technical information

More information

CTIS 487: Lecture Notes 1

CTIS 487: Lecture Notes 1 CTIS 487: Lecture Notes 1 Mobile phones got their name due to the fact that they allow users to make phone calls while being mobile. The communication architecture was dominated by base stations communicating

More information

BTnodes. Scaling it up. Networking using the BTnode Platform. Jan Beutel. Computer Engineering and Networks Laboratory

BTnodes. Scaling it up. Networking using the BTnode Platform. Jan Beutel. Computer Engineering and Networks Laboratory BTnodes Scaling it up Networking using the BTnode Platform Computer Engineering and Networks Laboratory Jan Beutel ESF Workshop 2004 Outline Wireless Sensor Networks visions and current status Example:

More information

DTV for Personalized Mobile Access and Unified Home Control

DTV for Personalized Mobile Access and Unified Home Control DTV for Personalized Mobile Access and Unified Home Control Jianlin Guo, Fernando Matsubara, Johnas Cukier, Haosong Kong Mitsubishi Electric Research Labs, 558 Central Avenue, Murray Hill, NJ 07974, USA

More information

ALL SAINTS COLLEGE OF TECHNOLOGY, BHOPAL

ALL SAINTS COLLEGE OF TECHNOLOGY, BHOPAL BLUETOOTH Amita Tiwari IIIrd Semester amitaasct@gmail.com Sunil Kumar IIIrd Semester sunilasct@gmail.com ALL SAINTS COLLEGE OF TECHNOLOGY, BHOPAL ABSTRACT Blue tooth is a standard developed by a group

More information

Embedded Systems 1. Introduction

Embedded Systems 1. Introduction Embedded Systems 1. Introduction Lothar Thiele 1-1 Organization WWW: http://www.tik.ee.ethz.ch/tik/education/lectures/es/ Lecture: Lothar Thiele, thiele@ethz.ch Coordination: Rehan Ahmed, rehan.ahmed@tik.ee.ethz.ch

More information

Introduction to Networks and the Internet

Introduction to Networks and the Internet Introduction to Networks and the Internet CMPE 80N Announcements First quiz on Friday, 01.16. Covers material up to and including 01.14. Closed books, notes, etc. Winter 2004 Lecture 5 1 2 Data Transmission

More information

DECT. DECT Density. Wireless Technology. and WHITE PAPER

DECT. DECT Density. Wireless Technology. and WHITE PAPER WHITE PAPER DECT Wireless Technology and DECT Density INDEX Introduction to DECT 3 Facts about DECT technology 3 Advantages of DECT solutions 4 DECT density 4 Sennheiser DECT wireless headsets 5 How to

More information

Preliminary Design Review. Sync-In October 23, 2015

Preliminary Design Review. Sync-In October 23, 2015 Preliminary Design Review Sync-In October 23, 2015 Advisor: Professor Gao 1 Sync-In Ajwad Alam EE Joseph Bellve EE Levis Agaba CSE Carl Senecal CSE Advisor: Professor Gao 2 Problem Prevalence of isolation

More information

Ubiquitous and Context Aware Computing: Overview and Systems

Ubiquitous and Context Aware Computing: Overview and Systems Ubiquitous and Context Aware Computing: Overview and Systems Simon Bichler 1 / 30 Outline Definition and Motivation for Ubiquitous computing Context aware computing Sample Systems Discussion 2 / 30 Ubiquitous

More information

Networking Applications

Networking Applications Networking Dr. Ayman A. Abdel-Hamid College of Computing and Information Technology Arab Academy for Science & Technology and Maritime Transport Multimedia Multimedia 1 Outline Audio and Video Services

More information

Bikash Sadhukhan. M.Tech(CSE) Lecturer. Dept of CSE/IT Techno India College of Technology

Bikash Sadhukhan. M.Tech(CSE) Lecturer. Dept of CSE/IT Techno India College of Technology Bikash Sadhukhan. M.Tech(CSE) Lecturer. Dept of CSE/IT Techno India College of Technology Mobile Communication Entails transmission of data to and from handheld devices Two or more communicating devices

More information

Design Brief CD35 Prisma Compact Disc and Digital Music Player

Design Brief CD35 Prisma Compact Disc and Digital Music Player Design Brief CD35 Prisma Compact Disc and Digital Music Player CD35 Prisma CD player combines a state-of-the-art TEAC dedicated CD drive, all-new reference balanced DAC stage feeding a finely tuned balanced

More information

Close Capacitive Coupling Communication White Paper

Close Capacitive Coupling Communication White Paper Ecma/TC47/2010/084 (Rev.1 8 December 2010) Close Capacitive Coupling Communication White Paper Rev. 1.1 Ecma International Rue du Rhône 114 CH-1204 Geneva T/F: +41 22 849 6000/01 www.ecma-international.org

More information

REDACTION BASED ATM MONITORING SYSTEM USING MSP 430

REDACTION BASED ATM MONITORING SYSTEM USING MSP 430 REDACTION BASED ATM MONITORING SYSTEM USING MSP 430 Introduction: Now a day s electronic devices become smaller and lower in power Requirements, and they are less expensive. we have begun to adorn our

More information

General. Bluetooth. Troubleshooting. 1. How do I re-connect my BlueSonic? 2. Why won t my BlueSonic go into pairing mode? 3. Is my BlueSonic charged?

General. Bluetooth. Troubleshooting. 1. How do I re-connect my BlueSonic? 2. Why won t my BlueSonic go into pairing mode? 3. Is my BlueSonic charged? Bluesonic FAQ General 1. What is the main difference between the BlueSonic and other Bluetooth devices?... 2. What is included in the BlueSonic package? 3. How does the BlueSonic use the Bluetooth technology?

More information

A COLLOCATED APPROACH FOR COEXISTENCE RESOLUTION IN WIRELESS HOME NETWORKING

A COLLOCATED APPROACH FOR COEXISTENCE RESOLUTION IN WIRELESS HOME NETWORKING A COLLOCATED APPROACH FOR COEXISTENCE RESOLUTION IN WIRELESS HOME NETWORKING Md Enamul Islam, Sanjay Jha, Dr. Paul W.H. Kwan, Monzurur Rahman School of Mathematics, Statistics and Computer Science, University

More information

Remote Health Monitoring for an Embedded System

Remote Health Monitoring for an Embedded System July 20, 2012 Remote Health Monitoring for an Embedded System Authors: Puneet Gupta, Kundan Kumar, Vishnu H Prasad 1/22/2014 2 Outline Background Background & Scope Requirements Key Challenges Introduction

More information

ARCHOS 5 and ARCHOS 7 deliver the entire internet and multimedia world in a handheld tablet

ARCHOS 5 and ARCHOS 7 deliver the entire internet and multimedia world in a handheld tablet ARCHOS 5 and ARCHOS 7 deliver the entire internet and multimedia world in a handheld tablet ARCHOS, award-winning technology innovator, and leader in the portable media player market, now introduces a

More information

Virtual Grand Piano. 1. Introduction Objective Background

Virtual Grand Piano. 1. Introduction Objective Background Virtual Grand Piano Team 64 - Zhi Lu, Jeongsub Lee and Hammad Khan ECE 445 Project Proposal - Spring 2018 TA: Mickey Zhang 1. Introduction 1.1. Objective Digital pianos currently available in the market

More information

Wireless & Bluetooth. Product Features

Wireless & Bluetooth. Product Features Blue Aura is an audio innovator who combines the convenience of wireless technology with hi-fi audio engineering to create high performance interior sound systems. The company's design philosophy is to

More information

Contents» Getting started lish g » Before using your headset » Using the headset » Care and Maintenance

Contents» Getting started lish g » Before using your headset » Using the headset » Care and Maintenance USER MANUAL Contents» Getting started 1. Unpacking............................................... 3 2. Headset Overview........................................ 3 3. Button Functions.........................................

More information

Making the Fiber-To-IP Video Connection

Making the Fiber-To-IP Video Connection American Fibertek Inc. White Paper: Making the Fiber-To-IP Video Connection As video surveillance technology continues the transition from analog to digital, a constant is the critical need for reliable

More information

Chapter 4: Communication Technology. Solutions

Chapter 4: Communication Technology. Solutions Chapter 4: Communication Technology Solutions Summative Assessment Multiple-Choice Questions (MCQs) 1. Two examples of network are telephone and. a. Radio b. Transmission c. Globe d. All of the above 2.

More information

Experience an entirely new way to enjoy music!

Experience an entirely new way to enjoy music! Experience an entirely new way to enjoy music! With the Linksys by Cisco Wireless Home Audio system, you can play your favorite songs from your digital music libraries or the Internet 1, throughout your

More information

TECHNICAL GUIDELINES FOR DIF CONTRIBUTORS

TECHNICAL GUIDELINES FOR DIF CONTRIBUTORS TECHNICAL GUIDELINES FOR DIF CONTRIBUTORS This document is designed to help you choose some of the most effective ways to create and share content, and to enable you to contribute to the DIF in a fun and

More information

(12) Patent Application Publication (10) Pub. No.: US 2006/ A1

(12) Patent Application Publication (10) Pub. No.: US 2006/ A1 (19) United States US 2006.0062400A1 (12) Patent Application Publication (10) Pub. No.: Chia-Chun (43) Pub. Date: Mar. 23, 2006 (54) BLUETOOTH HEADSET DEVICE CAPABLE OF PROCESSING BOTH AUDIO AND DIGITAL

More information

20 reasons why the Silex PTE adds value to your collaboration environment

20 reasons why the Silex PTE adds value to your collaboration environment 20 reasons why the Silex PTE adds value to your collaboration environment The Panoramic Telepresence Experience (PTE) from UC innovator SilexPro is a unique product concept with multiple benefits in terms

More information

Convergence; Myth or New Legend?

Convergence; Myth or New Legend? Convergence; Myth or New Legend? Convergence of fixed and mobile services has been discussed and heralded for many years. Is it happening or is convergence happening in other ways? Presented by Intercai

More information

Hybrid Coax-Wireless Multimedia Home Networks Using Technology. Noam Geri, Strategic Marketing Manager

Hybrid Coax-Wireless Multimedia Home Networks Using Technology. Noam Geri, Strategic Marketing Manager White Paper Hybrid Coax-Wireless Multimedia Home Networks Noam Geri, Strategic Marketing Manager Cable Broadband Communications Group, Texas Instruments Introduction Wireless home networking has emerged

More information

System Challenges for Pervasive and Ubiquitous Computing

System Challenges for Pervasive and Ubiquitous Computing System Challenges for Pervasive and Ubiquitous Computing 18 th Roy Want Intel Research May 2005, ICSE 05 St. Louis th May 2005, ICSE What is Ubiquitous Computing? The most profound technologies are those

More information

Audio Signal Processing Hardware Trends

Audio Signal Processing Hardware Trends Optimized DSP Software Independent DSP Analysis Audio Signal Processing Hardware Trends (Keynote Address, 23 rd AES Conference, Helsingoer, Denmark ) Jeff Bier Berkeley Design Technology, Inc. Berkeley,

More information

Unleash Your Music. Bluetooth Wireless Transmitter/Receiver for Home Stereo. TM-01

Unleash Your Music. Bluetooth Wireless Transmitter/Receiver for Home Stereo.   TM-01 Transmitter/Receiver for Home Stereo TM-01 Unleash Your Music. + + Transmit and receives high quality audio wirelessly using Bluetooth wireless technology to and from your home stereo entertainment system.

More information

SUPER PANEL: A MULTI-SCREEN AUDIENCE MEASUREMENT

SUPER PANEL: A MULTI-SCREEN AUDIENCE MEASUREMENT SUPER PANEL: A MULTI-SCREEN AUDIENCE MEASUREMENT Elie Aoun, Ipsos Connect Background The ever growing appetite of today s content-hungry consumer, accompanied with the evolution of digital devices, has

More information

Media Servers for Entertainment

Media Servers for Entertainment KEN WACKS' PERSPECTIVES Media Servers for Entertainment Home entertainment ranks high among consumer discretionary spending. What is the home systems industry offering for this market? Most entertainment

More information

Digital Circuits Part 2 - Communication

Digital Circuits Part 2 - Communication Introductory Medical Device Prototyping Digital Circuits Part 2 - Communication, http://saliterman.umn.edu/ Department of Biomedical Engineering, University of Minnesota Topics Microcontrollers Memory

More information

Deploying VSaaS and Hosted Solutions using CompleteView

Deploying VSaaS and Hosted Solutions using CompleteView SALIENT SYSTEMS WHITE PAPER Deploying VSaaS and Hosted Solutions using CompleteView Understanding the benefits of CompleteView for hosted solutions and successful deployment architectures. Salient Systems

More information

Audio over IP devices System description Ed 2.0

Audio over IP devices System description Ed 2.0 Equitel Network Audio Audio over IP devices System description Ed 2.0 This document contains the description and some application notes for the ENA devices. Equipos De Telecomunicación Optoelectrónicos,

More information

Android Spybot. ECE Capstone Project

Android Spybot. ECE Capstone Project Android Spybot ECE Capstone Project Erik Bruckner - bajisci@eden.rutgers.edu Jason Kelch - jkelch@eden.rutgers.edu Sam Chang - schang2@eden.rutgers.edu 5/6/2014 1 Table of Contents Introduction...3 Objective...3

More information

Mobile and Ubiquitous Computing

Mobile and Ubiquitous Computing Mobile and Ubiquitous Computing Today l Mobile, pervasive and volatile systems l Association and Interoperation l Sensing context and adaptation RIP? How is mobility different Mobile elements are resource-poor

More information

Spontaneous Interaction using Mobile Phones and Short Text Messages

Spontaneous Interaction using Mobile Phones and Short Text Messages Spontaneous Interaction using Mobile Phones and Short Text Messages Frank Siegemund Distributed Systems Group, Department of Computer Science, Swiss Federal Institute of Technology (ETH) Zurich, 8092 Zurich,

More information

HCI Lecture 14. Special Issues: Ubiquitous computing

HCI Lecture 14. Special Issues: Ubiquitous computing HCI Lecture 14 Special Issues: Ubiquitous computing Barbara Webb Key points: Making the computer part of the environment Mobile devices Implicit input Ambient output Continuous interaction Issues for design

More information

D+M UNIVERSITY PRODUCT BOOK

D+M UNIVERSITY PRODUCT BOOK D+M UNIVERSITY PRODUCT BOOK CONSOLETTE PREMIUM WIRELESS MUSIC SYSTEM Premium wireless music system for Apple, Android and Windows smart devices Custom designed BMR drivers offer wide uniform dispersion

More information

TEAC HR Audio Player. Music Playback Software for TEAC USB AUDIO DAC Devices OWNER S MANUAL

TEAC HR Audio Player. Music Playback Software for TEAC USB AUDIO DAC Devices OWNER S MANUAL Z TEAC HR Audio Player Music Playback Software for TEAC USB AUDIO DAC Devices OWNER S MANUAL Table of contents Overview...3 Anyone can easily enjoy high-quality audio file playback...3 Supported models

More information

Quick Start Guide P/N: MCDD (1.2) G

Quick Start Guide P/N: MCDD (1.2) G Quick Start Guide P/N: MCDD0007801 (1.2) G Getting to Know Your Phone Camera Mirror Earpiece Volume Up/Down** Voice Command/ Memo Key** Left Soft Key Get Pix & Flix Send/ Answer Key Charging/ Headset Port

More information

Evaluation of Electronic Guidebook Mobile Web Resources

Evaluation of Electronic Guidebook Mobile Web Resources Evaluation of Electronic Guidebook Mobile Web Resources Executive Summary The Electronic Guidebook research project began in 1998 at The Exploratorium, an interactive science museum in San Francisco, in

More information

2018 Canadian consumer tech market. Executive summary

2018 Canadian consumer tech market. Executive summary 2018 Canadian consumer tech market Executive summary Overall technology ownership trends The most popular consumer technology products in Canada continue to be televisions, smartphones, and laptops. Among

More information

Audio Processing on ARM Cortex -M4 for Automotive Applications

Audio Processing on ARM Cortex -M4 for Automotive Applications Audio Processing on ARM Cortex -M4 for Automotive Applications Introduction By Pradeep D, Ittiam Systems Pvt. Ltd. Automotive infotainment systems have become an integral part of the in-car experience.

More information

ATUC-50 Digital Discussion System Hear and be heard.

ATUC-50 Digital Discussion System Hear and be heard. ATUC-50 Digital Discussion System Hear and be heard. Simplicity You choose the scale and complexity of your communication needs and in return the ATUC-50 Discussion System gives you reliable, crystal-clear

More information

Comprehensive Design Review. Sync-In March 4, 2015

Comprehensive Design Review. Sync-In March 4, 2015 Comprehensive Design Review Sync-In March 4, 2015 Advisor: Professor Gao 1 Sync-In Ajwad Alam, EE Amplifier/Power Joseph Bellve, EE ADC Levis Agaba, CSE DAC Carl Senecal, CSE Networking/Integration Advisor:

More information

The Value of Handhelds in Smart Environments

The Value of Handhelds in Smart Environments The Value of Handhelds in Smart Environments Frank Siegemund, Christian Floerkemeier, and Harald Vogt Institute for Pervasive Computing Department of Computer Science ETH Zurich, Switzerland {siegemund

More information

IP-Based Mass Notification Solutions for Businesses

IP-Based Mass Notification Solutions for Businesses IP-Based Mass Notification Solutions for Businesses IP-Based Communications Solutions u Effective Communications Facility-Wide and Business-Wide u Leverage your network and lower your system costs u Scalable,

More information

INTERNATIONAL ORGANISATION FOR STANDARDISATION ORGANISATION INTERNATIONALE DE NORMALISATION ISO/IEC JTC1/SC29/WG11 CODING OF MOVING PICTURES AND AUDIO

INTERNATIONAL ORGANISATION FOR STANDARDISATION ORGANISATION INTERNATIONALE DE NORMALISATION ISO/IEC JTC1/SC29/WG11 CODING OF MOVING PICTURES AND AUDIO INTERNATIONAL ORGANISATION FOR STANDARDISATION ORGANISATION INTERNATIONALE DE NORMALISATION ISO/IEC JTC1/SC29/WG11 CODING OF MOVING PICTURES AND AUDIO ISO/IEC JTC1/SC29/WG11 N15071 February 2015, Geneva,

More information

The following bit rates are recommended for broadcast contribution employing the most commonly used audio coding schemes:

The following bit rates are recommended for broadcast contribution employing the most commonly used audio coding schemes: Page 1 of 8 1. SCOPE This Operational Practice sets out guidelines for minimising the various artefacts that may distort audio signals when low bit-rate coding schemes are employed to convey contribution

More information

INTERIOARCH SOLUTIONS AUDIO VIDEO SYSTEM

INTERIOARCH SOLUTIONS AUDIO VIDEO SYSTEM INTERIOARCH SOLUTIONS AUDIO VIDEO SYSTEM PRO AV AND HOME AV SYSTEMS AV AUTOMATION AND CONTROL VIDEO AND AUDIO CONFERENCING DIGITAL SIGNAGE INTERACTIVE AND LEARNING TECHNOLOGIES PROJECTION LED, LCD AND

More information

Controlling electrical home appliances, using Bluetooth Smart Technology (October 2015) Pedro José Vieira da Silva

Controlling electrical home appliances, using Bluetooth Smart Technology (October 2015) Pedro José Vieira da Silva 1 Controlling electrical home appliances, using Smart Technology (October 2015) Pedro José Vieira da Silva Abstract This report presents and describes a Home Energy Management system that accomplish Home

More information

Feature. What exactly is WLAN? More reading:

Feature. What exactly is WLAN? More reading: The WLAN Roadmap Wireless Local Area Networking (WLAN) is a simple concept, but one that entails a wide, sometimes confusing, variety of standards, implementations, and future plans for development. This

More information

TEAC HR Audio Player. Music Playback Software for TEAC USB AUDIO DAC Devices OWNER S MANUAL

TEAC HR Audio Player. Music Playback Software for TEAC USB AUDIO DAC Devices OWNER S MANUAL Z TEAC HR Audio Player Music Playback Software for TEAC USB AUDIO DAC Devices OWNER S MANUAL Table of contents Overview...3 Anyone can easily enjoy high-quality audio file playback...3 Supported models

More information

A network is two or more computers, or other electronic devices, connected together so that they can exchange data.

A network is two or more computers, or other electronic devices, connected together so that they can exchange data. Computer Networks What is a Network? A network is two or more computers, or other electronic devices, connected together so that they can exchange data. For example; a network allows computers to share

More information

THE PEPPERL+FUCHS GROUP. WirelessHART Overview Karsten Fischer - Global Account Manager Invensys

THE PEPPERL+FUCHS GROUP. WirelessHART Overview Karsten Fischer - Global Account Manager Invensys THE PEPPERL+FUCHS GROUP WirelessHART Overview Karsten Fischer - Global Account Manager Invensys Topics Introduction to Wireless Wireless devices are everywhere Introducing WirelessHART as the first global

More information

Tel (65) Tel (65)

Tel (65) Tel (65) CONTACT INFORMATION Creative Technology Ltd August Consulting Wynne Leong Yap Meng Lee Tel (65) 6895 4120 Tel (65) 6733 8873 wynne_leong@ctl.creative.com menglee@august.com.sg Creative Redefines Home Audio

More information

ARCHOS Oxygen 101 S and its Sound Dock, the obvious win for an extended user experience at home

ARCHOS Oxygen 101 S and its Sound Dock, the obvious win for an extended user experience at home ARCHOS Oxygen 101 S and its Sound Dock, the obvious win for an extended user experience at home Paris Thursday, February 21 st, 2019 ARCHOS, the French pioneer of consumer electronics, today unveils its

More information

CHAPTER 3 BLUETOOTH AND IEEE

CHAPTER 3 BLUETOOTH AND IEEE CHAPTER 3 BLUETOOTH AND IEEE 802.15 These slides are made available to faculty in PowerPoint form. Slides can be freely added, modified, and deleted to suit student needs. They represent substantial work

More information

OPERATION MANUAL MM1C25 DIGITAL AUDIO PLAYER AM/FM STEREO USB BLUETOOTH CAPABLE HEADPHONE OUTPUT

OPERATION MANUAL MM1C25 DIGITAL AUDIO PLAYER AM/FM STEREO USB BLUETOOTH CAPABLE HEADPHONE OUTPUT OPERATION MANUAL MM1C25 DIGITAL AUDIO PLAYER AM/FM STEREO USB BLUETOOTH CAPABLE HEADPHONE OUTPUT CONTENTS CONTENTS. 1 CONTROL PANEL ILLUSTRATION 2 WIRE DIAGRAM 3 INSTALLATION.. 4 BASIC OPERATION... 5 RADIO

More information

Net-Log Network Audio Logger

Net-Log Network Audio Logger Net-Log Network Audio Logger August 2008 www.sonifex.co.uk t: +44 (0)1933 650 700 f: +44 (0)1933 650 726 sales@sonifex.co.uk Net-log - Network Audio Logger The Net-Log is a new way to record and play audio.

More information

The Efficient Point to Point or Multipoint Live Video Streaming in Wireless Devices Mahesh 1 R Rajkumar 2 Dr M V Sudhamani 3

The Efficient Point to Point or Multipoint Live Video Streaming in Wireless Devices Mahesh 1 R Rajkumar 2 Dr M V Sudhamani 3 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 04, 2015 ISSN (online): 2321-0613 The Efficient Point to Point or Multipoint Live Video Streaming in Wireless Devices Mahesh

More information

Reference8 Pro music player Fast Operation Guide

Reference8 Pro music player Fast Operation Guide Reference8 Pro music player Fast Operation Guide Introduction 1/2 Front 1. Display 2. Power Switch 3. USB2.0 for Memory 4. Down Button 5. Menu Button 6. Up Button 7. IR Window 2/2 Rear 8. Power Socket

More information

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK. Sub.Code/ Name : IT1452 FUNDAMENTALS OF PERVASIVE COMPUTING

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK. Sub.Code/ Name : IT1452 FUNDAMENTALS OF PERVASIVE COMPUTING IT1452 Fundamentals Of Pervasive Computing 1 KINGS COLLEGE OF ENGINEERING DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK Sub.Code/ Name : IT1452 FUNDAMENTALS OF PERVASIVE COMPUTING Year / Sem : IV

More information

Smart Dust : Dispersed, Un-tethered Geospatial Monitoring. Dr. Raja R. Kadiyala Chief Technology Officer CH2M HILL - Oakland, CA

Smart Dust : Dispersed, Un-tethered Geospatial Monitoring. Dr. Raja R. Kadiyala Chief Technology Officer CH2M HILL - Oakland, CA Smart Dust : Dispersed, Un-tethered Geospatial Monitoring Dr. Raja R. Kadiyala Chief Technology Officer CH2M HILL - Oakland, CA raja@ch2m.com Drivers and Trends Sensing, Communication and Computation MEMS

More information

WHY APPLICATIONS ARE STILL DRAINING OUR BATTERIES and how we can help. Aaron Schulman & Sachin Katti

WHY APPLICATIONS ARE STILL DRAINING OUR BATTERIES and how we can help. Aaron Schulman & Sachin Katti WHY APPLICATIONS ARE STILL DRAINING OUR BATTERIES and how we can help. Aaron Schulman & Sachin Katti We cannot rely on improvements in battery technology In past 30 years: only 4x improvement in energy

More information

RETAIL Price List - Valid From June 2018

RETAIL Price List - Valid From June 2018 The 2018 product range features Prisma, Primare s new whole-home, high fidelity control and connectivity solution. Prisma offers network playback from stored and streamed media, Wi-Fi and Bluetooth connection,

More information

Control4 Audio Products

Control4 Audio Products Audio Products Life s Better When Everything Works Together Enjoy high-quality multi-room music with easy-to-use audio solutions. Our top-of-the-line audio products enable intelligent audio control throughout

More information

5. I cannot hear the voices clearly or there are noises during conversation, what can I do?

5. I cannot hear the voices clearly or there are noises during conversation, what can I do? EzyTalk FAQ EzyTalk 1. Why can t I Pair with my phone? 2. Why will my EzyTalk not connect when turned on? 3. Why does EZYTALK not function? 4. Why can t I hear the sound from car kit? 5. I cannot hear

More information

CHAPTER 10: SOUND AND VIDEO EDITING

CHAPTER 10: SOUND AND VIDEO EDITING CHAPTER 10: SOUND AND VIDEO EDITING What should you know 1. Edit a sound clip to meet the requirements of its intended application and audience a. trim a sound clip to remove unwanted material b. join

More information

Stereo applications using the OutCast System

Stereo applications using the OutCast System OUTCAST-S #1 Using the OutCast with the (ipod connected to the dock). ipod OutCast Wireless Speaker The OutCast wireless speaker plays both audio channels (Right and Left). It can control the ipod navigation

More information

GROUP 14: ESSENCE OF MUSIC. Joshua Garber EE Baron Dolletski-Lazar CpE Nelson Tan - CpE

GROUP 14: ESSENCE OF MUSIC. Joshua Garber EE Baron Dolletski-Lazar CpE Nelson Tan - CpE GROUP 14: ESSENCE OF MUSIC Joshua Garber EE Baron Dolletski-Lazar CpE Nelson Tan - CpE Motivation Gain experience working with Audio Signals Implementing multiple systems to operate simultaneously (Audio

More information

Integrated IP Video Surveillance Solution. G inex

Integrated IP Video Surveillance Solution. G inex Integrated IP Video Surveillance Solution G150802 inex inex, highly scalable & fully integrated network video surveillance solution G4S Policy is to maintains the Highest quality standard in service &

More information

COMPUTER SKILLS COMP101

COMPUTER SKILLS COMP101 COMPUTER SKILLS COMP101 Chapter 4 Introduction to Computer Networks Definitions and Terminologies Computer Network A network consists of two or more computers that are linked in order to share resources

More information

AV Receiver RX-V channel AV receiver featuring MusicCast Surround capability and exceptional ease of use for enhanced entertainment options.

AV Receiver RX-V channel AV receiver featuring MusicCast Surround capability and exceptional ease of use for enhanced entertainment options. 5.1-channel AV receiver featuring MusicCast Surround capability and exceptional ease of use for enhanced entertainment options. Cinema Surround Sound. Experience the magic of cinema with realistic and

More information

Envivio Mindshare Presentation System. for Corporate, Education, Government, and Medical

Envivio Mindshare Presentation System. for Corporate, Education, Government, and Medical Envivio Mindshare Presentation System for Corporate, Education, Government, and Medical Introducing the Envivio Mindshare Presentation System The Envivio Mindshare Presentation system is a highly optimized

More information

Design Brief CD15 Prisma Compact Disc and Digital Music Player

Design Brief CD15 Prisma Compact Disc and Digital Music Player Design Brief CD15 Prisma Compact Disc and Digital Music Player CD15 Prisma is an integrated digital music source, combining compact disc and stored or streamed media playback. Contents Design Philosophy

More information

Delivery Context in MPEG-21

Delivery Context in MPEG-21 Delivery Context in MPEG-21 Sylvain Devillers Philips Research France Anthony Vetro Mitsubishi Electric Research Laboratories Philips Research France Presentation Plan MPEG achievements MPEG-21: Multimedia

More information

Guide to Wireless Communications, 3 rd Edition. Objectives

Guide to Wireless Communications, 3 rd Edition. Objectives Guide to Wireless Communications, 3 rd Edition Chapter 5 Wireless Personal Area Networks Objectives Describe a wireless personal area network (WPAN) List the different WPAN standards and their applications

More information

Blackwire C710M /C720M Corded USB headset with Bluetooth. User guide

Blackwire C710M /C720M Corded USB headset with Bluetooth. User guide Blackwire C710M /C720M Corded USB headset with Bluetooth User guide TM Contents Welcome 3 What s in the package 4 Headset features 5 Accessories/Spares 6 Using your headset 7 Inline controls 7 Wearing

More information

So, this tutorial is divided into various chapters and describes the 5G technology, its applications, challenges, etc., in detail.

So, this tutorial is divided into various chapters and describes the 5G technology, its applications, challenges, etc., in detail. 1 About the Tutorial is the Fifth Generation technology. It has many advanced features potential enough to solve many of the problems of our mundane life. It is beneficial for the government, as it can

More information

NEW PRODUCTS FALL 2017

NEW PRODUCTS FALL 2017 NEW PRODUCTS FALL 2017 For over thirty years, Primare has been designing and producing award-winning hi-fi components that exemplify honest integrity and timeless design. Every Primare product reflects

More information