SlideShare a Scribd company logo
1 of 24
Bluetooth
U & P U Patel Department of Computer Engineering
Introduction
• Bluetooth wireless technology is a short range communications technology.
• Intended for replacing cables connecting portable units
• Maintains high levels of security.
• Bluetooth technology is based on Ad‐hoc technology also known as Ad‐hoc
Piconets.
• Bluetooth technology operates in the unlicensed industrial, scientific and
medical (ISM) band at 2.4 to 2.485 GHZ.
• Uses spread spectrum hopping, full‐duplex signal at a nominal rate of 1600
hops/sec.
• Bluetooth supports 1Mbps data rate for version 1.2 and 3Mbps data rate for
Version 2.0 combined with Error Data Rate.
U & P U Patel Department of Computer Engineering
Features
• Bluetooth operating range depends on the device:
• Class 3 radios have a range of up to 1 meter or 3 feet
• Class 2 radios are most commonly found in mobile devices have a range of
10 meters or 30 feet
• Class 1 radios are used primarily in industrial use cases have a range of 100
meters or 300 feet.
U & P U Patel Department of Computer Engineering
Connection Establishment
• Inquiry run by one Bluetooth device to try to discover
other devices near it.
• Process of forming a connection between two Bluetooth
devices.
• A device either actively participates in the network or
enters a low‐power sleep mode.
U & P U Patel Department of Computer Engineering
Modes
• Actively transmitting or receiving data
Active
• Sleeps and only listens for transmissions at a set
interval
Sniff
• Power‐saving mode where a device sleeps for a
defined period and then returns back to active mode .
Hold
• Slave will become inactive until the master tells it to
wake back up.
Park
U & P U Patel Department of Computer Engineering
Protocol Stack
U & P U Patel Department of Computer Engineering
Baseband
• Physical layer of the Bluetooth.
• Manages physical channels and links.
• Other services include:
• Error correction
• Data whitening
• Hop selection
• Bluetooth security
• Manages asynchronous and synchronous links.
• Handles packets, paging and inquiry.
U & P U Patel Department of Computer Engineering
L2CAP
• The Logical Link Control and Adaptation Protocol (L2CAP).
• Layered over the Baseband Protocol and resides in the data link layer.
• Used to multiplex multiple logical connections between two devices.
• Provides connection‐oriented and connectionless data services to upper
layer protocols.
• Provides:
• Protocol multiplexing capability
• Segmentation and reassembly operation
• Group abstractions
U & P U Patel Department of Computer Engineering
RFComm
• Radio Frequency Communications (RFCOMM).
• It is a cable replacement protocol used for generating a virtual serial data
stream.
• RFCOMM provides for binary data transport .
• Emulates EIA‐232 (formerly RS‐232) control signals over the Bluetooth
baseband layer, i.e. it is a serial port emulation.
• RFCOMM provides a simple reliable data stream to the user, similar to TCP.
• Supports up to 60 simultaneous connections between two BT devices.
U & P U Patel Department of Computer Engineering
Service Discovery Protocol (SDP)
• Enables applications to discover available services and their features.
• Addresses the unique characteristics of the Bluetooth environment such
as, dynamic changes in the quality of services in RF proximity of devices in
motion.
• Can function over a reliable packet transfer protocol.
• Uses a request/response model.
U & P U Patel Department of Computer Engineering
Piconet
• Bluetooth enabled electronic devices connect and communicate wirelessly
through short range networks known as Piconets.
• Bluetooth devices exist in small ad‐hoc configurations with the ability to
act either as master or slave.
• Provisions are in place, which allow for a master and a slave to switch their
roles.
• The simplest configuration is a point to point configuration with one
master and one slave.
U & P U Patel Department of Computer Engineering
Piconet
• When more than two Bluetooth devices communicate with one another, it
is called a PICONET.
• A Piconet can contain up to seven slaves clustered around a single master.
• The device that initializes establishment of the Piconet becomes the
master.
• The master is responsible for transmission control by dividing the network
into a series of time slots amongst the network members, as a part of time
division multiplexing scheme.
U & P U Patel Department of Computer Engineering
Features of Piconet
• Within a Piconet, the clock and unique 48‐bit address of master determines the timing
of various devices and the frequency hopping sequence of individual devices.
• Each Piconet device supports 7 simultaneous connections to other devices.
• Each device can communicate with several piconets simultaneously.
• Piconets are established dynamically and automatically as Bluetooth enabled devices
enter and leave piconets.
• There is no direct connection between the slaves.
• All connections are either master‐to‐slave or slave‐to‐master.
• Slaves are allowed to transmit once these have been polled by the master.
• Transmission starts in the slave‐to‐master time slot immediately following a polling
packet from the master.
• A device can be a member of two or more Piconets.
U & P U Patel Department of Computer Engineering
Scatternet
U & P U Patel Department of Computer Engineering
Scatternet
• A device can be a slave in one Piconet and master in another.
• It however cannot be a master in more than once Piconets.
• Devices in adjacent Piconets provide a bridge to support inner‐Piconet
connections, allowing assemblies of linked
• Piconets to form a physically extensible communication infrastructure
known as Scatternet.
U & P U Patel Department of Computer Engineering
Applications
• Audio players
• Home automation
• Smartphones
• Toys
• Hands free headphones
• Sensor networks
U & P U Patel Department of Computer Engineering
Z-Wave
• Z-Wave is a low-power, RF communications technology, primarily designed
for home automation.
• It is a proprietary solution, originally developed by Zen-Sys and later
acquired by Sigma Designs.
• Z-Wave offers reliable and low-latency communication with data rates up
to 100kbit/s
• operates on a single channel in the <1GHz band (868MHz band for Europe
and 915MHz band for North America and Australia).
• It supports full mesh networks without the need for a coordinator node
and is highly scalable.
U & P U Patel Department of Computer Engineering
Z-Wave
• Z-Wave specifies role types to clearly define how devices/nodes should
behave within the network. A node is either a controller or a slave.
• Controllers set up and perform maintenance operations in a Z-Wave
network.
• They also control the slave nodes and can initiate transmission.
• Slaves act as end devices with general input/ output functions for carrying
out the controller’s requests.
• The Z-Wave protocol can add and remove nodes in a network through a
process called inclusion/exclusion.
U & P U Patel Department of Computer Engineering
Z-Wave Features
• Operates in the <1GHz band, with unique channels in Europe and North
America. It is built upon the ITU9959 standard
• Uses frequency shift keyed physical modulation (FSK)
• Supports variable data rates from 40kbps up to 100kbps
• Supports up to 232 nodes in a Z-Wave network
• Supports a range of up to 30 meters
• Supports retransmission, checksum verification, and acknowledgment
• Uses AES-128 symmetric encryption for increased security
• Supports broadcast and multicast modes
U & P U Patel Department of Computer Engineering
LPWAN
• Low power: Operates on small,
inexpensive batteries for years
Wide area: Has an operating range
that is typically more than 2 km in
urban settings
• Most LPWAN technologies can only
send less than 1,000 bytes of data
per day or less than 5,000 bits per
second.
U & P U Patel Department of Computer Engineering
LPWAN Implementations
• There are several implementations of the LPWAN protocol, such as Sigfox,
NB-IoT, Weightless, RPMA and LoRaWAN.
• There are many differences between each of them in terms of
• modulation scheme,
• geographical scope,
• the amount of data transmitted and
• their encryption and authentication capabilities.
U & P U Patel Department of Computer Engineering
Comparison
U & P U Patel Department of Computer Engineering
Evolution of IoT in 1G/2G/3G/4G/5G
• https://www.youtube.com/watch?v=m8YkIcDVbGQ
U & P U Patel Department of Computer Engineering
References
• “Wireless Communication ‐ Bluetooth”, Tutorials Point (Online)
• “Bluetooth”, Wikipedia (Online)
• https://dzone.com/articles/iot-systems-and-medium-range-radio-solutions
• https://www.iotforall.com/iot-connectivity-comparison-lora-sigfox-rpma-
lpwan-technologies
• https://mansipruthi.wordpress.com/2015/09/02/1g2g3g4g-and-5g/

More Related Content

Similar to Data_Processing_and_communication_bluetooth.pptx

01 coms 525 tcpip - networking concepts review
01   coms 525 tcpip - networking concepts review01   coms 525 tcpip - networking concepts review
01 coms 525 tcpip - networking concepts reviewPalanivel Kuppusamy
 
BluetoothPPT.pdf
BluetoothPPT.pdfBluetoothPPT.pdf
BluetoothPPT.pdfPpupu
 
IOT Protocols
IOT  Protocols IOT  Protocols
IOT Protocols Nagesh Rao
 
Communication Technologies in IOT.pptx
Communication Technologies in IOT.pptxCommunication Technologies in IOT.pptx
Communication Technologies in IOT.pptx20CE112YASHPATEL
 
Cyber security training at ist apr-18
Cyber security training at ist apr-18Cyber security training at ist apr-18
Cyber security training at ist apr-18Sagar Walvekar
 
PPT on Bluetooth Based Wireless Sensor Networks
PPT on Bluetooth Based Wireless Sensor NetworksPPT on Bluetooth Based Wireless Sensor Networks
PPT on Bluetooth Based Wireless Sensor NetworksSiya Agarwal
 
AWMN Advances Wireless UNIT-1 Blue_Tooth.pptx
AWMN Advances Wireless UNIT-1 Blue_Tooth.pptxAWMN Advances Wireless UNIT-1 Blue_Tooth.pptx
AWMN Advances Wireless UNIT-1 Blue_Tooth.pptxshashijntuhceh
 
157154250-Electric-Powerline-Networking-in-Smart-Home.ppt
157154250-Electric-Powerline-Networking-in-Smart-Home.ppt157154250-Electric-Powerline-Networking-in-Smart-Home.ppt
157154250-Electric-Powerline-Networking-in-Smart-Home.pptUdaiveerSingh19
 
SYBSC(CS)_WCIOT_Sem-II-Unit 2 short range .pdf
SYBSC(CS)_WCIOT_Sem-II-Unit 2 short range .pdfSYBSC(CS)_WCIOT_Sem-II-Unit 2 short range .pdf
SYBSC(CS)_WCIOT_Sem-II-Unit 2 short range .pdfshubhangisonawane6
 
Wireless connectivity for iot
Wireless connectivity for iotWireless connectivity for iot
Wireless connectivity for iotSubramanyam Arige
 

Similar to Data_Processing_and_communication_bluetooth.pptx (20)

Bluetooth
BluetoothBluetooth
Bluetooth
 
01 coms 525 tcpip - networking concepts review
01   coms 525 tcpip - networking concepts review01   coms 525 tcpip - networking concepts review
01 coms 525 tcpip - networking concepts review
 
BluetoothPPT.pdf
BluetoothPPT.pdfBluetoothPPT.pdf
BluetoothPPT.pdf
 
Bluetooth
BluetoothBluetooth
Bluetooth
 
Bluetooth
BluetoothBluetooth
Bluetooth
 
Bluetooth based-smart-sensor-network
Bluetooth based-smart-sensor-networkBluetooth based-smart-sensor-network
Bluetooth based-smart-sensor-network
 
Bluetooth
BluetoothBluetooth
Bluetooth
 
IOT Protocols
IOT  Protocols IOT  Protocols
IOT Protocols
 
Communication Technologies in IOT.pptx
Communication Technologies in IOT.pptxCommunication Technologies in IOT.pptx
Communication Technologies in IOT.pptx
 
Cyber security training at ist apr-18
Cyber security training at ist apr-18Cyber security training at ist apr-18
Cyber security training at ist apr-18
 
PPT on Bluetooth Based Wireless Sensor Networks
PPT on Bluetooth Based Wireless Sensor NetworksPPT on Bluetooth Based Wireless Sensor Networks
PPT on Bluetooth Based Wireless Sensor Networks
 
AWMN Advances Wireless UNIT-1 Blue_Tooth.pptx
AWMN Advances Wireless UNIT-1 Blue_Tooth.pptxAWMN Advances Wireless UNIT-1 Blue_Tooth.pptx
AWMN Advances Wireless UNIT-1 Blue_Tooth.pptx
 
Acr5 dcb
Acr5 dcbAcr5 dcb
Acr5 dcb
 
157154250-Electric-Powerline-Networking-in-Smart-Home.ppt
157154250-Electric-Powerline-Networking-in-Smart-Home.ppt157154250-Electric-Powerline-Networking-in-Smart-Home.ppt
157154250-Electric-Powerline-Networking-in-Smart-Home.ppt
 
Wireless personal area networks(PAN)
Wireless personal area networks(PAN)Wireless personal area networks(PAN)
Wireless personal area networks(PAN)
 
SYBSC(CS)_WCIOT_Sem-II-Unit 2 short range .pdf
SYBSC(CS)_WCIOT_Sem-II-Unit 2 short range .pdfSYBSC(CS)_WCIOT_Sem-II-Unit 2 short range .pdf
SYBSC(CS)_WCIOT_Sem-II-Unit 2 short range .pdf
 
Wireless connectivity for iot
Wireless connectivity for iotWireless connectivity for iot
Wireless connectivity for iot
 
lecture10-wireless.pptx
lecture10-wireless.pptxlecture10-wireless.pptx
lecture10-wireless.pptx
 
Bluetooth
BluetoothBluetooth
Bluetooth
 
Bluetooth
BluetoothBluetooth
Bluetooth
 

More from 20CE112YASHPATEL

InternetOFThings_network_communicqtionCoAP_.pptx
InternetOFThings_network_communicqtionCoAP_.pptxInternetOFThings_network_communicqtionCoAP_.pptx
InternetOFThings_network_communicqtionCoAP_.pptx20CE112YASHPATEL
 
Network_Layer_and_Internet_Protocols_IPv.pptx
Network_Layer_and_Internet_Protocols_IPv.pptxNetwork_Layer_and_Internet_Protocols_IPv.pptx
Network_Layer_and_Internet_Protocols_IPv.pptx20CE112YASHPATEL
 
Money Manager Presentation-2.pptx
Money Manager Presentation-2.pptxMoney Manager Presentation-2.pptx
Money Manager Presentation-2.pptx20CE112YASHPATEL
 

More from 20CE112YASHPATEL (7)

InternetOFThings_network_communicqtionCoAP_.pptx
InternetOFThings_network_communicqtionCoAP_.pptxInternetOFThings_network_communicqtionCoAP_.pptx
InternetOFThings_network_communicqtionCoAP_.pptx
 
DLP_Presentation.pptx
DLP_Presentation.pptxDLP_Presentation.pptx
DLP_Presentation.pptx
 
RFID.pptx
RFID.pptxRFID.pptx
RFID.pptx
 
Network_Layer_and_Internet_Protocols_IPv.pptx
Network_Layer_and_Internet_Protocols_IPv.pptxNetwork_Layer_and_Internet_Protocols_IPv.pptx
Network_Layer_and_Internet_Protocols_IPv.pptx
 
Project.pptx
Project.pptxProject.pptx
Project.pptx
 
Prolog PPT_merged.pdf
Prolog PPT_merged.pdfProlog PPT_merged.pdf
Prolog PPT_merged.pdf
 
Money Manager Presentation-2.pptx
Money Manager Presentation-2.pptxMoney Manager Presentation-2.pptx
Money Manager Presentation-2.pptx
 

Recently uploaded

Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 

Recently uploaded (20)

Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 

Data_Processing_and_communication_bluetooth.pptx

  • 2. U & P U Patel Department of Computer Engineering Introduction • Bluetooth wireless technology is a short range communications technology. • Intended for replacing cables connecting portable units • Maintains high levels of security. • Bluetooth technology is based on Ad‐hoc technology also known as Ad‐hoc Piconets. • Bluetooth technology operates in the unlicensed industrial, scientific and medical (ISM) band at 2.4 to 2.485 GHZ. • Uses spread spectrum hopping, full‐duplex signal at a nominal rate of 1600 hops/sec. • Bluetooth supports 1Mbps data rate for version 1.2 and 3Mbps data rate for Version 2.0 combined with Error Data Rate.
  • 3. U & P U Patel Department of Computer Engineering Features • Bluetooth operating range depends on the device: • Class 3 radios have a range of up to 1 meter or 3 feet • Class 2 radios are most commonly found in mobile devices have a range of 10 meters or 30 feet • Class 1 radios are used primarily in industrial use cases have a range of 100 meters or 300 feet.
  • 4. U & P U Patel Department of Computer Engineering Connection Establishment • Inquiry run by one Bluetooth device to try to discover other devices near it. • Process of forming a connection between two Bluetooth devices. • A device either actively participates in the network or enters a low‐power sleep mode.
  • 5. U & P U Patel Department of Computer Engineering Modes • Actively transmitting or receiving data Active • Sleeps and only listens for transmissions at a set interval Sniff • Power‐saving mode where a device sleeps for a defined period and then returns back to active mode . Hold • Slave will become inactive until the master tells it to wake back up. Park
  • 6. U & P U Patel Department of Computer Engineering Protocol Stack
  • 7. U & P U Patel Department of Computer Engineering Baseband • Physical layer of the Bluetooth. • Manages physical channels and links. • Other services include: • Error correction • Data whitening • Hop selection • Bluetooth security • Manages asynchronous and synchronous links. • Handles packets, paging and inquiry.
  • 8. U & P U Patel Department of Computer Engineering L2CAP • The Logical Link Control and Adaptation Protocol (L2CAP). • Layered over the Baseband Protocol and resides in the data link layer. • Used to multiplex multiple logical connections between two devices. • Provides connection‐oriented and connectionless data services to upper layer protocols. • Provides: • Protocol multiplexing capability • Segmentation and reassembly operation • Group abstractions
  • 9. U & P U Patel Department of Computer Engineering RFComm • Radio Frequency Communications (RFCOMM). • It is a cable replacement protocol used for generating a virtual serial data stream. • RFCOMM provides for binary data transport . • Emulates EIA‐232 (formerly RS‐232) control signals over the Bluetooth baseband layer, i.e. it is a serial port emulation. • RFCOMM provides a simple reliable data stream to the user, similar to TCP. • Supports up to 60 simultaneous connections between two BT devices.
  • 10. U & P U Patel Department of Computer Engineering Service Discovery Protocol (SDP) • Enables applications to discover available services and their features. • Addresses the unique characteristics of the Bluetooth environment such as, dynamic changes in the quality of services in RF proximity of devices in motion. • Can function over a reliable packet transfer protocol. • Uses a request/response model.
  • 11. U & P U Patel Department of Computer Engineering Piconet • Bluetooth enabled electronic devices connect and communicate wirelessly through short range networks known as Piconets. • Bluetooth devices exist in small ad‐hoc configurations with the ability to act either as master or slave. • Provisions are in place, which allow for a master and a slave to switch their roles. • The simplest configuration is a point to point configuration with one master and one slave.
  • 12. U & P U Patel Department of Computer Engineering Piconet • When more than two Bluetooth devices communicate with one another, it is called a PICONET. • A Piconet can contain up to seven slaves clustered around a single master. • The device that initializes establishment of the Piconet becomes the master. • The master is responsible for transmission control by dividing the network into a series of time slots amongst the network members, as a part of time division multiplexing scheme.
  • 13. U & P U Patel Department of Computer Engineering Features of Piconet • Within a Piconet, the clock and unique 48‐bit address of master determines the timing of various devices and the frequency hopping sequence of individual devices. • Each Piconet device supports 7 simultaneous connections to other devices. • Each device can communicate with several piconets simultaneously. • Piconets are established dynamically and automatically as Bluetooth enabled devices enter and leave piconets. • There is no direct connection between the slaves. • All connections are either master‐to‐slave or slave‐to‐master. • Slaves are allowed to transmit once these have been polled by the master. • Transmission starts in the slave‐to‐master time slot immediately following a polling packet from the master. • A device can be a member of two or more Piconets.
  • 14. U & P U Patel Department of Computer Engineering Scatternet
  • 15. U & P U Patel Department of Computer Engineering Scatternet • A device can be a slave in one Piconet and master in another. • It however cannot be a master in more than once Piconets. • Devices in adjacent Piconets provide a bridge to support inner‐Piconet connections, allowing assemblies of linked • Piconets to form a physically extensible communication infrastructure known as Scatternet.
  • 16. U & P U Patel Department of Computer Engineering Applications • Audio players • Home automation • Smartphones • Toys • Hands free headphones • Sensor networks
  • 17. U & P U Patel Department of Computer Engineering Z-Wave • Z-Wave is a low-power, RF communications technology, primarily designed for home automation. • It is a proprietary solution, originally developed by Zen-Sys and later acquired by Sigma Designs. • Z-Wave offers reliable and low-latency communication with data rates up to 100kbit/s • operates on a single channel in the <1GHz band (868MHz band for Europe and 915MHz band for North America and Australia). • It supports full mesh networks without the need for a coordinator node and is highly scalable.
  • 18. U & P U Patel Department of Computer Engineering Z-Wave • Z-Wave specifies role types to clearly define how devices/nodes should behave within the network. A node is either a controller or a slave. • Controllers set up and perform maintenance operations in a Z-Wave network. • They also control the slave nodes and can initiate transmission. • Slaves act as end devices with general input/ output functions for carrying out the controller’s requests. • The Z-Wave protocol can add and remove nodes in a network through a process called inclusion/exclusion.
  • 19. U & P U Patel Department of Computer Engineering Z-Wave Features • Operates in the <1GHz band, with unique channels in Europe and North America. It is built upon the ITU9959 standard • Uses frequency shift keyed physical modulation (FSK) • Supports variable data rates from 40kbps up to 100kbps • Supports up to 232 nodes in a Z-Wave network • Supports a range of up to 30 meters • Supports retransmission, checksum verification, and acknowledgment • Uses AES-128 symmetric encryption for increased security • Supports broadcast and multicast modes
  • 20. U & P U Patel Department of Computer Engineering LPWAN • Low power: Operates on small, inexpensive batteries for years Wide area: Has an operating range that is typically more than 2 km in urban settings • Most LPWAN technologies can only send less than 1,000 bytes of data per day or less than 5,000 bits per second.
  • 21. U & P U Patel Department of Computer Engineering LPWAN Implementations • There are several implementations of the LPWAN protocol, such as Sigfox, NB-IoT, Weightless, RPMA and LoRaWAN. • There are many differences between each of them in terms of • modulation scheme, • geographical scope, • the amount of data transmitted and • their encryption and authentication capabilities.
  • 22. U & P U Patel Department of Computer Engineering Comparison
  • 23. U & P U Patel Department of Computer Engineering Evolution of IoT in 1G/2G/3G/4G/5G • https://www.youtube.com/watch?v=m8YkIcDVbGQ
  • 24. U & P U Patel Department of Computer Engineering References • “Wireless Communication ‐ Bluetooth”, Tutorials Point (Online) • “Bluetooth”, Wikipedia (Online) • https://dzone.com/articles/iot-systems-and-medium-range-radio-solutions • https://www.iotforall.com/iot-connectivity-comparison-lora-sigfox-rpma- lpwan-technologies • https://mansipruthi.wordpress.com/2015/09/02/1g2g3g4g-and-5g/