Coder Social home page Coder Social logo

Comments (3)

biomurph avatar biomurph commented on June 26, 2024

@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.

from pulsesensorplayground.

gleameyes10 avatar gleameyes10 commented on June 26, 2024

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

from pulsesensorplayground.

biomurph avatar biomurph commented on June 26, 2024

@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.

from pulsesensorplayground.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.