Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
54 views7 pages

Names:: EEE1008 Biomedical Instrumentation J Component Project Report

This document is a project report for designing a heart rate monitor system using an Arduino and heartbeat sensor. It lists the names of five students on the project team and the components used, including an Arduino UNO, LCD display, potentiometer, heartbeat sensor module, and connecting wires. The circuit diagram, block diagram, and screenshots of the working circuit and output are provided. The report explains the theory and calculation for determining heart rate from the sensor readings. Test results found an average heart rate of 65-80 bpm, indicating the system can successfully and inexpensively measure heart rate.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views7 pages

Names:: EEE1008 Biomedical Instrumentation J Component Project Report

This document is a project report for designing a heart rate monitor system using an Arduino and heartbeat sensor. It lists the names of five students on the project team and the components used, including an Arduino UNO, LCD display, potentiometer, heartbeat sensor module, and connecting wires. The circuit diagram, block diagram, and screenshots of the working circuit and output are provided. The report explains the theory and calculation for determining heart rate from the sensor readings. Test results found an average heart rate of 65-80 bpm, indicating the system can successfully and inexpensively measure heart rate.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

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.

You might also like