Skip to content
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

Open
quackamadoodleduck opened this issue Feb 20, 2017 · 7 comments
Open

Comments

@quackamadoodleduck
Copy link

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
Copy link
Author

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

@joelSensor
Copy link
Member

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
Copy link
Author

quackamadoodleduck commented Feb 23, 2017 via email

@joelSensor
Copy link
Member

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

@quackamadoodleduck
Copy link
Author

quackamadoodleduck commented Feb 24, 2017 via email

@joelSensor
Copy link
Member

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
Copy link
Author

quackamadoodleduck commented Feb 26, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants