Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itsBelinda authored Aug 20, 2020
1 parent 04531d8 commit 0978a2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
The aim of this project is to test the reliability of automatic oscillometric blood pressure measurements by implementing a real-time application in C++. The application automatically measures the user's pulse and blood pressure by using a manual blood pressure cuff equipped with a pressure sensor that is connected to a [USB-DUX-SIGMA](http://www.linux-usb-daq.co.uk/prod2_duxsigma/) converter, connected to a Linux computer.

<p align="center">
<img src="https://raw.githubusercontent.com/itsBelinda/obp/5ca53efaa86aebf01caa8123753ec84f7c92562b/doc/latex/figures/hw_overview.svg" alt="obp hardware overview." width="80%">
<img src="https://itsbelinda.github.io/obp/doc/latex/figures/hw_overview.svg" alt="obp hardware overview." width="80%">
</p>

If there is no USB-DUX devide connected to the computer, the application will not start up. If the USBDUX-D device is used, a warning will be written into the programs log file, but the application will still run. The USBDUX-D device has only 12-bit instead of 24, like the SIGMA device, which is not enough for the blood pressure detection to work.

## Demonstration

A demonstration of the application can be found on YouTube.

<p align="center" target="_blank">
<a href="https://youtu.be/3zEBVUrJrbY">
<img src="https://img.youtube.com/vi/3zEBVUrJrbY/sddefault.jpg" alt="obp hardware overview.">
Expand Down

0 comments on commit 0978a2f

Please sign in to comment.