Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith...

31
Glucose Monitoring Within a Handspring Visor Members: Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors: Dr. John Estell Dr. David Kisor

Transcript of Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith...

Page 1: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Glucose Monitoring Within a Handspring Visor

Members: Jeff Haar

Josh Lemke

Jeremy Saunier

Adam Smith

Advisors: Dr. John Estell

Dr. David Kisor

Page 2: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Diabetes in the United States

• Over 17 Million Americans have Diabetes

• Effects how the Body Regulates Blood Sugar Levels

• Currently No Cure

• Best Treated with Monitoring and Management

Page 3: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Proposed Device

• Take Current Meters and combine with a PDA

• Utilize Intuitive User Interface

• Obtain the Glucose Reading Accurately

Page 4: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Medical Issues

• Intended to Help Diabetics Manage Diabetes

• Must be Reliable

• Same Disclaimer as Common Meters– “Not Intended to Replace Test by Doctor”

• Would Require FDA Approval

Page 5: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Setbacks to our Design

• Abbott Laboratories– Slow to Support

• Development Board– Received with 3 Weeks

Left in the Quarter– Software Shipped Earlier

Page 6: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Analog Hardware

• Designed to use Proprietary “Strips”

• Patent Information was used

• Need Further Support of Abbott Laboratories

Page 7: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Examining Patents

• Patent Instructs– Apply 600 mV – Wait 5 – 60 Seconds – Measure Current

Through Circuit

Page 8: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Building Prototype

• Modeled Strip as Variable Resistance

• Added a 875Ω Resistor to Measure Current

• Measured Voltage Drop of 0 – 14 mV

~607 mV

875 Ω

R1 (~50kΩ – 10MΩ)(electrode modeled as a variable resistor)

Vout - to A/D converter

I1 (~0 - 16μA)

Page 9: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Digital Hardware

• Function Requirements

• Components Used

• Components Description

• Block Diagram

• Verification

Page 10: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Hardware Requirements

• Storage Memory

• Interface to Analog Hardware

• Interface to Visor

• Low Power Consumption

• Low Production Cost

Page 11: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Component Functionality

• CPLD Interface– Xilinx CoolRunner

• SRAM Temporary Storage– 4 mb Toshiba SRAM

• Flash ROM Store Program– 32 mb Toshiba CMOS FLASH MEMORY

Page 12: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Component Functionality Cont…

• 12 bit - A/D Converter – Maximum Resolution of .5mV

• Needed 500 for Glucose levels 0 – 500• Utilizes 1.15 V Reference

– Required Accuracy• 0-14mV For Analog Signal

– To obtain Required Accuracy• Gain of 20 (0 - 14 mV) x 20 = (0 – 280)mv• 280 ÷ .5 = 560 Discrete levels

Page 13: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Block Diagram

Page 14: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

The CPLD Interface

• Communicate With Handspring– Triggering System

• A/D Driver– Used Xilinx Provided Program

• SRAM Driver– Used Xilinx Provided Program

• Flash Rom Drive– Untested

Page 15: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

VerificationSimulated Verification

0

2

4

6

8

10

12

14

16

18

0 100 200 300 400 500 600 700

Glucose Reading mg/dl

Vo

ltag

e (m

V)

Calculated

Measured

Page 16: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Software Development

• Functional Requirements

• Non-Functional Requirements

• GUI Functions

• Program Overview

Page 17: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Functional Requirements

• Information Storage– Glucose Reading– Date/Time– Comments– Type

• Information Retrieval– Graphically Display Data

• Backup to PC

Page 18: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Non-Functional Requirements

• Simple and Intuitive to Use

• Quick to Input Reading

• Palm Appearance

Page 19: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

GUI Interface

• Built our own GUI– Buttons– Drop Down Lists– Graphs

Page 20: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Program Flow

Page 21: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Future Considerations

• Production Costs

• Hardware Improvements

• Software Improvements

Page 22: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Estimated Production Cost

Item SourceApproximate

Price

Module Case Novus Technology $ 0.72

Xilinx Chip XCR3064XL-VQ100 Xilinx $ 4.15

Springboard connectorsJST Products or ATL technology

$ 1.00

EEPROM Memory ~1 MB Mouser (Distributor) $ 5.00

Strip reader A/D Converter Abbott Unknown

Circuit board and assembly Springboard Partner $2

Resistors and Other Components Unknown $1

Total ≈ $15

Page 23: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Future Software Improvements

• Web Interface– Ecivon SQL database– Over both hot sync feature and wireless web access

• PC Interface– Conduit to upload to PC

• Help information within program• Allow multiple users• Manual Entries

Page 24: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Future Hardware Improvements

• Purge design off development board– Create printed circuit board for module – Use CPLD to average and store readings / eliminate SRAM as

temporary storage location

Page 25: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Future Hardware Improvements

• Initialization– Store software in module’s Flash ROM– Begin reading immediately when strip is inserted

• Improve Power consumption– Test power consumption of module

• Adapt design to meet specs of partnering Drug Company – Can’t create our own strips

Page 26: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Conclusion

• Currently have proof of concept device• Software functional• Accurate hardware depends on proprietary strips

Page 27: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

For Further Information:

• http://www2.onu.edu/~stu5583/senior

Any Questions?

• References– http://www.niddk.nih.gov/health/diabetes/pubs/dmstats/dmstats.htm – Bayer, U.S. Patent No. 5,120,420 (June 9, 1992)

Page 28: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Software Decision Matrix

Code Warrior Web Clippings Pocket C

Functionality 10 3 7

Usability 1 10 7

Price 1 5 7

Time Frame 10 10 7

Dev. Board 5 0 10

Total 27 No consideration 38

Page 29: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Software Block Diagram

Start

Databasepresent

Welcome screen

Create database

Button tapExit

Enter commentsand type

Insert Stripe

Do you want tosave

Store record tothe database

View data screen

Button Tap

Button TapGoto next or

previous record

Change to a newdate

Sure want todelete

Delete record andgoto the next

record

Graph screen

Button tap

Button tap

Take lines away orput lines back

Show specificreading

information

Goto the next orprevious time

frame

Zoom in or out today, week, or

month

No

Yes

No

View Data

Create Data

Exit

DonePick Date

Next/Previous Delete

Graph

+/-

ClickPointDone

Lines

Yes

No

GlucoMon Flow Chart

Other

Other

View readinginformation

Yes

Page 30: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Software Verification

• Sample Database Created– 2404 Records Spanning 2+ Years– 109 Kilobytes in size– Tested Leap Year

• Platform Testing– Used POSE to Test Different Operating

Systems

• Total Installed Program Size– 117 Kilobytes

Page 31: Glucose Monitoring Within a Handspring Visor Members:Jeff Haar Josh Lemke Jeremy Saunier Adam Smith Advisors:Dr. John Estell Dr. David Kisor.

Extended Economic Information

Item SourceApproximate

Price

Code Warrior Software Development System Metrowerks $499

Palm OS Emulator Palm Free

Handspring Visor PDA Visor $200.00

Insight Technologies Development board Included PocketC Environment

Insight $ 350.00