The ECG (Electrocardiogram) Sensor is an Arduino-compatible device used for measuring and monitoring the electrical activity of the heart. It captures the electrical signals generated by the heart and provides real-time ECG waveforms. The sensor is commonly used in medical applications, healthcare monitoring systems, and research projects. With Arduino compatibility, it offers a convenient solution for recording and analyzing heart rhythms.
ECG Sensor
SKU: 119
₹670.00 Regular Price
₹500.00Sale Price
Specifications
- Operating Voltage: Typically operates at 3.3V or 5V DC
- Sensing Method: Electrodes or pads to capture electrical signals from the body
- Output: Analog voltage or digital data representing ECG waveforms
- Sampling Rate: The rate at which the sensor captures ECG data
- Dimensions: Varies depending on the model
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.
- Signal Input: Connect the ECG signal pin of the sensor to an analog input pin of the Arduino board.
- Coding: Write the Arduino code to read the analog signal from the specified input pin.
- Data Interpretation: Process the sensor data in your Arduino code to analyze and interpret the ECG waveforms.
- Visualization: Display the ECG waveforms on an LCD or send the data to a computer for further analysis.
- Additional Processing: Apply filtering or signal processing techniques to enhance the ECG data quality, if required.