All Projects → zh2x → SpO2-BLE-for-Android

zh2x / SpO2-BLE-for-Android

Licence: other
A demo for the Oximeters with 4.0BLE inside.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to SpO2-BLE-for-Android

AFE4490 Oximeter
This pulse oximetry shield from ProtoCentral uses the AFE4490 IC to enable your Arduino to measure heart rate as well as SpO2 values.
Stars: ✭ 39 (+34.48%)
Mutual labels:  pulse-oximeter, spo2
android-ble-made-easy
An Android Library for handling Bluetooth Low Energy on Android Easy
Stars: ✭ 34 (+17.24%)
Mutual labels:  ble
esphome-components
ESPHome components
Stars: ✭ 62 (+113.79%)
Mutual labels:  ble
stravaV10
Open source bike GPS: with Strava segments !
Stars: ✭ 34 (+17.24%)
Mutual labels:  ble
IOsonata
IOsonata multi-platform multi-architecture power & performance optimized software library for fast and easy IoT MCU firmware development. Object Oriented design, no board package to define, just pure plug & play any boards
Stars: ✭ 40 (+37.93%)
Mutual labels:  ble
bluetooth-manager
Java Bluetooth Manager. A library/framework for managing bluetooth adapters, bluetooth devices, GATT services and characteristics
Stars: ✭ 75 (+158.62%)
Mutual labels:  ble
awesome-bluetooth-security
List of Bluetooth BR/EDR/LE security resources
Stars: ✭ 220 (+658.62%)
Mutual labels:  ble
pxt-bluetooth-gamepad
BLE HID Gamepad module for micro:bit
Stars: ✭ 20 (-31.03%)
Mutual labels:  ble
zhe
Lighter-than-air, peer-to-peer, bounded, non-blocking, non-threaded, etc., publish-subscribe networking
Stars: ✭ 44 (+51.72%)
Mutual labels:  ble
android-ponewheel
pOneWheel Android app
Stars: ✭ 66 (+127.59%)
Mutual labels:  ble
bluetooth
Android Bluetooth examples
Stars: ✭ 80 (+175.86%)
Mutual labels:  ble
tuya-iotos-embeded-sdk-wifi-ble-bk7231n
Tuya IoTOS Embeded SDK WiFi & BLE for BK7231N
Stars: ✭ 21 (-27.59%)
Mutual labels:  ble
Arduino-BLE-MIDI
MIDI over Bluetooth Low Energy (BLE-MIDI) 1.0 for Arduino
Stars: ✭ 133 (+358.62%)
Mutual labels:  ble
python-sonicare
Python library to communicate with a Phillips Sonicare toothbrush via Bluetooth Low Energy
Stars: ✭ 46 (+58.62%)
Mutual labels:  ble
ble-utilities-unreal
This is Unreal Engine plugin that allows to scan for BLE devices with Cycling Power service running, connect to one of them and subscribe for its notifications.
Stars: ✭ 48 (+65.52%)
Mutual labels:  ble
ZJ-SDK-RT-Thread-NORDIC
基于RT-Thread操作系统在子敬电子ZJ-TEK系列开发板的软件开发包
Stars: ✭ 68 (+134.48%)
Mutual labels:  ble
wx-ant-ble
微信、支付宝小程序BLE蓝牙SDK
Stars: ✭ 75 (+158.62%)
Mutual labels:  ble
goble
Bluetooth Low Energy for Go
Stars: ✭ 43 (+48.28%)
Mutual labels:  ble
ruuvitag-demo
Demo of reading Bluetooth Low Energy sensor measurements of RuuviTag environmental sensors and feeding them to MQTT, a database and dashboards
Stars: ✭ 14 (-51.72%)
Mutual labels:  ble
ESP32 BLE OTA Arduino
OTA update on ESP32 via BLE
Stars: ✭ 41 (+41.38%)
Mutual labels:  ble

SpO2 BLE for Android

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

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

Location Permissions

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

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].