Design of an Insulin Pump. Purpose of an Insulin Pump:

Size: px
Start display at page:

Download "Design of an Insulin Pump. Purpose of an Insulin Pump:"

Transcription

1 Design of an Insulin Pump Purpose of an Insulin Pump: Insulin is a hormone central to regulating carbohydrate and fat metabolism in the body. It is secreted regularly within the body and aids in converting incoming glucose into energy. When a normal human being s body cannot secrete enough insulin, his/her blood glucose level rises, resulting in many adverse medical conditions. To treat this problem, certain medicines are used to trigger more insulin secretion within the body. However, this doesn t suit many diabetic patients. Therefore, many of those suffering from diabetes take regular doses of insulin injections. The disadvantage of this approach is that the insulin is injected only in bulk at repetitive intervals and is not continuously mixed with blood as it when secreted during a body s normal functioning. Today, many physicians recommend the use of insulin pumps, which are portable devices attached to the body permanently and deliver constant amounts of insulin to the body via a catheter placed under the skin. The functioning of an insulin pump closely resembles the way in which insulin is secreted normally. Figure 1 shows how an insulin pump is interfaced with a human body. Figure 1: Interfacing Insulin pump with the human body 1

2 As per today s statistics, 366 million people around the world suffer from diabetes, yet only around 0.1% of them wear insulin pumps to treat it. Measurement of Insulin dosage: Insulin is measured in units where 100 units of insulin is equivalent to 1 ml. In other words, one unit is 10μl. The insulin pump usually feeds insulin to the body in two formats. They are known as a bolus dose and a basal dose. A bolus dose is one that is pumped to cover food eaten or to correct a high blood glucose level. The amount of insulin fed to the body would be high at this dose. A basal dose is one that is pumped continuously at an adjustable basal rate to deliver insulin needed between meals and at night. Figure-2 shown below shows the profile of insulin units pumped into the body during bolus dosage and basal dosage during a 24-hour window. Figure 2: Insulin dosage concentration vs. Time 2

3 The duration of bolus dosage shown here is just an example. The duration of bolus and basal doses varies from person to person and should be given as per the physician s recommendations. This means the insulin pump user must have the ability to modify the profile of the rapid-acting insulin by shaping the bolus accordingly. Users can experiment with different bolus shapes to determine which is best for any given food so that they can improve control of blood sugar by adapting the bolus shape to their needs. Overall working of an Insulin pump: An insulin pump or any electronic device used in a critical medical application like this must meet FDA standards, and hence this article takes all these standards into consideration [2]. A block diagram of an insulin pump is shown in Figure-3. Figure-3: Block diagram of an Insulin pump The device includes: 3

4 A control unit: A processing module is required to control the position of the piston (shown in Figure-3). A reservoir: A reservoir or a cartridge is needed to store the insulin that is to be fed to the body. Typical capacity is around 2-3 ml (200 to 300 insulin units). The reservoir needs to be re-filled whenever it is near empty. A disposable infusion set: The disposable infusion set includes a cannula (a tube with an injection needle) for subcutaneous insertion under the skin (the layer under the skin where the injection needle is inserted) and a tubing system to interface the insulin reservoir to the cannula (similar to the typical syringe with piston and needle). A related sub-product for controlling/managing diabetes is a continuous blood glucose monitor. This device provides real-time glucose-level monitoring through a subcutaneous sensor. The sensor can be left in place for several days at a time, which reduces the need for the patient to test multiple individual blood samples. Future developments would bring in a closed loop system with the glucose monitor as a feedback sensor to change the dosage rate. The glucose monitor used in the feedback loop can also be designed using a programmable SoC [3]. A separate SoC can be used for this or the entire closed loop system can be integrated in a single SoC. Implementing an Insulin monitor using a Programmable SoC (PSoC): Figure-4 shows a block diagram of the interface between the processor in this case an SoC from Cypress PSoC family and the reservoir and infusion set. 4

5 Figure 4: Block diagram showing the implementation of an Insulin pump built a programmable SoC, in this example the PSoC family from Cypress. Section 1: Controlling the injection of Insulin As discussed earlier, some logic must be available to control the position of the piston. A DC motor or even a stepper motor may be used to drive a screw, which in turn pushes the piston. Since the rate at which the insulin is injected is extremely small, the 5

6 piston has to be pushed very slowly with many revolutions of the motor. This is achieved using a gear logic. Note that this motor control logic cannot be used as an open loop system as it would lead to a change in speed if the load is changed. Thus, some feedback sensors like rotary encoders can be used to monitor the current speed at which the motor is running and also some logic can be used to compare it with the required speed and accordingly modify certain settings in the motor drive control. Link [4] provides a detailed implementation of how to monitor/control the motor speed by the use of rotary encoders using the PSoC3/5. Since the insulin injected has to be greater during the bolus stage and lessor during the basal stage, the motor has to be driven at a faster speed during the bolus stage and at a slower speed during the basal stage. Thus the logic must be able to shift between the two modes. Section 2: RTC (Real Time Clock) and EEPROM (Electrically Erasable Programmable Read only memory) We can use the SoC s internal RTC block to store the current date and time in internal EEPROM. This allows the date and time to be stored even if the device is powered off. The system can also store the date and time at which the catridge/ reservoir has to be refilled (easily determined since the system knows the rate at which insulin is pumped into the body) as well as the capacity of the reservoir. The system can also drive an alarm (i.e., a loudspeaker driven by an internal DAC) to indicate when the reservoir becomes empty. As stated in the previous section, the system needs to know when to switch the motor speed to the one suited for bolus mode and when to the one suited for basal mode. For this, counter blocks available in PSoC 3 and 5 can be used with a very low frequency source clock on the order of 1 Hz. This 1 Hz clock can be derived from the crystal used to drive the RTC. Section 3: Avoiding blockage through the flowpath As a safety precaution, it is important to monitor if the insulin is properly being injected into the body or if there is any blockage in the flowpath. If there is a blood clot or a tissue development at the place where the needle is injected that blocks the flow of insulin, for example, the pressure in the catridge will increase. We can use a pressure sensor (silicon pressure sensors are available as in [5]) surrounding the cannula and feed its output to the processor. Similar to a strain gauge sensor, a pressure sensor 6

7 converts pressure to a corresponding change in resistance. To detect a change in resistance, the sensor can be placed in a wheatstone s bridge to generate a differential voltage which can then be fed into the SoC for further processing. Also, the insulin to be fed into the body must be maintained within a suitable temperature range to prevent denaturing. This can be achieved by monitoring the temperature of the insulin in the reservoir or the cannula through a sensor like a thermistor that can then be interfaced to SoC. Finally, two analog inputs one from pressure sensor and the other from the temperature sensor are fed to the SoC to monitor their current status via an integrated ADC. PSoC 3 and 5, for example, have high precision analog front-ends to do such operations with resolution up to 20 bits and the ability to multiplex the signals through the same ADC. The resultant digital values can be compared with the stored threshold values to detect if there is a blockage (i.e., when the pressure sensor reading exceeds its threshold) or if the insulin has denatured (i.e., when the thermistor reading exceeds its threshold). The SoC can then sound an alarm or flash an LED if a blockage has occured. This alarm can also be used to sound when the battery is almost drained. Section 4: Power management in this portable device The alkaline batteries (i.e., non-rechargeable) used in portable medical devices typically provide up to 1.5 V. An internal boost regulator in the SoC can boost this to the appropriate voltage to operate the SoC, 1.8 V in the case of PSoC 3/5. This boost regulator can boost even voltages as low as 0.5 V to be 1.8 V. Lithium batteries are recommended when using rechargeable batteries. Since this a handheld portable device, power consumption plays a major role in efficient operation given that the battery cannot be recharged or replaced often. Thus, the SoC needs to support multiple low power modes, including sleep/hibernate when the device is not in use, to aid in conserving battery power. PSoC 3 and 5 offer an additional low power mode known as alternate active mode where the CPU is turned off but certain digital and analog blocks can still be operated. This enables an architecture where the insulin pump can operate the majority of time without the CPU. This means CPU operation (say an interrupt) is only needed when we are switching between bolus and basal dosages. Section 5 : Display + I/O interface 7

8 If the duration of basal and bolus stage has to be changed or if the concentration has to be changed with the duration fixed, there is no need for re-designing the entire system. The user only has adjust the system by a means such as pressing buttons. The touch sensing solutions, which Cypress Semiconductor provides as an in-built feature in PSoC, can replace the traditional mechanical buttons which are being used as of today. With the ability to also directly control a high-quality Graphics or segment LCD, the same display used to show information such as the current status and when the next refill will be required can also serve as the user interface by implementing a resistive touch screen on top of the LCD display screen. Section 6: USB features: By implementing a communications port such as USB so that the device can talk to a PC, the insulin pump can log important data such as the time instances of insulin injection and dosage duration. USB also enables the option of charging the device s battery through a PC. Other Considerations: From the above description, it is observed that 1. Each of the blockage sensing methods (pressure sensor, temperature sensor, etc.) requires a high-precision analog front-end (AFE). With a traditional MCU, discrete components would be required to perform the necessary input measurements, increasing system size and cost compared to a SoC with an integrated analog front-end that allows many different sensors to be interfaced to the CPU. 2. Insulin pumps are battery-powered devices so active power consumption and sleep current are important considerations. Also there is a need for boosting the voltage as the traditional MCUs operate at higher voltage range when the battery input provides a lower voltage than is required to power the MCU. These issues are eliminated by the high level of integration in SoC architectures. 3. Insulin pumps use a display to show the current status. A processor module supporting LCD direct drive or LCD control simplifies system design. 4. An insulin pump requires memory for storing the dosage history as well as certain thresholds for later comparison. EEPROM or another permanent memory storage technology needs to therefore be available, preferably integrated on the processor or SoC. 8

9 5. A serial communications interface such as USB allows data to be easily logged to PC periodically. 6. A touch screen user interface allows for a more intuitive and simplified interface. In addition, it eliminates the need for mechanical buttons which can wear.. 7. Proper circuitry is needed for controlling the motor, which in turn pushes the piston to inject insulin into the body. 8. Certain insulin pumps also require the current glucose status within the body to adjust the flow rate. Traditional MCUs aren t appropriate for such a closed loop system as they would require additional external analog ICs to implemented this. In contrast, an SoC has the elements required to create a closed loop system in a cost-effective manner. About the Author: Asha Ganesan earned her Bachelor s degree in Electronics and Communication at College of Engineering Guindy. She is currently working as an Applications Engineer at Cypress Semiconductor. She is gaining experience in PSoC 3 and PSoC 5 products and she assists customers with their PSoC 3/5 projects. Her address is asha@cypress.com. References: [1] Importance of Electronics in Medical Applications- Part I: [2] FDA rules in the design of medical equipments: t.htm. [3] Blood Glucose Monitor using PSoC: [4] Design of motor control system using SoCs: 9

10 [5] Silicon pressure sensors : 10

How to design an insulin pump

How to design an insulin pump How to design an insulin pump Learn about the purpose of an insulin pump, its overall workings, and the requirements needed for its design as well as implementation. By Asha Ganesan Applications Engineer

More information

The Heartbeat behind Portable Medical Devices: Ultra-Low-Power Mixed-Signal Microcontrollers

The Heartbeat behind Portable Medical Devices: Ultra-Low-Power Mixed-Signal Microcontrollers The Heartbeat behind Portable Medical Devices: Ultra-Low-Power Mixed-Signal Microcontrollers The proliferation of sophisticated yet affordable personal medical devices is transforming the health care industry,

More information

Insulin Pump Management and Continuous Glucose Monitoring Systems (CGMS)

Insulin Pump Management and Continuous Glucose Monitoring Systems (CGMS) Insulin Pump Management and Continuous Glucose Monitoring Systems (CGMS) Faith Daily, RN, BSN, CDE, CPT Certified Diabetes Educator/Insulin Pump Trainer August 16, 2014 Why Pump Therapy? Mimics normal

More information

Insulin Delivery Options: Inhale, Inject, and Infuse. Traci Evans, A.N.P., B.C.-A.D.M. Nurse Practitioner The Diabetes Center Ocean Springs, MS

Insulin Delivery Options: Inhale, Inject, and Infuse. Traci Evans, A.N.P., B.C.-A.D.M. Nurse Practitioner The Diabetes Center Ocean Springs, MS Insulin Delivery Options: Inhale, Inject, and Infuse Traci Evans, A.N.P., B.C.-A.D.M. Nurse Practitioner The Diabetes Center Ocean Springs, MS Objectives Identify three ways patients are able to utilize

More information

Insulin Delivery System. Reference Guide

Insulin Delivery System. Reference Guide Insulin Delivery System Reference Guide Reference Guide As an important member of our family, we would like you to know we understand the importance of managing your diabetes. We care about your health

More information

SARASOTA MEMORIAL HOSPITAL

SARASOTA MEMORIAL HOSPITAL SARASOTA MEMORIAL HOSPITAL TITLE: NURSING PROCEDURE MANAGEMENT OF PATIENT S OWN INSULIN PUMP/CONTINUOUS SUBCUTANEOUS INSULIN INFUSION PUMP (dia13) DATE: REVIEWED: PAGES: 08/84 10/15 1 of 7 PS1094 ISSUED

More information

Android based Alcohol detection system using Bluetooth technology

Android based Alcohol detection system using Bluetooth technology For more Project details visit: http://www.projectsof8051.com/android-based-alcohol-detection-system-usingbluetooth-technology/ Code 1435 Project Title Android based Alcohol detection system using Bluetooth

More information

Get Primed on Pumps: A beginners guide to Insulin Pump Therapy

Get Primed on Pumps: A beginners guide to Insulin Pump Therapy Get Primed on Pumps: A beginners guide to Insulin Pump Therapy Advantages of insulin pump therapy There are many advantages to using an insulin pump. Anyone can do it with the right training and support.

More information

Embedded Systems on ARM Cortex-M3 (4weeks/45hrs)

Embedded Systems on ARM Cortex-M3 (4weeks/45hrs) Embedded Systems on ARM Cortex-M3 (4weeks/45hrs) Course & Kit Contents LEARN HOW TO: Use of Keil Real View for ARM Use ARM Cortex-M3 MCU for professional embedded application development Understanding

More information

Why is Insulin so Important?

Why is Insulin so Important? Insulin Therapy Why is Insulin so Important? If the glucose stays in your blood it doesn t do your cells (body) any good The glucose has to get inside the cells for the body to use it What Does Insulin

More information

Continuous Subcutaneous Insulin Infusion (CSII)

Continuous Subcutaneous Insulin Infusion (CSII) IMPORTANCE OF FOCUS CSII (Insulin pumps) have been used for more than 35 years. In the U.S. in 2005, the level of insulin pump penetration was estimated at 20 to 30% in patients with type 1 diabetes mellitus

More information

The OmniPod Insulin Management System

The OmniPod Insulin Management System Caregiver GUIDE The OmniPod Insulin Management System The OmniPod is an easy-to-use, two-part insulin delivery system. If you are a school nurse, daycare provider, or other secondary caregiver for someone

More information

Pump Therapy MADE FOR YOU. Pump User Guide

Pump Therapy MADE FOR YOU. Pump User Guide Pump User Guide Pump Therapy MADE FOR YOU Dear ACCU-CHEK Spirit insulin pump owner, Thank you for choosing the ACCU-CHEK Spirit insulin pump. This guide will help you to get the most from your ACCU-CHEK

More information

Designing an efficient Programmable Logic Controller using Programmable System On Chip

Designing an efficient Programmable Logic Controller using Programmable System On Chip Designing an efficient Programmable Logic Controller using Programmable System On Chip By Raja Narayanasamy, Product Apps Manager Sr, Cypress Semiconductor Corp. A Programmable Logic Controller (PLC) is

More information

sbchoi~kku.edu jeremy~sooil.com DANA Diabecare IlS Insulin Infusion pump Infusion pump Class II

sbchoi~kku.edu jeremy~sooil.com DANA Diabecare IlS Insulin Infusion pump Infusion pump Class II 510(k) Summary for DANA Diabecare IS SPONSOR SOOIL Development Co, Ltd. 196-1, Dogok-dong, Kangnam-gu Seoul 135-270 Korea 2 2007 Contact Person: Soo Bong Choi Telephone: 82-2-3463-0041 Fax: 82-2-3463-7077

More information

The design of an insulin pump preliminary requirements (a technical note)

The design of an insulin pump preliminary requirements (a technical note) Pol J Med Phys Eng 2009;15(1):25-32. PL ISSN 1425-4689 doi: 10.2478/v10013-009-0003-y website: http://www.pjmpe.waw.pl Hubert J. Hawlas, Krzysztof Lewenstein The design of an insulin pump preliminary requirements

More information

Radio sensor powered by a mini solar cell the EnOcean STM 110 now functions with even less light

Radio sensor powered by a mini solar cell the EnOcean STM 110 now functions with even less light Radio sensor powered by a mini solar cell the EnOcean STM 110 now functions with even less light In this issue, we would like to present the EnOcean radio sensor module STM 110 in more detail. The module

More information

Insulin Infusion Pumps

Insulin Infusion Pumps Medical Coverage Policy Insulin Infusion Pumps EFFECTIVE DATE: 09/01/2004 POLICY LAST UPDATED: 08/06/2013 OVERVIEW The policy addresses insulin infusion pumps that are worn externally and those that are

More information

UW MEDICINE PATIENT EDUCATION. Using Insulin. Basic facts about insulin and self-injection. What is insulin? How does diabetes affect the body?

UW MEDICINE PATIENT EDUCATION. Using Insulin. Basic facts about insulin and self-injection. What is insulin? How does diabetes affect the body? UW MEDICINE PATIENT EDUCATION Using Insulin Basic facts about insulin and self-injection This handout explains what insulin is, the different types of insulin, how to store it, how to give an injection

More information

Hello, and welcome to this presentation of the STM32L4 reset and clock controller.

Hello, and welcome to this presentation of the STM32L4 reset and clock controller. Hello, and welcome to this presentation of the STM32L4 reset and clock controller. 1 The STM32L4 reset and clock controller manages system and peripheral clocks. STM32L4 devices embed three internal oscillators,

More information

Insulin pump therapy aiming for better blood glucose control in people with type 1 diabetes

Insulin pump therapy aiming for better blood glucose control in people with type 1 diabetes Insulin pump therapy aiming for better blood glucose control in people with type 1 diabetes The Guy s and St Thomas NHS Foundation Trust insulin pump service is provided by a multidisciplinary team consisting

More information

Microtronics technologies Mobile: 99707 90092

Microtronics technologies Mobile: 99707 90092 For more Project details visit: http://www.projectsof8051.com/rfid-based-attendance-management-system/ Code Project Title 1500 RFid Based Attendance System Synopsis for RFid Based Attendance System 1.

More information

USB-500 Series Stand-Alone, Low-Cost Data Loggers

USB-500 Series Stand-Alone, Low-Cost Data Loggers Stand-Alone, Low-Cost Data Loggers Features Stand-alone, remote data loggers Measure temperature, humidity, voltage, or current 1 or 2 channels Low cost, small size Battery powered Software Included, easy-to-use

More information

Insulin Pens & Improving Patient Adherence

Insulin Pens & Improving Patient Adherence Insulin Pens & Improving Patient Adherence Bonnie Pepon, RN, BSN, CDE Certified Diabetes Educator Conemaugh Diabetes Institute Kip Benko, MD FACEP Asst Clinical Professor University of Pittsburgh School

More information

Insulin Dose Adjustment REAL-Time CGMS Guidelines for Subjects on Pump Therapy

Insulin Dose Adjustment REAL-Time CGMS Guidelines for Subjects on Pump Therapy Insulin Dose Adjustment REAL-Time CGMS Guidelines for Subjects on Pump Therapy In addition to using the blood sugar logs to adjust your insulin doses every week, you should also use your continuous glucose

More information

Measuring Temperature withthermistors a Tutorial David Potter

Measuring Temperature withthermistors a Tutorial David Potter NATIONAL INSTRUMENTS The Software is the Instrument Application Note 065 Measuring Temperature withthermistors a Tutorial David Potter Introduction Thermistors are thermally sensitive resistors used in

More information

Insulin Delivery Devices

Insulin Delivery Devices My Doctor Says I Need Insulin to Control My Diabetes... How Should I Take It? BD Getting Started Insulin Delivery Devices Why is Insulin So Important? Insulin is a life-saving drug for people with diabetes.

More information

USB-500 Series Low-Cost Data Loggers and Accessories

USB-500 Series Low-Cost Data Loggers and Accessories Low-Cost Data Loggers and Accessories Features Stand-alone, remote data loggers and portable logger assistant Measure temperature, humidity, voltage, current, or event/state change 1 or 2 channels Low

More information

B. Braun Space GlucoseControl (SGC)

B. Braun Space GlucoseControl (SGC) B. Braun Space GlucoseControl (SGC) Quick Reference Guide Valid for software I9305_C Automated Infusion Systems Starting a new insulin therapy SpaceControl cannot be switched on and off by itself. It is

More information

Taking Insulin Pumps to School. Rachel Calendo, MS, RN, CPNP, CDE, Martha Cuevas, RN, BSN, CPT

Taking Insulin Pumps to School. Rachel Calendo, MS, RN, CPNP, CDE, Martha Cuevas, RN, BSN, CPT Taking Insulin Pumps to School Rachel Calendo, MS, RN, CPNP, CDE, Martha Cuevas, RN, BSN, CPT Insulin Pumps Today A micro-computer, about the size of a pager Programmed to deliver both a preset amount

More information

Note monitors controlled by analog signals CRT monitors are controlled by analog voltage. i. e. the level of analog signal delivered through the

Note monitors controlled by analog signals CRT monitors are controlled by analog voltage. i. e. the level of analog signal delivered through the DVI Interface The outline: The reasons for digital interface of a monitor the transfer from VGA to DVI. DVI v. analog interface. The principles of LCD control through DVI interface. The link between DVI

More information

Monitoring of Intravenous Drip Rate

Monitoring of Intravenous Drip Rate Monitoring of Intravenous Drip Rate Vidyadhar V. Kamble, Prem C. Pandey, Chandrashekar P. Gadgil, and Dinesh S. Choudhary Abstract A drip rate meter, for monitoring intravenous infusion, is developed using

More information

Hello and welcome to this training module for the STM32L4 Liquid Crystal Display (LCD) controller. This controller can be used in a wide range of

Hello and welcome to this training module for the STM32L4 Liquid Crystal Display (LCD) controller. This controller can be used in a wide range of Hello and welcome to this training module for the STM32L4 Liquid Crystal Display (LCD) controller. This controller can be used in a wide range of applications such as home appliances, medical, automotive,

More information

POCKET SCOPE 2. The idea 2. Design criteria 3

POCKET SCOPE 2. The idea 2. Design criteria 3 POCKET SCOPE 2 The idea 2 Design criteria 3 Microcontroller requirements 3 The microcontroller must have speed. 3 The microcontroller must have RAM. 3 The microcontroller must have secure Flash. 3 The

More information

Fondamenti su strumenti di sviluppo per microcontrollori PIC

Fondamenti su strumenti di sviluppo per microcontrollori PIC Fondamenti su strumenti di sviluppo per microcontrollori PIC MPSIM ICE 2000 ICD 2 REAL ICE PICSTART Ad uso interno del corso Elettronica e Telecomunicazioni 1 2 MPLAB SIM /1 MPLAB SIM is a discrete-event

More information

STEPPER MOTOR SPEED AND POSITION CONTROL

STEPPER MOTOR SPEED AND POSITION CONTROL STEPPER MOTOR SPEED AND POSITION CONTROL Group 8: Subash Anigandla Hemanth Rachakonda Bala Subramanyam Yannam Sri Divya Krovvidi Instructor: Dr. Jens - Peter Kaps ECE 511 Microprocessors Fall Semester

More information

1115 4G SERIES GOVERNOR. 4-20 ma ANALOGUE DIGITAL SPEED SETTING

1115 4G SERIES GOVERNOR. 4-20 ma ANALOGUE DIGITAL SPEED SETTING 1115 4G SERIES GOVERNOR with 4-20 ma ANALOGUE & DIGITAL SPEED SETTING PO Box 28, 9300AA Roden, The Netherlands Tel: +31 505019888 Fax: +31 505013618 E-mail: regulateurs@regulateurs-europa.com 1115 4G

More information

Introduction. We hope this guide will aide you and your staff in creating a safe and supportive environment for your students challenged by diabetes.

Introduction. We hope this guide will aide you and your staff in creating a safe and supportive environment for your students challenged by diabetes. Introduction Diabetes is a chronic disease that affects the body s ability to metabolize food. The body converts much of the food we eat into glucose, the body s main source of energy. Glucose is carried

More information

If an occupancy of room is zero, i.e. room is empty then light source will be switched off automatically

If an occupancy of room is zero, i.e. room is empty then light source will be switched off automatically EE389 Electronic Design Lab Project Report, EE Dept, IIT Bombay, Nov 2009 Fully-automated control of lighting and security system of a Room Group No: D2 Bharat Bhushan (06d04026) Sravan

More information

Project Plan. Project Plan. May13-06. Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai

Project Plan. Project Plan. May13-06. Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai Project Plan May13-06 Logging DC Wattmeter Team Member: Ailing Mei Andrew Kom Chongli Cai Advisor : Collin Christy Client: Garmin International David Hoffman Qiaoya Cui Table of Contents Need Statement...

More information

3/14/2014. Objectives. What s New in Diabetes Care. Insulin. FlexTouch Pen (novo nordisk) Insulin Pen

3/14/2014. Objectives. What s New in Diabetes Care. Insulin. FlexTouch Pen (novo nordisk) Insulin Pen Objectives What s New in Diabetes Care Expose you to new products designed to help you manage your diabetes Products mentioned were highlighted in Diabetes Forecast January 2014 issue Stacie Petersen,

More information

Finally, the right fit for your insulin needs. www.tandemdiabetes.com

Finally, the right fit for your insulin needs. www.tandemdiabetes.com Finally, the right fit for your insulin needs. www.tandemdiabetes.com (Actual Size) For convenience and ease of use, the t:flex TM Insulin Pump just fits. It is designed to help make your day-to-day insulin

More information

A Reference Guide for School Nurses. with the Medtronic MiniMed Insulin Pump

A Reference Guide for School Nurses. with the Medtronic MiniMed Insulin Pump A Reference Guide for School Nurses with the Medtronic MiniMed Insulin Pump Table Of Contents I Table of Contents The Medtronic MiniMed Insulin Pump A Reference Guide for School Nurses For the 522, 722,

More information

Objectives PERINATAL INSULIN PUMPS: BASICS FOR NURSES. Historical Perspective. Insulin Pumps in Pregnancy. Insulin Pumps in the US

Objectives PERINATAL INSULIN PUMPS: BASICS FOR NURSES. Historical Perspective. Insulin Pumps in Pregnancy. Insulin Pumps in the US Objectives PERINATAL INSULIN PUMPS: BASICS FOR NURSES Jo M. Kendrick, APN BC, CDE jkendric@utmck.edu Describe indications and contraindications for insulin pump use in hospitalized patients Differentiate

More information

USB-500/600 Series Low-Cost Data Loggers and Accessories

USB-500/600 Series Low-Cost Data Loggers and Accessories Low-Cost Data Loggers and Accessories Features Stand-alone, remote data loggers and portable logger assistant Measure temperature, humidity, voltage, current, or event/state change 1 or 2 channels Low

More information

ADVANCED FIRE ALARMING SYSTEM THROUGH MOBILE PHONE

ADVANCED FIRE ALARMING SYSTEM THROUGH MOBILE PHONE ADVANCED FIRE ALARMING SYSTEM THROUGH MOBILE PHONE A PROJECT BY SOUNAK SARKAR SAYAN DAS ARINDAM BOSE ECE, 4TH YEAR OF FUTURE INSTITUTE OF ENGINEERING AND MANAGEMENT DEPT. OF ELECTRONICS AND COMMUNICATION

More information

STM32L. Ultra-low-power Cortex -M3 devices

STM32L. Ultra-low-power Cortex -M3 devices STM32L Ultra-low-power Cortex -M3 devices STM32L press release STM32L 32- to 128-Kbyte products are entering full production 2 nd half March 2011 Part of industry s largest ARM Cortex -M 32-bit microcontroller

More information

Medications or therapeutic solutions may be injected directly into the bloodstream

Medications or therapeutic solutions may be injected directly into the bloodstream Intravenous Therapy Medications or therapeutic solutions may be injected directly into the bloodstream for immediate circulation and use by the body. State practice acts designate which health care professionals

More information

Final Design Report 19 April 2011. Project Name: utouch

Final Design Report 19 April 2011. Project Name: utouch EEL 4924 Electrical Engineering Design (Senior Design) Final Design Report 19 April 2011 Project Name: utouch Team Members: Name: Issam Bouter Name: Constantine Metropulos Email: sambouter@gmail.com Email:

More information

ALVIN INDEPENDENT SCHOOL DISTRICT Diabetes Medical Management Plan

ALVIN INDEPENDENT SCHOOL DISTRICT Diabetes Medical Management Plan ALVIN INDEPENDENT SCHOOL DISTRICT Diabetes Medical Management Plan of Plan: School Year (must be current): This plan should be completed by the student s personal health care team and parents/guardian.

More information

School Year 20 / 20. Diabetes Health Care Plan for Southgate Schools

School Year 20 / 20. Diabetes Health Care Plan for Southgate Schools School Year 20 / 20 Diabetes Health Care Plan for Southgate Schools Diabetes Medical Management Plan, Initialized Healthcare Plan and Physician Orders Part A: Contact Information must be completed by the

More information

Diabetes. New Trends Presented by Barbara Obst RN MS August 2008

Diabetes. New Trends Presented by Barbara Obst RN MS August 2008 Diabetes New Trends Presented by Barbara Obst RN MS August 2008 What is Diabetes Diabetes is a condition characterized by high levels of glucose. The glucose circulates in your blood and serves as the

More information

Diabetes Health Care Plan

Diabetes Health Care Plan The Public Schools of Brookline School Health Services of Plan: Diabetes Health Care Plan To be completed by the student s health care team and parents/guardian. Plan will be kept with the school nurse

More information

Insulin Pumps. with Diabetes

Insulin Pumps. with Diabetes Insulin Pumps with Diabetes Continuous subcutaneous insulin infusion (with an insulin pump) is an alternative to multiple daily injections for people with type 1 diabetes Streetwise What is an insulin

More information

Insulin and Diabetes

Insulin and Diabetes Insulin What is Insulin? Insulin is a hormone produced by special cells in the pancreas These cells that are produced are called beta cells Insulin allows the glucose from food we eat to enter the cells

More information

A pictorial guide to diabetes care, supplies, and devices

A pictorial guide to diabetes care, supplies, and devices A pictorial guide to diabetes care, supplies, and devices Caution: This publication contains depictions of blood, needles and medical procedures related to diabetes care. This publication may be reproduced

More information

Imagine a world... Believe in better control. MiniMed Veo Paradigm System Questions and Answers About Insulin Pumping

Imagine a world... Believe in better control. MiniMed Veo Paradigm System Questions and Answers About Insulin Pumping Imagine a world... Believe in better control MiniMed Veo Paradigm System Questions and Answers About Insulin Pumping 1 Imagine a world... Where you can exercise whenever you want and not have to carb load

More information

Telephone: Home Work Cell E-mail Address Father/Guardian: Address:

Telephone: Home Work Cell E-mail Address Father/Guardian: Address: SAMPLE Diabetes Medical Management Plan/Individualized Healthcare Plan Part A: Contact Information must be completed by the parent/guardian. Part B: Diabetes Medical Management Plan (DMMP) must be completed

More information

EXPERTS IN WATER COOLING SINCE 2001. aquastream ULTIMATE SUPER SILENT PUMP TECHNOLOGY. The ultimate pump system. www.aqua-computer.

EXPERTS IN WATER COOLING SINCE 2001. aquastream ULTIMATE SUPER SILENT PUMP TECHNOLOGY. The ultimate pump system. www.aqua-computer. The ultimate pump system www.aqua-computer.de AQUASTREAM Since its market introduction in 2003, the name stands for reliable and durable water cooling pump technology - made in Germany. We have bundled

More information

Diabetes and Technology. Disclosures Certified Insulin Pump Trainer for: Animas Medtronic Diabetes Omnipod. Rebecca Ray, MSN, APRN, FNP-C

Diabetes and Technology. Disclosures Certified Insulin Pump Trainer for: Animas Medtronic Diabetes Omnipod. Rebecca Ray, MSN, APRN, FNP-C Diabetes and Technology Rebecca Ray, MSN, APRN, FNP-C Insulin Pump Therapy and Continuous Glucose Monitoring In Patients with Type 2 Diabetes Page 1 Disclosures Certified Insulin Pump Trainer for: Animas

More information

Basal Rate Testing Blood sugar is affected at any time by 1) basal insulin 2) food (carbohydrate) intake 3) bolus insulin (meal time and correction)

Basal Rate Testing Blood sugar is affected at any time by 1) basal insulin 2) food (carbohydrate) intake 3) bolus insulin (meal time and correction) Basal Rate Testing Blood sugar is affected at any time by 1) basal insulin 2) food (carbohydrate) intake 3) bolus insulin (meal time and correction) 4) activity and 5) other factors such as stress and

More information

AN4646 Application note

AN4646 Application note Application note Peripheral interconnections on STM32F401 and STM32F411 lines Introduction On top of the highest performance and the lowest power consumption of the STM32F4 family, STM32F401/411 peripherals

More information

Data Logging Solutions from Lascar Electronics

Data Logging Solutions from Lascar Electronics Data Logging Solutions from Lascar Electronics Remote Monitoring EL-BT-2 Bluetooth and Humidity Data Logging The EL-BT-2 data logger measures and stores over 1 million temperature and humidity readings.

More information

Debiotech will be introducing its new insulin JewelPUMP2 for Diabetes Type 2 during the 2014 ATTD conference in Vienna, Austria. (January 29 th, 2014)

Debiotech will be introducing its new insulin JewelPUMP2 for Diabetes Type 2 during the 2014 ATTD conference in Vienna, Austria. (January 29 th, 2014) Debiotech will be introducing its new insulin JewelPUMP2 for Diabetes Type 2 during the 2014 ATTD conference in Vienna, Austria. (January 29 th, 2014) Lausanne, Switzerland, January 29, 2014. The JewelPUMP2,

More information

OFFICE OF CATHOLIC SCHOOLS DIOCESE OF ARLINGTON DIABETES MEDICAL MANAGEMENT PLAN Page 1 of 5 TO BE COMPLETED BY PARENT OR GUARDIAN

OFFICE OF CATHOLIC SCHOOLS DIOCESE OF ARLINGTON DIABETES MEDICAL MANAGEMENT PLAN Page 1 of 5 TO BE COMPLETED BY PARENT OR GUARDIAN PART I OFFICE OF CATHOLIC SCHOOLS DIOCESE OF ARLINGTON DIABETES MEDICAL MANAGEMENT PLAN Page 1 of 5 TO BE COMPLETED BY PARENT OR GUARDIAN Student School Date of Birth Date of Diagnosis Grade/ Teacher Physical

More information

Digital Single Axis Controller

Digital Single Axis Controller Digital Single Axis Controller The concept of intelligent hydraulic drive a vision? DSAC (Digital Single Axis Controller) Do you need hydraulic servo drive for your machine/system? What would it be like

More information

My Sick Day Plan for Type 1 Diabetes on an Insulin Pump

My Sick Day Plan for Type 1 Diabetes on an Insulin Pump My Sick Day Plan for Type 1 Diabetes on an Insulin Pump When you are sick, your blood sugar levels may be harder to keep under control. Your blood sugar may go too high or too low. Use this guide to help

More information

Description of High Accuracy Digital Pressure Gauge Design

Description of High Accuracy Digital Pressure Gauge Design Order this document by AN1953/D Description of High Accuracy Digital Pressure Gauge Design By Daniel Malik System Application Engineer Technical Information Center MCSL Roznov INTRODUCTION This application

More information

4/7/2015 CONFLICT OF INTEREST DISCLOSURE OBJECTIVES. Conflicts of Interest None Heather Rush. Heather M. Rush, APRN, CDE Louisville, KY

4/7/2015 CONFLICT OF INTEREST DISCLOSURE OBJECTIVES. Conflicts of Interest None Heather Rush. Heather M. Rush, APRN, CDE Louisville, KY Heather M. Rush, APRN, CDE Louisville, KY CONFLICT OF INTEREST DISCLOSURE Conflicts of Interest None Heather Rush A conflict of interest exists when an individual is in a position to profit directly or

More information

Insulin pump therapy aiming for better blood glucose control in people with diabetes

Insulin pump therapy aiming for better blood glucose control in people with diabetes Insulin pump therapy aiming for better blood glucose control in people with diabetes Your doctor has suggested that you may benefit from using an insulin pump to improve your blood glucose (sugar) control.

More information

Lab Experiment 1: The LPC 2148 Education Board

Lab Experiment 1: The LPC 2148 Education Board Lab Experiment 1: The LPC 2148 Education Board 1 Introduction The aim of this course ECE 425L is to help you understand and utilize the functionalities of ARM7TDMI LPC2148 microcontroller. To do that,

More information

Tire pressure monitoring

Tire pressure monitoring Application Note AN601 Tire pressure monitoring 1 Purpose This document is intended to give hints on how to use the Intersema pressure sensors in a low cost tire pressure monitoring system (TPMS). 2 Introduction

More information

CruzPro VAF110. AC Volts, Amps, Frequency, kw Monitor

CruzPro VAF110. AC Volts, Amps, Frequency, kw Monitor CruzPro VAF110 AC Volts, Amps, Frequency, kw Monitor Table of Contents Introduction............................ 3 Specifications........................... 4 Installation..............................5

More information

SMS GSM Alarm Messenger

SMS GSM Alarm Messenger SMS GSM Alarm Messenger Data Logging Alarm Input Relay Output Voice Temperature Humidity Analog Input Capture and Send Data via SMS Report triggered alarm via SMS Output triggered via SMS Auto pick up

More information

Benefits of a Colter OEM design / Embeded PLC

Benefits of a Colter OEM design / Embeded PLC Introduction have the capability to design special OEM modules or embedded PLCs to suit your exact needs based on our standard FMT-100 and FMT-200 range. The modular construction of these products makes

More information

71M6521 Energy Meter IC. Real Time Clock Compensation. The Challenge. The RTC in the 71M6521D/F. Theory of Operation APPLICATION NOTE

71M6521 Energy Meter IC. Real Time Clock Compensation. The Challenge. The RTC in the 71M6521D/F. Theory of Operation APPLICATION NOTE 71M6521 Energy Meter IC A Maxim Integrated Products Brand APPLICATION NOTE AN_6521_035 MAY 2007 This document describes how to use software to compensate the real time clock (RTC) in Teridian meter chips.

More information

LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS

LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS March 2010 Lattice Semiconductor 5555 Northeast Moore Ct. Hillsboro, Oregon 97124 USA Telephone: (503) 268-8000 www.latticesemi.com

More information

by Rodney Lorenz, MD and Janet Silverstein, MD

by Rodney Lorenz, MD and Janet Silverstein, MD Managing Insulin Requirements at School by Rodney Lorenz, MD and Janet Silverstein, MD Introduction Multiple advances over the past decade have revolutionized treatment of diabetes in youth. Two fundamental

More information

Insulin Pump Therapy and Continuous Glucose Sensor Use in the Management of Diabetes Mellitus

Insulin Pump Therapy and Continuous Glucose Sensor Use in the Management of Diabetes Mellitus Insulin Pump Therapy and Continuous Glucose Sensor Use in the Management of Diabetes Mellitus Louis Haenel, IV, DO, FACOI, FACE Endocrinology Roper Hospital Charleston, SC Dr. Louis Haenel IV has disclosed

More information

DS1104 R&D Controller Board

DS1104 R&D Controller Board DS1104 R&D Controller Board Cost-effective system for controller development Highlights Single-board system with real-time hardware and comprehensive I/O Cost-effective PCI hardware for use in PCs Application

More information

Use of Continuous Subcutaneous Insulin Infusion (CSII) Pumps in Hospitalized Patients Policy and Procedure

Use of Continuous Subcutaneous Insulin Infusion (CSII) Pumps in Hospitalized Patients Policy and Procedure Purpose: To ensure safe and accurate administration of insulin for patients using their own external continuous subcutaneous insulin infusion pump during hospitalization. Definitions: Insulin pump: An

More information

Types of insulin and How to Use Them

Types of insulin and How to Use Them Diabetes and Insulin Pumps Amy S. Pullen Pharm.D ISHP Spring Meeting April 2012 Objectives Describe the different types of insulin used in diabetes Identify the types of insulin that are compatible with

More information

AUTOMATIC NIGHT LAMP WITH MORNING ALARM USING MICROPROCESSOR

AUTOMATIC NIGHT LAMP WITH MORNING ALARM USING MICROPROCESSOR AUTOMATIC NIGHT LAMP WITH MORNING ALARM USING MICROPROCESSOR INTRODUCTION This Project "Automatic Night Lamp with Morning Alarm" was developed using Microprocessor. It is the Heart of the system. The sensors

More information

Insulin Pump Therapy during Pregnancy and Birth

Insulin Pump Therapy during Pregnancy and Birth Approvals: Specialist Group: Miss F Ashworth, Dr I Gallen, Dr J Ahmed Maternity Guidelines Group: V1 Dec 2012 Directorate Board: V1 Jan 2013 Clinical Guidelines Subgroup: July 2011 MSLC: V1 Nov 2012 Equality

More information

DiabetesMeter User Manual

DiabetesMeter User Manual DiabetesMeter User Manual 1. THE GENERAL OUTLINE DiabeticMeter is an application for people suffering from insulin-dependent diabetes. It provides support in taking day-to-day decisions regarding products

More information

CLASS OBJECTIVES. Describe the history of insulin discovery List types of insulin Define indications and dosages Review case studies

CLASS OBJECTIVES. Describe the history of insulin discovery List types of insulin Define indications and dosages Review case studies Insulins CLASS OBJECTIVES Describe the history of insulin discovery List types of insulin Define indications and dosages Review case studies INVENTION OF INSULIN 1921 The first stills used to make insulin

More information

Digital to Analog Converter. Raghu Tumati

Digital to Analog Converter. Raghu Tumati Digital to Analog Converter Raghu Tumati May 11, 2006 Contents 1) Introduction............................... 3 2) DAC types................................... 4 3) DAC Presented.............................

More information

Educational Objectives. Type 2 Diabetes: a progressive condition. Insulin Delivery Devices. Insulin we may wait too long

Educational Objectives. Type 2 Diabetes: a progressive condition. Insulin Delivery Devices. Insulin we may wait too long Educational Objectives Insulin Delivery Devices James Bennett RPh, FACA, CDE Director of Clinical Services at James Bennett Apothecary Corinth Mississippi After viewing this program, participants should

More information

INSULIN INJECTION KNOW-HOW

INSULIN INJECTION KNOW-HOW 0-0- INSULIN INJECTION KNOW-HOW Learning how to Congratulations for making the move to insulin therapy. It won t be long before you start enjoying better blood sugar control, more energy, and a host of

More information

Calculating Insulin Dose

Calculating Insulin Dose Calculating Insulin Dose First, some basic things to know about insulin: Approximately 40-50% of the total daily insulin dose is to replace insulin overnight, when you are fasting and between meals. This

More information

Accurate Measurement of the Mains Electricity Frequency

Accurate Measurement of the Mains Electricity Frequency Accurate Measurement of the Mains Electricity Frequency Dogan Ibrahim Near East University, Faculty of Engineering, Lefkosa, TRNC dogan@neu.edu.tr Abstract The frequency of the mains electricity supply

More information

ACR880 GPRS Portable Smart Card Terminal

ACR880 GPRS Portable Smart Card Terminal ACR880 GPRS Portable Smart Card Terminal Technical Specifications Subject to change without prior notice Table of Contents 1.0. Introduction... 3 2.0. Features... 4 3.0. Supported Card Types... 5 3.1.

More information

Is what you know about INSULIN PUMP THERAPY. This educational resource is provided by Medtronic MiniMed, Inc.

Is what you know about INSULIN PUMP THERAPY. This educational resource is provided by Medtronic MiniMed, Inc. Is what you know about INSULIN PUMP THERAPY MYTH or? This educational resource is provided by Medtronic MiniMed, Inc. You have to know a lot about technology to learn to use a pump Interacting with your

More information

Glitch Free Frequency Shifting Simplifies Timing Design in Consumer Applications

Glitch Free Frequency Shifting Simplifies Timing Design in Consumer Applications Glitch Free Frequency Shifting Simplifies Timing Design in Consumer Applications System designers face significant design challenges in developing solutions to meet increasingly stringent performance and

More information

Atmel Norway 2005. XMEGA Introduction

Atmel Norway 2005. XMEGA Introduction Atmel Norway 005 XMEGA Introduction XMEGA XMEGA targets Leadership on Peripheral Performance Leadership in Low Power Consumption Extending AVR market reach XMEGA AVR family 44-100 pin packages 16K 51K

More information

A 5 Degree Feedback Control Robotic Arm (Haptic Arm)

A 5 Degree Feedback Control Robotic Arm (Haptic Arm) A 5 Degree Feedback Control Robotic Arm (Haptic Arm) 1 Prof. Sheetal Nirve, 2 Mr.Abhilash Patil, 3 Mr.Shailesh Patil, 4 Mr.Vishal Raut Abstract: Haptics is the science of applying touch sensation and control

More information

Fixed and Adjustable Spacing Electronic Pipettes

Fixed and Adjustable Spacing Electronic Pipettes viaflo Fixed and Adjustable Spacing Electronic Pipettes viaflo Electronic Pipettes All viaflo pipettes function as repeaters, mixers, serial dilutors, manual pipettes, handheld sample processors and more!

More information

Insulin Pens. Basic facts. What is insulin? What are the different types of insulin?

Insulin Pens. Basic facts. What is insulin? What are the different types of insulin? UW MEDICINE PATIENT EDUCATION Insulin Pens Basic facts This handout explains what insulin is, the different types of insulin, how to store it, how to give an injection with an insulin pen, and other important

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 956 24-BIT DIFFERENTIAL ADC WITH I2C LTC2485 DESCRIPTION

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 956 24-BIT DIFFERENTIAL ADC WITH I2C LTC2485 DESCRIPTION LTC2485 DESCRIPTION Demonstration circuit 956 features the LTC2485, a 24-Bit high performance Σ analog-to-digital converter (ADC). The LTC2485 features 2ppm linearity, 0.5µV offset, and 600nV RMS noise.

More information

Implementing a Digital Answering Machine with a High-Speed 8-Bit Microcontroller

Implementing a Digital Answering Machine with a High-Speed 8-Bit Microcontroller Implementing a Digital Answering Machine with a High-Speed 8-Bit Microcontroller Zafar Ullah Senior Application Engineer Scenix Semiconductor Inc. Leo Petropoulos Application Manager Invox TEchnology 1.0

More information