Presentation is loading. Please wait.

Presentation is loading. Please wait.

Bluetooth Justin Paupore (jpaupore) Russ Bielawski (jbielaws)

Similar presentations


Presentation on theme: "Bluetooth Justin Paupore (jpaupore) Russ Bielawski (jbielaws)"— Presentation transcript:

1 Bluetooth Justin Paupore (jpaupore) Russ Bielawski (jbielaws)

2 What is Bluetooth? What, exactly, is Bluetooth? What is the purpose of Bluetooth?

3 What is Bluetooth? Protocol Goals Cable replacement technology (initially) Short-range wireless communication technology (unlicensed 2.4GHz band) Wireless Personal Area Networks (WPANs) Standardization of Solution to Common Problem

4 Simple Standardized (highly interoperable) Low Power o Most common "class 2" radio consumes 2.5mW Robust o Frequency Hopping Spread Spectrum (FHSS) o Profiles Simultaneous Connection Service Classes o Voice - Circuit-Switched o Data - Best Effort QoS What is Bluetooth? Advantages By Design

5 What is Bluetooth? History 1998: Special Interest Group (SIG) formed 1999: Bluetooth 1.0 2000: mobile phone 2001: printer, laptop, hands-free in-car 2002: keyboard and mouse, GPS 2002: Bluetooth 1.1 - IEEE 802.15.1-2002 2004: Bluetooth 2.0 + EDR 2007: Bluetooth 2.1 + EDR 2009: Bluetooth 3.0 + HS 2010: Bluetooth 4.0

6 What is Bluetooth? Aside: The Bluetooth SIG Bluetooth was initially conceived by Ericsson The Bluetooth SIG was founded in 1998 by Ericsson, IBM, Intel, Toshiba and Nokia Promoter Members o Ericsson, Intel, Lenovo, Microsoft, Motorola, Nokia, Toshiba, Apple, Nordic Semiconductor Associate Members Adopter Members

7 Outline What is Bluetooth? Licensing, Patents and Certification Bluetooth "Variants" Profiles The Bluetooth Protocol Stack

8 Licensing, Patents and Certification Bluetooth Qualification is required to use Bluetooth trademarks Patents are FRAND, subject to qualification Embedding a qualified Bluetooth module WITH an antenna does not required re- qualification There are some fees for qualification o Not publicly available o Based upon membership status

9 Outline What is Bluetooth? Licensing, Patents and Certification Bluetooth "Variants" Profiles The Bluetooth Protocol Stack

10 Bluetooth "Variants" History (Again) 1998: Special Interest Group (SIG) formed 1999: Bluetooth 1.0 2000: mobile phone 2001: printer, laptop, hands-free in-car 2002: keyboard and mouse, GPS 2002: Bluetooth 1.1 - IEEE 802.15.1-2002 2004: Bluetooth 2.0 + EDR 2007: Bluetooth 2.1 + EDR 2009: Bluetooth 3.0 + HS 2010: Bluetooth 4.0

11 Bluetooth "Variants" EDR - Enhanced Data Rate Added in Bluetooth 2.0 Allows speeds up to 3.0 Mbps theoretically, 2.1 Mbps in practice Adds new modulation schemes improve data rate Bluetooth 2.0 devices may not actually support EDR!

12 Bluetooth "Variants" HS - High Speed Added in Bluetooth 3.0 Allows speeds up to 24.0 Mbps via Alternate MAC/PHY (AMP) Uses 802.11 to actually perform data transfer Bluetooth 3.0 devices may not actually support HS!

13 Bluetooth "Variants" BLE - Bluetooth Low Enegry Bluetooth Low Energy (BLE) is the main feature of Bluetooth 4.0 Re-imagining of Bluetooth for 4.0 o Bluetooth Classic o Bluetooth HS o Bluetooth LE Competes with low power WPAN protocols o ANT o 802.15.4 (MAC and PHY of ZigBee) o Nike+ No Mesh Networking Support

14 Bluetooth "Variants" BLE and the Future of Bluetooth Adoption of BLE enables new technology arenas o Home Automation o Medical Devices o Wearable Electronics New product branding

15 Outline What is Bluetooth? Licensing, Patents and Certification Bluetooth "Variants" Profiles The Bluetooth Protocol Stack

16 Profiles Profile Examples Advanced Audio Distribution Profile (A2DP) o e.g. Bluetooth Headphones A/V Remote Control Profile (AVRCP) Basic Printing Profile (BPP) File Transfer Profile (FTP) Hands-Free Profile (HFP) Human Interface Device Profile (HID) o e.g. Bluetooth Keyboard Serial Port Profile (SPP)

17 Profiles Profiles reduce the risk of poor or partial interoperability between devices Endpoints can and usually do support multiple profiles What's in a profile? Dependencies Suggested user interface Bluetooth protocols required Dependencies on other profiles

18 Profiles Profile Examples Advanced Audio Distribution Profile (A2DP) o e.g. Bluetooth Headphones A/V Remote Control Profile (AVRCP) Basic Printing Profile (BPP) File Transfer Profile (FTP) Hands-Free Profile (HFP) Human Interface Device Profile (HID) o e.g. Bluetooth Keyboard Serial Port Profile (SPP)

19 Outline What is Bluetooth? Licensing, Patents and Certification Bluetooth "Variants" Profiles The Bluetooth Protocol Stack

20

21 Bluetooth Protocol Example

22 Radio Layer

23 Runs in unlicensed 2.4 GHz (ISM) band 79 frequency bands, separated by 1 MHz Transmit power classes o Class 1: 100mW, ~100m range o Class 2: 2.5mW, ~10m range o Class 3: 1mW, ~1m range Modulation: Gaussian frequency-shift keying o Positive frequency offset -> 1 o Negative frequency offset -> 0 o 2.0 EDR adds phase-shift keying

24 Baseband Layer

25 Master/slave setup Piconet: 1 master + up to 8 slaves Pseudorandom frequency hopping based on device address of master Time-division duplexing - 625µs slots o Master transmits in even-numbered slots o Slave transmits in odd-numbered slots o One packet transmitted in each slot

26 Baseband Layer Data is transmitted in packets Connections come in two types: o SCO (Synchronous Connection-Oriented)  Reserved bandwidth  Master to single slave  Typically carries voice data o ACL (Asynchronous Connectionless)  Uses slots not used for SCO links  Master to all slaves in piconet  Carries non-voice data (L2CAP)  Only one ACL connection for the piconet

27 Baseband Layer Error Correction o 1/3-rate FEC  Transmit each bit 3 times - majority wins o 2/3-rate FEC  Error-correcting code turns 10 bits into 15 o ARQ  Retransmit until acknowledged o Type used depends on packet type - see spec swedetrack.com/images/bluet08. htm

28 Link Manager Protocol (LMP)

29 Establishes, manages, and tears down links Functions include: o Pairing o Authentication o Encryption o Connection establishment o Device discovery

30 Host Controller Interface (HCI)

31 Standard interface between Bluetooth chipsets and host devices Communication protocol to chipset http://www.palowireless.com/infotooth/tutorial/hci.asp

32 Host Controller Interface (HCI) Chipset manages radio, baseband, LMP Exports commands such as: o Send ACL/SCO data o Create piconets o Encrypt a link o Get status information Allows reusing drivers and interchanging chipsets

33 Logical Link Control and Adaptation Protocol (L2CAP)

34 Provides abstracted data-carrying capability over ACL links Work around limitations of ACL Controllable reliability o Guaranteed delivery (using ARQ) o Best-effort delivery Important functions: o Multiplexing o Segmentation/reassembly o Quality-of-Service

35 RFCOMM Protocol

36 Serial port emulation over L2CAP Carries data + flow control signals Can emulate multiple serial ports

37 Service Discovery Protocol (SDP)

38 Ask devices what profiles they support o Search for a specific profile o Get a list of all profiles Get necessary information for connection

39 Putting it All Together: SPP

40 Connect with LMP Find info with SDP Start L2CAP Start RFCOMM Send data!

41 Conclusion What is Bluetooth? Licensing, Patents and Certification Bluetooth "Variants" Profiles The Bluetooth Protocol Stack

42 References http://www.bluetooth.com/ http://www.bluetooth.org/ http://ieee802.org/15/Bluetooth/ http://www.palowireless.com/infotooth/ http://www.radio- electronics.com/info/wireless/bluetooth/radio-interface- modulation.php http://www.eetimes.com/design/automotive- design/4009313/Testing-and-Qualifying-a-Bluetooth- Design www.hp.com/rnd/library/pdf/understandingBluetooth.pdf http://grouper.ieee.org/groups/802/15/Bluetooth/core_1 0_b.pdf https://support.apple.com/kb/HT3647


Download ppt "Bluetooth Justin Paupore (jpaupore) Russ Bielawski (jbielaws)"

Similar presentations


Ads by Google