Skip to content

Commit

Permalink
Updated the folder name and workflow, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
suvarna84 committed Dec 10, 2024
1 parent 90761b2 commit 27c67a3
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
paths:
- ".github/workflows/compile-examples.yml"
- "examples/**"
- "src/**"

pull_request:
paths:
- ".github/workflows/compile-examples.yml"
- "examples/**"
- "src/**"


jobs:
build:
Expand Down
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,11 @@ Protocentral OpenOx is a new standalone, wireless pulse oximetry breakout board

Protocentral OpenOx redefines mobility and wireless capabilities. It functions as a data acquisition system, allowing for continuous real-time monitoring of blood oxygen levels via BLE, which improves the user's medical care within his or her environment as well as medical research opportunities. The standard Nellcor probe is used, which is comfortable to wear, does not restrict the user's freedom of movement, and functions as a battery-powered standalone device.

# Features

* Microcontroller and wireless connectivity: ESP32, in WROOM32 module format, with a Dual-core Xtensa 32-bit CPU, 4 MB of on-board flash, Wi-Fi, and support for BLE
* Wireless interface: Bluetooth Low Energy (BLE)
* Firmware is written using the Arduino IDE
* Texas Instruments AFE4400 Single chip pulse pulse-oximetry front-end IC
* Standard Nellcor compatible DB9 connector for probe
* Calculates Spo2 values with provided code
* Real-time display of PPG (Photoplethysmogram)
* Data transmission over USB and/or BLE.
* Compatible with the ProtoCentral OpenView visualization program.

## Hardware Setup

Connection with the Arduino board is as follows:

|OpenOx pin label| Arduino Connection |Pin Function |
|:-----------------: |:---------------------:|:------------------:|
| Tx0 | | Serial Data |
Expand All @@ -50,7 +39,6 @@ Connection with the Arduino board is as follows:

<center>

![Scan](./assets/scan_healthypi_app.png)
![Home](./assets/home_healthypi_app.png)

</center>
Expand Down
Binary file modified assets/home_healthypi_app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/plots_healthypi_app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/scan_healthypi_app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Empty file removed hardware/.placeholder
Empty file.
File renamed without changes

0 comments on commit 27c67a3

Please sign in to comment.