Pulse Rate Monitor Ying Wang

Slides:



Advertisements
Similar presentations
Outline Project overview Project-specific success criteria Block diagram Component selection rationale Packaging design Schematic and theory of operation.
Advertisements

Tachometers – An Overview
PWM (Pulse Width Modulation)
Basics of Sensors. A sensor is a device which is used to sense the surroundings of it & gives some useful information about it. This information is used.
PREPARED BY:- SAYYAM GADHOK UE  Heart rate measurement is one of the very important parameters of the human cardiovascular system.  Electro-cardiogram.
FDR Presentation Personal Health Monitoring Device Bassam Noaman Dina El-Eissa Mentor: Prof Zhenyu Guo Instructor: Prof J Silverman 4/12/00.
Optical Heart Monitor/Jump Drive Sponsor: Calit2 Mentor: Paul Blair Ph.D. Team: Matt Chandrangsu, Jeffrey Chi, Kari Nip ECE 191 – Group 6 Fall 2008.
Solar Powered Battery Charger
EMBEDDED WEB SERVER. CONTENT: 1.ABSTRACT 2.INTRODUCTION TO EMBEDDED SYSTEMS 3.INTRODUCTION TO EMBEDDED WEB SERVER 4.BLOCK DIAGRAM 5.POER SUPPLY 6.COMPONENT.
Vibhuti Bagga1, Tanvi Kalra2, Abhinav 3, Sneh Anand 3
Power Supply Design J.SHANMUGAPRIYAN.
Microcontroller Hands-on Workshop #3 Ahmad Manshad New Mexico State University Institute of Electrical and Electronics Engineers November 7, 2009.
MSP 430 Project ECE 300 Spring 2004 William S. McLemore Ruben D. Briano Cheng-Han Tsai.
Health Band MOHAMMAD DIAB BASHAR JODEH SUPERVISORS: DR. SUFYAN SAMARA DR. HANAL ABUZANT.
Department of Electrical and Computer Engineering Theremi n THEREMIN.
Mid-semester Presentation Senior Design II October 8, 2013 MyBand Fitness [1]
REVERSE ENGINEERING ANALYSIS OF THE KILL-A-WATT Jason Sweeney Ryan Gittens Sean Kolanowski.
CALCULATING BEATS PER MINUTE (BPM) If we count the number of beats in 60 seconds, that is the number of beats per minute (bpm)
Guide Presented by Mr.M Cheenya V.Abhinav Kumar 11E31A0422 Asst.Professor K.Shiva Kumar 11E31A0423 K.Rajashekhar 11E31A0424 K.Chaithanya Sree 11E31A0428.
BLDC Motor Speed Control with RPM Display. Introduction BLDC Motor Speed Control with RPM Display  The main objective of this.
Vehicle Detector for Cyclists Nathaniel Liu Parth Narielwala Ian Simon.
Ready to Party? 
Electronic Instrumentation Project 204 Project Name: Light Level Monitor Student #1: Name ID Student #2: Name ID Student #3: Name ID.
Deep Touch Pressure Abdomen Belt Group 32 Kevin Rathbun & Luke Fleming & Chang-O Pyo ECE 445 Senior Design April 28, 2015.
PRESENTATION CSE 341 MICROPROCESSOR Presented By Nabid Kaisar
Arduino based Automatic Temperature Controlled Fan Speed Regulator.
Emotional Intelligence Vivian Tseng, Matt Palmer, Jonathan Fouk Group #41.
Development of a Flex Sensor Glove
Portable Sport Boundary Sensors
Smart Newton Car By: Hui Zhu.
Development of a Flex Sensor Glove
Final Laboratory: PWM Frequency Regulated AC/DC Rotary Convertor
LEVEL CONTROL SYSTEM USING MICROCONTROLLER
Development of a Flex Sensor Glove
Rectifiers, Filters and Regulator
Demodulation PWM Signal
Subject Name: LINEAR INTEGRATED CIRCUITS Subject Code: 10EC46
Home automation using Arduino & ‘PIR sensor’
ECE 445 Smart Window Responding System
Textbook Detection System With Radio-Frequency Identification
Weather Station Weather station design for measuring
Fig. 4 Block diagram of system
Harmonic Distortion Analyzer, Wave Analyzer and Function Generator
ECE 445 Spring 2017 Laser Tag Droid
Project guide B. SUBBULAKSHMI M. E Assistant Professor C. A. R
Data Acquisition Systems
‘SONAR’ using Arduino & ultrasonic distance sensor
LEVEL CONTROL USING ULTRASONIC
Group 60 ECE 445 Spring 2016 Devin Berchtold Michael Yu
ECET 105 Innovative Education--snaptutorial.com
WELCOME.
Development of a Flex Sensor Glove
Project Ambulare Junran Chen, Linh Tran, Branden Youssef
Development of a Flex Sensor Glove
Real-Time Free Throw Feedback Device
Development of a Flex Sensor Glove
Prepared by : fatheyah faqih Supervisor:Dr.Falah Hassn
Development of a Flex Sensor Glove
Analog and Digital Instruments
J.-B. Seo, S. Srirangarajan, S.-D. Roy, and S. Janardhanan
Naoki Watanabe et al. BTS 2017;2:
ECE 477 Final Presentation Team 2 Spring 2012
Development of a Flex Sensor Glove
Digital Smart Stethoscope
Electrical traditional Chinese Instrument - Xun
Development of a Flex Sensor Glove
Fig. 4 Block diagram of system
Ultrasonic Rangefinder
Portable Digital Blood Pressure Monitor
Measure 2 (Post Exercise)
Presentation transcript:

Pulse Rate Monitor Ying Wang Department of Electrical and Computer Engineering University of Illinois at Urbana-Champaign

Outlines Project Objective Modules and Design Review Power Module Sensor Module Microcontroller Module Display Module Requirements and Verifications Test Results Outlook

Objective This project intends to realize a device that can read the human pulse rate from a fingertip. The pulse rate in the unit of beats per minute (BPM) will be displayed by a 16 by 2 LCD display.

BLOCK DIAGRAM

Power Module 5 V REGULATOR CIRCUIT 0.6 V 5.6 V

Sensor Module: IR Emitter and Detector

Output of IR detector (Raw Data) 5 V Measured by Processing 0 V 0 s 1 s 2 s 3 s 4 s 5 s

Sensor Module: Filter From detector output

Sensor Module: Amplifier Gain= (R6+R7)/R7

Sensor Module Output 5 V 0 V Measured by Processing 0 s 1 s 2 s 3 s

Microcontroller: Arduino Uno Find a peak Data[i] > Data[i-1] && Data[i] > Data[i+1]; Currentpeak = Data[i]; Currentime = millis(); |currentpeak-Refpeak|< PeakTol && |Reftime-Currenttime|> timeTol Refpeak = Currentpeak; Reftime= Currenttime; NO Find a newpeak; Currentpeak = newpeak; Currenttime = millis(); YES Pulserate = 60000/ (currenttime - Reftime) Currentpeak-Refpeak > PeakTol YES NO

Requirements and Verifications 1. Power Supply take a 9V battery input and output a stable 5V(+/-0.4V) voltage to the rest of circuit and within +/-0.2A of needed current. Put a voltmeter across the output of regulator circuit, the voltage should be within 5V+-0.4V. The components of the circuit should all work properly without any short or overload. 2. Pulse Sensor The pulse sensor should output an accurate periodic analog signal to microcontroller. The periodic wave should correspond to the pulse of the testing people within 5 beats per minute. The output of the pulse sensor circuit could be verified by using a free software called “Processing” It could sketch the output of the pulse sensor circuit synchronously to a PC screen. Then we can count the pulse per minute based on the waveform (the window duration time of “Processing” is set to 5 seconds) and compare it with the result of iPhone App “Heart Rate” 3. Microcontroller The Microcontroller takes the output of the Pulse Sensor and correctly calculate the beats per Module minute and output to the display module. The beats per minute should be accurate within 5 beats/min The calculated beats per minute can be displayed by 16 y 2 LCD display then we can compare the output of the microcontroller with the waveform generated by pulse module and results from iPhone App “Heart Rate”. The testing people can put one hand on pulse sensor and the other hand on iPhone. 4. Display Module Takes the output of the microcontroller and convert it to sixteen by two LCD display. Display beats per minute on LCD screen To be compared with the beats per minute value displayed by iPhone App “Heart Rate” by putting one hand on pulse sensor and the other hand on iPhone.

Test Results All modules worked

Test Results Some problems: Fingers have to maintain a stable pressure, if peak height varies too much, a peak might be missed PCB board didn’t work, might have some soldering problem

More can be done… Study the heart rate variation Calculate the target heart rate (THR zone is 50%-85% of maximum heart rate)