SlideShare a Scribd company logo
1 of 5
Download to read offline
IOSR Journal of Engineering (IOSRJEN) www.iosrjen.org
ISSN (e): 2250-3021, ISSN (p): 2278-8719
Vol. 05, Issue 02 (February. 2015), ||V4|| PP 41-45
International organization of Scientific Research 41 | P a g e
Programmed Oxygen Delivery System
Sahar Emad Omer1
, Abdelrasoul Jabar Alzubaidi2
Post Graduate (PHD) candidate
Sudan University of science and Technology- Engineering College- Electronics Department
Abstract : The aims of this paper is to program a data base of prominent and the most common diseases, which
requires supplementary oxygen care, by determining the specific range between the maximum and minimum
dose of oxygen that can give a satisfied result. The minimum level will be given automatically. To increase the
oxygen level and to determine the patient timing will be subjected to medical consultation and doctor's
recommendations .The main objectives are to prevent over dose risk , to avoided medical mistakes, to relieve
hypoxemia and to maintained adequate oxygenation of tissues.
The methodology is based on, designing the control circuit, through which the oxygen dose can be
controlled via stepper motor with solenoid valve. The opening of the solenoid valve is controlled according to
the signal coming from the microcontroller. The microcontroller Atmage 32 is programmed by using the basic
compiler language (BASCOM) to control the stepper motor. Through the observation, giving (39) steps from the
stepper motor results in (10 L/min) , which is the maximum output from the total opened valve . Based on this
result , the mathematical segmentation is done.
Keywords: microcontroller Atmage 32 , stepper motor , oxygen care , solenoid valve , hypoxemia.
I. INTRODUCTION
Hypoxia literally means "low oxygen" but is defined as a deficiency in the amount of oxygen
that reaches the tissues of the body. It differs from hypoxemia, which means an inadequate amount of oxygen
traveling in the blood. Hypoxia may be due to hypoxemia, for example, if an inadequate amount of oxygen
reaches the tissues because there is an inadequate amount of oxygen in the blood, or it may be due to other
causes. The lack of oxygen in tissues is also known as "oxygen starvation". If a complete lack of oxygen occurs
in the tissues, it is termed anoxia. Oxygen therapy is one of the most critical consideration in the management
of diseases crossing different medical and surgical specialties. Oxygen is an atmospheric gas essential for
survival of all living things. The gas was isolated by Joseph Priestley and its importance in respiratory
physiology was described by Antoine Lavoisier. The problems of oxygen deficiency as well as the need and
indications for oxygen therapy were subsequently recognized. Oxygen is now considered as an important
drug required for the management of hypoxemia and several other diseases characterized by hypoxic conditions.
It is, therefore, used for a large number of pulmonary and non-pulmonary diseases for its definitive,
supplementary or palliative role.
II. METHODOLOGY
Too much or too little oxygen can be harmful. To compensate the oxygen shortage, this compensation
is done manually through the flow meter. Sometime inaccurate tuning makes the flow meter repeatedly
malfunction. Mis- estimation attributed to the adjustment of flow in liters per minute leads to over dose. High
oxygen exposure causes:
Oxygen toxicity or air sac collapse, Infant eye damage, Respiratory depression or respiratory arrest.
Programming the microcontroller is to control the stepper motor steps. Those steps determine the solenoid valve
opening area, depending on the most known hypoxic diseases. Any disease have a specific level that a patient
can take ranging from low severity to high severity. Only the low severity dose will be given automatically.
The sensor should be mounted in order to follow up the patient status. Based on the data acquisition from the
sensor, the microcontroller analyses the captured data and accordingly controls the stepper motor in order to
adjust the solenoid valve opening area.
Programmed Oxygen Delivery System
International organization of Scientific Research 42 | P a g e
III. SYSTEM LAYOUT
Figure (1) illustrates the hardware section. It sheds the light on the structure and the function of each
electronic component.
Figure (1) The block diagram of the system
Microcontroller Atmaga 32 :
Microcontroller is an electronic device which has all the required parts that makes it capable to operate
standalone. It is designed to monitor and control different tasks. In addition to the processor it includes memory,
various interface controllers, one or more timers, an interrupt controller, and last but definitely not least general
purpose Input / Output pins which allows it to directly interface to its environment. It is a tiny computer on a
single integrated circuit .It provides highly flexible and low cost effective solution to many embedded control
application.
Driver L298
The L298 is a dual H-bridge driver for DC brushed motors and stepper motors. It supports a wide
operating voltage range .This driver is capable of driving loads up to 2A continuously.
Stepper motor
A stepper motor is an electromechanical device which converts electrical pulses into discrete
mechanical movements. The shaft or spindle of a stepper motor rotates in discrete step increments when
electrical command pulses are applied to it in the proper sequence. The motors rotation has several direct
relationships to these applied input pulses. The sequence of the applied pulses is directly related to the direction
of motor shafts rotation. The speed of the motor shafts rotation is directly related to the frequency of the input
pulses and the length of rotation is directly related to the number of input pulses applied .A stepper motor can be
a good choice whenever controlled movement is required.
Pulse oximeter :
It has the unique advantage of continuously monitoring the saturation of hemoglobin with oxygen,
easily and noninvasively, providing a measure of cardio-respiratory function. By virtue of its ability to quickly
detect Hypoxemia. It has become the standard of care during anesthesia as well as in the recovery room and
intensive care unit. Pulse oximetry should be used to monitor any patient who is heavily sedated or is likely to
become hypoxic.
Programmed Oxygen Delivery System
International organization of Scientific Research 43 | P a g e
The fundamental physical property that allows the pulse oximeter to measure the oxygen saturation of
hemoglobin is that blood changes color as hemoglobin absorbs varying amounts of light depending on its
saturation with oxygen. As the hemoglobin oxygen saturation drops, more and more red light is absorbed and
the blood becomes darker. Figure (2) illustrates the portable pulse oximeter.
Figure (2) The portable pulse oximeter
Oxygen cylinder
Compressed oxygen cylinders are commonly used in hospitals, community-based care centers, and in
patient’s homes for the provision of oxygen enriched air to patients in need.
Pressure gauge
Oxygen regulators are essentially valves that control the flow of oxygen from a tank to the outlet or
delivery instrument(Figure 4-9).. The oxygen regulator is the valve that cuts of the flow of high-pressure oxygen
and allows only a controlled amount of the gas to reach the outlet instrument.
Humidifier
Humidifier is a device connected to the flow meter to provide moisture to the dry oxygen coming from
the supply cylinder .
The mask
An oxygen mask provides a method to transfer breathing oxygen gas from a storage tank to the lungs.
LCD
Liquid crystals are a state of matter that has the properties between solid crystal and common liquid .The most
common application of LCs are in liquid crystals displays (LCD).
The aim of the hardware and software design is to conduct automated oxygen supply operation for the
patient.
IV. PROGRAMMING
The circuit was designed to support patient with low oxygen level in their blood by adequate oxygen
amount depending on the known diseases level .The stepper motors move to open a valve with a certain limit
space according to the signal coming from the microcontroller which is programmed by BASCOM language.
The algorithm contains two subroutines for patient supply with Oxygen. The first subroutine opens the solenoid
valve for minimum Oxygen supply .The second subroutine detects the sensor value and accordingly opens the
solenoid valve based on the ten levels of Oxygen supply , as follows ;
Start
Initialization :
…. Configure port b as input
…..Configure port d as output
…..Configure port c as output
Patient status :
… If (keypad input = 1 ) then call subroutine minimum Oxygen supply.
… If (keypad input = 2 ) then call subroutine increment. Oxygen supply.
… If (keypad input = * ) then go to terminate.
Go to patient status
Terminate:
End
Programmed Oxygen Delivery System
International organization of Scientific Research 44 | P a g e
Subroutine minimum Oxygen supply:
…. Operate stepper motors one step clockwise.
… Open solenoid valve to let Oxygen flow.
Return
Subroutine increment. Oxygen supply:
…. If ( sensor = level-1) , then rotate stepper motor 4 steps clockwise.
…. If ( sensor = level-2) , then rotate stepper motor 8 steps clockwise.
…. If ( sensor = level-3) , then rotate stepper motor 12 steps clockwise.
…. If ( sensor = level-4) , then rotate stepper motor 16 steps clockwise.
…. If ( sensor = level-5) , then rotate stepper motor 20 steps clockwise.
…. If ( sensor = level-6) , then rotate stepper motor 24 steps clockwise.
…. If ( sensor = level-7) , then rotate stepper motor 28 steps clockwise.
…. If ( sensor = level-8) , then rotate stepper motor 32 steps clockwise.
…. If ( sensor = level-9) , then rotate stepper motor 36 steps clockwise.
…. If ( sensor = level-10) , then rotate stepper motor 39 steps clockwise
… Open solenoid valve .
Return.
V. RESULTS
Oxygen therapy is the administration of Oxygen to the patient. It should be administered according to
specific guidelines. Table (1) below demonstrates the results of operating the system and equation (1) calculates
the total time taken to supply Oxygen to the patient .
T oxygen supply = T se nsor + T microcontroller + T stepper motor + T solenoid valve……………… (1)
Where ;
T sensor = time for data acquisition from the sensor (mili seconds).
T microcontroller = time duration of processing (mili seconds).
T stepper motor = time of response of the stepper motor (mili seconds).
T solenoid valve = time of response of the sselenoid valve (mili seconds).
Consider (T sensor = 0.5 msec.) ,(T microcontroller = 0.5 msec.), (T stepper motor = 2 msec.) and (T solenoid valve = 2
msec.).Now implementing equation (1) , we get the resultant time (T oxygen supply ) is:
T oxygen supply = 0.5 msec. + 0.5 msec. + 2 msec. + 2 msec. = 5 msec..
Table (1) The motor steps and the equivalent out puts
Litre/minNumber of steps
1 L/min4
2 L/min8
3 L/min11
4 L/min15
5 L/min19
6 L/min23
7 L/min27
8 L/min31
9 L/min35
10 L/min39
NOTE : From the observations 39steps gives the maximum output =10 Liter/min. .
VI. CONCLUSION
Oxygen therapy requires two things; Simplicity & accuracy . Flow meters should be simple to use and
easy to read. They should provide a consistent flow of gas to the patient and in order to work effectively, they
need to be accurate.
With these basic guidelines, depending on the most common diseases dose rang, it can easily deliver a
fairly consistent concentration and accurate flow rate.
The prototype met the design specifications, through using the stepper motor attached with a certain solenoid
valve which allows the oxygen gas goes to the patient in adequate mount according to right selection of patient
Programmed Oxygen Delivery System
International organization of Scientific Research 45 | P a g e
disease. The minimum level reaches to patient automatically and the other level are programmed according to
patient case.
REFERENCES
[1]. S.K. Jindal, Oxygen Therapy: Important Considerations, The Indian Journal of Chest Diseases &
Allied Sciences, 2008.
[2]. CP Singh, Nachhattar Singh, Jagraj Singh, Oxygen Therapy, Journal, Indian Academy of Clinical
Medicine _ Vol. 2, No. 3 _ July-September 2001
[3]. Maher Dababneh , Chopper Control of a Bipolar Stepper Motor, International Journal of Engineering
(IJE), Volume (7) : Issue (2) : 2013 .
[4]. Josy Davidson, Precision and Accuracy of Oxygen Flow Meters Used at Hospital Settings ,
RESPIRATORY CARE • JULY 2012 VOL 57 NO7.
[5]. http://electrapk.com/microcontroller-definition
[6]. http://www.protostack.com/led-lcd/lcd-modules/16-x-2-character-lcd-module-with-yellow-green-
backlight
[7]. http://www.bolhme.com/education/OxygenCylinders.pdf

More Related Content

What's hot

Electronics Equipments Used in Hospital
Electronics Equipments Used in HospitalElectronics Equipments Used in Hospital
Electronics Equipments Used in HospitalAlok Singh
 
Monitoring of Medical Ventilators Using SCADA
Monitoring of Medical Ventilators Using SCADAMonitoring of Medical Ventilators Using SCADA
Monitoring of Medical Ventilators Using SCADAijsrd.com
 
medicalbulkbuy India Pvt. Ltd. | SlideShare
 medicalbulkbuy India Pvt. Ltd. | SlideShare medicalbulkbuy India Pvt. Ltd. | SlideShare
medicalbulkbuy India Pvt. Ltd. | SlideSharePriyanka Reddypogu
 
Perioptimization of high risk surgical patient
Perioptimization of high risk surgical patient  Perioptimization of high risk surgical patient
Perioptimization of high risk surgical patient niranjana0510
 
Various electrical devices in hospital(for lpu students especially)
Various electrical devices in hospital(for lpu students especially)Various electrical devices in hospital(for lpu students especially)
Various electrical devices in hospital(for lpu students especially)sudhanshu kumar rai
 
Measurement of Blood Oxygen Saturation with a Pulse Oximeter
Measurement of Blood Oxygen Saturation with a Pulse OximeterMeasurement of Blood Oxygen Saturation with a Pulse Oximeter
Measurement of Blood Oxygen Saturation with a Pulse OximeterMalik Mehrose
 
anesthesia machine
anesthesia machineanesthesia machine
anesthesia machinekashishgoga
 
Pulse oximeter – how does it work and how can it be used in home care?
Pulse oximeter – how does it work and how can it be used in home care?Pulse oximeter – how does it work and how can it be used in home care?
Pulse oximeter – how does it work and how can it be used in home care?Silverline Meditech
 
Extraction of respiratory rate from ppg signals using pca and emd
Extraction of respiratory rate from ppg signals using pca and emdExtraction of respiratory rate from ppg signals using pca and emd
Extraction of respiratory rate from ppg signals using pca and emdeSAT Publishing House
 
Sensors of rate responsive pacing
Sensors of rate responsive pacingSensors of rate responsive pacing
Sensors of rate responsive pacingNishant Tyagi
 
Dianamap
Dianamap Dianamap
Dianamap saradar
 

What's hot (20)

Pulse oximeter
Pulse oximeterPulse oximeter
Pulse oximeter
 
43rd publication jooo innovative 1st name
43rd publication jooo innovative   1st name43rd publication jooo innovative   1st name
43rd publication jooo innovative 1st name
 
Electronics Equipments Used in Hospital
Electronics Equipments Used in HospitalElectronics Equipments Used in Hospital
Electronics Equipments Used in Hospital
 
Monitoring of Medical Ventilators Using SCADA
Monitoring of Medical Ventilators Using SCADAMonitoring of Medical Ventilators Using SCADA
Monitoring of Medical Ventilators Using SCADA
 
Pulse oximeter
Pulse oximeterPulse oximeter
Pulse oximeter
 
medicalbulkbuy India Pvt. Ltd. | SlideShare
 medicalbulkbuy India Pvt. Ltd. | SlideShare medicalbulkbuy India Pvt. Ltd. | SlideShare
medicalbulkbuy India Pvt. Ltd. | SlideShare
 
Perioptimization of high risk surgical patient
Perioptimization of high risk surgical patient  Perioptimization of high risk surgical patient
Perioptimization of high risk surgical patient
 
Various electrical devices in hospital(for lpu students especially)
Various electrical devices in hospital(for lpu students especially)Various electrical devices in hospital(for lpu students especially)
Various electrical devices in hospital(for lpu students especially)
 
Measurement of Blood Oxygen Saturation with a Pulse Oximeter
Measurement of Blood Oxygen Saturation with a Pulse OximeterMeasurement of Blood Oxygen Saturation with a Pulse Oximeter
Measurement of Blood Oxygen Saturation with a Pulse Oximeter
 
anesthesia machine
anesthesia machineanesthesia machine
anesthesia machine
 
Oximeter
OximeterOximeter
Oximeter
 
Pulse oximeter – how does it work and how can it be used in home care?
Pulse oximeter – how does it work and how can it be used in home care?Pulse oximeter – how does it work and how can it be used in home care?
Pulse oximeter – how does it work and how can it be used in home care?
 
Extraction of respiratory rate from ppg signals using pca and emd
Extraction of respiratory rate from ppg signals using pca and emdExtraction of respiratory rate from ppg signals using pca and emd
Extraction of respiratory rate from ppg signals using pca and emd
 
Oxygen reserve index
Oxygen reserve indexOxygen reserve index
Oxygen reserve index
 
Sensors of rate responsive pacing
Sensors of rate responsive pacingSensors of rate responsive pacing
Sensors of rate responsive pacing
 
Pulse oximeter
Pulse oximeterPulse oximeter
Pulse oximeter
 
Pulseoximetry fianl
Pulseoximetry fianlPulseoximetry fianl
Pulseoximetry fianl
 
Dianamap
Dianamap Dianamap
Dianamap
 
Pulse oximetry
Pulse oximetryPulse oximetry
Pulse oximetry
 
Presentation3
Presentation3Presentation3
Presentation3
 

Similar to I5244145

An Introduction To Surgical Icu
An Introduction To Surgical IcuAn Introduction To Surgical Icu
An Introduction To Surgical IcuDang Thanh Tuan
 
Training report – 6 th 7th semester(15 days - copy
Training report – 6 th   7th  semester(15 days - copyTraining report – 6 th   7th  semester(15 days - copy
Training report – 6 th 7th semester(15 days - copySarthak Jain
 
Pulse Oxymetry , Inspired & Expired Gas Monitoring
Pulse Oxymetry ,  Inspired & Expired Gas MonitoringPulse Oxymetry ,  Inspired & Expired Gas Monitoring
Pulse Oxymetry , Inspired & Expired Gas MonitoringAleenaGigiYU
 
DYNAMIC OXYGEN AND NEBULIZATION DELIVERY SYSTEM USING LIFA
DYNAMIC OXYGEN AND NEBULIZATION DELIVERY SYSTEM USING LIFADYNAMIC OXYGEN AND NEBULIZATION DELIVERY SYSTEM USING LIFA
DYNAMIC OXYGEN AND NEBULIZATION DELIVERY SYSTEM USING LIFAIRJET Journal
 
A review on different technical specifications of respiratory rate monitors
A review on different technical specifications of respiratory rate monitorsA review on different technical specifications of respiratory rate monitors
A review on different technical specifications of respiratory rate monitorseSAT Journals
 
Field Testing and Evaluation of O2
Field Testing and Evaluation of O2 Field Testing and Evaluation of O2
Field Testing and Evaluation of O2 Jack Jung
 
Importance and Utility of Pulse Oximeter in Healthcare | The Lifesciences Mag...
Importance and Utility of Pulse Oximeter in Healthcare | The Lifesciences Mag...Importance and Utility of Pulse Oximeter in Healthcare | The Lifesciences Mag...
Importance and Utility of Pulse Oximeter in Healthcare | The Lifesciences Mag...The Lifesciences Magazine
 
An Overview of PERS Based Domestic Cardio-Pulmonary Resuscitation Machine
An Overview of PERS Based Domestic Cardio-Pulmonary Resuscitation MachineAn Overview of PERS Based Domestic Cardio-Pulmonary Resuscitation Machine
An Overview of PERS Based Domestic Cardio-Pulmonary Resuscitation MachineIRJET Journal
 
4. Monitoring Critical patients.pptx
4. Monitoring Critical patients.pptx4. Monitoring Critical patients.pptx
4. Monitoring Critical patients.pptxAme Mehadi
 
Patient monitoring system
Patient monitoring systemPatient monitoring system
Patient monitoring systemSuni Reddy
 
A Low Cost Wearable Medical Device for Vital Signs Monitoring in Low-Resource...
A Low Cost Wearable Medical Device for Vital Signs Monitoring in Low-Resource...A Low Cost Wearable Medical Device for Vital Signs Monitoring in Low-Resource...
A Low Cost Wearable Medical Device for Vital Signs Monitoring in Low-Resource...IJECEIAES
 
Saline level indicator
Saline level indicatorSaline level indicator
Saline level indicatorAravind Gurram
 
The 4 W’s of Microcirculation and Tissue pO2: An in vivo Approach in Animal ...
The 4 W’s of Microcirculation and Tissue pO2:  An in vivo Approach in Animal ...The 4 W’s of Microcirculation and Tissue pO2:  An in vivo Approach in Animal ...
The 4 W’s of Microcirculation and Tissue pO2: An in vivo Approach in Animal ...Scintica Instrumentation
 
IRJET- Automated Nebulizer Aid using Spirometer for Lung Disorders
IRJET-  	  Automated Nebulizer Aid using Spirometer for Lung DisordersIRJET-  	  Automated Nebulizer Aid using Spirometer for Lung Disorders
IRJET- Automated Nebulizer Aid using Spirometer for Lung DisordersIRJET Journal
 
IRJET- Automated Nebulizer Aid using Spirometer for Lung Disorders
IRJET-  	  Automated Nebulizer Aid using Spirometer for Lung DisordersIRJET-  	  Automated Nebulizer Aid using Spirometer for Lung Disorders
IRJET- Automated Nebulizer Aid using Spirometer for Lung DisordersIRJET Journal
 
Improving the Design of Blood Pressure and Blood Saturation Monitors
Improving the Design of Blood Pressure and Blood Saturation MonitorsImproving the Design of Blood Pressure and Blood Saturation Monitors
Improving the Design of Blood Pressure and Blood Saturation MonitorsLuca Parisi
 
Critical Equip PPT.ppt
Critical Equip PPT.pptCritical Equip PPT.ppt
Critical Equip PPT.pptAjith465743
 

Similar to I5244145 (20)

An Introduction To Surgical Icu
An Introduction To Surgical IcuAn Introduction To Surgical Icu
An Introduction To Surgical Icu
 
Training report – 6 th 7th semester(15 days - copy
Training report – 6 th   7th  semester(15 days - copyTraining report – 6 th   7th  semester(15 days - copy
Training report – 6 th 7th semester(15 days - copy
 
ICU.ppt
ICU.pptICU.ppt
ICU.ppt
 
Pulse Oxymetry , Inspired & Expired Gas Monitoring
Pulse Oxymetry ,  Inspired & Expired Gas MonitoringPulse Oxymetry ,  Inspired & Expired Gas Monitoring
Pulse Oxymetry , Inspired & Expired Gas Monitoring
 
DYNAMIC OXYGEN AND NEBULIZATION DELIVERY SYSTEM USING LIFA
DYNAMIC OXYGEN AND NEBULIZATION DELIVERY SYSTEM USING LIFADYNAMIC OXYGEN AND NEBULIZATION DELIVERY SYSTEM USING LIFA
DYNAMIC OXYGEN AND NEBULIZATION DELIVERY SYSTEM USING LIFA
 
Medical dissection lab pulse oximeter
Medical dissection lab pulse oximeterMedical dissection lab pulse oximeter
Medical dissection lab pulse oximeter
 
A review on different technical specifications of respiratory rate monitors
A review on different technical specifications of respiratory rate monitorsA review on different technical specifications of respiratory rate monitors
A review on different technical specifications of respiratory rate monitors
 
Field Testing and Evaluation of O2
Field Testing and Evaluation of O2 Field Testing and Evaluation of O2
Field Testing and Evaluation of O2
 
Importance and Utility of Pulse Oximeter in Healthcare | The Lifesciences Mag...
Importance and Utility of Pulse Oximeter in Healthcare | The Lifesciences Mag...Importance and Utility of Pulse Oximeter in Healthcare | The Lifesciences Mag...
Importance and Utility of Pulse Oximeter in Healthcare | The Lifesciences Mag...
 
An Overview of PERS Based Domestic Cardio-Pulmonary Resuscitation Machine
An Overview of PERS Based Domestic Cardio-Pulmonary Resuscitation MachineAn Overview of PERS Based Domestic Cardio-Pulmonary Resuscitation Machine
An Overview of PERS Based Domestic Cardio-Pulmonary Resuscitation Machine
 
4. Monitoring Critical patients.pptx
4. Monitoring Critical patients.pptx4. Monitoring Critical patients.pptx
4. Monitoring Critical patients.pptx
 
Patient monitoring system
Patient monitoring systemPatient monitoring system
Patient monitoring system
 
IJET-V3I1P26
IJET-V3I1P26IJET-V3I1P26
IJET-V3I1P26
 
A Low Cost Wearable Medical Device for Vital Signs Monitoring in Low-Resource...
A Low Cost Wearable Medical Device for Vital Signs Monitoring in Low-Resource...A Low Cost Wearable Medical Device for Vital Signs Monitoring in Low-Resource...
A Low Cost Wearable Medical Device for Vital Signs Monitoring in Low-Resource...
 
Saline level indicator
Saline level indicatorSaline level indicator
Saline level indicator
 
The 4 W’s of Microcirculation and Tissue pO2: An in vivo Approach in Animal ...
The 4 W’s of Microcirculation and Tissue pO2:  An in vivo Approach in Animal ...The 4 W’s of Microcirculation and Tissue pO2:  An in vivo Approach in Animal ...
The 4 W’s of Microcirculation and Tissue pO2: An in vivo Approach in Animal ...
 
IRJET- Automated Nebulizer Aid using Spirometer for Lung Disorders
IRJET-  	  Automated Nebulizer Aid using Spirometer for Lung DisordersIRJET-  	  Automated Nebulizer Aid using Spirometer for Lung Disorders
IRJET- Automated Nebulizer Aid using Spirometer for Lung Disorders
 
IRJET- Automated Nebulizer Aid using Spirometer for Lung Disorders
IRJET-  	  Automated Nebulizer Aid using Spirometer for Lung DisordersIRJET-  	  Automated Nebulizer Aid using Spirometer for Lung Disorders
IRJET- Automated Nebulizer Aid using Spirometer for Lung Disorders
 
Improving the Design of Blood Pressure and Blood Saturation Monitors
Improving the Design of Blood Pressure and Blood Saturation MonitorsImproving the Design of Blood Pressure and Blood Saturation Monitors
Improving the Design of Blood Pressure and Blood Saturation Monitors
 
Critical Equip PPT.ppt
Critical Equip PPT.pptCritical Equip PPT.ppt
Critical Equip PPT.ppt
 

More from IOSR-JEN

More from IOSR-JEN (20)

C05921721
C05921721C05921721
C05921721
 
B05921016
B05921016B05921016
B05921016
 
A05920109
A05920109A05920109
A05920109
 
J05915457
J05915457J05915457
J05915457
 
I05914153
I05914153I05914153
I05914153
 
H05913540
H05913540H05913540
H05913540
 
G05913234
G05913234G05913234
G05913234
 
F05912731
F05912731F05912731
F05912731
 
E05912226
E05912226E05912226
E05912226
 
D05911621
D05911621D05911621
D05911621
 
C05911315
C05911315C05911315
C05911315
 
B05910712
B05910712B05910712
B05910712
 
A05910106
A05910106A05910106
A05910106
 
B05840510
B05840510B05840510
B05840510
 
I05844759
I05844759I05844759
I05844759
 
H05844346
H05844346H05844346
H05844346
 
G05843942
G05843942G05843942
G05843942
 
F05843238
F05843238F05843238
F05843238
 
E05842831
E05842831E05842831
E05842831
 
D05842227
D05842227D05842227
D05842227
 

Recently uploaded

Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 

Recently uploaded (20)

Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 

I5244145

  • 1. IOSR Journal of Engineering (IOSRJEN) www.iosrjen.org ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 05, Issue 02 (February. 2015), ||V4|| PP 41-45 International organization of Scientific Research 41 | P a g e Programmed Oxygen Delivery System Sahar Emad Omer1 , Abdelrasoul Jabar Alzubaidi2 Post Graduate (PHD) candidate Sudan University of science and Technology- Engineering College- Electronics Department Abstract : The aims of this paper is to program a data base of prominent and the most common diseases, which requires supplementary oxygen care, by determining the specific range between the maximum and minimum dose of oxygen that can give a satisfied result. The minimum level will be given automatically. To increase the oxygen level and to determine the patient timing will be subjected to medical consultation and doctor's recommendations .The main objectives are to prevent over dose risk , to avoided medical mistakes, to relieve hypoxemia and to maintained adequate oxygenation of tissues. The methodology is based on, designing the control circuit, through which the oxygen dose can be controlled via stepper motor with solenoid valve. The opening of the solenoid valve is controlled according to the signal coming from the microcontroller. The microcontroller Atmage 32 is programmed by using the basic compiler language (BASCOM) to control the stepper motor. Through the observation, giving (39) steps from the stepper motor results in (10 L/min) , which is the maximum output from the total opened valve . Based on this result , the mathematical segmentation is done. Keywords: microcontroller Atmage 32 , stepper motor , oxygen care , solenoid valve , hypoxemia. I. INTRODUCTION Hypoxia literally means "low oxygen" but is defined as a deficiency in the amount of oxygen that reaches the tissues of the body. It differs from hypoxemia, which means an inadequate amount of oxygen traveling in the blood. Hypoxia may be due to hypoxemia, for example, if an inadequate amount of oxygen reaches the tissues because there is an inadequate amount of oxygen in the blood, or it may be due to other causes. The lack of oxygen in tissues is also known as "oxygen starvation". If a complete lack of oxygen occurs in the tissues, it is termed anoxia. Oxygen therapy is one of the most critical consideration in the management of diseases crossing different medical and surgical specialties. Oxygen is an atmospheric gas essential for survival of all living things. The gas was isolated by Joseph Priestley and its importance in respiratory physiology was described by Antoine Lavoisier. The problems of oxygen deficiency as well as the need and indications for oxygen therapy were subsequently recognized. Oxygen is now considered as an important drug required for the management of hypoxemia and several other diseases characterized by hypoxic conditions. It is, therefore, used for a large number of pulmonary and non-pulmonary diseases for its definitive, supplementary or palliative role. II. METHODOLOGY Too much or too little oxygen can be harmful. To compensate the oxygen shortage, this compensation is done manually through the flow meter. Sometime inaccurate tuning makes the flow meter repeatedly malfunction. Mis- estimation attributed to the adjustment of flow in liters per minute leads to over dose. High oxygen exposure causes: Oxygen toxicity or air sac collapse, Infant eye damage, Respiratory depression or respiratory arrest. Programming the microcontroller is to control the stepper motor steps. Those steps determine the solenoid valve opening area, depending on the most known hypoxic diseases. Any disease have a specific level that a patient can take ranging from low severity to high severity. Only the low severity dose will be given automatically. The sensor should be mounted in order to follow up the patient status. Based on the data acquisition from the sensor, the microcontroller analyses the captured data and accordingly controls the stepper motor in order to adjust the solenoid valve opening area.
  • 2. Programmed Oxygen Delivery System International organization of Scientific Research 42 | P a g e III. SYSTEM LAYOUT Figure (1) illustrates the hardware section. It sheds the light on the structure and the function of each electronic component. Figure (1) The block diagram of the system Microcontroller Atmaga 32 : Microcontroller is an electronic device which has all the required parts that makes it capable to operate standalone. It is designed to monitor and control different tasks. In addition to the processor it includes memory, various interface controllers, one or more timers, an interrupt controller, and last but definitely not least general purpose Input / Output pins which allows it to directly interface to its environment. It is a tiny computer on a single integrated circuit .It provides highly flexible and low cost effective solution to many embedded control application. Driver L298 The L298 is a dual H-bridge driver for DC brushed motors and stepper motors. It supports a wide operating voltage range .This driver is capable of driving loads up to 2A continuously. Stepper motor A stepper motor is an electromechanical device which converts electrical pulses into discrete mechanical movements. The shaft or spindle of a stepper motor rotates in discrete step increments when electrical command pulses are applied to it in the proper sequence. The motors rotation has several direct relationships to these applied input pulses. The sequence of the applied pulses is directly related to the direction of motor shafts rotation. The speed of the motor shafts rotation is directly related to the frequency of the input pulses and the length of rotation is directly related to the number of input pulses applied .A stepper motor can be a good choice whenever controlled movement is required. Pulse oximeter : It has the unique advantage of continuously monitoring the saturation of hemoglobin with oxygen, easily and noninvasively, providing a measure of cardio-respiratory function. By virtue of its ability to quickly detect Hypoxemia. It has become the standard of care during anesthesia as well as in the recovery room and intensive care unit. Pulse oximetry should be used to monitor any patient who is heavily sedated or is likely to become hypoxic.
  • 3. Programmed Oxygen Delivery System International organization of Scientific Research 43 | P a g e The fundamental physical property that allows the pulse oximeter to measure the oxygen saturation of hemoglobin is that blood changes color as hemoglobin absorbs varying amounts of light depending on its saturation with oxygen. As the hemoglobin oxygen saturation drops, more and more red light is absorbed and the blood becomes darker. Figure (2) illustrates the portable pulse oximeter. Figure (2) The portable pulse oximeter Oxygen cylinder Compressed oxygen cylinders are commonly used in hospitals, community-based care centers, and in patient’s homes for the provision of oxygen enriched air to patients in need. Pressure gauge Oxygen regulators are essentially valves that control the flow of oxygen from a tank to the outlet or delivery instrument(Figure 4-9).. The oxygen regulator is the valve that cuts of the flow of high-pressure oxygen and allows only a controlled amount of the gas to reach the outlet instrument. Humidifier Humidifier is a device connected to the flow meter to provide moisture to the dry oxygen coming from the supply cylinder . The mask An oxygen mask provides a method to transfer breathing oxygen gas from a storage tank to the lungs. LCD Liquid crystals are a state of matter that has the properties between solid crystal and common liquid .The most common application of LCs are in liquid crystals displays (LCD). The aim of the hardware and software design is to conduct automated oxygen supply operation for the patient. IV. PROGRAMMING The circuit was designed to support patient with low oxygen level in their blood by adequate oxygen amount depending on the known diseases level .The stepper motors move to open a valve with a certain limit space according to the signal coming from the microcontroller which is programmed by BASCOM language. The algorithm contains two subroutines for patient supply with Oxygen. The first subroutine opens the solenoid valve for minimum Oxygen supply .The second subroutine detects the sensor value and accordingly opens the solenoid valve based on the ten levels of Oxygen supply , as follows ; Start Initialization : …. Configure port b as input …..Configure port d as output …..Configure port c as output Patient status : … If (keypad input = 1 ) then call subroutine minimum Oxygen supply. … If (keypad input = 2 ) then call subroutine increment. Oxygen supply. … If (keypad input = * ) then go to terminate. Go to patient status Terminate: End
  • 4. Programmed Oxygen Delivery System International organization of Scientific Research 44 | P a g e Subroutine minimum Oxygen supply: …. Operate stepper motors one step clockwise. … Open solenoid valve to let Oxygen flow. Return Subroutine increment. Oxygen supply: …. If ( sensor = level-1) , then rotate stepper motor 4 steps clockwise. …. If ( sensor = level-2) , then rotate stepper motor 8 steps clockwise. …. If ( sensor = level-3) , then rotate stepper motor 12 steps clockwise. …. If ( sensor = level-4) , then rotate stepper motor 16 steps clockwise. …. If ( sensor = level-5) , then rotate stepper motor 20 steps clockwise. …. If ( sensor = level-6) , then rotate stepper motor 24 steps clockwise. …. If ( sensor = level-7) , then rotate stepper motor 28 steps clockwise. …. If ( sensor = level-8) , then rotate stepper motor 32 steps clockwise. …. If ( sensor = level-9) , then rotate stepper motor 36 steps clockwise. …. If ( sensor = level-10) , then rotate stepper motor 39 steps clockwise … Open solenoid valve . Return. V. RESULTS Oxygen therapy is the administration of Oxygen to the patient. It should be administered according to specific guidelines. Table (1) below demonstrates the results of operating the system and equation (1) calculates the total time taken to supply Oxygen to the patient . T oxygen supply = T se nsor + T microcontroller + T stepper motor + T solenoid valve……………… (1) Where ; T sensor = time for data acquisition from the sensor (mili seconds). T microcontroller = time duration of processing (mili seconds). T stepper motor = time of response of the stepper motor (mili seconds). T solenoid valve = time of response of the sselenoid valve (mili seconds). Consider (T sensor = 0.5 msec.) ,(T microcontroller = 0.5 msec.), (T stepper motor = 2 msec.) and (T solenoid valve = 2 msec.).Now implementing equation (1) , we get the resultant time (T oxygen supply ) is: T oxygen supply = 0.5 msec. + 0.5 msec. + 2 msec. + 2 msec. = 5 msec.. Table (1) The motor steps and the equivalent out puts Litre/minNumber of steps 1 L/min4 2 L/min8 3 L/min11 4 L/min15 5 L/min19 6 L/min23 7 L/min27 8 L/min31 9 L/min35 10 L/min39 NOTE : From the observations 39steps gives the maximum output =10 Liter/min. . VI. CONCLUSION Oxygen therapy requires two things; Simplicity & accuracy . Flow meters should be simple to use and easy to read. They should provide a consistent flow of gas to the patient and in order to work effectively, they need to be accurate. With these basic guidelines, depending on the most common diseases dose rang, it can easily deliver a fairly consistent concentration and accurate flow rate. The prototype met the design specifications, through using the stepper motor attached with a certain solenoid valve which allows the oxygen gas goes to the patient in adequate mount according to right selection of patient
  • 5. Programmed Oxygen Delivery System International organization of Scientific Research 45 | P a g e disease. The minimum level reaches to patient automatically and the other level are programmed according to patient case. REFERENCES [1]. S.K. Jindal, Oxygen Therapy: Important Considerations, The Indian Journal of Chest Diseases & Allied Sciences, 2008. [2]. CP Singh, Nachhattar Singh, Jagraj Singh, Oxygen Therapy, Journal, Indian Academy of Clinical Medicine _ Vol. 2, No. 3 _ July-September 2001 [3]. Maher Dababneh , Chopper Control of a Bipolar Stepper Motor, International Journal of Engineering (IJE), Volume (7) : Issue (2) : 2013 . [4]. Josy Davidson, Precision and Accuracy of Oxygen Flow Meters Used at Hospital Settings , RESPIRATORY CARE • JULY 2012 VOL 57 NO7. [5]. http://electrapk.com/microcontroller-definition [6]. http://www.protostack.com/led-lcd/lcd-modules/16-x-2-character-lcd-module-with-yellow-green- backlight [7]. http://www.bolhme.com/education/OxygenCylinders.pdf