Skip to main content

GUI to demo continuous blood pressure sensing

Project description

UCI cBP demo

https://img.shields.io/pypi/v/uci_cbp_demo.svg https://img.shields.io/travis/taoyilee/uci_cbp_demo.svg Documentation Status

GUI to demo continuous blood pressure sensing works on Linux, Windows, and MacOS X. This GUI requires custom firmware installed on MbientLab Metamotion R device, and a capacitor to digital converter from Analog Devices, AD7746.

Pull requests welcome! Please fork repository to begin with.

Quick Start

Following command assumes a Linux environment. For Windows and MacOSX setup, you may need to tweak the commands a little bit, according to your system setup.

# setup virtual environment
python -m venv venv

# enter virtual environment
source venv/bin/activate

# install the latest code from PyPI
pip install uci-cbp-demo

# power up the hardware

# start GUI with parameters a=1 b=0
uci_cbp_demo gui -a 1 -b 0

To list available CLI options, use

uci_cbp_demo gui --help
# Usage: uci_cbp_demo gui [OPTIONS]
#
# Options:
# -a INTEGER  Scaling coefficient
# -b INTEGER  Shifting in Y
# --help      Show this message and exit.

Troubleshooting

  1. If you run into issues saying

    Could not fetch URL https://pypi.python.org/ … There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:645) - skipping

    Try follow steps described in pypa repository

curl https://bootstrap.pypa.io/get-pip.py | python

MAC OS Notes

  1. OS X/macOS support via Core Bluetooth API, from at least version 10.11

  2. The macOS backend of Bleak is written with pyobjc directives for interfacing with Foundation and CoreBluetooth APIs. There are some values that pyobjc is not able to overwrite and thuse the corebleak framework was written to circumvent these issues. The most noticible difference between the other backends of bleak and this backend, is that CoreBluetooth doesn’t scan for other devices via MAC address. Instead, UUIDs are utilized that are often unique between the device that is scanning the the device that is being scanned.

History

0.1.0 (2020-02-17)

  • First release on PyPI.

0.1.2 (2020-02-17)

  • Fix typo and restrict support to Python 3.8

0.1.3 (2020-02-17)

  • Add device scanner and MacOSX support

0.2 (2020-02-17)

  • Support 2 channel operation and new board

0.5.0 (2020-04-19)

  • Supports waveform export

  • Allows searching for devices from GUI

  • GUI settings persistence

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uci_cbp_demo-0.6.0.tar.gz (563.8 kB view details)

Uploaded Source

Built Distribution

uci_cbp_demo-0.6.0-py2.py3-none-any.whl (28.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file uci_cbp_demo-0.6.0.tar.gz.

File metadata

  • Download URL: uci_cbp_demo-0.6.0.tar.gz
  • Upload date:
  • Size: 563.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.5

File hashes

Hashes for uci_cbp_demo-0.6.0.tar.gz
Algorithm Hash digest
SHA256 5b22435c57b33d0632606226ea6d9cc2638b617e9a8eb124263aef25be1663b0
MD5 3c8369699b7d01279af720963308b173
BLAKE2b-256 e76f6a2bec1e0496bed41b3fcb63f306f8d3e06d1354567c46b2dda0f23d8b9c

See more details on using hashes here.

File details

Details for the file uci_cbp_demo-0.6.0-py2.py3-none-any.whl.

File metadata

  • Download URL: uci_cbp_demo-0.6.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 28.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.5

File hashes

Hashes for uci_cbp_demo-0.6.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f4b166b10c3c574d059a307ff55505e11231399da2556d4de577b4527f8879a2
MD5 5afee1f5e70f8a6d5b9b6c9252ba0474
BLAKE2b-256 c7591b79a8f86c126ca65bd208e7222932f403db85d8dfc6bc3a5f03fdf13da8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page