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)
- Host: GitHub
- URL: https://github.com/jcomas/pulseoximetersp001
- Owner: jcomas
- License: mit
- Created: 2020-12-23T23:11:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-22T21:25:40.000Z (over 5 years ago)
- Last Synced: 2025-07-31T02:25:58.813Z (11 months ago)
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)