EEE1008 Biomedical Instrumentation
J Component Project Report
Project Title: HEART RATE SENSOR
Names:
ANSHUL SHARMA
SAMRIDH SRIVASTVA
AVIGYAN BHAKTA
ABHINAV PIYUSH
ARCHIT DONGRE
Reg. Nos.:
17BEE0232
17BEE0204
17BEE0223
17BEE0230
17BEE0186
Aim of the project:
To calculate the Heart Rate of a person by designing a
Heart rate monitor system using Arduino and Heartbeat
sensor
List of Components used:
Arduino UNO x 1
16 x 2 LCD Display x 1
10KΩ Potentiometer
330Ω Resistor (Optional – for LCD backlight)
Push Button
Heartbeat Sensor Module with Probe (finger based)
Mini Breadboard
Connecting Wires
Circuit and Block Diagrams:
Circuit Diagram
Block Diagram
Theory/Explanations:
A little calculation for calculating heart rate is required. There
are several methods for calculating heart rate, but here we have
read only five pulses. Then we have calculated total heart beat
in a minute by applying the below formula:
Five_pusle_time = time2-time1;
Single_pulse_time = Five_pusle_time /5;
Rate = 60000/ Single_pulse_time;
Where time1 is first pulse counter value time2 is list pulse
counter value rate is final heart rate.
Screenshot of Circuit:
Screenshot of output:
Tabulations/Results:
On an average we are getting the heart rate as 65-80bpm as
shown in the above screenshots
Conclusions:
In this project we have designed a Heart Rate Monitor System
using Arduino and Heartbeat sensor which on an average is
giving the heart rate of a normal healthy person (65-80bpm),
thus providing an inexpensive alternative to Smart Watches
and other expensive Heart Rate Monitors.