-
Notifications
You must be signed in to change notification settings - Fork 206
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
I'm getting weird numbers and outputs from the pulse sensor #42
Comments
Please help, I can't figure out any way to solve this |
Did you make any modification to the Pulse Sensor code? The Arduino sketch is defaulted to output for the Arduino Serial Plotter. |
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 ***@***.***> 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
<#42 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXivvVcAX3q-__tOF-BJAT4YEzwVfr7rks5rfK8ugaJpZM4MGunm>
.
|
I'm not sure what you mean by output to the serial monitor. |
the BPM itself
…On Thu, Feb 23, 2017 at 8:22 AM, Joel Murphy ***@***.***> 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
<#42 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXivvc3CXFMF36Jpc_LiwR-jl1Sk-RaEks5rfbJagaJpZM4MGunm>
.
|
At the top of the main page on the sketch change the |
Thank you so much
:D
…On Fri, Feb 24, 2017 at 7:13 AM, Joel Murphy ***@***.***> 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
<#42 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXivvbrROPiJCFFglyLWrd2E8KYJR5b_ks5rfvOcgaJpZM4MGunm>
.
|
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
The text was updated successfully, but these errors were encountered: