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
800
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
53
iOS for Android Developers (with Swift)
davetrux
1
310
Other Decks in Programming
See All in Programming
OpenNext + Hono on Cloudflare でイマドキWeb開発スタックを実現する
rokuosan
0
120
つよそうにふるまい、つよい成果を出すのなら、つよいのかもしれない
irof
1
280
人には人それぞれのサービス層がある
shimabox
3
670
生成AIで日々のエラー調査を進めたい
yuyaabo
0
520
Gleamという選択肢
comamoca
6
690
KotlinConf 2025 現地で感じたServer-Side Kotlin
n_takehata
1
200
統一感のある Go コードを生成 AI の力で手にいれる
otakakot
0
2.9k
技術懸念に立ち向かい 法改正を穏便に乗り切った話
pop_cashew
0
1.3k
エラーって何種類あるの?
kajitack
5
140
関数型まつり2025登壇資料「関数プログラミングと再帰」
taisontsukada
2
790
漸進。
ssssota
0
1.9k
ドメインモデリングにおける抽象の役割、tagless-finalによるDSL構築、そして型安全な最適化
knih
10
1.8k
Featured
See All Featured
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
47
2.8k
Writing Fast Ruby
sferik
628
61k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
GitHub's CSS Performance
jonrohan
1031
460k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.7k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.6k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
650
Music & Morning Musume
bryan
46
6.6k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Optimizing for Happiness
mojombo
379
70k
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