From 5c7b082048545772850f22d67d2e90e0667429d6 Mon Sep 17 00:00:00 2001 From: Molecular Descriptor Date: Thu, 2 Apr 2020 17:23:58 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb1b624..8fcfb34 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ At minimum, in order to accept a bug report I need you to: A. Obtain at least one batch of the _RAW_ _DATA_ coming from the MAX30102 sensor, both red and IR channels, preferably as two columns of 100 numbers. Turn #DEBUG or #SAVE_RAW_DATA directive on in RD117_ARDUINO.ino to get raw data in the Serial Monitor. -B. _Plot_ the data on your end making sure that the resulting graph matches examples of _good_ signal in this project's Instructable. If not, then don't expect a bad signal to produce correct results! +B. _Plot_ the data on your end making sure that the resulting graph matches examples of _good_ signals in this project's Instructable or the ExpectedGoodQualitySignals.png image above. If not, then don't expect a bad signal to produce correct results! C. If the signal is of good quality, but the code still refuses to cooperate, then send the data to me, but please don't use Instructables mail for this purpose (data always comes truncated)! Preferably, open a new issue in this GitHub repository and paste the data there.