Protocentral / protocentral-ads1292r-arduino

Arduino Library for the ADS1292R ECG/Respiration shield and breakout boards from ProtoCentral
https://protocentral.com/product/ads1292r-ecg-respiration-shield-for-arduino-v2/
Other
13 stars 6 forks source link

Lead-off Detection Issue #7

Open QQ39272490 opened 1 year ago

QQ39272490 commented 1 year ago

With the ADS1292RIPBSR chip and the test example program, I'm experiencing an issue where the status remains unchanged when ECG leads are either plugged in or unplugged, even though I'm using the following code: if (ecgRespirationValues.leadoffDetected == false) The lead-off status remains unchanged.