Slide 55
Slide 55 text
Web Bluetooth API での 3つの処理
・Read、Write、Notification
Read Write Notification
センサーの値を任意の
タイミングで読み取る
LED・モーターなどの
制御情報を送る
デバイスから通知される
値を読み取る
定期的な送信や状態変化
の際に送信される等
●Web Bluetooth
https://webbluetoothcg.github.io/web-bluetooth/
●DataView - JavaScript | MDN
https://developer.mozilla.org/ja
/docs/Web/JavaScript/Referenc
e/Global_Objects/DataView
●BufferSource - Web API | MDN
https://developer.mozilla.org/ja/docs/We
b/API/BufferSource