Wish List 0

Heart Rate Monitor Kit With Ad8232 Ecg Sensor Module With Electrods

Rs. 362.00 Rs. 406.00

-The Heart Rate Monitor Kit with AD8232 ECG sensor module Kit For Arduino is a cost-powerful board use to measure the electric hobby of the heart.
-This electric pastime may be chart as an ECG or Electrocardiogram and output as an analog studying.

-ECGs can be extraordinarily noisy, the AD8232 Single Lead Heart Rate Monitor acts as an op-amp to help obtain a clear signal from the PR and QT Intervals easily.
-The ECG module AD8232 coronary heart ECG tracking sensor module is an integrated signal conditioning block for ECG and different bio-capacity measurement applications.

-The ECG Module AD8232 Heart ECG Monitoring Sensor Module Kit for Arduino is designed to extract, enlarge, and filter out small bio-capacity signals in the presence of noisy conditions; which include those created by motion or remote electrode placement.


Features :
1. Designed to extract, amplify, and filter small biopotential signals in the presence of noisy conditions, such as those created by motion or remote electrode placement.
2. Single Lead Heart Rate Monitor is a cost-effective board used to measure the electrical activity of the heart.
3. AD8232 is an integrated signal conditioning block for ECG and other biopotential measurement applications.
4. ECGs can be extremely noisy, the AD8232 Single Lead Heart Rate Monitor acts as an op-amp to help obtain a clear signal from the PR and QT Intervals easily.
5. This electrical activity can be charged as an ECG or Electrocardiogram and output as an analog reading.
6. Leads-Off Detection.
7. Shutdown Pin.
8. LED Indicator.
9. Analog Output.
10. 3.5 mm Jack for Biomedical Pad Connection.

SPECIFICATIONS:
Operating Voltage(VDC)      3.3
Operating Temperature (°C)  -40 to +90

OVERVIEW:

-Designed to extract, amplify, and filter small biopotential signals.

-Leads-Off Detection.

-Shutdown Pin.

-LED Indicator.

-Analog Output.

-3.5 mm Jack for Biomedical Pad Connection.


PACKAGE INCLUDES:

1 PCS x Ad8232 Ecg Sensor Heart Rate Monitor Kit With Cable And Electrodes

1 PCS x Sensor cable.

3 PCS x Electrode Pads

//SOURCE CODE TAKEN FROM BELOW LINK

//http://www.athenatechnocenter.com/how-to-interface-arduino-with-ad8232-heart-rate-monitor/

void setup() {

pinMode(10,INPUT);

pinMode(11,INPUT);


}


void loop() {

Serial.begin(9600);

if((digitalRead(10)==1)||(digitalRead(11)==1)){

Serial.println("NIL");

}

else{

Serial.println(analogRead(A1));

}

delay(100);

Serial.end();

delay(100);

}

15 DAYS

Write a review

Please login or register to review