WristMan – A DisplayMote Interface for Personal Server Audio Control

Slides:



Advertisements
Similar presentations
Global MP3 Geoffrey Beers Deborah Ford Mike Quinn Mark Ridao.
Advertisements

ROWAN COUNTY PUBLIC LIBRARY Using iTunes. Objectives Today you will learn how to: Navigate the iTunes interface Add music to the iTunes library Navigate.
Wi-Fi and Streaming Media Presented By: John Mahramas “Comm. 115”
Project title Your Names Plan on 8 minutes (no more than 6 slides)
RadioSense Rajeev Krithivasan, Will Sergeant, Arjun Sinha Group 11, Spring 2011.
Remote Surveillance Vehicle Design Review By: Bill Burgdorf Tom Fisher Eleni Binopolus-Rumayor.
COMS E6125 WHIM Internet Television Joost Babelgum Preethi Narayan
Hear IT- An introduction to internet audio media..
Design Problems  Limited Market  Too Many Other Devices  No Standard Design Among Devices.
Location Aware Music Player By Kevin West David Zhao.
How To Activate Your New iPod Mini Print Ready Documentation.
Podcasting 101..and more. Workshop Objectives: Introduce iTunes: abundance of resources, multi-media organizer, classroom tool You do not need an iPod.
For more notes and topics visit:
Introduction To Computer System
Windows Internet Explorer 9 Chapter 1 Introduction to Internet Explorer.
Introduction to Android. Android as a system, is a java based operating system that runs on the Linux kernel. The system is very lightweight and full.
2.02G Publishing Animated Videos 2.02 Develop Computer Animations.
Chapter 6 Midterm. Media Players Media player software has been created for all types of computers. These include- handheld PCs, notebook PCs, desktop.
Creating Multimedia Interaction with Windows Media Technologies 7.
MULTIMEDIA DEFINITION OF MULTIMEDIA
Computer and Information Science Ch1.3 Computer Networking Ch1.3 Computer Networking Chapter 1.
Designing & Testing Information Systems Notes Information Systems Design & Development: Purpose, features functionality, users & Testing.
William Wilson EMC BRIEF DESCRIPTION Spinrilla is a mixtape downloading app that consists of thousands of different tapes. Spinrilla is a mixtape.
4. How did you use media technologies in the construction, research, planning and evaluation stages?
 Network  A _____ of computers that can _________ w/ each other  Examples of hardware  ______________ & communication lines  Internet  Hardware.
Indoor Positioning System
Digital Literacy Lesson 2. Hardware Hardware: the physical components of a computer. Includes input devices, processing devices, storage devices, and.
MP3 Radio Richard Bannon & Michael Backman. Basic concept FM broadcast MP3 player  Allows you to listen to MP3’s through an FM radio  Better than a.
The types of computers and their functionalities.
Sync Music/Video/Picture/Contacts from iCloud to iPhone/iPad/iPod All rights reserved—
When iPhone users to want to sync songs or pictures to their device, they can take advantage of iTunes and sync the whole playlist or folder to their.
Oogle Andrew Ebaugh Saurav Chatterjee Shopping assistant for the vision impaired.
What is DirectX? DirectX is built by Microsoft as a collection of API’s (Application Programming Interfaces) for the purpose of multimedia processing.
FINESSE AGENT DESKTOP TRAINING.
Modularity Most useful abstractions an OS wants to offer can’t be directly realized by hardware Modularity is one technique the OS uses to provide better.
How to remove DRM protection from your iTunes movie Firstly, it is important for you to know more about what exactly is DRM. DRM refers to Digital Rights.
Computer Basics: Parts of a Computer? Part I
Instructor Materials Chapter 1 Ever Wonder How It Works?
Browsing and Searching the Web
Dan Nealey Scott Batura
Chapter 14 User Datagram Program (UDP)
Lync Meetings Join a Lync meeting Schedule a Lync meeting
Fastdroid Produced by : Firas Abdalhaq Mohammad Amour Supervised by : Dr. Raed Alqadi.
Directions: GO THROUGH THE FOLLWING SLIDES. Make sure you have quizlet cards for all the vocabulary. Study the terms.
Computer Concept What is a computer?
                      Digital Audio 1.
2.02G Publishing Animated Videos
2.02F Publishing Animated Videos
Salevich Alex & Frenkel Eduard Wizard Hunting
Programmable Logic Controllers (PLCs) An Overview.
Telnet/SSH Connecting to Hosts Internet Technology.
Directions: GO THROUGH THE FOLLWING SLIDES. Make sure you have quizlet cards for all the vocabulary. Study the terms GCFLearnFree website “Computer Basics”:
Online Jam Space.
Introduction to Local Area Networks
Common computer terminology
Microsoft Windows 7 Basics
The Role of Prototyping
Computer Simulation with Concert Tour Entrepreneur
The OSI Model and the TCP/IP Protocol Suite
The OSI Model and the TCP/IP Protocol Suite
Huy Nguyen, George Huang
Plan on 8 minutes (no more than 6 slides)
PRESENTATION ON IPTV.
Location Based Reminding System
Digital Literacy 1.00 Computer Basics
Microsoft Windows 7 Basics
An Application for Small to Medium Scale Intra-Group Communication
Android Development Tools
Don’t just listen to music; listen to people
Network programming Lecture 1 Prepared by: Dr. Osama Mokhtar.
Presentation transcript:

WristMan – A DisplayMote Interface for Personal Server Audio Control Scott Batura & Dan Nealey

Basic concept WristMan is a media control device WristMan allows a user to control streaming music on the Personal Server from the wrist You can select which song to play and navigate playlists and folders WristMan is targeted towards users that have a lot of music on their computers but don’t want to use a computer to control playback Similar interface to Apple iPod Allows users to easily select songs and playlists Features rotary dial to move through lists of information

Basic Scenario User will select to browse playlists or the song library If the user chooses to browse the playlists, he will be able to select from a list of playlists present on the Personal Server. If they choose to browse the song library, they will be presented with a lists of folders that organize the song library The user will then be able to use the buttons on the Mote to select which song or playlist to play on the Personal Server While playing the song, they can stop and return to the last menu level Song Library > Playlists > Options >

Architecture Main Components: Intel Personal Server Server Mote Holds music, streaming server software Server Mote Relays communication between Display Mote and PS Display Mote Main user interface. Displays song and playlists and captures user input

Architecture Continued User selects song or playlist on the Display Mote Sends info request over radio Translates radio packet into serial data PS interprets request and packages information Display Mote Server Mote Personal Server The serial packets are retransmitted over the radio The requested data is sent via serial port Info the user requested is displayed back on the Mote

Expected effort We need to write several software pieces Most importantly, we have to establish communication software between the three main components We need to write software to maintain the library and control the streaming server We need to write the user interface software, preferably by writing a menuing toolkit Unknowns We are not sure about the system latency Need to make sure the system feels “real-time” It might be difficult to use the final project DisplayMote buttons are small and the screen is hard to read Contingency plans The main contingency plan is to try and slim down the amount of data transmitted over the links

Related Work Group A is doing a similar project involving controlling the Personal Sever with Cell Phones We got the initial ideas for the UI from the iPod There is a lot of working going on with intelligent wristwatches, including the radio network watches Microsoft is currently developing

Burning questions Big Questions What do you need help/advice with? Can the latency in the system be kept to a minimum so the interaction feels real-time? Will we be able to design a menu system that looks good on the small DisplayMote screen? What do you need help/advice with? We could use advice later in the project on strategies for caching data on the DisplayMote and speeding up data transfers

Evaluation How would you evaluate your project? Does it work as we intended it to? Is the response of the system close to real-time? Is the interface a practical idea? What performance tests are important? Can a user interact with the Personal Server within reasonable tolerance of waiting times? What would you want to know from user studies? The most important data we could get from a user study is if they find the UI or platform cumbersome and what we could do to improve it