PROJECT
PROJECT
Mr’s. D.K.KAVITHA M.Tech Mr. R.KOTESWARA RAO M.Tech Mr. D.JAYANAIDU M.E(P.hd)
ABSTRACT TABLE
INTRODUCTION APPLICATIONS
OBJECTIVES LIMITATIONS
EXISTING METHODS FUTURE ASPECTS
BLOCK DIAGRAM CONCLUSION
ARDUINO BOARD REFERENCES
HEARTBEAT SENSOR
TEMPERATURE SENSOR
LCD
BLUETOOTH
BUZZER
3
4
ABSTRACT
This project describes the working of a wireless heartbeat and temperature monitoring system
based on a microcontroller ATmega328 (Arduino Uno).Most monitoring systems that are in
use today’s world works in offline mode but our system is designed such that a patient can be
monitored remotely in real time.
This project is named as “DIGITALLY SENSE HEART RATE AND BODY TEMPERATURE USING
ARDUINO”. With the development of technology, in this project we can digitally sensing body
temperature and heart rate using Arduino.
5
INTRODUCTION
Heart rate measurement indicates the soundness of the human cardiovascular system. This
project demonstrate a technique to measure the heart rate by sensing the change in blood
volume in a finger artery while the heart is pumping the blood.
The area of work of this project is based on Electronics Communication and Computer
Science. This project is basically done by Arduino. Because Arduino can sense the
environment by receiving input from a variety of sensors and can affect its surroundings by
controlling lights, motors, and other actuators so Arduino is a main part of this project. Arduino
coding is needed for sensing heart rate and body temperature by using Arduino software.
6
Objectives
LCD(Liquid
crystal
Heart beat A display)
sensor R
D
U
Bluetooth
I module(HC-
N 05)
O
LM35
(temperature U
sensor)
N Buzzer
O
9
Arduino board
The Arduino board is the central unit of the system . The ARDUINO UNO is the
microcontroller board based on the ATmega328.It is a programmable
microcontroller for prototyping electromechanical devices.
FEATURES:
8 bit MC
32kb flash memory with read & write operation
23 I/O lines,32 General purpose register
16MHZ Resonator
10
FIG1.ARUDINO BOARD
11
HEARTBEAT SENSOR
FIG3.CIRCUIT DIAGRAM OF
HEARTBEAT SENSOR
WORKING:-
A simple heartbeat sensor consists of a sensor and a control circuit. The sensor part of the
heartbeat sensor consists of an IR LED and a photo Diode placed in a clip.
The control circuit consists of an Op-Amp IC and few other components that help in
connecting the signal to a Microcontroller. The working of heartbeat sensor can be
understood better if we take a look at its circuit diagram
13
LM35 TEMPERATURE SENSOR
FIG4.LM35
14
LCD
FIG5.LCD
15
Transferring Arduino UNO Processed Data
to Android Device via Bluetooth
FIG7.BUZZER
17
WORKING PRINCIPLE
You can measure heart rate at any spot on the body where you can feel a pulse with your
fingers. The most common places are wrist and neck . You can count the number of pulses
within a certain interval (say 15 sec), and easily determine the heart rate in bpm.
This project describes a microcontroller based heart rate measurement system that uses
optical sensors to measure the alteration in blood volume at finger
Tip with each heart beat. The sensor unit consists of an IR LED and a photodiode , placed
facing to each other. The IR diode transmits an infrared light into the fingertip and the
photodiode senses the portion of the light that is reflected back.
So, each heat beat slightly alters the amount of reflected infrared light that can be detected
by the photodiode. This little change in the amplitude of the reflected light can be converted
into a pulse. The pulses can be later counted by the microcontroller to determine the heart
rate.
TABLE:HEART BEAT VARIATIONS DEPENDING UPON AGES
Logic used is very simple. Therefore, results may vary as for a sophisticated
instrument for the same purpose.
21
FUTURE ASPECTS
Monitoring device that could be used to detect the heart beat anomalies
of physically challenged individuals without hands.
Also a graphical LCD can be used to display a graph of the change of
heart rate over time.
Storing the heart rate in a memory.
Including other bio-medical signals like breathing rate can be measured
along with heart rate.
22
CONCLUSION