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

Node MCU V1 - Plotter is working but no BPM in Monitor #158

Closed
gleameyes10 opened this issue Nov 9, 2022 · 3 comments
Closed

Node MCU V1 - Plotter is working but no BPM in Monitor #158

gleameyes10 opened this issue Nov 9, 2022 · 3 comments

Comments

@gleameyes10
Copy link

I am using a node mcu v1 esp8266. ECG on serial plotter is very clear, but it does not show BPM in serial monitor. I tried the GettingBPMtoMonitor and PulseSensor BPM alternative but it does now show BPM. I need help for my capstone.

@biomurph
Copy link
Contributor

biomurph commented Nov 9, 2022

@gleameyes10
Well, it sounds like you chose a nice challenge for your capstone!

The bare ESP8266 pin can only take 1V maximum, but it looks like the Node MCU version has an on-board voltage divider for you.

It will help to troubleshoot if you can answer these questions.
What is the OS you are using?
What sketch are you using to try and get BPM?
Also, upload a picture of your hardware so that I can verify that it is legit.

@gleameyes10
Copy link
Author

I was using GettingBPMtoMonitor sketch under the pulse sensor play ground example. I used DFROBOT Ecg sensor because the project needs to work while moving. I've tried to use this sketch and it seems to be working well.

void setup() {
// put your setup code here, to run once:
Serial.begin (9600);
}

void loop() {
// put your main code here, to run repeatedly:
Serial.println(analogRead(A0));
}

I have an arduino uno and this sketch (GettingBPMtoMonitor) seems to be working.
I'm using windows 10

@biomurph
Copy link
Contributor

@gleameyes10
first thing, it is not an ECG sensor. it is a PPG sensor.

I cannot provide support or troubleshooting if you are using cloned hardware.

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