web bluetooth - controlling the real world from your browser

14
Peter O’Shaughnessy Web Bluetooth Controlling the real world from your browser

Upload: pebble-code

Post on 14-Apr-2017

348 views

Category:

Software


1 download

TRANSCRIPT

Page 1: Web Bluetooth - Controlling the Real World from your Browser

Peter O’Shaughnessy

Web BluetoothControlling the real world

from your browser

Page 2: Web Bluetooth - Controlling the Real World from your Browser

www.bragi.com

Page 3: Web Bluetooth - Controlling the Real World from your Browser

www.vinaya.com

Page 4: Web Bluetooth - Controlling the Real World from your Browser

http://collr.io/

Page 5: Web Bluetooth - Controlling the Real World from your Browser

tangramfactory.com

Page 6: Web Bluetooth - Controlling the Real World from your Browser

Connected Devices

viget.com

Page 7: Web Bluetooth - Controlling the Real World from your Browser
Page 8: Web Bluetooth - Controlling the Real World from your Browser

Web Bluetooth

bit.ly/web-bluetooth-spec

Chrome for Android Dev · Chrome OS · Firefox OS

Page 9: Web Bluetooth - Controlling the Real World from your Browser
Page 10: Web Bluetooth - Controlling the Real World from your Browser
Page 11: Web Bluetooth - Controlling the Real World from your Browser

navigator.bluetooth.requestDevice({filters: [{ services: ['battery_service'] }] }).then(device => device.connectGATT()).then(server => { return

server.getPrimaryService('battery_service');}).then(service => { return

service.getCharacteristic('battery_level');}).then(characteristic => { // Reading Battery Level... return characteristic.readValue();})

bit.ly/chrome-bluetooth-guide

Page 12: Web Bluetooth - Controlling the Real World from your Browser

Live Demo

Page 13: Web Bluetooth - Controlling the Real World from your Browser

…Or video backup!

bit.ly/web-bluetooth-drone-video

Page 14: Web Bluetooth - Controlling the Real World from your Browser

@poshaughnessy

bit.ly/web-bluetooth-drone

pebblecode.com/careers/