Difference between revisions of "Component: Pulse Oximeter (Max30100) (Environmental)"
From Flowcode Help
Jump to navigationJump to search| Line 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
| + | |||
| + | |||
| Line 32: | Line 34: | ||
==Examples== | ==Examples== | ||
| + | |||
| + | |||
| Line 43: | Line 47: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
| − | == | + | ==Macro reference== |
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
Revision as of 14:12, 20 January 2023
| Author | Matrix TSL |
| Version | 1.0 |
| Category | Environmental |
Contents
Pulse Oximeter (Max30100) component
Sensor designed to monitor heart rate and pulse omimetry. Connected using an I2C bus.
Component Source Code
Please click here for the component source code: FC_Comp_Source_Max30100_Pulse_Oximeter.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
| ReadRed | |
| Returns one of the FIFO Red readings from the last update | |
| Return | |
| ReadIR | |
| Returns one of the FIFO IR readings from the last update | |
| Return | |
| SetHighResModeEnabled | |
| Enabled | |
| Return | |
| SetLEDsPulseWidth | |
| PulseWidth | |
| Return | |
| SetSamplingRate | |
| SampleRate | |
| Range: 0-7 / 0=50Hz, 1=100Hz, .., 6=800Hz, 7=1000Hz | |
| Return | |
| SetLEDsCurrent | |
| IR | |
| Range: 0-15 / 0=0mA, 1=4mA, .., 14=46mA, 15=50mA | |
| Red | |
| Range: 0-15 / 0=0mA, 1=4mA, .., 14=46mA, 15=50mA | |
| Return | |
| Update | |
| Reads the sensor FIFO buffer and stores the readings into local RAM. Returns the number of samples read. | |
| Return | |