WorldFamousElectronics / PulseSensor_Amped_Arduino

PulseSensor Arduino code for BPM and Processing-Visualizer
MIT License
238 stars 206 forks source link

I'm getting weird numbers and outputs from the pulse sensor #42

Open quackamadoodleduck opened 7 years ago

quackamadoodleduck commented 7 years ago

Please help quick! I'm getting weird numbers and outputs when I run the code with the pulse sensor 0,600,0 583 0,604,576 0,604,574 0,604,569 0,604,562 0,604,556 0,604,547 0,604,547 0,604,543 4,587 0,604,586 0,604,584 0,604,583 0,604,576 0,604,574 0,604,569 0,604,562 0,604,556 0,604,547 0,604,547 0,604,543 0,600,0 0,600,434 0,600,418 0,600,424 0,600,444 0,600,459 0,600,474 0,600,485 0,600,495 0,600,502 0,600,505 0,600,504 0,600,507 0,600,510 0,600,513 0,600,510

quackamadoodleduck commented 7 years ago

Please help, I can't figure out any way to solve this

joelSensor commented 7 years ago

Did you make any modification to the Pulse Sensor code?

The Arduino sketch is defaulted to output for the Arduino Serial Plotter. Take a look at the read-me guide for notes on that. Try running the Arduino Serial Plotter to see if that makes the numbers make sense

quackamadoodleduck commented 7 years ago

thanks, but is there any way I could somehow output to the serial monitor? any help is welcome thank you so much

On Wed, Feb 22, 2017 at 1:57 PM, Joel Murphy notifications@github.com wrote:

Did you make any modification to the Pulse Sensor code?

The Arduino sketch is defaulted to output for the Arduino Serial Plotter. Take a look at the read-me guide for notes on that. Try running the Arduino Serial Plotter to see if that makes the numbers make sense

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/WorldFamousElectronics/PulseSensor_Amped_Arduino/issues/42#issuecomment-281817462, or mute the thread https://github.com/notifications/unsubscribe-auth/AXivvVcAX3q-__tOF-BJAT4YEzwVfr7rks5rfK8ugaJpZM4MGunm .

joelSensor commented 7 years ago

I'm not sure what you mean by output to the serial monitor. What do you want to output to the serial monitor?

quackamadoodleduck commented 7 years ago

the BPM itself

On Thu, Feb 23, 2017 at 8:22 AM, Joel Murphy notifications@github.com wrote:

I'm not sure what you mean by output to the serial monitor. What do you want to output to the serial monitor?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/WorldFamousElectronics/PulseSensor_Amped_Arduino/issues/42#issuecomment-282041627, or mute the thread https://github.com/notifications/unsubscribe-auth/AXivvc3CXFMF36Jpc_LiwR-jl1Sk-RaEks5rfbJagaJpZM4MGunm .

joelSensor commented 7 years ago

At the top of the main page on the sketch change the outputType variable to outputType = PROCESSING_VISUALIZER Then In the main loop, comment out the line serialOutput() by putting // in front of it. Then, in the AllSerialHandling tab, comment out the line sendDataToSerial('Q',IBI);

quackamadoodleduck commented 7 years ago

Thank you so much :D

On Fri, Feb 24, 2017 at 7:13 AM, Joel Murphy notifications@github.com wrote:

At the top of the main page on the sketch change the outputType variable to outputType = PROCESSING_VISUALIZER Then In the main loop, comment out the line serialOutput() by putting // in front of it. Then, in the AllSerialHandling tab, comment out the line sendDataToSerial('Q',IBI);

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/WorldFamousElectronics/PulseSensor_Amped_Arduino/issues/42#issuecomment-282315451, or mute the thread https://github.com/notifications/unsubscribe-auth/AXivvbrROPiJCFFglyLWrd2E8KYJR5b_ks5rfvOcgaJpZM4MGunm .