SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler offline
MICROCONTROLLER BASED HEART RATE MONITORING SYSYTEM
This article is about a simple heart rate monitor using 8051
microcontroller. Like the previous 8051 projects, AT89S51 is the
microcontroller used here. The device senses the heart rate from the
finger tip using IR reflection method and displays it on a three digit seven
segment display in beats per minute. The circuit has an accuracy of 4
beats per minute and it is very easy to use. In medical terms, the
technique used here for sensing heart rate is called
photoplethysmography.
PHOTOPLETHYSMOGRAPHY
Photoplethysmography is the process of optically estimating the
volumetric measurement of an organ. Pulse oximetry, cardiovascular
monitoring, respiration detection, heart rate monitoring etc are few
common applications of photoplethysmography. Let us have a look at the
application of photoplethysmography in heart rate monitoring from the
figer tip. When the heart expands (diastole) the volume of blood inside the
finger tip increases and when the heart contrcats (systole) the volume of
blood inside the finger tip decreases.
The resultant pulsing of blood volume inside the finger tip is
directly proportional to the heart rate and if you could some how count
the number of pulses in one minute, that’s the heart rate in beats per
minute (bpm). For this an IR transmitter/receiver pair placed in close
contact with the finger tip. When the heart beats, the volume of blood
cells under the sensor increases and this reflects more IR waves to sensor
and when there is no beat the intensity of the reflected beam decreases.
The pulsating reflection is converted to a suitable current or voltage pulse
by the sensor. The sensor output is processed by suitable electronic
circuits to obtain a visible indication (digital display or graph).
GOVT MODEL ENGINERRING COLLEGE THRIKKAKARA ELDHOSE GEORGE
CIRCUIT DIAGRAM
GOVT MODEL ENGINERRING COLLEGE THRIKKAKARA ELDHOSE GEORGE
WORKING OF THE HEART RATE MONITOR
LTH1550-01 photo interrupter forms the photoplethysmographic sensor
here. LTH1550-01 is simply a IR diode – photo transistor pair in single
package. The front side of the IR diode and photo transistor are exposed
and the remaining parts are well isolated. When the finger tip is placed
over the sensor the volumetric pulsing of the blood volume inside the
finger tip due to heart beat varies the intensity of the reflected beam and
this variation in intensity is according to the heart beat.
When more light falls on the photo transistor it conducts more, its
collector current increases and so its collector voltage decreases. When
less light falls on the photo transistor it conducts less, its collector current
decreases and so its collector voltage decreases. This variation in the
collector voltage will be proportional to the heart rate. Any way this
voltage variation is so feeble and additional signal conditioning stages are
necessary to convert it into a microcontroller recognizable form.
The next part of the circuit consists of a two active low pass filters using
opamp LM324. The LM324 is a quad opamp that can be operated from a
single rail supply. Resistor R23, R17 and capacitor C5 sets the gain and cut
off frequency of the first filter. With the given component values, gain will
be 11 and cut off frequency will be 2.5Hz. The gain and cut off frequency
are determined using the following equations.
Voltage gain Av =1 + (R17 / R23)
Cut off frequency Fc= 1/(2π *R17*C5)
The second low pass filter also have same gain and cut off frequency. The
two low pass filters form a very critical part of the circuit as any noise or
false signals passing to the microcontroller stage will produce disastrous
results. The output of the filter stage will be a voltage level fluctuating
between 0 and 0.35 volts and this fluctuation is converted into a 0 to 5V
swing using the comparator based on the third opamp (IC1c). The
reference voltage of the comparator is set to 0.3V. When ever the output
voltage of the filter stage goes above 0.3V, the output of the comparator
goes to zero and whenever the output voltage of the filter stage goes
below 0.3V, the output of the comparator goes to positive saturation. The
result will be a neat pulse fluctuating between 0 and 5V at a rate equal to
the heart rate. This pulse is fed to the microcontroller for counting.
GOVT MODEL ENGINERRING COLLEGE THRIKKAKARA ELDHOSE GEORGE
ABOUT THE PROGRAM.
For the counting purpose both the timers of 8051 (Timer0 and Timer1) are
used. Timer 1 is configured as an 8 bit auto reload counter for registering
the number of incoming zero going pulses and Timer0 is configured as a
16 bit timer which generate the necessary 1 second time span for the
Timer1 to count.For counting the number of beats Timer0 and Timer1 are
used. Timer1 is set as an 8 bit auto reload counter for counting the the
number of pulses (indicating the heart beat) and Timer0 is set as a 16 bit
timer which generates a 65536uS delay. When looped 230 times it will
produce a 15 second time span (230 x 65536uS =15S) for the Timer 1 to
count. The number of counts obtained in 15 seconds is multiplied by 4 to
obtain the heart rate in beats per minute.
The Timer 0 which generates the 1 second time span is configured in
Mode 1 (16 bit timer). So the maximum it can count is 2^16 and it
is 65536. In 8051 the crystal frequency is divided by 12 using an internal
frequency divider network before applying it as a clock for the timer. That
means the timer will increment by one for every 1/12th of the crystal
frequency. For an 8051 based system clocked by a 12MHz crystal, the time
taken for one timer increment will be 1µS (ie; 1/12MHz). So the maximum
time delay that can be obtained using one session of the timer will be
65536µS. Go through this article Delay using 8051 timer for a better
grasp.
SETTING UP THE CIRCUIT
When power is switched ON, the indicator LED D4 will glow an continues
in that state. Now place your finger tip over the sensor and adjust preset
R14 so that the LED D4 starts blinking. After you got the LED blinking,
reset the power and wait for 15 seconds. The display will show your heart
rate in beats per minute.
LCD VERSION OF THE HEART RATE MONITOR.
A simple LCD version of the heart rate monitor is shown below. This is just
a modification of the above circuit.LCD displays are very popular now a
most of the embedded system designers prefer them over multiplexed
seven segment LED displays. Using LCD displays you can display text,
custom characters, graphics and a lot of other stuff and it is a great
advantage over the LED counterparts. JHD162 is the LCD display used
here. It is a 16X2 LCD display based on the HD44780 driver IC. Go through
GOVT MODEL ENGINERRING COLLEGE THRIKKAKARA ELDHOSE GEORGE
the following link for knowing more about JHD162 and its interfacing to the
8051 microcontroller. Interfacing LCD display to 8051. The circuit diagram
of the LCD version of the heart rate monitor is shown below.
Data/command input pin DB0 to DB7 of the display is interfaced to Port0
of the microcontroller. Resistor network R17 is used for pulling up
thePort0. Port0 needs external pull up for proper functioning. Preset
resistor R1 is used for adjusting the contrast of the display. R2 limits the
current through the back light LED. Other parts of the circuit are similar to
theLEDversion
LCD VERSION CIRCUIT
GOVT MODEL ENGINERRING COLLEGE THRIKKAKARA ELDHOSE GEORGE

Mais conteúdo relacionado

Mais procurados

Arduino based heartbeat monitoring system.
Arduino based heartbeat monitoring system.Arduino based heartbeat monitoring system.
Arduino based heartbeat monitoring system.
Arkadeep Dey
 
A Wireless Methodology of Heart Attack Detection
A Wireless Methodology of Heart Attack DetectionA Wireless Methodology of Heart Attack Detection
A Wireless Methodology of Heart Attack Detection
ijsrd.com
 
HEART ATTACK DETECTION SYSTEM
HEART ATTACK DETECTION SYSTEMHEART ATTACK DETECTION SYSTEM
HEART ATTACK DETECTION SYSTEM
achuthanandanarmeta
 
Final 1st ppt
Final 1st pptFinal 1st ppt
Final 1st ppt
rashmi r
 

Mais procurados (20)

Heart beat monitor using AT89S52 microcontroller
Heart beat monitor using AT89S52 microcontrollerHeart beat monitor using AT89S52 microcontroller
Heart beat monitor using AT89S52 microcontroller
 
Microcontroller Based Heart Beat and Temperature Monitoring System using Fing...
Microcontroller Based Heart Beat and Temperature Monitoring System using Fing...Microcontroller Based Heart Beat and Temperature Monitoring System using Fing...
Microcontroller Based Heart Beat and Temperature Monitoring System using Fing...
 
HEART BEAT DETECTOR PPT
HEART BEAT DETECTOR PPTHEART BEAT DETECTOR PPT
HEART BEAT DETECTOR PPT
 
Heartbeat monitor USING IC PIC16F72
Heartbeat monitor USING IC PIC16F72Heartbeat monitor USING IC PIC16F72
Heartbeat monitor USING IC PIC16F72
 
Heart beat monitor system PPT
Heart beat monitor system PPT Heart beat monitor system PPT
Heart beat monitor system PPT
 
Arduino based heartbeat monitoring system.
Arduino based heartbeat monitoring system.Arduino based heartbeat monitoring system.
Arduino based heartbeat monitoring system.
 
ECG MONITORING SYSTEM
ECG MONITORING SYSTEMECG MONITORING SYSTEM
ECG MONITORING SYSTEM
 
Sms based patient monitering
Sms based patient moniteringSms based patient monitering
Sms based patient monitering
 
FINAL YEAR PROJECT Micro controller Based Heart Beat and Temperature Monitori...
FINAL YEAR PROJECT Micro controller Based Heart Beat and Temperature Monitori...FINAL YEAR PROJECT Micro controller Based Heart Beat and Temperature Monitori...
FINAL YEAR PROJECT Micro controller Based Heart Beat and Temperature Monitori...
 
Heart Attack Monitoring System
Heart Attack Monitoring SystemHeart Attack Monitoring System
Heart Attack Monitoring System
 
Report on Automatic Heart Rate monitoring using Arduino Uno
Report on Automatic Heart Rate monitoring using Arduino UnoReport on Automatic Heart Rate monitoring using Arduino Uno
Report on Automatic Heart Rate monitoring using Arduino Uno
 
A Wireless Methodology of Heart Attack Detection
A Wireless Methodology of Heart Attack DetectionA Wireless Methodology of Heart Attack Detection
A Wireless Methodology of Heart Attack Detection
 
Patient Health Monitoring System Using Arduino & ESP8266
Patient Health Monitoring System Using Arduino & ESP8266Patient Health Monitoring System Using Arduino & ESP8266
Patient Health Monitoring System Using Arduino & ESP8266
 
GSM based patient monitoring system
GSM based patient monitoring systemGSM based patient monitoring system
GSM based patient monitoring system
 
Iot heart attack detection & heart rate monitor
Iot heart attack detection & heart rate monitorIot heart attack detection & heart rate monitor
Iot heart attack detection & heart rate monitor
 
HEART ATTACK DETECTION SYSTEM
HEART ATTACK DETECTION SYSTEMHEART ATTACK DETECTION SYSTEM
HEART ATTACK DETECTION SYSTEM
 
REAL TIME HEART BEAT MONITORING SYSTEM USING PIC16F876 MICROCONTROLLER
REAL TIME HEART BEAT MONITORING SYSTEM USING PIC16F876 MICROCONTROLLERREAL TIME HEART BEAT MONITORING SYSTEM USING PIC16F876 MICROCONTROLLER
REAL TIME HEART BEAT MONITORING SYSTEM USING PIC16F876 MICROCONTROLLER
 
Heart Attack Detection VIA HEART Beat Monitor System
Heart Attack Detection VIA HEART Beat Monitor System Heart Attack Detection VIA HEART Beat Monitor System
Heart Attack Detection VIA HEART Beat Monitor System
 
Final 1st ppt
Final 1st pptFinal 1st ppt
Final 1st ppt
 
Heart beat monitoring system
Heart beat monitoring systemHeart beat monitoring system
Heart beat monitoring system
 

Semelhante a Heart rate monitoring system using 8051

Digital blood pressure meter
Digital blood pressure meterDigital blood pressure meter
Digital blood pressure meter
Culun Habis
 
Wireless greenhouse environment monitoring through sensors
Wireless greenhouse environment monitoring through sensorsWireless greenhouse environment monitoring through sensors
Wireless greenhouse environment monitoring through sensors
Sudhanshu Tripathi
 
PulseOxymetry_AN_Finalv3p1
PulseOxymetry_AN_Finalv3p1PulseOxymetry_AN_Finalv3p1
PulseOxymetry_AN_Finalv3p1
Ahmed Ghouri
 
MEASUREMENT AND DISPLAY OF THE MAINS FREQUENCY USING PIC18F4520/50
MEASUREMENT AND DISPLAY OF THE MAINS FREQUENCY USING PIC18F4520/50MEASUREMENT AND DISPLAY OF THE MAINS FREQUENCY USING PIC18F4520/50
MEASUREMENT AND DISPLAY OF THE MAINS FREQUENCY USING PIC18F4520/50
Ruthvik Vaila
 
DIGITAL HEART BEAT COUNTER
DIGITAL HEART BEAT COUNTERDIGITAL HEART BEAT COUNTER
DIGITAL HEART BEAT COUNTER
Deevanshu Swani
 
Iaetsd emergency recovery control unit using microcontroller
Iaetsd emergency recovery control unit using microcontrollerIaetsd emergency recovery control unit using microcontroller
Iaetsd emergency recovery control unit using microcontroller
Iaetsd Iaetsd
 

Semelhante a Heart rate monitoring system using 8051 (20)

Tachometer
TachometerTachometer
Tachometer
 
Digital blood pressure meter
Digital blood pressure meterDigital blood pressure meter
Digital blood pressure meter
 
rancang bangun NIIBP
rancang bangun NIIBPrancang bangun NIIBP
rancang bangun NIIBP
 
Heart rate counter explanation
Heart rate counter explanationHeart rate counter explanation
Heart rate counter explanation
 
19bec0855 project review 1-converted
19bec0855 project review 1-converted19bec0855 project review 1-converted
19bec0855 project review 1-converted
 
Digital tachometer using pic18
Digital tachometer using pic18Digital tachometer using pic18
Digital tachometer using pic18
 
Wireless greenhouse environment monitoring through sensors
Wireless greenhouse environment monitoring through sensorsWireless greenhouse environment monitoring through sensors
Wireless greenhouse environment monitoring through sensors
 
PulseOxymetry_AN_Finalv3p1
PulseOxymetry_AN_Finalv3p1PulseOxymetry_AN_Finalv3p1
PulseOxymetry_AN_Finalv3p1
 
Pulse detector
Pulse detectorPulse detector
Pulse detector
 
MEASUREMENT AND DISPLAY OF THE MAINS FREQUENCY USING PIC18F4520/50
MEASUREMENT AND DISPLAY OF THE MAINS FREQUENCY USING PIC18F4520/50MEASUREMENT AND DISPLAY OF THE MAINS FREQUENCY USING PIC18F4520/50
MEASUREMENT AND DISPLAY OF THE MAINS FREQUENCY USING PIC18F4520/50
 
Vishal project1
Vishal project1Vishal project1
Vishal project1
 
ELECTRONICS PROJECT REPORT OF HOME AUTOMATION CUM BUILDING SECUIRITY
ELECTRONICS PROJECT REPORT OF HOME AUTOMATION CUM BUILDING SECUIRITYELECTRONICS PROJECT REPORT OF HOME AUTOMATION CUM BUILDING SECUIRITY
ELECTRONICS PROJECT REPORT OF HOME AUTOMATION CUM BUILDING SECUIRITY
 
Contactless tachometer
Contactless tachometerContactless tachometer
Contactless tachometer
 
DIGITAL HEART BEAT COUNTER
DIGITAL HEART BEAT COUNTERDIGITAL HEART BEAT COUNTER
DIGITAL HEART BEAT COUNTER
 
Visiter counter doc
Visiter counter docVisiter counter doc
Visiter counter doc
 
CRF final ppt
CRF   final pptCRF   final ppt
CRF final ppt
 
Instrumentation amplifier in ECG
Instrumentation amplifier  in ECG Instrumentation amplifier  in ECG
Instrumentation amplifier in ECG
 
Iaetsd emergency recovery control unit using microcontroller
Iaetsd emergency recovery control unit using microcontrollerIaetsd emergency recovery control unit using microcontroller
Iaetsd emergency recovery control unit using microcontroller
 
Adc and dac
Adc and dacAdc and dac
Adc and dac
 
Microcontroller ppt
Microcontroller pptMicrocontroller ppt
Microcontroller ppt
 

Último

Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
MsecMca
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 

Último (20)

Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 

Heart rate monitoring system using 8051

  • 1. MICROCONTROLLER BASED HEART RATE MONITORING SYSYTEM This article is about a simple heart rate monitor using 8051 microcontroller. Like the previous 8051 projects, AT89S51 is the microcontroller used here. The device senses the heart rate from the finger tip using IR reflection method and displays it on a three digit seven segment display in beats per minute. The circuit has an accuracy of 4 beats per minute and it is very easy to use. In medical terms, the technique used here for sensing heart rate is called photoplethysmography. PHOTOPLETHYSMOGRAPHY Photoplethysmography is the process of optically estimating the volumetric measurement of an organ. Pulse oximetry, cardiovascular monitoring, respiration detection, heart rate monitoring etc are few common applications of photoplethysmography. Let us have a look at the application of photoplethysmography in heart rate monitoring from the figer tip. When the heart expands (diastole) the volume of blood inside the finger tip increases and when the heart contrcats (systole) the volume of blood inside the finger tip decreases. The resultant pulsing of blood volume inside the finger tip is directly proportional to the heart rate and if you could some how count the number of pulses in one minute, that’s the heart rate in beats per minute (bpm). For this an IR transmitter/receiver pair placed in close contact with the finger tip. When the heart beats, the volume of blood cells under the sensor increases and this reflects more IR waves to sensor and when there is no beat the intensity of the reflected beam decreases. The pulsating reflection is converted to a suitable current or voltage pulse by the sensor. The sensor output is processed by suitable electronic circuits to obtain a visible indication (digital display or graph). GOVT MODEL ENGINERRING COLLEGE THRIKKAKARA ELDHOSE GEORGE
  • 3. WORKING OF THE HEART RATE MONITOR LTH1550-01 photo interrupter forms the photoplethysmographic sensor here. LTH1550-01 is simply a IR diode – photo transistor pair in single package. The front side of the IR diode and photo transistor are exposed and the remaining parts are well isolated. When the finger tip is placed over the sensor the volumetric pulsing of the blood volume inside the finger tip due to heart beat varies the intensity of the reflected beam and this variation in intensity is according to the heart beat. When more light falls on the photo transistor it conducts more, its collector current increases and so its collector voltage decreases. When less light falls on the photo transistor it conducts less, its collector current decreases and so its collector voltage decreases. This variation in the collector voltage will be proportional to the heart rate. Any way this voltage variation is so feeble and additional signal conditioning stages are necessary to convert it into a microcontroller recognizable form. The next part of the circuit consists of a two active low pass filters using opamp LM324. The LM324 is a quad opamp that can be operated from a single rail supply. Resistor R23, R17 and capacitor C5 sets the gain and cut off frequency of the first filter. With the given component values, gain will be 11 and cut off frequency will be 2.5Hz. The gain and cut off frequency are determined using the following equations. Voltage gain Av =1 + (R17 / R23) Cut off frequency Fc= 1/(2π *R17*C5) The second low pass filter also have same gain and cut off frequency. The two low pass filters form a very critical part of the circuit as any noise or false signals passing to the microcontroller stage will produce disastrous results. The output of the filter stage will be a voltage level fluctuating between 0 and 0.35 volts and this fluctuation is converted into a 0 to 5V swing using the comparator based on the third opamp (IC1c). The reference voltage of the comparator is set to 0.3V. When ever the output voltage of the filter stage goes above 0.3V, the output of the comparator goes to zero and whenever the output voltage of the filter stage goes below 0.3V, the output of the comparator goes to positive saturation. The result will be a neat pulse fluctuating between 0 and 5V at a rate equal to the heart rate. This pulse is fed to the microcontroller for counting. GOVT MODEL ENGINERRING COLLEGE THRIKKAKARA ELDHOSE GEORGE
  • 4. ABOUT THE PROGRAM. For the counting purpose both the timers of 8051 (Timer0 and Timer1) are used. Timer 1 is configured as an 8 bit auto reload counter for registering the number of incoming zero going pulses and Timer0 is configured as a 16 bit timer which generate the necessary 1 second time span for the Timer1 to count.For counting the number of beats Timer0 and Timer1 are used. Timer1 is set as an 8 bit auto reload counter for counting the the number of pulses (indicating the heart beat) and Timer0 is set as a 16 bit timer which generates a 65536uS delay. When looped 230 times it will produce a 15 second time span (230 x 65536uS =15S) for the Timer 1 to count. The number of counts obtained in 15 seconds is multiplied by 4 to obtain the heart rate in beats per minute. The Timer 0 which generates the 1 second time span is configured in Mode 1 (16 bit timer). So the maximum it can count is 2^16 and it is 65536. In 8051 the crystal frequency is divided by 12 using an internal frequency divider network before applying it as a clock for the timer. That means the timer will increment by one for every 1/12th of the crystal frequency. For an 8051 based system clocked by a 12MHz crystal, the time taken for one timer increment will be 1µS (ie; 1/12MHz). So the maximum time delay that can be obtained using one session of the timer will be 65536µS. Go through this article Delay using 8051 timer for a better grasp. SETTING UP THE CIRCUIT When power is switched ON, the indicator LED D4 will glow an continues in that state. Now place your finger tip over the sensor and adjust preset R14 so that the LED D4 starts blinking. After you got the LED blinking, reset the power and wait for 15 seconds. The display will show your heart rate in beats per minute. LCD VERSION OF THE HEART RATE MONITOR. A simple LCD version of the heart rate monitor is shown below. This is just a modification of the above circuit.LCD displays are very popular now a most of the embedded system designers prefer them over multiplexed seven segment LED displays. Using LCD displays you can display text, custom characters, graphics and a lot of other stuff and it is a great advantage over the LED counterparts. JHD162 is the LCD display used here. It is a 16X2 LCD display based on the HD44780 driver IC. Go through GOVT MODEL ENGINERRING COLLEGE THRIKKAKARA ELDHOSE GEORGE
  • 5. the following link for knowing more about JHD162 and its interfacing to the 8051 microcontroller. Interfacing LCD display to 8051. The circuit diagram of the LCD version of the heart rate monitor is shown below. Data/command input pin DB0 to DB7 of the display is interfaced to Port0 of the microcontroller. Resistor network R17 is used for pulling up thePort0. Port0 needs external pull up for proper functioning. Preset resistor R1 is used for adjusting the contrast of the display. R2 limits the current through the back light LED. Other parts of the circuit are similar to theLEDversion LCD VERSION CIRCUIT GOVT MODEL ENGINERRING COLLEGE THRIKKAKARA ELDHOSE GEORGE