/ble-test-peripheral-android

A BLE Peripheral Simulator App - forked from WebBluetoothCG/ble-test-peripheral-android

Primary LanguageJavaApache License 2.0Apache-2.0

This is not my original work!!!! PLEASE beware!!!!

Original work : https://github.com/WebBluetoothCG/ble-test-peripheral-android

BLE Peripheral Simulator

Build Status

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 build it from source or install it from the Google Play Store.

A developer can use the app to simulate a BLE Peripheral with one of three services:

  • Battery Service
  • Heart Rate Service
  • Health Thermometer Service

The developer can use the new Web Bluetooth features to connect to the app to Read and Write Characteristics, Subscribe to Notifications for when the Characteristics change, and Read and Write Descriptors.

From the app a developer can set the characteristics' values, send notifications and disconnect.

Battery Service Heart Rate Service Health Thermometer Service

#Additional Menu by DukiChoi

I added one more service called NordicUart Service. This is as service for connecting BLE application with BLE central devices using nordic uart service. This service also acts as BLE periphral like the services listed above. By Nordic uart service device which scans and connects this adroid application can get notified message via TxChar and write message via RxChar.

  • Nordic Uart Service

NordicUart Service Menu NordicUart Service Service

Caveats

BLE peripheral mode was introduced in Android 5.0 Lollipop. Due to hardware chipset dependency, some devices don't have access to this feature. Here's a non-exhaustive list of devices that support BLE peripheral mode at the time of writing: Nexus 5X, Nexus 6P, Nexus 6, Nexus 9, Moto E 4G LTE, LG G4, Galaxy S6. See https://altbeacon.github.io/android-beacon-library/beacon-transmitter-devices.html for more.

Source: http://stackoverflow.com/questions/26482611/chipsets-devices-supporting-android-5-ble-peripheral-mode