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

Add support for MAX30100 Pulse Oximeter and Heart-Rate Sensor #2598

Open
marcnause opened this issue Dec 25, 2024 · 2 comments
Open

Add support for MAX30100 Pulse Oximeter and Heart-Rate Sensor #2598

marcnause opened this issue Dec 25, 2024 · 2 comments
Labels
Feature New addition to the existing app Instrument: Sensors

Comments

@marcnause
Copy link
Contributor

Actual Behaviour

MAX30100 is not supported.

Expected Desired Behaviour

MAX30100 is supported. The MAX30100 is a pulse oximeter and heart-rate sensor. I think it would be a fun experiment to monitor body functions of the user.

Data sheet of the sensor: https://www.analog.com/media/en/technical-documentation/data-sheets/MAX30100.pdf

Would you like to work on the issue?

Yes, once I have the sensor. I may require support.

@marcnause marcnause added Feature New addition to the existing app Instrument: Sensors labels Dec 25, 2024
@HITEE25
Copy link

HITEE25 commented Jan 28, 2025

can you help me to start contributing , I am not understanding how to contribute

@marcnause
Copy link
Contributor Author

I don't think this is a good issue for a first contribution to the app since it requires a good understanding of how sensors communicate with the app.

As far as I know the following steps are required:

  1. Create class which communicates with the sensor (requires info from data sheet)
  2. Create screen to display data to user
  3. Integrate new classes into app (new sensor needs to be added to SensorActivity)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New addition to the existing app Instrument: Sensors
Projects
None yet
Development

No branches or pull requests

2 participants