Arduino ECG EKG Heart rate monitor circuit prototype
Loading...
8,698
Loading...
Uploader Comments (bigdinotech)
Top Comments
-
What's your name again?
see all
All Comments (32)
-
Hi.can you please show the coding of Arduino?how Arduino calculate heart beat?
-
post the source code pls ^^
-
@bigdinotech May I also view the arduino and processing code?
-
Hai...,i do similar like this project..can u give the code for me??i already get the signal..now in process to calc heart rate...plz!!!
-
Amazing.
-
There is a typo:ina 2122 you mean 2126?
-
hey dude can u giv me the circuit diagram and coding to me??? also is it possible to make a 12 lead version?
-
thanks :) plz do send me the coding!
Loading...
hey dude can u giv me the circuit diagram and coding to me???
MrLolztome1 7 months ago
@MrLolztome1 The circuit diagram is based on the circuit from the example in the datasheet for the INA2122 instrumntation amplifiers. I did not make an actual schematic since this was just a prototype. I can give you the code if I can find where I saved it.
bigdinotech 7 months ago
would you be willing to kit this up? What IA did you use..?
unmanaged 11 months ago
@unmanaged Sorry no plans on making a kit. i did this project mainly for educational purposes. The Instrumentation Amps I used are from TI they are INA2122.
bigdinotech 11 months ago
Hi,
I am using Arduino UNO to get heart rate. I used the given example code in ArduinoInOutSerial. Did you write the code in this program? Please let me know how or where you created your own program using Arduino IDE. I will greatly appreciate your help. Thank you.
abhyhhh 11 months ago
@abhyhhh I used the analogRead() function of the arduino. The input comes from the ECG circuit that I built which is connected to one of the five analog ports of the Arduino which has an ADC. From there I simply read the data using analogRead() and simply calculate the time diff between the two peaks. For this i used the millis() function.
bigdinotech 11 months ago