Giter VIP home page Giter VIP logo

max30105_particle_sensor_breakout's Introduction

MAX30105 Particle and Pulse Ox Sensor Breakout

MAX30105 Breakout Board

A breakout board for the MAX30105 Particle Sensor. This sensor uses three LEDs (Red, Green, IR) to shine different wavelengths of light at any particle in front of the photo detector. Based on the reflection the sensor outputs readings.

Pulse Graph

That's my heart beat!

Sensor is capable of detecting pulses but only limited algorithms are provided. It is up to the user to create the algorithms to detect different particles and/or SPO2 and/or do Pulse Detection.

Board requires 3.3V to operate the IR and Red LEDs. 3.5V is recommended to operate the green LED. It has onboard voltage regulation and BSS138 MOSFETs to convert from larger logic voltages (5V) down to the needed 1.8V.

License Information

The hardware is released under Creative Commons Share-alike 4.0.
The firmware is released under the Beerware license.

max30105_particle_sensor_breakout's People

Contributors

nseidle avatar per1234 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

max30105_particle_sensor_breakout's Issues

No need to wait after Wire.requestFrom().

In the file "MAX30105.cpp" in the function "readRegister8()" there is a delay with a timeout after the Wire.requestFrom(). There is no need to wait there.
The Wire.requestFrom() waits until the i2c session has completely finished. After that the data is in a buffer inside the Wire library. The Wire.available() returns the number of bytes that are in that buffer. There is no need to wait for retrieving data from that buffer, since the i2c session has already finished.

I did not check the datasheet. Some sensors do not acknowledge their i2c address when they are busy. In that case the Wire.requestFrom() should be repeated.
The Wire.available() could be used once, or the return value of Wire.requestFrom() could be used to check if no data was received and a fail (zero) should be returned.

heart beat - Systole and Diastole

Great library. Thanks for making it available to us.

Is there a way to add functions to the heartBeat.h to read out the trough, peak and potentially a trigger for the 2nd beat; i.e. the Diastole peak?

I looked at the code but was not sure if the IR_AC_Signal_max and IR_AC_Signal_min are peak and trough values.

thx.

Example 8 SPO2 Code Error

When I try to upload the code to a Arduino Pro Mini I am receiving this error:

Example8_SPO2:96: error: cannot convert 'uint16_t* {aka unsigned int*}' to 'uint32_t* {aka long unsigned int*}' for argument '1' to 'void maxim_heart_rate_and_oxygen_saturation(uint32_t*, int32_t, uint32_t*, int32_t*, int8_t*, int32_t*, int8_t*)'

maxim_heart_rate_and_oxygen_saturation(irBuffer, bufferLength, redBuffer, &spo2, &validSPO2, &heartRate, &validHeartRate);

Is there a fix for this?

double-check v01

  1. Vreg (U1) sill has "BP" pin, should be updated to "NC"

  2. Typo in SCH:

image

  1. Have you verified that the BOM in Sparkle is accurate (also checking for PROD_ID, NAME, VALUE, PREFIX)? [NO]
    comment: incorrect in sparkle, QTY of caps and resistors seems to be swapped

  2. Does this board adhere to the standard manufacturing process? (Kitting time, glue curing, humidor time, etc.) [NO]
    comment: still need to confirm about washing sensativity

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.