BLE Peripheral Simulator

by WebBluetoothCG


ライブラリ&デモ

無料



The BLE Peripheral Simulator is an Android app that allows developers to try out new features of Web Bluetooth without the need for a BLE Peripheral Device. You can check the code at: https://github.com/WebBluetoothCG/ble-test-peripheral-androidA developer can use the app to simulate a BLE Peripheral with one of two services:
* Battery Service * Heart Rate Service
The developer can use the new Web Bluetooth features to connect to the app to Read and Write Characteristics, and Subscribe to Notifications for when the Characteristics change. Developers can also close the connection from the Peripheral App.
From the app a developer can set the characteristics' values and send notifications.