Upgrade to Pro — share decks privately, control downloads, hide ads and more …

実演 Web Bluetooth API

実演 Web Bluetooth API

Yusuke Umahashi

February 18, 2017
Tweet

More Decks by Yusuke Umahashi

Other Decks in Technology

Transcript

  1. ✤ @niccolli / Yusuke Umahashi ✤ 秋葉原 Cerevo (2013.5~) ✤

    電気回路の設計 ✤ JavaScript / Node.js / Arduino はじめまして
  2. なぜこんなものを Until now, the ability to interact with bluetooth devices

    has been possible only for native apps. The Web Bluetooth API aims to change this and brings it to web browsers as well. Interact with Bluetooth devices on the Web By François Beaufort https://developers.google.com/web/updates/2015/07/interact-with-ble-devices-on-the-web
  3. 制限が多い ✤ HTTPでは動作しない ✤ HTTPS / localhost / file://など ✤

    プライベートIPアドレスは不可 ✤ ユーザーのアクションがないと開始しない ✤ onload()等では動作できない