Skip to Content

Keyestudio PIR Motion Sensor

The Keyestudio Heart Monitor AD8232 ECG Measurement Module with Sensor Pads is a low-power device designed to monitor heart rate and vital signs. It utilizes the AD8232 integrated circuit for signal conditioning and comes with sensor pads for easy detection of heart signals.

30.45 AED 30.45 AED Tax Included
30.45 AED Tax Included

Not Available For Sale

This combination does not exist.

Terms and Conditions
30-day money-back guarantee
Shipping: 2-3 Business Days

Monitor heart rate and vital signs effectively with the Keyestudio Heart Monitor AD8232 ECG Measurement Module. Featuring the AD8232 integrated circuit, this module serves as the front-end for signal conditioning of cardiac bioelectrical signals. It is a low-power device and comes with sensor pads to detect the electrical signals produced by the heart, making it suitable for use in a variety of medical and fitness applications.

Features:

  • AD8232 Integrated Circuit: The AD8232 IC ensures proper signal conditioning of the bioelectrical signals, ideal for heart rate monitoring.
  • Low Power Consumption: Designed for battery-powered devices, ensuring efficiency in power use.
  • Single-lead ECG: Can be used with a single lead to monitor heart rate effectively.
  • Sensor Pads: Comes with sensor pads to detect the electrical signals of the heart when attached to the skin.
  • Versatile Usage: Suitable for a wide range of applications including medical, fitness, wearable devices, and more.
  • Compact Size: Small and easy to integrate into wearable or compact devices.
  • Easy to Use: Comes with clear instructions for connection and operation to ensure accurate readings.
  • Cost-effective: Affordable compared to other heart rate monitoring devices, making it accessible to more users.

Specification:

  • Power Voltage: DC 3.3V
  • Output: Analog output
  • Interface (RA, LA, RL): 3PIN, 2.54PIN or earphone jack
  • Dimension: 36 x 31 x 18mm
  • Working Temperature: -40 to +85°C

Applications:

  • Medical monitoring in hospitals and clinics.
  • Fitness monitoring in devices like smartwatches and fitness trackers.
  • Integration into wearable devices such as smart shirts or patches.
  • Research studies on cardiac health.
  • Home monitoring for personal health tracking.
  • Educational use for teaching about cardiac physiology and ECG.

Pin Connections:

Pin Name Description Connection/Usage
GND Power Supply Ground Ground
3.3v Power Supply 3.3V Power Supply (3.3V)
OUT (ADC) Operational Amplifier Output Connect to ADC input for fully conditioned heart rate signal
LO- Leads Off Comparator Output (−IN electrode disconnected) DC leads off detection mode: High when −IN disconnected, low when connected
LO+ Leads Off Comparator Output (+IN electrode disconnected) DC leads off detection mode: High when +IN disconnected, low when connected
SDN Shutdown Control Input Drive low to enter low power shutdown mode
RA (Right Arm) RED Biomedical electrode pad RA (input) Instrumentation Amplifier Negative Input (connected to right arm electrode)
LA (Left Arm) YELLOW Biomedical electrode pad LA (input) Instrumentation Amplifier Positive Input (connected to left arm electrode)
RL (Right Leg) GREEN Biomedical electrode pad RL (input) Right Leg Drive Output, connect driven electrode (typically right leg) to RLD pin

Package Includes:

  • 1 x Keyestudio Heart Monitor AD8232 ECG Measurement Module with Sensor Pads

Sample Project:

Circuit:

Heart Monitor Circuit

Code:

void setup() {
  Serial.begin(9600);
  pinMode(10, INPUT); // Setup for leads off detection LO +
  pinMode(11, INPUT); // Setup for leads off detection LO -
}

void loop() {
  if ((digitalRead(10) == 1) || (digitalRead(11) == 1)) {
    Serial.println('!');
  } else {
    // send the value of analog input 0:
    Serial.println(analogRead(A0));
  }
  delay(1);
}

Notes:

  • This device should not replace professional medical advice and care. Always consult a healthcare provider if you have concerns about your heart health.
  • Follow the manufacturer's instructions to ensure accurate and safe usage of the device.

References: