An open API service indexing awesome lists of open source software.

https://github.com/jcomas/pulseoximetersp001

Software for Fingertip Pulse Oximeter SP001 Bluetooth Low Energy (BLE)
https://github.com/jcomas/pulseoximetersp001

Last synced: 3 months ago
JSON representation

Software for Fingertip Pulse Oximeter SP001 Bluetooth Low Energy (BLE)

Awesome Lists containing this project

README

          

Fingertip Pulse Oximeter SP001 with Bluetooth Low Energy
========================================================

Fingertip Pulse Oximeter SP001 is a low cost bluetooth low energy (BLE) device to get data about SpO2 (% oxigen saturation), PR (pulse rate, beats per minute (BPM) of heart) and PI (% perfusion index).

Goals:
-----
* Develop custom software for Pulse Oximeter SP001
* First software: Android App with minimal permissions

Software to build the App:
-------------------------
* [Kodular IDE](https://www.kodular.io/)
* [TableView extension](https://community.appybuilder.com/t/tableview-extension-v3/15122)
* [BluetoothLE extension](https://mit-cml.github.io/extensions/)

Progress:
--------
* Publish first version
* Android app developed in Kodular :heavy_check_mark:
* Scan bluetooth devices :heavy_check_mark:
* Get mac address and verify device :heavy_check_mark:
* Get battery info :heavy_check_mark:
* Get data sensors info :heavy_check_mark:
* Record to database :heavy_check_mark:
* Export data to CSV :heavy_check_mark:
* Multi-language (english, spanish and catalan) :heavy_check_mark:

To do:
-----
* Color recommendations
* Filter by date
* Multi-user data, for each person define: name, photo, sex, photo, age, Height (cm), Weight (kg)
* Graphics

Resources:
---------
* [Product info Pulse Oximeter SP001](http://www.manridy.com/en/product-19070-18734-169757.html)
* [The MIT App Inventor Library: Documentation & Support](https://appinventor.mit.edu/explore/library)
* [App Inventor Tips & Tricks](http://appinventor.mit.edu/explore/tips)
* [Kodular Docs](https://docs.kodular.io/)
* [Material Design Icons](https://materialdesignicons.com/)
* [App Inventor + IoT: Basic Bluetooth Connection Setup](http://iot.appinventor.mit.edu/assets/tutorials/MIT_App_Inventor_Basic_Connection.pdf)
* [BluetoothLE extension doc](http://iot.appinventor.mit.edu/#/bluetoothle/bluetoothleintro)
* [Bluetooth LE packet capture on Android](https://medium.com/propeller-health-tech-blog/bluetooth-le-packet-capture-on-android-a2109439b2a1)
* [SQLite Cheat Sheet](https://www.sqlitetutorial.net/sqlite-cheat-sheet/)
* [Datatypes In SQLite Version 3](https://sqlite.org/datatype3.html)
* [Wearfit BO - Manufacturer Android App](https://play.google.com/store/apps/details?id=com.wakeup.smartspo)