Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 831 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 831 Bytes

demo

SpO2 BLE for Android

This demo show you how to connect the BLE Oximeters, obtain & parse data, and display the pulse wave.For protocol details. please download the paper https://github.com/zh2x/BCI_Protocol

该demo用于演示如何连接 BLE 蓝牙血氧仪,获取并解析数据以及显示脉搏波形。关于协议细节可以下载协议文档 https://github.com/zh2x/BCI_Protocol

Attention 注意

if targetSdkVersion >= 23 , you shall add the permissions below, and make sure the app can obtain these permissions.

如果 targetSdkVersion >= 23 , 请加入一下权限, 并确保app能得到这些权限。

<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />