© 2009 Research In Motion Limited Introduction to GPS and Wi-Fi technology on BlackBerry smartphones.

Slides:



Advertisements
Similar presentations
TYPES OF COMPUTER NETWORKS
Advertisements

1 Improving Efficiency, Reliability and Security in the Mobile Communications & Data Environment Coban User Group 2013, Rob Boback – Public Safety Sales.
Introduction to push technology © 2009 Research In Motion Limited.
UNDERSTANDING JAVA APIS FOR MOBILE DEVICES v0.01.
PYP002 Intro.to Computer Science Introduction to Networks1 Networks Chapter 17.
© 2009 Research In Motion Limited Advanced Java Application Development for the BlackBerry Smartphone Trainer name Date.
© 2009 Research In Motion Limited Methods of application development for mobile devices.
By Abdullah Al-Dossary Ahmad Al-Suhaibani
© 2009 Research In Motion Limited Data structures and memory management on mobile devices.
V0.01 © 2009 Research In Motion Limited Introduction to Java Application Development for the BlackBerry Smartphone Trainer name Date.
V0.01 © 2009 Research In Motion Limited Understanding Java APIs for Mobile Devices Trainer name Date.
V1.00 © 2009 Research In Motion Limited Introduction to Mobile Device Web Development Trainer name Date.
© 2009 Research In Motion Limited Introduction to developing applications for mobile devices.
V0.01 © 2009 Research In Motion Limited Push technology for Java applications Trainer name Date.
FIXED WIRELESS ACCESS Majid Al-Shukri Ali Dumyati.
McGraw-Hill/Irwin © The McGraw-Hill Companies, All Rights Reserved BUSINESS PLUG-IN B21 Mobile Technology.
Sales Guide V1.00 Andy Wu Jan, Product Introduction Product Positioning The Use Scenario Competitor Analysis.
By: Matthew Follett. Introduction  A Wireless local area network (WLAN) links two or more devices using some wireless distribution method and usually.
WIRELESS NETWORKS, BROADBAND AND DIAL UP.. Lesson Objectives By the end of the lesson you will understand: Advantages and disadvantages of wireless networks.
11 Obtaining the User’s Position Dr. Miguel A. Labrador Department of Computer Science & Engineering
The Internet is an international Network of Computers.
Cellular Networks How do Mobile & Satellite Phones work? What can we do with them?
AS ICT.  A portable communication device is a pocket sized device that is carried around by an individual  They typically have a display screen with.
1 Computer Maintenance Mobile Devices: How they Operate Copyright © Texas Education Agency, All rights reserved.
INTRODUCTION TO MOBILE COMPUTING. MOBILE COMPUTING  Mobile computing is the act of interacting with a computer through the use of a mobile device. 
Communications & Networks
GPS Technology Tech Talk April, 2008 Chad Halvarson.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Unit 8 Model Answer. Task 1 - Bluetooth Bluetooth equipped devices can exchange information. Bluetooth is most commonly used to connect mobile telephones.
Router. Introduction A router is a device in computer networking that forwards data packets to their destinations, based on their addresses. The work.
Location-Based API 1. 2 Location-Based Services or LBS allow software to obtain the phone's current location. This includes location obtained from the.
Wireless Communication. Learning Objectives: By the end of this topic you should be able to: describe wireless communication methods, describe wireless.
Computer Concepts 2014 Chapter 5 Local Area Networks.
Wireless Communication Methods
Objectives Overview Discuss the purpose of the components required for successful communications and identify various sending and receiving devices Differentiate.
© 2009 Research In Motion Limited Advanced Java Application Development for the BlackBerry Smartphone Trainer name Date.
© 2009 Research In Motion Limited Advanced Java Application Development for the BlackBerry Smartphone Trainer name Date.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved BUSINESS PLUG-IN B21 Mobile Technology.
Assisted GPS Tian Qiao. What is AGPS Assisted GPS, generally abbreviated as A-GPS, is a system which can improve the startup performance of a GPS satellite-based.
Data Communications & Computer Networks, Second Edition1 Chapter 3 The Media: Conducted and Wireless.
Cellular positioning. What is cellular positioning? Determining the position of a Mobile Station (MS), using location sensitive parameters.
Common Questions - Global Positioning System Devices
Location. GPS Global Positioning System – At least 4 satellites typically used 3 required extra for error detection and altitude typically accurate within.
Human Tracking System Using DFP in Wireless Environment 3 rd - Review Batch-09 Project Guide Project Members Mrs.G.Sharmila V.Karunya ( ) AP/CSE.
Reference :Understanding Computers
Wireless Telecommunications Networks personal area network (PAN) A wireless telecommunications network for device-to-device connections within a very short.
Business Driven Technology Unit 4 Building Innovation Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin.
Network Components David Blakeley LTEC HUB A common connection point for devices in a network. Hubs are commonly used to connect segments of a LAN.
Wi-Fi Technology PRESENTED BY:- PRIYA AGRAWAL.
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 9 Networks and Communications.
There is a lot to talk about if we think of the advantages of a wireless connection, the most important of its aspects is mobility and everything that.
PRESENTATION ON. What is a Wi-Fi Hotspot? A Wi-Fi hotspot is location or access point where you can access wireless broadband using a wireless enabled.
Sniffer for Detecting Lost Mobiles
Network media, protocols and networking standards, networking hardware.
Methods of Tracking Position i Pod Touch – Wi-Fi used to find location by detecting known hotspots. iPhone – Cellular triangulation uses the mobile communication.
CHAPTER 8 Communication and Network Copyright © Cengage Learning. All rights reserved.
MC-Quiz: Chapter 9 Communications and Networks Discovering Computers 2010.
MUHAMAD SHAZNI BIN MOHAMMAD SHAH. Gateway Using different protocols for interfacing network by network nodes Contain device such as protocol translator,
Wireless Wide Area Network. Cell Phones A necessity in today’s society Advanced Radios Full Duplex Communication.
ICT Unit 4: Network and the effects of using them
1. 2 Android location services Determining a device’s current location Tracking device movements Proximity alerts.
Wi-Fi Brandon & Jiayang. What is Wi-Fi? Wi-Fi (wireless fidelity) is a wireless networking technology that allows devices to communicate without wires.
Chapter 4 Computer Networks – Part 2
Dial-up Dial-up internet is a form of internet access that uses the public telephone network (PSTN) to establish a connection to an ISP by dialing a telephone.
Types of Internet Access
Networks and Connecting to the Internet
WIMAX Presented By JAGADEESH.S 13X41A0546.
Home and personal communication systems
Presentation transcript:

© 2009 Research In Motion Limited Introduction to GPS and Wi-Fi technology on BlackBerry smartphones

© 2009 Research In Motion Limited Agenda This course covers the following topics: –Introduction to developing applications for mobile devices –Methods of application development for mobile devices –Introduction to GPS and Wi-Fi® technology on BlackBerry® smartphones

Agenda –Introduction to push technology –Data structures and memory management on mobile devices –User interface design for mobile devices –BlackBerry themes and animated graphics –Security considerations for developing applications for mobile devices

Introduction to GPS and Wi-Fi technology on BlackBerry smartphones Objectives: –Define GPS. –Describe the functionality of GPS on BlackBerry smartphones. –Identify the limitations and benefits of using GPS on a BlackBerry smartphone. –Define Wi-Fi for BlackBerry smartphones. –Describe the functionality of Wi-Fi on BlackBerry smartphones. –Identify the limitations and benefits of using Wi-Fi on a BlackBerry smartphone. © 2009 Research In Motion Limited GPSGlobal Positioning System

© 2009 Research In Motion Limited GPS technology

© 2009 Research In Motion Limited GPS technology –Location information comes from satellites that continually transmit position information. –BlackBerry smartphone applications can use GPS location information for the following: Turn-by-turn navigation Share current location with others Geotag photographs Provide users with targeted promotions and alerts based on their current location

GPS technology To use GPS location data in a BlackBerry application, use the Location API for Java® ME in the javax.microedition.location package (JSR 179).

GPS technology – JSR 179 Commonly used classes: –LocationProvider is the engine. –Criteria is passed to LocationProvider to define the type of GPS fix. –Location is the set of location data (coordinates, direction, and speed) generated by LocationProvider.

GPS technology – JSR 179 Commonly used interfaces: –LocationListener Receives updated location data from LocationProvider at specified intervals Detects when GPS information is or becomes unavailable –ProximityListener Detects proximity to a specified set of coordinates

GPS technology – information sources Three fix types: –Cellsite –Autonomous –Assisted

GPS technology – cellsite fix –Gets location information of the cell tower the mobile device is currently using –When possible, uses cell tower triangulation to provide more accurate information –Gets location information from the cellular network, rather than from GPS satellites

GPS technology – cellsite fix Advantages: –Fast TTFF –Consumes very little power Disadvantages: –Least accurate of the fix types (accurate to within 100 meters) –Typically available only on CDMA and i-DEN networks –User can incur a cost for using the network TTFFtime to first fix

GPS technology – autonomous fix –Location information comes directly from orbiting GPS satellites.

GPS technology – autonomous fix Advantages: –Accurate to within 30 meters –Does not require network coverage Disadvantages: –Highest power consumption –Slowest TTFF (up to two minutes), because the receiving device has to search for satellite signals

GPS technology – assisted fix –The BlackBerry smartphone communicates with the PDE server on the wireless network to determine GPS satellite locations. –Location information comes from GPS satellites. PDEposition determining entity

GPS technology – assisted fix Advantages: –Very accurate (within 30 meters) –Much shorter TTFF than autonomous GPS Disadvantages: –Higher power consumption than cellsite fixes (but lower than autonomous fixes) –Requires network coverage –Users can incur some costs

GPS technology – BlackBerry Maps Integrate your application with BlackBerry® Maps: –Open BlackBerry Maps from your application. –Place a menu item in BlackBerry Maps that launches your application. –Open BlackBerry Maps from the BlackBerry® Browser.

© 2009 Research In Motion Limited Wi-Fi technology

–Wi-Fi networks are not owned and operated by wireless service providers. –To set up a Wi-Fi network, connect a wireless router to a broadband modem with Internet access. –The area covered by the Wi-Fi network is called a hotspot.

Wi-Fi technology –If the BlackBerry smartphone uses BlackBerry® Mobile Data System or BlackBerry® Internet Service to connect, it switches automatically to Wi-Fi when it enters a hotspot (least cost routing). –You can configure your application to: Use Wi-Fi Detect the Wi-Fi capabilities of the BlackBerry smartphone Retrieve status information about the Wi-Fi connection

Wi-Fi technology – advantages Advantages: –No wireless network fees –Very fast –Less susceptible to interference Disadvantages: –Very limited range (up to 50 meters) –Less secure than mobile networks

Introduction to GPS and Wi-Fi technology on BlackBerry smartphones Objectives review: –Define GPS. –Describe the functionality of GPS on BlackBerry smartphones. –Identify the limitations and benefits of using GPS on a BlackBerry smartphone. –Define Wi-Fi for BlackBerry smartphones. –Describe the functionality of Wi-Fi on BlackBerry smartphones. –Identify the limitations and benefits of using Wi-Fi on a BlackBerry smartphone. © 2009 Research In Motion Limited