top of page

The MAX30102 Pulse Oximeter is an Arduino-compatible sensor module designed for monitoring heart rate and blood oxygen saturation levels. It utilizes red and infrared LEDs along with a photodetector to measure the light absorption characteristics of blood. The sensor is commonly used in medical devices, fitness trackers, and health-related applications. With Arduino compatibility, it provides a user-friendly solution for real-time health monitoring and analysis.

      MAX30102 Pulse Oximeter

      SKU: 118
      ₹240.00 Regular Price
      ₹190.00Sale Price
      • Specifications 

        • Operating Voltage: Typically operates at 3.3V or 5V DC
        • Sensing Method: Dual-wavelength optical sensor for blood absorption measurement
        • Output: Digital signals for heart rate and blood oxygen saturation (SpO2)
        • Measurement Range:
          • Heart Rate: Typically 30-250 BPM (beats per minute)
          • Blood Oxygen Saturation (SpO2): Typically 0% to 100%
        • Dimensions: Varies depending on the module

        Usage

        • Power Supply: Connect the VCC pin of the sensor to the 3.3V or 5V pin of the Arduino board.
        • Ground: Connect the GND pin of the sensor to the ground (GND) pin of the Arduino board.
        • I2C Interface: Connect the SDA pin of the sensor to the SDA (data) pin of the Arduino board, and the SCL pin of the sensor to the SCL (clock) pin of the Arduino board.
        • Coding: Write the Arduino code to communicate with the sensor using the I2C protocol and read heart rate and SpO2 data.
        • Data Interpretation: Process the sensor data in your Arduino code to calculate and interpret the heart rate and blood oxygen saturation levels.
        • Display or Action: Utilize the obtained data to display it on an LCD, send it to a computer, or trigger actions based on specific thresholds.
      bottom of page