LoginSignup
1
3

More than 5 years have passed since last update.

Web Bluetooth APIのサンプル

Posted at

概要

Web Bluetooth APIのサンプル
オムロン製 2JCIE-BL01のデータを取得してグラフで表示するサンプル

※web bluetooth apiが動作する環境でしか動作しないので、
クライアント側は、Android7.1 + Chrome61で確認

ソース

Y05H1/web-bluetooth-api-sample

インストール

事前準備

下記とかを参考にWebサーバのインストールと、https設定を実施
(CentOS7.3 + httpdで確認)

インストール

ソースをcloneする

# cd /var/www/html/
# git clone https://github.com/Y05H1/web-bluetooth-api-sample.git
# systemctl restart httpd 

使い方

  1. スマホのブラウザでソースを配置したWebサーバにアクセスする
  2. 収集開始・終了日時を指定してSEARCHボタンを押す
1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3