top of page

The Pulse/Heart Rate Sensor is a module compatible with Arduino boards, designed to measure the heart rate or pulse of an individual. It utilizes an optical sensor to detect blood flow and calculate the heart rate in beats per minute (BPM). The sensor is commonly used in health monitoring devices, fitness trackers, and medical applications. With its Arduino compatibility, it provides a convenient solution for heart rate sensing and can be easily integrated into Arduino projects for real-time monitoring and analysis.

      MAX30100 Pulse Oximeter

      SKU: 117
      ₹180.00 Regular Price
      ₹150.00Sale Price
      • Specifications 

        • Operating Voltage: Typically operates at 5V DC
        • Sensing Method: Optical sensor for detecting blood flow
        • Output: Digital pulse signal indicating heart rate
        • Measurement Range: Range of heart rates that can be detected by the sensor
        • Dimensions: Varies depending on the model

        Usage

        • Power Supply: Connect the VCC pin of the sensor to the 5V pin of the Arduino board.
        • Ground: Connect the GND pin of the sensor to the ground (GND) pin of the Arduino board.
        • Signal Output: Connect the signal pin of the sensor to a digital input pin of the Arduino board.
        • Coding: Write the Arduino code to read the sensor data from the specified input pin.
        • Data Interpretation: In your Arduino code, process the pulse signals to calculate the heart rate in beats per minute (BPM).
        • Display or Action: Utilize the heart rate data to display it on an LCD, send it to a computer, or trigger actions based on specific heart rate thresholds.
      bottom of page