Protocentral / ADS1292rShield_Breakout

https://protocentral.com/product/ads1292r-ecg-respiration-breakout-kit/
Other
51 stars 36 forks source link

global_respirationRate is null #9

Open kaline opened 6 years ago

kaline commented 6 years ago

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 commented 5 years ago

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

yasaswinir commented 5 years ago

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 commented 5 years ago

@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 commented 3 years ago

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.