Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

global_respirationRate is null #9

Open
kaline opened this issue Mar 21, 2018 · 4 comments
Open

global_respirationRate is null #9

kaline opened this issue Mar 21, 2018 · 4 comments

Comments

@kaline
Copy link

kaline commented Mar 21, 2018

Inside the example code is not possible measure the respiration, the monitor serial always print '0':
Somebody has any ideas about the problem?

The piece of code:

Serial.print("heart_rate->");
Serial.println(global_HeartRate);
Serial.print("respiration_rate-> ");
Serial.println(global_RespirationRate);

@pzink
Copy link

pzink commented Nov 23, 2018

The most recent example code doesn't include any output of respiration rate. Is there older or better example code that includes that?

@yasaswinir
Copy link

Hello @pzink @kaline ,
Sorry for the inconvenience. We are trying to fix the issues in both GUI and the code. Meanwhile if you want to check the respiration rate , you can verify in the log file created after you click record in the Processing GUI. The respiration rate is saved into the log file.

Thank you for bringing the issue forward!

@preksha02
Copy link

@yasaswinir
whether the issue resolve? because still i am facing the same problem. I am only able to view ECG not the respiration in arduino IDE.

@yingshaoxo
Copy link

whether the issue resolve? because still i am facing the same problem. I am only able to view ECG not the respiration in arduino IDE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants