Вы находитесь на странице: 1из 11

Application Report

SLAA274B November 2005 Revised February 2012

A Single-Chip Pulsoximeter Design Using the MSP430


Vincent Chan, Steve Underwood ................................................................................. MSP430 Products

ABSTRACT
This application report discusses the design of non-invasive optical plethysmography also called as
pulsoximeter using the MSP430FG437 microcontroller (MCU). The pulsoximeter consists of a peripheral
probe combined with the MCU displaying the oxygen saturation and pulse rate on a LCD glass. The same
sensor is used for both heart-rate detection and pulsoximetering in this application. The probe is placed on
a peripheral point of the body such as a finger tip, ear lobe or the nose. The probe includes two light
emitting diodes (LEDs), one in the visible red spectrum (660 nm) and the other in the infrared spectrum
(940 nm). The percentage of oxygen in the body is worked by measuring the intensity from each
frequency of light after it transmits through the body and then calculating the ratio between these two
intensities.
This application report uses the MOD-PULSE Pulseoxmeter and Heart-Rate Monitor Using the
MSP430FG439 development board by OLIMEX Ltd (http://www.olimex.com/dev/mod-pulse.html).
A revised version of this application is described in the application report Revised Pulsoximeter Design
Using the MSP430 (SLAA458).

1 Introduction
The Pulsoximeter is a medical instrument for monitoring the blood oxygenation of a patient. By measuring
the oxygen level and heart rate, the instrument can sound an alarm if these drop below a pre-determined
level. This type of monitoring is especially useful for new born infants and during surgery.
This application report demonstrates the implementation of a single chip portable pulsoximeter using the
ultra low power capability of the MSP430. Because of the high level of analog integration, the external
components can be kept to a minimum. Furthermore, by keeping ON time to a minimum and power
cycling the two light sources, power consumption is reduced.

2 Theory of Operation
In a pulsoximeter, the calculation of the level of oxygenation of blood (SaO2) is based on measuring the
intensity of light that has been attenuated by body tissue.
SaO2 is defined as the ratio of the level oxygenated Hemoglobin over the total Hemoglobin level
(oxygenated and depleted):
HbO 2
SaO 2 +
Total Hemoglobin (1)
Body tissue absorbs different amounts of light depending on the oxygenation level of blood that is passing
through it. This characteristic is non-linear.
Two different wavelengths of light are used, each is turned on and measured alternately. By using two
different wavelengths, the mathematical complexity of measurement can be reduced.
log(l ac)l1
R + SaO 2 a R
log(l ac)l2 (2)
Where 1 and 2 represents the two different wavelengths of light used.
There are a DC and an AC component in the measurements. It is assumed that the DC component is a
result of the absorption by the body tissue and veins. The AC component is the result of the absorption by
the arteries.
SLAA274B November 2005 Revised February 2012 A Single-Chip Pulsoximeter Design Using the MSP430 1
Submit Documentation Feedback
Copyright 20052012, Texas Instruments Incorporated
Circuit Implementation www.ti.com

In practice, the relationship between SaO2 and R is not as linear as indicated by the above formula. For
this reason a look up table is used to provide a correct reading.

3 Circuit Implementation

RS232
Infra Red
Oxi Lvi Heart Rate Zero Crossing Samples Only
Calculation
Pulse Infra Red/
Rate Normal Red
SaO2 = Fn [ RMS(ir)/ Band Pass
DC Tracking G2
LoBatt RSM(vr)] Filter

De Brightness
DAC12_1 G1
MUX Range Control
Infra Red/
Normal Red

DAC12_0
LED
Select
Probe Connector

Red LED Gain


InfraRed LED Gain Pseudo
Cable Analog Ground
Red LED ON/OFF

InfraRed LED ON/OFF G2


Trans G1
2nd
PIN Diode Impedance
Amplifier
Stage
MUX ADC12
PIN Diode

InfraRed LED
OA0 OA1
Red LED

I I
R R R

Figure 1. System Block Diagram

Figure 1 depicts the system block diagram. The two LEDs are time multiplexed at 500 times per second.
The PIN diode is therefore alternately excited by each LED light source.
The PIN diode signal is amplified by the built in operational amplifiers OA0 and OA1. The ADC12 samples
the output of both amplifiers. The samples are correctly sequenced by the ADC12 hardware and the MCU
software separates the infra-red and the red components.
The SaO2 level and the heart rate are displayed on an LCD. The real time samples are also sent via an
RS232 to a PC. A separate PC software displays these samples a graphic trace.
Apart from the MCU and four transistors, only passive components are needed for this design.
An off-the-shelf Nellcor-compatible probe 520-1011N is used. This probe has a finger clip integrated with
sensors and is convenient to use. The input to the probe is a D-type 9 pin connector.

2 A Single-Chip Pulsoximeter Design Using the MSP430 SLAA274B November 2005 Revised February 2012
Submit Documentation Feedback
Copyright 20052012, Texas Instruments Incorporated
www.ti.com Circuit Implementation

3.1 Generating the LED Pulses

20 Ohm
5 kOhm MS430FG437
P2.3 1 kOhm
5

DAC0
Probe
10
Integrated Infra Red Visible Red
LEDs

P2.2

1 kOhm
5 kOhm
20 Ohm

Figure 2. LED Drive Circuit

There are two LEDs, one for the visible red wavelength and another for the infrared wavelength.
In the Nellcor compatible probe, these two LEDs are connected back to back.
To turn them on, an H-Bridge arrangement is used. Figure 2 illustrate this circuit.
Port 2.3 and Port 2.2 drives the complementary circuit. A DAC0 controls the current through the LEDs and
thereby its light output level.
The whole circuit is time multiplexed.
In the MSP430FG437 the internal 12-bit DAC0 can be connected to either pin 5 or pin 10 of the MCU
through software control in the DAC control register. When a pin is not chosen to output the DAC0 signal,
it is set to Hi-Z or low. The base of each transistor has a pulldown resistor to make sure the transistor is
turned off when it is not selected.

SLAA274B November 2005 Revised February 2012 A Single-Chip Pulsoximeter Design Using the MSP430 3
Submit Documentation Feedback
Copyright 20052012, Texas Instruments Incorporated
Circuit Implementation www.ti.com

3.2 Sampling and Conditioning the PIN Diode Signal


3pF

TransImpedance 5M2 30R


Amp DC + AC R
OPA0 Out Components
OA0
OA1

PIN Diode DC
ADC12 DAC12_1
Tracking
Extracted DC
Components

LED Level
Control

Figure 3. Input Front End Circuit and LED Control

The photo-diode generates a current from the received light. This current signal is amplified by a trans-
impedance amplifier. OA0, one of the three built in op-amps, is used to amplify this signal. Since the
current signal is very small, it is important for this amplifier to have a low drift current.
The signal coming out of OA0 consists of a large DC component (around 1 V) and a small AC component
(around 10 mV pk-pk).
The large DC component is caused by the lesser oxygen bearing parts of the body tissue and scattered
light. This part of the signal is proportional to the intensity of the light emitted by the LED.
The small AC component is made up of the light modulation by the oxygen bearing parts such as the
arteries plus noise from ambient light at 50/60 Hz. It is this signal that needs to be extracted and amplified.
The LED level control tries to keep the output of OA0 within a preset range using the circuit illustrated in
Figure 2. The Normal Red and Infra Red LEDs are controlled separately to within this preset range.
Effectively, the output from both LEDs matches with each other within a small tolerance.
The extraction and amplification of the AC component of the OA0 output is performed by the second stage
OA1. The DC tracking filter extracts the DC component of the signal and is used as an offset input to
OA1. As OA1 would only amplify the difference it sees between the two terminals, only the AC portion of
the incoming signal is amplified. The DC portion is effectively filtered out.
The offset of OA1 is also amplified and added to the output signal. This needs to be filtered off later on.

4 A Single-Chip Pulsoximeter Design Using the MSP430 SLAA274B November 2005 Revised February 2012
Submit Documentation Feedback
Copyright 20052012, Texas Instruments Incorporated
www.ti.com Circuit Implementation

3.2.1 Time Multiplexing the Hardware


TIMER A

CCR0
TAR

CCR1
Period = 1 ms

DAC12_1

Visible Visible Infra Infra Visible


Red Red Red Red Red
ON OFF ON OFF ON

OA0 Out

OA0 Out
S/C
S/C

S/C
S/C

S/C
S/C
ADC12
Figure 4. Time Multiplexing the Hardware

Timer A is used to control the multiplex sequence and automatically start the ADC conversion.
At the CCR0 interrupt, a new LED sequence is initiated with the following:
The DAC12_0 control bit DAC12OPS is set or cleared depending on which LED is driven. Port 2 is set
to turn on the corresponding LED.
A new value for DAC12_0 is set to the corresponding light intensity level
DAC12_1 is set to the DC tracking filter output for that particular LED.
Note that OA1 amplifies the difference between OA0 Out and DAC12_1.
As the intensity of the visible LED is adjusted, the DAC12_1 signal will become a straight line as the OA0
outputs for the two LEDs are equaled.
The ADC conversion is triggered automatically. It takes two samples, one of the OA0 output for DC
tracking and one of the OA1 output, to calculate the heart beat and oxygen level. These two samples are
taken one after the other using the internal sample timer by setting the MSC bit in the ADC control
register.
To conserve power, at the completion of the ADC conversion an interrupt is generated to tell the MCU to
switch off the LED by clearing DAC12_0.

SLAA274B November 2005 Revised February 2012 A Single-Chip Pulsoximeter Design Using the MSP430 5
Submit Documentation Feedback
Copyright 20052012, Texas Instruments Incorporated
Circuit Implementation www.ti.com

3.3 Signal Conditioning of the AC Components


Output = Gain x AC
AC Component
Component + Small
OA1 Offset RMS
+ SaO2 = Fn [RMS(ir)/
ADC12 Calculation RSM(vr)]

DC
Tracking Use InfraRed Samples Only
Filter Small
Offset
Heart Rate
Calculation

Figure 5. Signal conditioning of the AC Components

The output of OA1 is sampled by the ADC at 1000 sps. Alternating between the infra-red LED and the
normal-red LED. Therefore each LED signal is sampled at 500 sps.
Samples of the OA1 output must be stripped of the residual dc. A high pass digital filter is impractical
here, as the required cutoff frequency is rather low. Instead a IIR filter is used to track the dc level. The dc
is then subtracted from the input signal to render a final true ac digital signal.
The sampled signal is digitally filtered to remove ambient noise at 50 Hz and above. A low pass FIR filter
with a corner frequency of 6 Hz and -50 dB attenuation at 50 Hz and above is implemented.
At this stage the signal resembles the pulsing of the heart beat through the arteries.

3.3.1 The DC Tracking filters


K = 1/29
+ +
Input K Output
+
Z1

Figure 6. Tacking Filter Block Diagram

A DC tracking filter is illustrated in Figure 6.


This is an IIR filter. The working of this filter is best understood intuitively. The filter will add a small portion
of the difference between its input and its last output value to its last output value to form the a new output
value. It there is a step change in the input, the output changes itself to be the same as the input over a
period of time. The rate of change is controlled by the coefficient K. K is worked out by experiment.
So if the input contains an AC and DC component, The coefficient K is made sufficiently small to generate
a time constant relative to the frequency of the AC component so that over a length of time the AC will
cancel itself out in the accumulation process and the output would only track the DC component of the
input.
To ensure there is sufficient dynamic range, the calculation is done is double precision, 32 bits. Only the
most significant 16 bits are used.

3.4 Calculating the Oxygen Level and Heart Beat Rate


Because both LEDs are pulsed, traditional analog signal processing has to be abandoned in favor of
digital signal processing.
The signal samples are low pass filtered to remove the 50/60 Hz noise.
For each wavelength of light, the DC value is removed from the signal leaving the AC part of the signal,
which reflects the arterial oxygenation level. The RMS value is calculated by averaging the square of the
signal over a number of heart beat cycles.

6 A Single-Chip Pulsoximeter Design Using the MSP430 SLAA274B November 2005 Revised February 2012
Submit Documentation Feedback
Copyright 20052012, Texas Instruments Incorporated
www.ti.com Circuit Implementation

The DC measurement is continuously calculated by averaging the signals over a number of heart beat
cycles.
The driving strength of each LED is controlled so that the DC level seen at the PIN diode meets a set
target level with a small tolerance. By doing this for each LED, the final results is that the DC levels of
these two LED match one another to within a small tolerance.
Once the DC levels match, then the SaO2 is calculated by dividing the logs of the RMS values.
log(l ac)l1
R + SaO 2 a R
log(l ac)l2 (3)
The heart beat is measure by counting the number of samples in 3 beats, since the sampling rate is 500
sps. The heart beat per minute is calculated by:
Heart beats per minute + 500 60
Samples3 Count (4)

Figure 7. Empirical and Theoretical R to SaO2

Figure 7 shows the difference between the empirical and theoretical R to SaO2 curve.
As the Oxygen Saturation seldom drops below 80%, a linear relationship with a slight offset can safely be
assumed.

SLAA274B November 2005 Revised February 2012 A Single-Chip Pulsoximeter Design Using the MSP430 7
Submit Documentation Feedback
Copyright 20052012, Texas Instruments Incorporated
Results www.ti.com

4 Results

Figure 8. Heart Beat Signal Output

Figure 8 shows the captured Heart Beat signal from the board. This signal is output through the serial port
to the PC at 115 Kbps. An open source application program scope.exe that runs on the PC is also
available with this application notes.
The heart rate/minute is measured and displayed on the LCD.
The Oxygen Saturation percentage is also displayed.

8 A Single-Chip Pulsoximeter Design Using the MSP430 SLAA274B November 2005 Revised February 2012
Submit Documentation Feedback
Copyright 20052012, Texas Instruments Incorporated
www.ti.com Parts List

5 Parts List

Table 1. Parts List


QTY VALUE PARTS
2 Tact switch S1, S2
2 1n4148 D4, D5
1 DB9 X2
1 Jumper JP1
1 LCD LCD1
1 Red LED LED3
3 4-pin header SL1, SL2, SL5
1 MAX3221 U2
2 MMBT2222 T1, T2
1 MSP430FG437 U1
1 LED 660nm, Kodenshi BL-23G D2
1 LED 940nm, Kodenshi EL-23G D3
1 Pin-diode, Kodenshi HPI-23G D1
10 0.1uF C1, C5, C6, C7, C8, C12, C13, C14, C15, C19
6 1k R16, R17, R18, R19, R27, R28
3 1uF C3, C9, C20
1 3V battery G1
1 3pF C2
2 4.7nF C16, C17
1 5.1M R3
3 5k R22, R24, R26 (1)
2 10k R13, R14
3 10uF C4, C10, C11
1 15k R9
2 20 R1, R2
1 32.768k X1
1 47pF C18 (1)
4 100 R4, R5
3 100k R8, R15, R20
1 150k R25 (1)
3 300k R10, R11, R12
1 Buzzer SG2
1 Nellcor compatible probe 520-1011N
(1)
NOTE: If the internal feedback resistor ladder is used for OA1 (as implemented in the application source code), then these parts
do not need to be populated: R25, R26 and C18.

6 References
Medical Electronics, Dr. Neil Townsend, Michaelmas Term 2001
MSP430F4xx Family User's Guide (SLAU056)

SLAA274B November 2005 Revised February 2012 A Single-Chip Pulsoximeter Design Using the MSP430 9
Submit Documentation Feedback
Copyright 20052012, Texas Instruments Incorporated
7

10
Schematic

VCC VCC
Schematic

R4
100 ohm
VCC
U1

R14
10k
R13
10k
1 67
R28 1k
DVCC1 P1.0/TA0
52 66
DVCC2 P1.1/TA0/MCLK

+
C9 C7 C6 65
P1.2/TA1
79 64 S2

R15
100k
DVSS1 P1.3/TBOUTH/SVSOUT S1

+
+
1
2
1
2
C10 11 C 14 13 1uF 0.1uF 0.1uF 53 63
DVSS2 P1.4/TBCLK/SMCLK
12 11 P1.5/TACLK/ACLK 62
10uF F10u 10 9 74
NMI/RST
61
P1.6/CA0

3
4
3
4
8 7 73 60 LED3
TCK P1.7/CA1
6 5 72
TMS
4 3 71 P3.0/STE0/S31 43 GND
TDI/TCLK
2 1 70 P3.1/SIMO0/S30 42
TDO/TDI
GND 41 GND
JP1 P3.2/SOMI0/S29
40
32.768k 8 P3.3/UCLK0/S28
C8 P3.4/S27 39
XIN
GND X1 P3.5/S26 38
0.1uF 9 P3.6/S25 37
XOUT
69 36
XT2IN P3.7/S24/DMAE0
VCC
68 S23 35
XT2OUT
GND S22 34
100 ohm 33
R5 S21
80 32
AVCC S20

+
C5 C3 10 59 VCC
VEREF+/DAC0 P2.0/TA2
7 P2.1/TB0 58
VREF+

+
0.1uF 1uF C1 C4 11
VREF-/VEREF- P2.2/TB1 57
R8 100k 56 1
P2.3/TB2
0.1uF 10uF 78
AVSS P2.4/UTXD0
55 2
P2.5/URXD0 54 3
R9 15k C18

A Single-Chip Pulsoximeter Design Using the MSP430


GND 47pF P2.6/CAOUT/S19 31 4
R3 5.1M 75 P6.0/A0/OA0I0 P2.7/ADC12CLK/S18 30
76 SL2
P6.1/A1/OA0O
77 29 GND
P6.2/A2/OA0I1 S17
2 S16 28
P6.3/A3/OA1I1/OA1O
C2 3pF 3 S15 27
P6.4/A4/OA1I0
R25 150k 4 P6.5/A5/OA2I1/OA2O S14 26 S14
R26 5k 5 25
P6.6/A6/DAC0/OA2I0 S13 S13
6 24 S12 20
300k P6.7/A7/DAC1/SVSIN S12 COM1_
S11 23 S11 S0 19
300k R10 S0
51 S10 22 S10 S1 18
300k R11 P5.7/R33 S1
50 P5.6/R23 S2 17 S2
R12 49 21 16
P5.5/R13 P4.0/S9 S9 S3 S3
48 20 S8 S4 15
R03 P4.1/S8 S4
COM3 47 P4.2/S7 19 S7 S5 14
P5.4/COM3 S5
COM2 46 P4.3/S6 18 S6 S6 13
P5.3/COM2 S6
COM1 45 17 S5 S7 12
P5.2/COM1 P4.4/S5 S7

1k
R27
COM0 44 16 S4 S8 11
COM0 P4.5/S4 S8
S0 12 15 S3 S9 10
P5.1/S0/A12/DAC1 P4.6/S3/A15 S9
S1 13 P4.7/S2/A14 14 S2 S10 9
P5.0/S1/A13 S10
S11 8
S11
GND MSP430FG437PN S12 7
S12
S13 6
S13
VCC S14 5
S14
COM0 4
COM1
Q1 Q2 COM1 3
COM2
BC856ASMD C856ASMD
B COM3 2
COM4
COM2 1
X3 COM3
1 LCD1

Copyright 20052012, Texas Instruments Incorporated


6 2
7 3
8 4
9 5

T1 T2
Nellcor compatible 520-1011N

5k

5k
R1
R24
U2
C12 0.1uF 2
C1+ C14 0.1uF
V+ 3

R2
R22
4

20 ohm
C1-

20 ohm
7 C15
C13 0.1uF V-
5 0.1uF
C2+
SL1 X2
+ +

GND GND 6
C2-
1 1
15

R19 1k R17 1k
2 11 13 2 6
T1IN T1OUT
D4

C19 C20 3 3 7
U2P R18 1k R16 1k
4 9 R1IN 8 4 8
R1OUT
GND CC V

0.1uF 1uF 5 9
3V

14

1 10
- G1

EN\ INVALID\
D5

1
-

2
R20 100k 16
FORCEOFF\
3 12
FORCEON
4

SL5 "-'`,.
1

SLAA274B November 2005 Revised February 2012


www.ti.com

Submit Documentation Feedback


IMPORTANT NOTICE
Texas Instruments Incorporated and its subsidiaries (TI) reserve the right to make corrections, modifications, enhancements, improvements,
and other changes to its products and services at any time and to discontinue any product or service without notice. Customers should
obtain the latest relevant information before placing orders and should verify that such information is current and complete. All products are
sold subject to TIs terms and conditions of sale supplied at the time of order acknowledgment.
TI warrants performance of its hardware products to the specifications applicable at the time of sale in accordance with TIs standard
warranty. Testing and other quality control techniques are used to the extent TI deems necessary to support this warranty. Except where
mandated by government requirements, testing of all parameters of each product is not necessarily performed.
TI assumes no liability for applications assistance or customer product design. Customers are responsible for their products and
applications using TI components. To minimize the risks associated with customer products and applications, customers should provide
adequate design and operating safeguards.
TI does not warrant or represent that any license, either express or implied, is granted under any TI patent right, copyright, mask work right,
or other TI intellectual property right relating to any combination, machine, or process in which TI products or services are used. Information
published by TI regarding third-party products or services does not constitute a license from TI to use such products or services or a
warranty or endorsement thereof. Use of such information may require a license from a third party under the patents or other intellectual
property of the third party, or a license from TI under the patents or other intellectual property of TI.
Reproduction of TI information in TI data books or data sheets is permissible only if reproduction is without alteration and is accompanied
by all associated warranties, conditions, limitations, and notices. Reproduction of this information with alteration is an unfair and deceptive
business practice. TI is not responsible or liable for such altered documentation. Information of third parties may be subject to additional
restrictions.
Resale of TI products or services with statements different from or beyond the parameters stated by TI for that product or service voids all
express and any implied warranties for the associated TI product or service and is an unfair and deceptive business practice. TI is not
responsible or liable for any such statements.
TI products are not authorized for use in safety-critical applications (such as life support) where a failure of the TI product would reasonably
be expected to cause severe personal injury or death, unless officers of the parties have executed an agreement specifically governing
such use. Buyers represent that they have all necessary expertise in the safety and regulatory ramifications of their applications, and
acknowledge and agree that they are solely responsible for all legal, regulatory and safety-related requirements concerning their products
and any use of TI products in such safety-critical applications, notwithstanding any applications-related information or support that may be
provided by TI. Further, Buyers must fully indemnify TI and its representatives against any damages arising out of the use of TI products in
such safety-critical applications.
TI products are neither designed nor intended for use in military/aerospace applications or environments unless the TI products are
specifically designated by TI as military-grade or "enhanced plastic." Only products designated by TI as military-grade meet military
specifications. Buyers acknowledge and agree that any such use of TI products which TI has not designated as military-grade is solely at
the Buyer's risk, and that they are solely responsible for compliance with all legal and regulatory requirements in connection with such use.
TI products are neither designed nor intended for use in automotive applications or environments unless the specific TI products are
designated by TI as compliant with ISO/TS 16949 requirements. Buyers acknowledge and agree that, if they use any non-designated
products in automotive applications, TI will not be responsible for any failure to meet such requirements.
Following are URLs where you can obtain information on other Texas Instruments products and application solutions:
Products Applications
Audio www.ti.com/audio Automotive and Transportation www.ti.com/automotive
Amplifiers amplifier.ti.com Communications and Telecom www.ti.com/communications
Data Converters dataconverter.ti.com Computers and Peripherals www.ti.com/computers
DLP Products www.dlp.com Consumer Electronics www.ti.com/consumer-apps
DSP dsp.ti.com Energy and Lighting www.ti.com/energy
Clocks and Timers www.ti.com/clocks Industrial www.ti.com/industrial
Interface interface.ti.com Medical www.ti.com/medical
Logic logic.ti.com Security www.ti.com/security
Power Mgmt power.ti.com Space, Avionics and Defense www.ti.com/space-avionics-defense
Microcontrollers microcontroller.ti.com Video and Imaging www.ti.com/video
RFID www.ti-rfid.com
OMAP Mobile Processors www.ti.com/omap
Wireless Connectivity www.ti.com/wirelessconnectivity
TI E2E Community Home Page e2e.ti.com

Mailing Address: Texas Instruments, Post Office Box 655303, Dallas, Texas 75265
Copyright 2012, Texas Instruments Incorporated

Вам также может понравиться