Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 7

A MINI PROJECT REPORT

ON
HEART RATE MONITORING USING ARDUINO
Submitted in partial fulfillment of the requirements for the

award of
BACHELOR OF TECHNOLOGY
IN
ELECTRONICS AND COMMUNICATION ENGINEERING
BY
UNDAVALLI SAI
(17761A0458)

UNDER THE GUIDANCE OF


Ms. T KALPANA
Asst Professor

DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING


LAKIREDDY BALI REDDY COLLEGE OF ENGINEERING (AUTONOMOUS)
L.B. REDDY Nagar, Mylavaram-521230,
Approved by AICTE, New Delhi, Affiliated to JNTU, Kakinada,
Accredited by NAAC & NBA
Certified by ISO 9001-2015,

(2019-2020).
LAKIREDDY BALI REDDY COLLEGE OF ENGINEERING (AUTONOMOUS)
L.B. Reddy Nagar, Mylavaram-521230,
Approved by AICTE, New Delhi, Affiliated to JNTU, Kakinada,
Accredited by NAAC & NBA
Certified by ISO 9001-2015.

DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING

CERTIFICATE

This is to certify the mini project entitled “HEART RATE MONITORING


USING ARDUINO” is a bonafide work done and submitted by UNDAVALLI SAI
(17761A0458) in partial fulfillment of requirements for the award of Bachelor of
Technology in Electronics and Communication Engineering at LAKIREDDY BALI
REDDY COLLEGE OF ENGINEERING, MYLAVARAM during the year 2019-2020.

PROJECT GUIDE HEAD OF THE DEPARTMENT


Ms. T KALPANA Dr. Y. Amar Babu
Asst.Professor Professor
ACKNOWLEDGEMENTS

The Satisfaction that accompanies that the successful completion of any


task would be incomplete without the mention of people whose ceaseless co-
operation made it possible, whose constant guidance and encouragement
crown all efforts with success.

I extremely thankful to my guide Ms. T KALPANA, Asst.Professor,


Department of Electronics and Communication Engineering, for his/her
excellent guidance, timely and valuable suggestions and encouragement that
enabled the success of the mini project.

I deeply indebted to our Head of Department Dr. Y. Amar Babu, who


modeled us both technically and morally for achieving greater success in life.

I express my sincere thanks to Dean of Academics, Dr.E.V.Krishna Rao


for his timely advice and motivation during the course of mini project.

I humbly express my thanks to our Principal Dr. K. Appa Rao for


extending his support and for providing us with an environment to complete
our mini project successfully.

I would like to thank management for providing excellent infrastructure


and learning environment to carry out the mini project work in the campus.

I would like to thank all the teaching and non-teaching staff members of
Electronics and communication Engineering, who have extended their full co-
operation during the course of my mini project.

I would like to express my heart full thanks to our parents for their
unflinching support and constant encouragement throughout the period of my
mini project work for making it a successful one.

I thank all my friends who helped me sharing knowledge and by


providing material to complete the mini project in time.

UNDAVALLI SAI
(17761A0458)
INDEX

Contents Page No.


Abstract
1 Introduction to open source 1-2

hardware(ARDUINO) & Sensors


1.1 1
Open Source Hardware(ARDUINO)
1-2
1.1.1 Uses of Arduino
2
1.1.2 Introduction to Arduino IDE 2
1.1.3 Connecting the Arduino
2 Heart Rate Monitoring using Arduino
3-10

2.1 Circuit Diagrams


3
2.2 Components
2.2.1 Arduino UNO 4
2.2.2 Arduino UNO Specifications 5-6
2.2.3 Coding with Arduino IDE 6-8
2.2.4 Heart 9
2.2.5 Heart Rate 10
2.2.6 Heart beat sensor 11
2.2.7 16 x 2 Lcd Display 12
2.3 Working Principle
3 Implementation & Results 14-17
3.1 Code
3.2 Practical Results

4 CHAPTER-4 18
5 CHAPTER -5 19
6
CHAPTER -6
LIST OF FIGURES
Fig No. Name of figure Page No.

1. Circuit Diagram 03

2. Arduino Uno 04

3. AT Mega 328 pinning 06

4. Structure of Heart 09

5. Radial,Carotid 10

6. Heart Beat Sensor 11

7. 16 x 2 lcd display 12

8. Practical Results 17
ABSTRACT

Monitoring heart rate is very important for athletes, patients as it


determines the condition of the heart (just heart rate). There are many ways to
measure heart rate and the most precise one is using an Electrocardiography.
But the more easy way to monitor the heart rate is to use a Heartbeat Sensor. The
heartbeat is measured in beats per minute or bpm, which indicates the number of
times the heart is contracting or expanding in a minute. The principle behind the
working of the Heartbeat Sensor is Photoplethysmograph. According to this
principle, the changes in the volume of blood in an organ is measured by the
changes in the intensity of the light passing through that organ.The source of
light in a heartbeat sensor would be an IR LED and the detector would be any
Photo Detector like a Photo Diode, an LDR (Light Dependent Resistor) or a Photo
Transistor. Heartbeat Sensors are available in Wrist Watches (Smart Watches),
Smart Phones, chest straps. Place any finger (except the Thumb) in the sensor
clip and push the switch (button). Based on the data from the sensor, Arduino
calculates the heart rate and displays the heartbeat in bpm

You might also like