Pegasus implementation of SmartSensor Host
Dependencies: USBDevice max32630fthr
Fork of MAXREFDES220# by
Finger Heart Rate Monitor and SpO2 Monitor
The MAXREFDES220 Smart Sensor FeatherWing board is a integrated solution for providing finger-based heart rate measurements and SpO2 (blood oxygen saturation). This evaluation board interfaces to the host computer using the I2C interface. Heart rate outpu is available in beats per minute (BPM) and SpO2 is reported in percentages.; the PPG (photoplethysmography) raw data is also available. The board has an MAX30101 chip which is a low power heart rate monitor with adjustable sample rates and adjustable LED currents. The low cost MAX32664 microcontroller is pre-flashed with C code for finger-based pulse rate and SpO2 monitoring. Bootloader software is included to allow for future algorithms or updates to the algorithm from Maxim Integrated.
Ordering information will be available soon.
Note: SpO2 values are not calibrated. Calibration should be performed using the final end product.
MAXREFDES220 FeatherWing Pinout Connections
build_version.h@3:28fb38fe73c4, 2018-04-11 (annotated)
- Committer:
- Shaun Kelsey
- Date:
- Wed Apr 11 16:55:26 2018 -0700
- Revision:
- 3:28fb38fe73c4
- Parent:
- 0:da5f5b56060a
Define MAXIM_PLATFORM_NAME
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Shaun Kelsey |
0:da5f5b56060a | 1 | #ifndef __BUILD_VERSION_H__ |
Shaun Kelsey |
0:da5f5b56060a | 2 | #define __BUILD_VERSION_H__ |
Shaun Kelsey |
0:da5f5b56060a | 3 | #define BUILD_SOURCE_BRANCH "prep_for_mbed_site" |
Shaun Kelsey |
0:da5f5b56060a | 4 | #define BUILD_SOURCE_HASH "1693c12f6da7e3e24e4fc736a0c788ec65bde73f" |
Shaun Kelsey |
0:da5f5b56060a | 5 | #endif |