Tag Archives: heartrate

Setup a heartrate sensor (MAX30100) with an Arduino

Example of use of the MAX30100 heartrate sensor with an Arduino. This example uses the Arduino-MAX30100 library. The MAX3010x series are integrated pulse oximetry and heart-rate monitor biosensor modules. Check out its datasheet here. If you have the MAX30102 or MAX30105 sensor, consider using a more recent library like the official Sparkfun library (see below). There … Continue reading Setup a heartrate sensor (MAX30100) with an Arduino

Setup a heartrate sensor with a Raspberry Pi Pico

Example of use of the MAX30102 heartrate sensor with MicroPython on a Raspberry Pi Pico. This example is based on this Maxim MAX30102 driver. The MAX30102 is an integrated pulse oximetry and heart-rate monitor biosensor module. Check out its datasheet here. The driver used is written for the MAX30102 and might work for the MAX30105 also. … Continue reading Setup a heartrate sensor with a Raspberry Pi Pico