https://github.com/labstreaminglayer/app-nonin
Read from Nonin Xpod 3012 LP USB PPG devices, stream as LSL
https://github.com/labstreaminglayer/app-nonin
lsl nonin ppg
Last synced: 5 months ago
JSON representation
Read from Nonin Xpod 3012 LP USB PPG devices, stream as LSL
- Host: GitHub
- URL: https://github.com/labstreaminglayer/app-nonin
- Owner: labstreaminglayer
- Created: 2021-11-02T19:36:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T13:42:04.000Z (over 4 years ago)
- Last Synced: 2025-08-24T15:21:21.812Z (10 months ago)
- Topics: lsl, nonin, ppg
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## App-Nonin
Streams PPG and Status data from a Nonin Medical Pulse Oximeter (Xpod 3012 LP USB) over LSL
## Install
```pip install nonin```
## Example
```
usage: nonin-lsl [-h] [--scan] [--port PORT]
Stream Nonin Medical Xpod 3012 LP USB Pulse Oximeter
optional arguments:
-h, --help show this help message and exit
--scan report the available devices
--port PORT which port to use
```