Mic-Tsai / Sensor_PPG_MAX30102

Arduino based sensor learning project | MAX30102

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sensor_PPG_MAX30102 | Heart Rate Sensor

Donate

Arduino based sensor learning project. The feature combines the heart rate calculation and real-time update, plotting the PPG curve on display.

  • Bias Cancellation | Store raw data in time, when new data coming that bias level will calculate as average.

  • Heart Rate Detect | Setting upper/lower threshold once your PPG light reflection value cross u/l threshold, condition expressions will output the BPM results.

Arduino tool kit, and require the following material:
- MCU: ESP8266 
- Display: SD1306_128x64_OLED
- PPG Sensor: MAX30102

For coding example, you need the following library:

Any question or need technical support:

Sensor_PPG_MAX30102 Sensor_PPG_MAX30102

License Information

This product is open source! Both, our hardware and software are open source and licensed under the following:

Hardware

All hardware is released under Creative Commons Share-alike 4.0 International

Software

All software is released under the MIT License http://opensource.org/licenses/MIT

Documentation

The documentation on this page is released under Creative Commons Share-alike 4.0 International

About

Arduino based sensor learning project | MAX30102

License:MIT License


Languages

Language:C++ 100.0%