Skip to content

GaryLee271/SpO2-BLE-for-Android

 
 

Repository files navigation

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" />

About

A demo for the Oximeters with 4.0BLE inside.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%