- Install
- Basic operation
- Basics of programming for electronic work
- Basics of programming for Excel
- Machine learning with scikit-learn
- Visualizing data with matplotlib
- Web programming
- RPA programming
- Miscellaneous programming
- Reference
Usage of each block
Initialize MAX30100
![]()
Initialize the MAX30100.
For microcontrollers with fixed I2C pin numbers, use this block to initialize the MAX30100.
Initialize MAX30100 by specifying I2C pin number
![]()
Initialize MAX30100 by specifying I2C SDA/SCL pin number.
For microcontrollers that allow free setting of I2C pin number, use this block to initialize MAX30100.
Read heart rate
![]()
Read heart rate from the MAX30100.
Read SpO2
![]()
Read SpO2 (blood oxygen saturation) from the MAX30100.
Processing when pulse is detected

Define the process to be done when a pulse is detected by MAX30100.
However, if you operate the microcontroller connected to MAX30100 during this process, the process may be delayed.