https://github.com/pimoroni/max30105-python
Python library for the Pimoroni MAX30105 breakout
https://github.com/pimoroni/max30105-python
pypi-package
Last synced: 2 months ago
JSON representation
Python library for the Pimoroni MAX30105 breakout
- Host: GitHub
- URL: https://github.com/pimoroni/max30105-python
- Owner: pimoroni
- License: mit
- Created: 2018-11-22T15:23:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T09:19:12.000Z (about 1 year ago)
- Last Synced: 2025-05-01T00:45:54.536Z (2 months ago)
- Topics: pypi-package
- Language: Python
- Homepage: https://shop.pimoroni.com/products/max30105-breakout-heart-rate-oximeter-smoke-sensor
- Size: 67.4 KB
- Stars: 20
- Watchers: 7
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MAX30105 - Heart Rate, Oximeter, Smoke Sensor
[](https://travis-ci.com/pimoroni/max30105-python)
[](https://coveralls.io/github/pimoroni/max30105-python?branch=master)
[](https://pypi.python.org/pypi/max30105)
[](https://pypi.python.org/pypi/max30105)The MAX30105 is an precision optical sensor that can be used to measure heart rate, pulse oximetry (SPO2 / blood oxygen saturation), and smoke (and other particles).
# Installing
Stable library from PyPi:
* Just run `sudo pip install max30105`
Latest/development library from GitHub:
* `git clone https://github.com/pimoroni/max30105-python`
* `cd max30105-python`
* `sudo ./install.sh`# Important!
**This code should not be used for medical diagnosis, as the basis for a real smoke or fire detector, or in life-critical situations. It's for fun/novelty use only, so bear that in mind while using it.**