Industrial manufacturing
Industrial Internet of Things | Industrial materials | Equipment Maintenance and Repair | Industrial programming |
home  MfgRobots >> Industrial manufacturing >  >> Manufacturing Technology >> Manufacturing process

Advanced Arduino-Based ECG Monitor for Real-Time Heart Rate Detection

Components and supplies

Advanced Arduino-Based ECG Monitor for Real-Time Heart Rate Detection
Arduino UNO
×1
Advanced Arduino-Based ECG Monitor for Real-Time Heart Rate Detection
SparkFun Single Lead Heart Rate Monitor - AD8232
×1
Advanced Arduino-Based ECG Monitor for Real-Time Heart Rate Detection
HC-05 Bluetooth Module
×1
Advanced Arduino-Based ECG Monitor for Real-Time Heart Rate Detection
SparkFun Solder-able Breadboard - Mini
×1
Advanced Arduino-Based ECG Monitor for Real-Time Heart Rate Detection
Male/Female Jumper Wires
×15

Necessary tools and machines

Advanced Arduino-Based ECG Monitor for Real-Time Heart Rate Detection
Tape, Electrical
Advanced Arduino-Based ECG Monitor for Real-Time Heart Rate Detection
Hot glue gun (generic)

About this project

Inspiration

I was reading news when we noticed a survey depicting deaths per year so I decided to make something that would help the patients to detect a disturbance in heart's electrical activity and the patient can contact a doctor immediately. I did plenty of research about heart's electrical activity and finally came up with idea of an IOT based E.C.G.monitor that can be worn and is easily accessible by all. I hope that it will help doctors to take instant actions and avoid preventable deaths.

The Problem

The number given in the above data can be reduced if people notice the disease in advance and take instant actions, but it cannot be detected until it is in its late stages and preventing it after that is very difficult.

The Solution

This device will help in vastly reducing the number of deaths from heart attack by showing the patient his/her live E.C.G. and if anything disruptive happens in the E.C.G. reading, the application will instantly notify the wearer and make a call to all the emergency contacts and will also call the ambulance in extreme situations.

The Placement

Here are some pictures that show the placement of the components

Advanced Arduino-Based ECG Monitor for Real-Time Heart Rate Detection
Advanced Arduino-Based ECG Monitor for Real-Time Heart Rate Detection

Advanced Arduino-Based ECG Monitor for Real-Time Heart Rate Detection

The Demonstration

In the above demonstration all the components are shown separately for better understanding of the functioning, but in the final model all of them will be on the vest which will be worn by the patient.

Code

  • The code
The codeC/C++
void setup() {
  
  Serial.begin(9600);
  pinMode(5, INPUT); 
  pinMode(6, INPUT); 

}

void loop() {
  
  if((digitalRead(10) == 1)||(digitalRead(11) == 1)){
    Serial.println('!');
  }
  else{
   
      Serial.println(analogRead(A0));
  }

  delay(1);
}

Custom parts and enclosures

PLEASE TRANSFER THIS .APK APPLICATION TO YOUR MOBILE AND INSTALL ITecg_final_copy_zwzYf9bqFR.apkThis is the .obj file of the project and it shows all the components and how they will be placed including the vest, the skeleton, the heart and all of the electronic componentsecg_monitor_Ge2U8Oah6F.obj

Schematics

Advanced Arduino-Based ECG Monitor for Real-Time Heart Rate Detection

Manufacturing process

  1. Blood Pressure Monitor: Design, Manufacturing, and Future Trends
  2. Weather Monitor – DIY Raspberry Pi Weather Station with Dropbox Upload
  3. DIY Cloud Costume: LED Strip, Arduino Nano & SparkFun Parts
  4. IoT4Car: Capture & Analyze Vehicle Telemetry with Arduino MKR1000
  5. Ultimate DIY Kegerator: Complete Components & Build Guide
  6. Advanced Home Monitoring System with Arduino Mega and IoT Sensors
  7. Valentine's Sunflower: Build a Smart Arduino Project
  8. Build an Arduino-Based ECG & Respiration Monitoring System
  9. Real-Time Motorbike Telemetry System with Arduino, GPS, and Sensors
  10. Wireless ECG Heart Rate Monitor: Wearable Design with Arduino Nano & nRF24