Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

nphara/esp32-max30100

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32-MAX30100

ESP32 C Library driver for Maxim MAX30100 sensor.

Authors

Adding to your project

You need to add this project as a submodule inside your ESP-IDF project "components" folder From your project folder:

mkdir -p components && cd components
git submodule add https://github.com/aedalzotto/esp32-max30100.git

If you prefer you can clone instead of adding as submodule:

mkdir -p components && cd components
git clone https://github.com/aedalzotto/esp32-max30100.git

Example

An example is available at https://github.com/aedalzotto/esp32-max30100-example

License

This project is licensed under the MIT license - see the LICENSE.md file for details

TODO

  • Add interrupt-based I2C communication for better performance.
  • Make a standard update task as library function that puts the detected beats to a queue.

About

MAX30100 Library for ESP32

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%