Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Bluetooth Low Energy Overview for iOS
Search
David Truxall
November 04, 2015
Programming
0
60
Bluetooth Low Energy Overview for iOS
A presentation I gave at GVSU
David Truxall
November 04, 2015
Tweet
Share
More Decks by David Truxall
See All by David Truxall
Environment Configuration for JavaScript Apps
davetrux
0
790
Everyday Animations in Android
davetrux
0
810
Psychology Behind Compelling Apps
davetrux
0
1.3k
Accessibility In Android
davetrux
0
1.2k
Android Authentication in a Web World
davetrux
0
1.3k
Build Apps Users Want To Use
davetrux
0
1.6k
Software In Motion: Continuous Delivery for Mobile
davetrux
0
61
Mobile Authentication In the Web World
davetrux
1
56
iOS for Android Developers (with Swift)
davetrux
1
320
Other Decks in Programming
See All in Programming
Signals & Resource API in Angular: 3 Effective Rules for Your Architecture @BASTA 2025 in Mainz
manfredsteyer
PRO
0
110
CSC509 Lecture 05
javiergs
PRO
0
300
Cloudflare AgentsとAI SDKでAIエージェントを作ってみた
briete
0
130
Introducing ReActionView: A new ActionView-Compatible ERB Engine @ Kaigi on Rails 2025, Tokyo, Japan
marcoroth
3
980
『毎日の移動』を支えるGoバックエンド内製開発
yutautsugi
2
220
Go言語の特性を活かした公式MCP SDKの設計
hond0413
1
210
明日から始めるリファクタリング
ryounasso
0
130
uniqueパッケージの内部実装を支えるweak pointerの話
magavel
0
960
Advance Your Career with Open Source
ivargrimstad
0
460
非同期jobをtransaction内で 呼ぶなよ!絶対に呼ぶなよ!
alstrocrack
0
620
CSC305 Lecture 01
javiergs
PRO
1
400
SpecKitでどこまでできる? コストはどれくらい?
leveragestech
0
660
Featured
See All Featured
GraphQLとの向き合い方2022年版
quramy
49
14k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Facilitating Awesome Meetings
lara
56
6.6k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.5k
How GitHub (no longer) Works
holman
315
140k
Typedesign – Prime Four
hannesfritz
42
2.8k
Git: the NoSQL Database
bkeepers
PRO
431
66k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Writing Fast Ruby
sferik
629
62k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
Transcript
Proximity and iOS David Truxall, Ph.D. Mobility Tech Lead Nov
4, 2015
About Me @davetrux http://blog.davidtruxall.com http://bit.ly/hpe-code
The Plan – Learn about BLE – See some demos
– See some code 3
Bluetooth Low Energy (BLE) 4 Android 4.3+ iOS 6+ OS
X 10.9+ – Decreased Power Consumption – Low cost devices – Excellent Range
Differs from Bluetooth Classic – No registration – No backwards
compatibility 5
BLE Devices 6
Proximity – Relative Distance to device – Non-directional alone –
Directional with help 7 Near Intermediate Far
BLE – App Interactivity Demo 8 HP RTHS
Code 9
Beacon Vendors from Demo – Aruba http://www.arubanetworks.com/products/mobile-engagement/aruba-beacons/ – Estimote http://estimote.com/ – Gimbal http://www.gimbal.com/developers/#resources
– Kontakt http://kontakt.io/ – Many others 10
Resources – http://www.bluetooth.com/Pages/Bluetooth-Home.aspx – https://developer.apple.com/bluetooth/ – https://developers.google.com/beacons/?hl=en – https://developer.apple.com/ibeacon/ – https://www.youtube.com/watch?v=rT6Rhkouep0 11
Later 12