Go to advanced search

by Charles Gwellem
Mon Feb 16, 2015 12:30 pm
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: Interfacing a Pulse oximeter with a RPI
Replies: 27
Views: 11974

Re: Interfacing a Pulse oximeter with a RPI

Hi folks, I ran a python code and had the following output from the pulsox. 1) Can someone please propose a short program to decode the output? 2)How can I make the output print continously? -Output pi@raspberrypi ~ $ python puls.py 0x78 0x78 0x78 0x72 0x6a 0x5f 0x53 0x45 0x38 0x31 0x33 0x40 0x56 0x...
by Charles Gwellem
Sun Jan 25, 2015 12:47 pm
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: Interfacing a Pulse oximeter with a RPI
Replies: 27
Views: 11974

Re: Interfacing a Pulse oximeter with a RPI

we expect to see data like this unbder normal circumstances

SPO2=096% BPM=106 PI=01.68% SPCO=--.-% SPMET=--.-% DESAT=-- PIDELTA=+--
by Charles Gwellem
Sun Jan 25, 2015 12:24 pm
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: Interfacing a Pulse oximeter with a RPI
Replies: 27
Views: 11974

Re: Interfacing a Pulse oximeter with a RPI

Thanks alot Joan...I tried that and it produced raw data that looked like this:
"zyz�J�0|zyz�J�0|zyz�J�0|zyz�J�0|zyz�J�0|zyz�J�0|zyz�J�0|zyz"


I am now seeking for a simple example of a program that would contain the source code on page 13 of the puls ox manual
by Charles Gwellem
Sun Jan 25, 2015 11:56 am
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: Interfacing a Pulse oximeter with a RPI
Replies: 27
Views: 11974

Re: Interfacing a Pulse oximeter with a RPI

Please can someone write a simple example code I can use to test the pulse oximeter atleast for a begining?
by Charles Gwellem
Mon Jan 12, 2015 2:24 pm
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: Interfacing a Pulse oximeter with a RPI
Replies: 27
Views: 11974

Re: Interfacing a Pulse oximeter with a RPI

Hi Joanna, I connected the serial port of theb pulse ox to the USB of the RPi using a serial to usb cable....I powered the Pulse ox with a well regulated 3V3 voltage supply...i issued the following commands in their respective order; 1)to know the name of the usb->serial adapter device on the RPi . ...
by Charles Gwellem
Wed Dec 10, 2014 6:16 am
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: Interfacing a Pulse oximeter with a RPI
Replies: 27
Views: 11974

Re: Interfacing a Pulse oximeter with a RPI

Dear Joanna, I am extremely grateful for all your help.It is helping me alot. I have tried to type in the Source code example for protocol 2 (which is in Turbo C) into the LX Terminal of the RPI. But each time I try to save and compile, I recieve various error messages either about syntax and other ...
by Charles Gwellem
Tue Dec 09, 2014 10:27 am
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: Interfacing a Pulse oximeter with a RPI
Replies: 27
Views: 11974

Re: Interfacing a Pulse oximeter with a RPI

Hello Joan, I have gone through the data sheet and the technical manual of the pulse oximeter. Please can you enlighten me on the major steps i need to carry out especially with the software aspect of the project?My project consists of displaying the pulse oximeter data on a raspberry PI.Very very f...
by Charles Gwellem
Mon Dec 08, 2014 9:43 am
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: Interfacing a Pulse oximeter with a RPI
Replies: 27
Views: 11974

Re: Interfacing a Pulse oximeter with a RPI

Dear Joan,
I am honored by your kind attention and reply.

Do you mean I can just go ahead and connect the POX to the PI without modifiying anything? Did I get you well? If not please enlighten me more about your response.
by Charles Gwellem
Mon Dec 08, 2014 9:18 am
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: Interfacing a Pulse oximeter with a RPI
Replies: 27
Views: 11974

Re: Interfacing a Pulse oximeter with a RPI

Dear Ghan,

I thank you for your attention..here is a more precise link:
http://www.medlab-gmbh.de/english/modul ... ry/eg00352

the datasheet and technical specifications for the poximeter is found in this link
by Charles Gwellem
Mon Dec 08, 2014 8:58 am
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: Interfacing a Pulse oximeter with a RPI
Replies: 27
Views: 11974

Re: Interfacing a Pulse oximeter with a RPI

Dear Mr.Texy,
I am honored by your kind attention here is the link:
http://www.medlab-gmbh.de/english/modul ... ry/eg00352

The datasheet and technical specifications for the poximeter are found in this link under the ''download'' rubric
by Charles Gwellem
Mon Dec 08, 2014 8:26 am
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: Interfacing a Pulse oximeter with a RPI
Replies: 27
Views: 11974

Interfacing a Pulse oximeter with a RPI

Hello dear folks,
I am a beginner with the RPI and a beginner too with computer technology. But I have been given an assignment : I need to read data from a pulse oximeter device using an RPI and display the data on a display.
How can I go about this?
I would be very grateful for any proposals.

Go to advanced search