SlideShare una empresa de Scribd logo
1 de 12
EEMMBBAARRCCAADDEERROO T TEECCHHNNOOLLOOGGIEIESS 
Internet of Things 
with Bluetooth 
David Intersimone “David I” 
davidi@embarcadero.com 
Blog: http://embt.co/SipFromTheFirehose 
Twitter: @davidi99 
Thursday, 18th of September, 2014 
Download a free trial – NOW! 
http://embt.co/trialdownloads
EMBARCADERO TECHNOLOGIES 
This Skill Sprint Works with . . . 
• Windows 
• OS X 
• Android 
• iOS 
• RAD Studio 
• Appmethod 
• Object Pascal 
• C++ 
• RAD Studio XE7 DocWiki 
– http://embt.co/latestdocwiki 
• Appmethod September 2014 Release DocWiki 
– http://embt.co/AppmethodTopics 
• Appmethod supports the FireMonkey framework on 
all 4 platforms while RAD Studio, Delphi and 
C++Builder also supports VCL on Windows. Contact 
sales with any questions!
EMBARCADERO TECHNOLOGIES 
How Skill Sprints Work. - Agenda 
• READY 
– Tips tricks & short URLS 
• SET 
– 20 minutes, 1 topic 
• GO 
– Demo and discussion 
Download a free trial – NOW! – Live Q&A 
http://embt.co/trialdownloads
EMBARCADERO TECHNOLOGIES 
Bluetooth support in XE7 
• RTL new unit: System.Bluetooth, System::Bluetooth 
• Multi-device API for Classic Bluetooth & Bluetooth LE 
• TBluetoothLE component 
• Classic Bluetooth classes 
– TBluetoothManager 
– TBluetoothAdapter 
– TBluetoothDevice
EMBARCADERO TECHNOLOGIES 
Bluetooth and App Tethering 
• To implement Classic Bluetooth support in your VCL 
and FMX apps: 
– Obtain an instance of TBluetoothManager. 
– Discover remote devices and pair with them. 
– Connect to the paired devices. 
– Exchange data with the connected devices.
EMBARCADERO TECHNOLOGIES 
BluetoothLE and Devices 
• Use an instance of TBluetoothLEDevice to: 
– Discover services that the remote device provides 
– Obtain detailed info including the characteristics 
• Read and Write a characteristic value 
• Ask to be notified of changes in a Characteristic value 
– SetCharacteristicNotification method 
– OnCharacteristicRead event handler 
• Get the received signal strength indicator (RSSI) 
• To obtain an instance of TBluetoothLEDevice 
– Use the StartDiscovery method or LastDiscoveredDevices property
EMBARCADERO TECHNOLOGIES 
TBluetoothLE Component 
• Discovery 
– DiscoverDevices 
– DiscoverServices 
• Working with devices and services 
– DiscoveredDevices 
– OnEndDiscoverDevices 
– OnEndDiscoverServices 
– SetCharacteristicNotification 
– OnCharacteristicRead, OnCharacteristicReadRequest 
– OnCharacteristicWrite, OnCharacteristicWriteRequest 
– OnReadRSSI
EMBARCADERO TECHNOLOGIES 
BluetoothLE GATT-based Profile Hierarchy 
• Generic Attribute Profile (GATT) 
– Services are collections of characteristics 
and relationships to other services that 
encapsulate the behavior of part of a 
device 
– https://developer.bluetooth.org/gatt/Pages 
/GATT-Specification-Documents.aspx 
• If device is not GATT 
– Try using discovery 
– Contact the device manufacturer
EMBARCADERO TECHNOLOGIES 
Bluetooth support in XE7 
DEMONSTRATIONS 
APP TETHERING, HEART RATE
EMBARCADERO TECHNOLOGIES 
Bluetooth Resources 
• Bluetooth samples that are included in XE7 
– C++ 
• C:UsersPublicDocumentsEmbarcaderoStudio15.0SamplesCPPMobile SamplesDevice Sensors and ServicesBluetooth 
• C:UsersPublicDocumentsEmbarcaderoStudio15.0SamplesCPPRTLTethering 
– Object Pascal 
• C:UsersPublicDocumentsEmbarcaderoStudio15.0SamplesObject PascalMobile SamplesDevice Sensors and ServicesBluetooth 
• C:UsersPublicDocumentsEmbarcaderoStudio15.0SamplesObject PascalRTLTethering 
• Bluetooth and App Tethering 
– http://docwiki.embarcadero.com/RADStudio/XE7/en/Using_Bluetooth 
– http://docwiki.embarcadero.com/RADStudio/XE7/en/Using_Classic_Bluetooth 
– http://docwiki.embarcadero.com/RADStudio/XE7/en/Using_App_Tethering 
• Bluetooth.org 
– https://developer.bluetooth.org/ 
– https://developer.bluetooth.org/TechnologyOverview/Pages/BLE.aspx 
– https://developer.bluetooth.org/TechnologyOverview/Pages/GATT.aspx 
– https://developer.bluetooth.org/gatt/Pages/GATT-Specification-Documents.aspx 
Download a free trial – NOW! 
http://embt.co/trialdownloads
EMBARCADERO TECHNOLOGIES 
Next Time…. 
• Aspect-oriented Programming using DSharp 
with Nick Hodges 
• “Coding in Delphi” - https://leanpub.com/codingindelphi 
• Tuesday the 23rd of September 
– 6AM San Francisco / 9AM New York / 2PM London / 3PM Milan 
– 11AM San Francisco / 2PM New York / 7PM London / 8PM Milan 
– 5PM San Francisco / Fri 9AM Tokyo / Fri 10AM Sydney 
See the full schedule - http://embt.co/Sprints14 
Download your free trial now! - http://embt.co/trialdownloads
EEMMBBAARRCCAADDEERROO T TEECCHHNNOOLLOOGGIEIESS 
Q & A 
@EmbarcaderoTech 
Download your free trial now! 
http://embt.co/trialdownloads

Más contenido relacionado

Más de Embarcadero Technologies

PyTorch for Delphi - Python Data Sciences Libraries.pdf
PyTorch for Delphi - Python Data Sciences Libraries.pdfPyTorch for Delphi - Python Data Sciences Libraries.pdf
PyTorch for Delphi - Python Data Sciences Libraries.pdfEmbarcadero Technologies
 
Android on Windows 11 - A Developer's Perspective (Windows Subsystem For Andr...
Android on Windows 11 - A Developer's Perspective (Windows Subsystem For Andr...Android on Windows 11 - A Developer's Perspective (Windows Subsystem For Andr...
Android on Windows 11 - A Developer's Perspective (Windows Subsystem For Andr...Embarcadero Technologies
 
Linux GUI Applications on Windows Subsystem for Linux
Linux GUI Applications on Windows Subsystem for LinuxLinux GUI Applications on Windows Subsystem for Linux
Linux GUI Applications on Windows Subsystem for LinuxEmbarcadero Technologies
 
Python on Android with Delphi FMX - The Cross Platform GUI Framework
Python on Android with Delphi FMX - The Cross Platform GUI Framework Python on Android with Delphi FMX - The Cross Platform GUI Framework
Python on Android with Delphi FMX - The Cross Platform GUI Framework Embarcadero Technologies
 
Introduction to Python GUI development with Delphi for Python - Part 1: Del...
Introduction to Python GUI development with Delphi for Python - Part 1:   Del...Introduction to Python GUI development with Delphi for Python - Part 1:   Del...
Introduction to Python GUI development with Delphi for Python - Part 1: Del...Embarcadero Technologies
 
FMXLinux Introduction - Delphi's FireMonkey for Linux
FMXLinux Introduction - Delphi's FireMonkey for LinuxFMXLinux Introduction - Delphi's FireMonkey for Linux
FMXLinux Introduction - Delphi's FireMonkey for LinuxEmbarcadero Technologies
 
Python for Delphi Developers - Part 1 Introduction
Python for Delphi Developers - Part 1 IntroductionPython for Delphi Developers - Part 1 Introduction
Python for Delphi Developers - Part 1 IntroductionEmbarcadero Technologies
 
RAD Industrial Automation, Labs, and Instrumentation
RAD Industrial Automation, Labs, and InstrumentationRAD Industrial Automation, Labs, and Instrumentation
RAD Industrial Automation, Labs, and InstrumentationEmbarcadero Technologies
 
Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase
Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBaseEmbeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase
Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBaseEmbarcadero Technologies
 
Rad Server Industry Template - Connected Nurses Station - Setup Document
Rad Server Industry Template - Connected Nurses Station - Setup DocumentRad Server Industry Template - Connected Nurses Station - Setup Document
Rad Server Industry Template - Connected Nurses Station - Setup DocumentEmbarcadero Technologies
 
Move Desktop Apps to the Cloud - RollApp & Embarcadero webinar
Move Desktop Apps to the Cloud - RollApp & Embarcadero webinarMove Desktop Apps to the Cloud - RollApp & Embarcadero webinar
Move Desktop Apps to the Cloud - RollApp & Embarcadero webinarEmbarcadero Technologies
 
Getting Started Building Mobile Applications for iOS and Android
Getting Started Building Mobile Applications for iOS and AndroidGetting Started Building Mobile Applications for iOS and Android
Getting Started Building Mobile Applications for iOS and AndroidEmbarcadero Technologies
 
ER/Studio 2016: Build a Business-Driven Data Architecture
ER/Studio 2016: Build a Business-Driven Data ArchitectureER/Studio 2016: Build a Business-Driven Data Architecture
ER/Studio 2016: Build a Business-Driven Data ArchitectureEmbarcadero Technologies
 
The Secrets of SQL Server: Database Worst Practices
The Secrets of SQL Server: Database Worst PracticesThe Secrets of SQL Server: Database Worst Practices
The Secrets of SQL Server: Database Worst PracticesEmbarcadero Technologies
 
Driving Business Value Through Agile Data Assets
Driving Business Value Through Agile Data AssetsDriving Business Value Through Agile Data Assets
Driving Business Value Through Agile Data AssetsEmbarcadero Technologies
 
Troubleshooting Plan Changes with Query Store in SQL Server 2016
Troubleshooting Plan Changes with Query Store in SQL Server 2016Troubleshooting Plan Changes with Query Store in SQL Server 2016
Troubleshooting Plan Changes with Query Store in SQL Server 2016Embarcadero Technologies
 

Más de Embarcadero Technologies (20)

PyTorch for Delphi - Python Data Sciences Libraries.pdf
PyTorch for Delphi - Python Data Sciences Libraries.pdfPyTorch for Delphi - Python Data Sciences Libraries.pdf
PyTorch for Delphi - Python Data Sciences Libraries.pdf
 
Android on Windows 11 - A Developer's Perspective (Windows Subsystem For Andr...
Android on Windows 11 - A Developer's Perspective (Windows Subsystem For Andr...Android on Windows 11 - A Developer's Perspective (Windows Subsystem For Andr...
Android on Windows 11 - A Developer's Perspective (Windows Subsystem For Andr...
 
Linux GUI Applications on Windows Subsystem for Linux
Linux GUI Applications on Windows Subsystem for LinuxLinux GUI Applications on Windows Subsystem for Linux
Linux GUI Applications on Windows Subsystem for Linux
 
Python on Android with Delphi FMX - The Cross Platform GUI Framework
Python on Android with Delphi FMX - The Cross Platform GUI Framework Python on Android with Delphi FMX - The Cross Platform GUI Framework
Python on Android with Delphi FMX - The Cross Platform GUI Framework
 
Introduction to Python GUI development with Delphi for Python - Part 1: Del...
Introduction to Python GUI development with Delphi for Python - Part 1:   Del...Introduction to Python GUI development with Delphi for Python - Part 1:   Del...
Introduction to Python GUI development with Delphi for Python - Part 1: Del...
 
FMXLinux Introduction - Delphi's FireMonkey for Linux
FMXLinux Introduction - Delphi's FireMonkey for LinuxFMXLinux Introduction - Delphi's FireMonkey for Linux
FMXLinux Introduction - Delphi's FireMonkey for Linux
 
Python for Delphi Developers - Part 2
Python for Delphi Developers - Part 2Python for Delphi Developers - Part 2
Python for Delphi Developers - Part 2
 
Python for Delphi Developers - Part 1 Introduction
Python for Delphi Developers - Part 1 IntroductionPython for Delphi Developers - Part 1 Introduction
Python for Delphi Developers - Part 1 Introduction
 
RAD Industrial Automation, Labs, and Instrumentation
RAD Industrial Automation, Labs, and InstrumentationRAD Industrial Automation, Labs, and Instrumentation
RAD Industrial Automation, Labs, and Instrumentation
 
Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase
Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBaseEmbeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase
Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase
 
Rad Server Industry Template - Connected Nurses Station - Setup Document
Rad Server Industry Template - Connected Nurses Station - Setup DocumentRad Server Industry Template - Connected Nurses Station - Setup Document
Rad Server Industry Template - Connected Nurses Station - Setup Document
 
TMS Google Mapping Components
TMS Google Mapping ComponentsTMS Google Mapping Components
TMS Google Mapping Components
 
Move Desktop Apps to the Cloud - RollApp & Embarcadero webinar
Move Desktop Apps to the Cloud - RollApp & Embarcadero webinarMove Desktop Apps to the Cloud - RollApp & Embarcadero webinar
Move Desktop Apps to the Cloud - RollApp & Embarcadero webinar
 
Useful C++ Features You Should be Using
Useful C++ Features You Should be UsingUseful C++ Features You Should be Using
Useful C++ Features You Should be Using
 
Getting Started Building Mobile Applications for iOS and Android
Getting Started Building Mobile Applications for iOS and AndroidGetting Started Building Mobile Applications for iOS and Android
Getting Started Building Mobile Applications for iOS and Android
 
Embarcadero RAD server Launch Webinar
Embarcadero RAD server Launch WebinarEmbarcadero RAD server Launch Webinar
Embarcadero RAD server Launch Webinar
 
ER/Studio 2016: Build a Business-Driven Data Architecture
ER/Studio 2016: Build a Business-Driven Data ArchitectureER/Studio 2016: Build a Business-Driven Data Architecture
ER/Studio 2016: Build a Business-Driven Data Architecture
 
The Secrets of SQL Server: Database Worst Practices
The Secrets of SQL Server: Database Worst PracticesThe Secrets of SQL Server: Database Worst Practices
The Secrets of SQL Server: Database Worst Practices
 
Driving Business Value Through Agile Data Assets
Driving Business Value Through Agile Data AssetsDriving Business Value Through Agile Data Assets
Driving Business Value Through Agile Data Assets
 
Troubleshooting Plan Changes with Query Store in SQL Server 2016
Troubleshooting Plan Changes with Query Store in SQL Server 2016Troubleshooting Plan Changes with Query Store in SQL Server 2016
Troubleshooting Plan Changes with Query Store in SQL Server 2016
 

Último

Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 

Último (20)

Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 

Internet of Things with Bluetooth - Developer Skill Sprint with David I

  • 1. EEMMBBAARRCCAADDEERROO T TEECCHHNNOOLLOOGGIEIESS Internet of Things with Bluetooth David Intersimone “David I” davidi@embarcadero.com Blog: http://embt.co/SipFromTheFirehose Twitter: @davidi99 Thursday, 18th of September, 2014 Download a free trial – NOW! http://embt.co/trialdownloads
  • 2. EMBARCADERO TECHNOLOGIES This Skill Sprint Works with . . . • Windows • OS X • Android • iOS • RAD Studio • Appmethod • Object Pascal • C++ • RAD Studio XE7 DocWiki – http://embt.co/latestdocwiki • Appmethod September 2014 Release DocWiki – http://embt.co/AppmethodTopics • Appmethod supports the FireMonkey framework on all 4 platforms while RAD Studio, Delphi and C++Builder also supports VCL on Windows. Contact sales with any questions!
  • 3. EMBARCADERO TECHNOLOGIES How Skill Sprints Work. - Agenda • READY – Tips tricks & short URLS • SET – 20 minutes, 1 topic • GO – Demo and discussion Download a free trial – NOW! – Live Q&A http://embt.co/trialdownloads
  • 4. EMBARCADERO TECHNOLOGIES Bluetooth support in XE7 • RTL new unit: System.Bluetooth, System::Bluetooth • Multi-device API for Classic Bluetooth & Bluetooth LE • TBluetoothLE component • Classic Bluetooth classes – TBluetoothManager – TBluetoothAdapter – TBluetoothDevice
  • 5. EMBARCADERO TECHNOLOGIES Bluetooth and App Tethering • To implement Classic Bluetooth support in your VCL and FMX apps: – Obtain an instance of TBluetoothManager. – Discover remote devices and pair with them. – Connect to the paired devices. – Exchange data with the connected devices.
  • 6. EMBARCADERO TECHNOLOGIES BluetoothLE and Devices • Use an instance of TBluetoothLEDevice to: – Discover services that the remote device provides – Obtain detailed info including the characteristics • Read and Write a characteristic value • Ask to be notified of changes in a Characteristic value – SetCharacteristicNotification method – OnCharacteristicRead event handler • Get the received signal strength indicator (RSSI) • To obtain an instance of TBluetoothLEDevice – Use the StartDiscovery method or LastDiscoveredDevices property
  • 7. EMBARCADERO TECHNOLOGIES TBluetoothLE Component • Discovery – DiscoverDevices – DiscoverServices • Working with devices and services – DiscoveredDevices – OnEndDiscoverDevices – OnEndDiscoverServices – SetCharacteristicNotification – OnCharacteristicRead, OnCharacteristicReadRequest – OnCharacteristicWrite, OnCharacteristicWriteRequest – OnReadRSSI
  • 8. EMBARCADERO TECHNOLOGIES BluetoothLE GATT-based Profile Hierarchy • Generic Attribute Profile (GATT) – Services are collections of characteristics and relationships to other services that encapsulate the behavior of part of a device – https://developer.bluetooth.org/gatt/Pages /GATT-Specification-Documents.aspx • If device is not GATT – Try using discovery – Contact the device manufacturer
  • 9. EMBARCADERO TECHNOLOGIES Bluetooth support in XE7 DEMONSTRATIONS APP TETHERING, HEART RATE
  • 10. EMBARCADERO TECHNOLOGIES Bluetooth Resources • Bluetooth samples that are included in XE7 – C++ • C:UsersPublicDocumentsEmbarcaderoStudio15.0SamplesCPPMobile SamplesDevice Sensors and ServicesBluetooth • C:UsersPublicDocumentsEmbarcaderoStudio15.0SamplesCPPRTLTethering – Object Pascal • C:UsersPublicDocumentsEmbarcaderoStudio15.0SamplesObject PascalMobile SamplesDevice Sensors and ServicesBluetooth • C:UsersPublicDocumentsEmbarcaderoStudio15.0SamplesObject PascalRTLTethering • Bluetooth and App Tethering – http://docwiki.embarcadero.com/RADStudio/XE7/en/Using_Bluetooth – http://docwiki.embarcadero.com/RADStudio/XE7/en/Using_Classic_Bluetooth – http://docwiki.embarcadero.com/RADStudio/XE7/en/Using_App_Tethering • Bluetooth.org – https://developer.bluetooth.org/ – https://developer.bluetooth.org/TechnologyOverview/Pages/BLE.aspx – https://developer.bluetooth.org/TechnologyOverview/Pages/GATT.aspx – https://developer.bluetooth.org/gatt/Pages/GATT-Specification-Documents.aspx Download a free trial – NOW! http://embt.co/trialdownloads
  • 11. EMBARCADERO TECHNOLOGIES Next Time…. • Aspect-oriented Programming using DSharp with Nick Hodges • “Coding in Delphi” - https://leanpub.com/codingindelphi • Tuesday the 23rd of September – 6AM San Francisco / 9AM New York / 2PM London / 3PM Milan – 11AM San Francisco / 2PM New York / 7PM London / 8PM Milan – 5PM San Francisco / Fri 9AM Tokyo / Fri 10AM Sydney See the full schedule - http://embt.co/Sprints14 Download your free trial now! - http://embt.co/trialdownloads
  • 12. EEMMBBAARRCCAADDEERROO T TEECCHHNNOOLLOOGGIEIESS Q & A @EmbarcaderoTech Download your free trial now! http://embt.co/trialdownloads

Notas del editor

  1. Few Slides, more demos Include links on the reference slide
  2. Specifiy the samples used Add in links to Code Central for the code and DocWiki for the Tutorials (Appmethod / RAD Studio)