Skip to content

Latest commit

 

History

History

web-client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Web BLE Client

Example code of BLE client for web browser.

Table of Contents

Requirements

Browser

  • Chrome 56

This example use Web Bluetooth API. See this Browser compatibility.

Usage

Open public/index.html in the web browser.

Or create http server, like this.

$ cd public
$ python3 -m http.server 8000

After create the server, oepn http://localhost:8000 in the web browser.