36
Web Bluetooth Next Bluetooth Generation? Lars Gregori / SAP Hybris

Web Bluetooth - Next Generation Bluetooth?

Embed Size (px)

Citation preview

Page 1: Web Bluetooth - Next Generation Bluetooth?

Web Bluetooth Next Bluetooth Generation?Lars Gregori / SAP Hybris

Page 2: Web Bluetooth - Next Generation Bluetooth?

Agenda

Page 3: Web Bluetooth - Next Generation Bluetooth?

Agenda

Demos

About (Web) Bluetooth

Ideas for Web Bluetooth

Page 4: Web Bluetooth - Next Generation Bluetooth?

Demos

Page 5: Web Bluetooth - Next Generation Bluetooth?

Muki RGB Bulb

SensorTag Furby Botty

Beacon

Page 6: Web Bluetooth - Next Generation Bluetooth?

Agenda

Demos

About (Web) Bluetooth

Ideas for WebBluetooth

Page 7: Web Bluetooth - Next Generation Bluetooth?

About

Page 8: Web Bluetooth - Next Generation Bluetooth?

Bluetooth

Page 9: Web Bluetooth - Next Generation Bluetooth?

WebBluetooth

https://www.w3.org/community/web-bluetooth/

Browser:

- Chrome (macOS and Linux)

- ChromeOS

- Android

Page 10: Web Bluetooth - Next Generation Bluetooth?

WebBluetooth

https://www.w3.org/community/web-bluetooth/

Browser:

- Chrome (PC and macOS)

- ChromeOS

- Android

NOT iOS

Page 11: Web Bluetooth - Next Generation Bluetooth?

Why WebBluetooth?

- Browser; update your server

- No App

- UI (Browser; HTML)

- Runs in the Browser (not via Internet)

- Security: pop-up and ‘select’

- 10m range

Page 12: Web Bluetooth - Next Generation Bluetooth?

Why Not?

- not via Internet

- no automatic connection

- refresh/new page

Page 13: Web Bluetooth - Next Generation Bluetooth?

Protocols

Page 14: Web Bluetooth - Next Generation Bluetooth?

Protocols

Muki

https://github.com/akx/Paulig-Muki/blob/master/API.md

RGB Bulb

https://medium.com/@urish/reverse-engineering-a-bluetooth-lightbulb-56580fcb7546

SensorTag

http://processors.wiki.ti.com/index.php/CC2650_SensorTag_User's_Guide

Page 15: Web Bluetooth - Next Generation Bluetooth?

Protocols

Furby

https://github.com/Jeija/bluefluff

Botty

https://github.com/WowWeeLabs/MiP-BLE-Protocol

Page 16: Web Bluetooth - Next Generation Bluetooth?

Agenda

Demos

About (Web) Bluetooth

Ideas for Web Bluetooth

Page 17: Web Bluetooth - Next Generation Bluetooth?

Ideas

Page 18: Web Bluetooth - Next Generation Bluetooth?
Page 19: Web Bluetooth - Next Generation Bluetooth?

Muki: Shoe

Page 20: Web Bluetooth - Next Generation Bluetooth?

Muki: Hybris Marketing Cloud (yMKT)

Page 21: Web Bluetooth - Next Generation Bluetooth?

RGB Bulb: Mood

Page 22: Web Bluetooth - Next Generation Bluetooth?

SensorTag: Ajax-Zoom

Page 23: Web Bluetooth - Next Generation Bluetooth?

SensorTag: (Firmware) Update

Page 24: Web Bluetooth - Next Generation Bluetooth?

Furby: Buy New Features

Page 25: Web Bluetooth - Next Generation Bluetooth?

Furby: Blinde Kuh / Hot on Sale

Page 26: Web Bluetooth - Next Generation Bluetooth?

Furby: Shopping Flat

Page 27: Web Bluetooth - Next Generation Bluetooth?

Botty: Delivery Service

Page 28: Web Bluetooth - Next Generation Bluetooth?

Beacon: 2-Factor Auth

Page 29: Web Bluetooth - Next Generation Bluetooth?

Heart Rate

Page 30: Web Bluetooth - Next Generation Bluetooth?

Build your own Bluetooth device

Page 31: Web Bluetooth - Next Generation Bluetooth?

Bluetooth Devices

Arduino 101

Raspberry Pi 3

Intel Edison

LightBlueBean

Page 32: Web Bluetooth - Next Generation Bluetooth?

Bluetooth Devices

Arduino 101

Raspberry Pi 3

Intel Edison

LightBlueBean: Moto

Page 33: Web Bluetooth - Next Generation Bluetooth?

Arduino 101: LED Example

Page 34: Web Bluetooth - Next Generation Bluetooth?

Agenda

Demos

About (Web) Bluetooth

Ideas for Web Bluetooth

+ Build your own Bluetooth device

Page 35: Web Bluetooth - Next Generation Bluetooth?

Thank you!@choas

Page 36: Web Bluetooth - Next Generation Bluetooth?

Links

Web Bluetooth:

https://www.w3.org/community/web-bluetooth/

https://webbluetoothcg.github.io/web-bluetooth/

https://developers.google.com/web/updates/2015/07/interact-with-ble-devices-on-the-web

https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API

Examples:

https://googlechrome.github.io/samples/web-bluetooth/

Moto Prototype:

https://labs.hybris.com/prototype/moto/

Muki (Node.js):

https://github.com/sprusr/muki.js

More:

https://medium.com/@urish/is-now-a-good-time-to-start-using-web-bluetooth-hint-yes-yes-it-is-99e998d7b9f6