Presentation is loading. Please wait.

Presentation is loading. Please wait.

Sponsored by: Dept. of Veterans Affairs Group #5 Samuel Rodriguez Daniel Thompson Chadrick Williams Giselle Borrero.

Similar presentations


Presentation on theme: "Sponsored by: Dept. of Veterans Affairs Group #5 Samuel Rodriguez Daniel Thompson Chadrick Williams Giselle Borrero."— Presentation transcript:

1 Sponsored by: Dept. of Veterans Affairs Group #5 Samuel Rodriguez Daniel Thompson Chadrick Williams Giselle Borrero

2 Hand Unit Chest Unit Waist Unit Thigh Unit

3  Wireless monitoring pulse oximeter, blood oxygen concentration (SpO 2 ) and fall detection  Consists of four units ◦ Receiving Display unit (RDU) ◦ 3 Transmitting Sensor Units (TSU)  All units will be worn by the patient  Finger sensor will obtain pulse and SpO 2 and transmit  Chest and thigh sensor will determine patients posture information  Waist display will receive data, display data, and transmit emergency signals

4  Ultimately to monitor patients for chronic heart and related health conditions  Remotely contact emergency services  Provide location to emergency services of patient  More affordable than existing wireless units  Ideal for a variety of users  Maximum protection at minimal to no cost

5 Transmitting Sensor Units (TSU)  To be worn on the finger, wrist, chest and right thigh  Battery powered  Control the pulse oximeter sensor  Make calculations to achieve pulse and oxygen concentration data  Determine the posture of the patient  Measure patient’s angular velocity and acceleration  Monitor unit’s battery life  Transmit data wirelessly to the waist unit (RDU) Receiving Display Unit (RDU)  Receive data wirelessly from TSUs  Display patient’s pulse and oxygen concentration  Contact emergency services  Monitor unit’s battery life  Audible and visual alerts for critical conditions, loss of signal and battery life, and display personal information

6 Non-invasive optical measurement of heart rate and blood oxygen saturation Hemoglobin is the red colored substance in blood and is the carrier of oxygen Red and infrared light are attenuated less by the body tissues and more by blood (600nm, 940nm) Light shines through finger and strikes a photodiode, which creates a very small current based on the amount of light incident on the photodiode This determine attenuation of light based on the output of the photodiode

7  Sensor ◦ Generate alternating pulses of light at 600nm (red) and 940nm (infrared) ◦ Photodiode must detect light in the range of 600nm to 940nm ◦ Convert photodiode current to voltages values between 0V to 2.3V ◦ Accuracy of ±2% (70% - 100%) ◦ ±2 BPM for pulse  Transmit a maximum of 10 ft  MCU ◦ Two DACs 12-bits ◦ Three ADCs 12-bits ◦ 12 GPIOs

8

9  To calculate pulse oximetry the photodiode current must be converted to a voltage  This voltage has both a DC and AC component that represents attenuation of light  DC-constant volume of blood used for auto gain control  AC – ebbing and flowing of blood used for measurements

10  Control alternating pulses by pair of LED select lines (STG3155)  Common power lines  DAC controls current through system to avoid damage to LEDs

11

12

13

14  Determine the patient’s position (sitting, standing or laying down)  Measure angular velocity and acceleration of patient  Have a range of ±6g acceleration.  Have an accuracy of angular velocity between ±300˚/s to ±500˚/s  Have a sampling rate of at least 120Hz

15  Consist of: ◦ Two 3-axis gyroscopes (ITG-3200) ◦ Two 3-axis accelerometers (MMA7631L) ◦ One of each in the center of the chest and right thigh  MCU MSP430FG438 ◦ Three 12-bit ADCs ◦ 34 GPIOs  RF Transceiver CC1101

16

17

18

19  RF transponder receives information from peripheral units  Multicontroller stores past data and makes decisions about patient status  16x2 LCD displays patient information, alerts, emergencies, or system status  Buzzer and LEDs provide visual and auditory stimulus for alerts

20

21

22

23 Part numberComponent size (mm 2 ) Number of I/O pinsExtra built-in features Cost ($) JN51488 x 8212.4GHz transceiver, 12-bit ADC, 12- bitDAC, 4 wire audio interface 20 CC4309 x 932 - 64Sub 1GHz transceiver, 12-bit ADC, CC1101 5.00* MSP430F23312 X124812-bit ADC2.50* MSP430F261612 x 12 or 14 x14 48 or 6412-bit ADC, 12-bit DAC, DMA controller 5.85* MSP430FG43714 x 144812-bit ADC, 2x 12-bit DAC,3x Op Amps, Analog comparator, DMA, SVS, LCD driver 5.15*

24  Separate unit from the MCU  Built-in display controller  May display pulse, blood oxygen content, patient’s name, or alarm information

25  Green LED- Blinks if a fall is detected  Blue LED- Blinks if RDU loses signal from peripherals  Red LED- Blinks if emergency is active or user has indicated panic  Piezoelectric Buzzer- Pulses if emergency is active

26  All units powered by a battery, through a DC/DC buck converter  2.5V supply to Gyroscope logic  3.3V supply to MCU, RF transceiver, and all sensor units  5V supply to LCD  Battery voltage monitored by built-in comparator in the MSP430FG43x

27  3.3V output supplies MCU and sensors, and another buck converter supplies 5V for the LCD anode

28  Analog to digital converter internal to MCU  Output to Red-Yellow- Green LED  Voltage divider from battery, scaled with the MCU’s maximum input voltage

29  Language: C, JAVA  Testing: DevC++ V 4.9.9.2  Implementation: Code Composer Studio V4.2.1.00004, eclipse  Schematics: Cadsoft EAGLE V 5.11.0

30 MSP-FET430UIFEM430F6137RF900

31

32

33

34

35

36

37 Accurate, Fast Fall Detection Using Gyroscopes and Accelerometer- Derived Posture Information

38  The linear acceleration and rotational rate of the chest and thigh for: ◦ Standing ◦ Walking ◦ Sitting ◦ Running

39  Functions  The uses-permission function is needed in order to use Bluetooth features in any application. This is required to perform different types of communication such as requesting and accepting connections, and transferring data.  The mBluetoothAdapter function is needed for any and all Bluetooth activity. It represents the Bluetooth adapter, or Bluetooth radio, and is used for the entire system.  The REQUEST_ENABLE_BT function is to ensure that the Bluetooth is enabled. If the Bluetooth on the device is set off, this function prompts the user to enable Bluetooth through the system settings without stopping the application. <uses-permission android:name=“android.permission.BLUETOOTH”/>; mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); startActivityForResult(enableIntent, REQUEST_ENABLE_BT);

40  Functions  The startDiscovery() function searches and scans for other dvices. The scanning of devices takes about 12 seconds to complete and scans constantly.  The REQEST_CONNECT_DEVICE function is needed to actually connect to two devices. This is enabled by using the Bluettoth service socket which accepts a connection request and performs the connection.  The callIntent function allows the android application to make a phone call. The number is preset is this function. mBtAdapter.startDiscovery(); startActivityForResult(serverIntent, REQUEST_CONNECT_DEVICE); startActivity(callIntent);

41

42 Original budget Final Budget

43


Download ppt "Sponsored by: Dept. of Veterans Affairs Group #5 Samuel Rodriguez Daniel Thompson Chadrick Williams Giselle Borrero."

Similar presentations


Ads by Google