lbugnon wrote:Thank you very much for your info! As I'm not specifically in apnea research, I was concerned only for the file format. As you say the file can be exported in CVS, there should be no problem to read the data.
I'm wondering, the stored data is only the PO2% and heart rate, or it also stores the pulse wave?
user_1_1_20140416071108.txt
name=user
sex=0
age=0
Nationality=
weight=0.00 kg
height=0.00 cm
comment=
PIType=1
startTime=2014-04-16 05:18:58
length=4940
user_1_1_20140416071108.csv
SPO2,PULSE
96, 52
96, 52
96, 52
96, 52
96, 52
96, 52
96, 52
96, 52
96, 52
96, 52
...
lbugnon wrote:I'll need a model that allow real-time, I read that CMS-50H would do it, but as you say, I don't know if I can export the data without close the session.
All I can offer is that the SpO2 Assistant v2.50 has the ability to render a "real time" data stream. I assume this means at least one device has the ability to stream data out the USB port in a streaming mode. Possibly the fingertip mounted devices /w USB port have this feature.
I have no clue how "real time" the data would be. USB has all kinds of buffering, latency, jitter, and drift depending on how the application implemented the USB and application protocol stacks. The wrist mounted CMS-50F monitoring device draws a pretty little pulse wave graph on it's display but who knows really how much is real data vs a pulse template applied to a low frequency sampling algorithm.
Don't know how much error your application can tolerate. These are really simple devices. Maybe look at
http://hackaday.com/?s=oximeter to see how others have implemented the sensor.