SlideShare a Scribd company logo
1 of 8
Download to read offline
David Bracewell, et al. (Eds): AIAA 2011,CS & IT 03, pp. 169–176 , 2011.
© CS & IT-CSCP 2011 DOI : 10.5121/csit.2011.1315
Embedded Intensive Patient Care Unit
#V.Ramya, *Anuradha Kumari
# Asst. professor, Department of CSE, Annamalai University, Chidambaram
Email: ramyshri@yahoo.com
*BE [IT], Department of CSE, Annamalai University, Chidambaram
Email: itanuradha577@gmail.com
ABSTRACT
The aim of this project is to inform the doctor about the ICU patient condition through wireless.
For the medical professionals it becomes important to continuously monitor the conditions of a
patient. In a large setup like a hospital or clinical center where a single doctor attends many
patients, it becomes difficult to keep informed about the critical conditions developed in each of
the patients. This project provides a device which will continuously monitor the vital parameters
to be monitored for a patient and do data logging continuously. If any critical situation arises in
a patient, this unit also raises an alarm and also communicates to the concerned doctor by
means of an SMS to the doctor.
Keywords:
Embedded System, Microcontroller, NTC Thermistor, Sensors, Visual Basic.
1. Introduction
This is an attempt to provide a device which will continuously monitor the body temperature and
status of drip status of the patient. If either the temperature goes high or if the drip administration
fails, this device will raises an alarm and communicate the concerned doctor by means of sending
SMS to the doctor. The major part of this project is the hardware model consisting of sufficient
sensor with embedded system. Embedded systems are computer in the widest sense. Examples of
embedded systems range from portable music Players to real-time controls for systems like the
space shuttle. Most commercial embedded systems are designed to do some task at a low cost.
The software written for many embedded systems, especially those without a disk drive is
sometimes called firmware. Firmware is software that is embedded in hardware devices in one or
more ROM/Flash memory IC chips. Embedded systems are expected to run continuously for
years without errors. Therefore the software is usually developed and tested more carefully then
the software for personal computers. This project is implemented with microchip PIC 16F877A
micro controller and sensors were used to sense the temperature and drip status. NTC thermistor
detects the temperature status and metallic probes monitor the drip status.
2. Hardware Design
In this project there are four hardware modules:
• Temperature detector
• Drip status detector
• PC and PIC interface
170 Computer Science & Information Technology (CS & IT)
• Mobile and PIC interface
These hardware modules contain various integrated chips which are used to control the system.
2.1. Temperature Detector
NTC thermistor is used to detect the temperature. This thermistor has 10k resistance in
room temperature and 100 to 200ohms at 125c. This thermistor is connected in series
with a 10k resistor. One end of the thermistor is connected to 5v and the other end of
resistor is connected to ground. A tapping is made at junction of thermistor and resistor
and connected to the analog input port of PIC.The voltage at the tapping will be varying
between 2.5v and 5v depending on the temperature prevailing at the thermistor. The
circuit diagram of temperature sensor is shown in fig 1. For this project, 98F is assumed
as normal temperature.
Figure 1: Temperature Sensor
2.2. Drip Sensor
For checking the drip status, two metallicprobes are taken and one of the probes isconnected to
the ground. The other probeis connected to a 10K resistor. The otherterminal of the 10K resistor
is connected to 5V. A tapping is made at the junction between the probe and the resistor. When
there is drip fluid present in the tube, thefluid will conduct. The 5V applied at the resistor is
passed through the probes and get grounded. Hence the voltage availablefor the PIC will be low
(Detected as 0 by PIC) but when the drip fluid is not present in the tube, the probes will not
conduct. Because of this a 5V is applied to the resistor which will be available for the PIC
(Detected as 1). If a 0 is detected, it indicates that the Drip status is normal. If a 1 is detected by
the PIC, it indicates drip status as abnormal. For raising an alarm, 1 is sent through the PIC’s port
(RB7). This port is connected to an LED. When a 1 is received by the LED (that is 5V) the LED
will light up. Similarly through another port of PIC (RB6) a 1 is sent to start the alarm. When the
drip status or temperature becomes normal, we send a 0 through the PIC’s ports which will put
off the LED and Alarm. Figure 2 shows the drip sensor.
Computer Science & Information Technology (CS & IT) 171
Figure 2: Drip Sensor
2.3.PC and PIC Interface
The RC6 line of PIC is connected to pin 10 of MAX232 and pin 7 of MAX232 is
connected to pin2 of DB-9 connector of PC.RC7 line of PIC is connected to PIN 9 of
MAX232 and pin 8 of MAX232 is connected to pin 3 of DB-9 connector of PC. The PC
to PIC interface is shown in Figure 3.
Figure 3: PC and PIC interface
172 Computer Science & Information Technology (CS & IT)
.2.4. Mobile and PIC Interface
A mobile phone is hooked to microcontroller/PC and F-bus command set is used for issuing the
send SMS command from the microcontroller. F-bus is a high speed full duplex bus. It uses pin 1
for MBUS, pin 2 as ground, pin 3 for receiving data and pin 4 for transmitting the data. The F-bus
is bi-directional serial type bus running at 115,200 bps, 8 data bits. The serial cable contains
electronics for level conversion and therefore requires power. For this the DTR(data terminal
ready) pin is connected to +3 to +12 Volts supply and RTS pin is connected to -3 to -12volts
supply by using MAX232 for the RS232 TX and RX pins. The next step is to synchronize the
UART in the phone with the PC or microcontroller. This is done by sending a string of 0x55 or
‘U’ 128 times.
3. Software Description
The developed system uses visual basicfor displaying the temperature and dripstatus. Visual basic
is a beginner programming language for authoring Windows – based software. It provides the
GUI interface fordisplaying the sensed parameters. The VBinterface of the proposed system is
givenin figure 4.
Figure 4: VB Interface for the system
At first the temperature is sensed and taken as input through NTC thermistor. Then the
temperature is computed and converted from analog to digital. Inparallel to it drip input is taken
by usingmetallic probes. Both temperature anddrip status are sent to PC. If thetemperature is not
greater than the setvalue (98 F) then the System restarts thesensing. If the temperature is greater
thanthe set value, then an alert to cell phoneand PC is sent. If any key is not pressedin the
cellphone in response to the alarmthen the sensing process restarts and thealarm keep on ringing
until the doctorresponds. If any key is pressed inresponse to the alarm then the presetvalue for
temperature changes to thesensed value and the alarm is automatically switched off. Then the
system restarts to take the temperatureand drip input. Figure 5 shows the flowchart of the
developed system.
Computer Science & Information Technology (CS & IT) 173
Figure 5: Flow chart of the proposed
System
4. Implementation
This project is implemented with microchip PIC16F877A micro controller,and sensors were used
to sense the temperature and drip status. Thesesensors are hooked to the in-built Analogto digital
converter of the microcontroller. The PIC16F877A micro controller also has in-built UART
which can interface to a PCs serial port. Level conversion of the signals is done before connecting
the UART signals of the controller to the PC. MAX232 level converter is used for level
conversion. Visual basic program is used to provide the GUI program for displaying the
temperature values and drip status. Visual basic contains a control called windows comm control
used for communication of peripheral equipment to PC. Hence when the micro controller runs
continuously, it sends the temperature and drip data to PC, and the application program
continuously receive the signals and display it on the PCs display. Any discontinuity of signals
from the micro controller to the serial port of the PC is also taken care of by the Windows comm
control. A mobile phone is hooked to microcontroller/PC and Fbus command set is used for
issuing the Send SMS command from the micro controller/PC. If any critical situation arises the
micro controller issues the appropriate F-bus commands to the concerned doctor’s mobile
number. The overview block diagram is given in the figure 6.
174 Computer Science & Information Technology (CS & IT)
Figure6: Block diagram of the
Proposed system
5. Results and Discussion
This project can also be used to monitor temperature in industrial scale were the temperature in
the upper limit may notexceed about 110 C.
Figure 7: Prototype of the developedSystem
Computer Science & Information Technology (CS & IT) 175
Utilization of the cell phone to message and the alert the user was anotheradvantage. Hence this
interface could aswell be used to remotely monitor and getsalerts in case the process value
exceedsthe limit. The only limits observed in thisproject are that we must ensure that cellphone is
functional during the operationof this module. That is appropriatebackup power supply or
charging of the cell phone batteries is needed. For this,we can always leave the charger
usuallyprovided with the cell phone, connectedto the handset. In the Visual Basic SDK, we have
to configure the project properties to include the MS Comm Control in this project. The
properties of Comm Control (communication control) is set to have 9600 baud, no parity , 8 data
bits and 1 stop bit is provided. There after we can call the Comm Control port open, Comm
Control input, Comm Control Output and Comm Control port close functions. Fig 7 shows the
prototype of the developed system.
6. Conclusion
This paper presents the embedded intensive care unit using PICmicrocontroller. The project is
monitoring the patient’s body temperature and thestatus of drip administered and makes data
logging (on PC) andreporting/alerting(using cellphone).Theavailability of in-built A/D converter
inPIC16F877A has been very useful in theeasy implementation of the digitaltemperature
measurement. The chip used in this project (PIC16F877A) contains 8 analog channels, of which
we have used only one for temperature measurement. Inthe actual scenario in a hospital , there
aremany other vital parameters to bemonitored in a patient like heartbeat,pulse rate, breathing
and ventilator activity etc. this project can further be enhanced or improved by adding facilities to
monitor the above mentioned parameters too. In that case the additional analog input channels
will be of great use.
REFERENCES
[1] Cyber-Physical Medical and Medication Systems by Albert M. K.Cheng, 2008.
[2] Wireless Transfusion Supervision and Analysis Using Embedded System Nivedita Daimiwal, Dipali
Ramdasi, Revathi Shriram, AsmitaWakankar, 2010.
[3] A low cost model for patient monitoring in Intensive care unit using a micro web-server by JoãoBosco
da MotaAlver Juarez Bento da Silva ,SuenoniPaladini.
[4] Steve Heath, ‘Embedded system and design’ butterworth-heinemann publications, New Delhi, first
edition, 1997.
[5] Microchip company, ‘EmbeddedSolutions’, microchip publications, firstedition, 1999.
[6] TammyNoergaArdewnes, ‘EmbeddedSystems Architecture’, first edition 1999.
[7] Paul Sherriff, ‘visual basic 6’, prenticehall publication, New Delhi, first edition1999.
[8] Arnold Berger,’ Embedded System Design’, first edition 1997.
[9] http://www.microchip.com[pic microcontroller]
[10] http://www.gnokii.org [mobile interface]
176 Computer Science & Information Technology (CS & IT)
Authors
V. Ramya was born at CuddaloreDt, Tamil Nadu on 07-05-1978, received B.E., in Electronics
and Communication Engineering from V.R.S college of Engineering and Technology,
Villupuram, Tamil Nadu, In the year 1999 and M.E., in Process Control and Instrumentation
from AnnamalaiUniversity, Chidambaram, in the year 2000 . She is now pursuing Ph.D., in the
field of Embedded Systems, in the Department of Computer Science and Engineering (CSE),
Annamalai Univesity Chidambaram, Tamil Nadu. She is currently working as an ASSISTANT
PROFFESOR in the Department of CSE, AnnamalaiUniversity, Chidambaram and has been
teaching for ten years. Her field of specialization is Embedded System. She also has two
national publications. She is the life member of CSI and ISTE.
Anuradha kumari, was born at dhanbad, on 02-07-1991, a student of B.E.
Information Technology in Annamalai University, Chidambaram, Tamil Nadu, India.
Her areas of interests are Embedded Systems and programming. She has presented a
paper In ICAET-2011 held at E.G.S Pillay Engineering college at Nagapattinam.

More Related Content

What's hot

Instant elelectrocardiogram monitoring in android smart phones
Instant elelectrocardiogram monitoring in android smart phonesInstant elelectrocardiogram monitoring in android smart phones
Instant elelectrocardiogram monitoring in android smart phonesIjrdt Journal
 
A Healthcare Monitoring System Using Wireless Sensor Network With GSM
A Healthcare Monitoring System Using Wireless Sensor Network With GSMA Healthcare Monitoring System Using Wireless Sensor Network With GSM
A Healthcare Monitoring System Using Wireless Sensor Network With GSMIRJET Journal
 
The research of_portable_ecg_monitoring_system_with_usb_host_interface
The research of_portable_ecg_monitoring_system_with_usb_host_interfaceThe research of_portable_ecg_monitoring_system_with_usb_host_interface
The research of_portable_ecg_monitoring_system_with_usb_host_interfaceArhamSheikh1
 
IRJET- GSM based Patient Health Monitoring System
IRJET-  	  GSM based Patient Health Monitoring SystemIRJET-  	  GSM based Patient Health Monitoring System
IRJET- GSM based Patient Health Monitoring SystemIRJET Journal
 
Portable ECG Monitoring System using Lilypad And Mobile Platform-PandaBoard
Portable ECG Monitoring System using Lilypad And Mobile Platform-PandaBoardPortable ECG Monitoring System using Lilypad And Mobile Platform-PandaBoard
Portable ECG Monitoring System using Lilypad And Mobile Platform-PandaBoardIJSRD
 
62 ijtet14003 pdf-libre
62 ijtet14003 pdf-libre62 ijtet14003 pdf-libre
62 ijtet14003 pdf-libreIJTET Journal
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Transmission of arm based real time ecg for monitoring remotely located patient
Transmission of arm based real time ecg for monitoring remotely located patientTransmission of arm based real time ecg for monitoring remotely located patient
Transmission of arm based real time ecg for monitoring remotely located patienteSAT Publishing House
 
Implementation of Effective Switching System for Controlling Home and Office ...
Implementation of Effective Switching System for Controlling Home and Office ...Implementation of Effective Switching System for Controlling Home and Office ...
Implementation of Effective Switching System for Controlling Home and Office ...ijtsrd
 
Patient Monitoring System
Patient Monitoring SystemPatient Monitoring System
Patient Monitoring SystemIJERA Editor
 
Smart hospital technology
Smart hospital technologySmart hospital technology
Smart hospital technologyhiij
 
IRJET- Smart Army Jacket
IRJET-  	  Smart Army JacketIRJET-  	  Smart Army Jacket
IRJET- Smart Army JacketIRJET Journal
 
A portable electrocardiogram for real‑time monitoring of cardiac
A portable electrocardiogram for real‑time monitoring of cardiacA portable electrocardiogram for real‑time monitoring of cardiac
A portable electrocardiogram for real‑time monitoring of cardiacArhamSheikh1
 
Microcontroller Based Heart Beat and Temperature Monitoring System using Fing...
Microcontroller Based Heart Beat and Temperature Monitoring System using Fing...Microcontroller Based Heart Beat and Temperature Monitoring System using Fing...
Microcontroller Based Heart Beat and Temperature Monitoring System using Fing...xpressafridi
 
Heart beat monitor using AT89S52 microcontroller
Heart beat monitor using AT89S52 microcontrollerHeart beat monitor using AT89S52 microcontroller
Heart beat monitor using AT89S52 microcontrollerSushil Mishra
 
Design and Implementation of Real Time Remote Supervisory System
Design and Implementation of Real Time Remote Supervisory SystemDesign and Implementation of Real Time Remote Supervisory System
Design and Implementation of Real Time Remote Supervisory SystemIJERA Editor
 
Biomedical Parameter Transfer Using Wireless Communication
Biomedical Parameter Transfer Using Wireless CommunicationBiomedical Parameter Transfer Using Wireless Communication
Biomedical Parameter Transfer Using Wireless Communicationijsrd.com
 

What's hot (20)

Instant elelectrocardiogram monitoring in android smart phones
Instant elelectrocardiogram monitoring in android smart phonesInstant elelectrocardiogram monitoring in android smart phones
Instant elelectrocardiogram monitoring in android smart phones
 
ECG MONITORING SYSTEM
ECG MONITORING SYSTEMECG MONITORING SYSTEM
ECG MONITORING SYSTEM
 
A Healthcare Monitoring System Using Wireless Sensor Network With GSM
A Healthcare Monitoring System Using Wireless Sensor Network With GSMA Healthcare Monitoring System Using Wireless Sensor Network With GSM
A Healthcare Monitoring System Using Wireless Sensor Network With GSM
 
The research of_portable_ecg_monitoring_system_with_usb_host_interface
The research of_portable_ecg_monitoring_system_with_usb_host_interfaceThe research of_portable_ecg_monitoring_system_with_usb_host_interface
The research of_portable_ecg_monitoring_system_with_usb_host_interface
 
IRJET- GSM based Patient Health Monitoring System
IRJET-  	  GSM based Patient Health Monitoring SystemIRJET-  	  GSM based Patient Health Monitoring System
IRJET- GSM based Patient Health Monitoring System
 
Portable ECG Monitoring System using Lilypad And Mobile Platform-PandaBoard
Portable ECG Monitoring System using Lilypad And Mobile Platform-PandaBoardPortable ECG Monitoring System using Lilypad And Mobile Platform-PandaBoard
Portable ECG Monitoring System using Lilypad And Mobile Platform-PandaBoard
 
62 ijtet14003 pdf-libre
62 ijtet14003 pdf-libre62 ijtet14003 pdf-libre
62 ijtet14003 pdf-libre
 
IoT Based Trooper Monitoring System
IoT Based Trooper Monitoring SystemIoT Based Trooper Monitoring System
IoT Based Trooper Monitoring System
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Transmission of arm based real time ecg for monitoring remotely located patient
Transmission of arm based real time ecg for monitoring remotely located patientTransmission of arm based real time ecg for monitoring remotely located patient
Transmission of arm based real time ecg for monitoring remotely located patient
 
Implementation of Effective Switching System for Controlling Home and Office ...
Implementation of Effective Switching System for Controlling Home and Office ...Implementation of Effective Switching System for Controlling Home and Office ...
Implementation of Effective Switching System for Controlling Home and Office ...
 
Patient Monitoring System
Patient Monitoring SystemPatient Monitoring System
Patient Monitoring System
 
Smart hospital technology
Smart hospital technologySmart hospital technology
Smart hospital technology
 
Presentation22
Presentation22Presentation22
Presentation22
 
IRJET- Smart Army Jacket
IRJET-  	  Smart Army JacketIRJET-  	  Smart Army Jacket
IRJET- Smart Army Jacket
 
A portable electrocardiogram for real‑time monitoring of cardiac
A portable electrocardiogram for real‑time monitoring of cardiacA portable electrocardiogram for real‑time monitoring of cardiac
A portable electrocardiogram for real‑time monitoring of cardiac
 
Microcontroller Based Heart Beat and Temperature Monitoring System using Fing...
Microcontroller Based Heart Beat and Temperature Monitoring System using Fing...Microcontroller Based Heart Beat and Temperature Monitoring System using Fing...
Microcontroller Based Heart Beat and Temperature Monitoring System using Fing...
 
Heart beat monitor using AT89S52 microcontroller
Heart beat monitor using AT89S52 microcontrollerHeart beat monitor using AT89S52 microcontroller
Heart beat monitor using AT89S52 microcontroller
 
Design and Implementation of Real Time Remote Supervisory System
Design and Implementation of Real Time Remote Supervisory SystemDesign and Implementation of Real Time Remote Supervisory System
Design and Implementation of Real Time Remote Supervisory System
 
Biomedical Parameter Transfer Using Wireless Communication
Biomedical Parameter Transfer Using Wireless CommunicationBiomedical Parameter Transfer Using Wireless Communication
Biomedical Parameter Transfer Using Wireless Communication
 

Similar to Embedded Intensive Patient Care Unit

Sms based patient report from remote place1
Sms based patient report from remote place1Sms based patient report from remote place1
Sms based patient report from remote place1Atul Uttam
 
Microcontroller Based Room Temperature and Humidity Measurement System
Microcontroller Based Room Temperature and Humidity Measurement SystemMicrocontroller Based Room Temperature and Humidity Measurement System
Microcontroller Based Room Temperature and Humidity Measurement Systemijtsrd
 
Embedded Tsunami Warning System
Embedded Tsunami Warning System Embedded Tsunami Warning System
Embedded Tsunami Warning System cscpconf
 
Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms
Hardware and Logic Implementation of Multiple Alarm System for GSM BTS RoomsHardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms
Hardware and Logic Implementation of Multiple Alarm System for GSM BTS RoomsZac Darcy
 
Wireless Patient Monitoring System using IoT
Wireless Patient Monitoring System using IoTWireless Patient Monitoring System using IoT
Wireless Patient Monitoring System using IoTAI Publications
 
Embedded systems presentation
Embedded systems presentationEmbedded systems presentation
Embedded systems presentationSurender Singh
 
Embedded Patient Monitoring System
Embedded Patient Monitoring System Embedded Patient Monitoring System
Embedded Patient Monitoring System ijesajournal
 
Real-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for IndustryReal-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for Industryijsrd.com
 
IOT based Patient Health Monitoring System using Raspberry pi 3
IOT based Patient Health Monitoring System using Raspberry pi 3IOT based Patient Health Monitoring System using Raspberry pi 3
IOT based Patient Health Monitoring System using Raspberry pi 3IRJET Journal
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...IOSR Journals
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...IOSR Journals
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...IOSR Journals
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...IOSR Journals
 
Health Care System in Recycling Plants and Garbage Waste Disposal Sites
Health Care System in Recycling Plants and Garbage Waste Disposal SitesHealth Care System in Recycling Plants and Garbage Waste Disposal Sites
Health Care System in Recycling Plants and Garbage Waste Disposal SitesIRJET Journal
 
HOME AUTOMATION SYSTEM DESIGN USING ROUND ROBIN SCHEDULING ALGORITHM
HOME AUTOMATION SYSTEM DESIGN USING ROUND ROBIN SCHEDULING ALGORITHMHOME AUTOMATION SYSTEM DESIGN USING ROUND ROBIN SCHEDULING ALGORITHM
HOME AUTOMATION SYSTEM DESIGN USING ROUND ROBIN SCHEDULING ALGORITHMIRJET Journal
 
IOT BASED HEALTH MONITORING BY USING PULSE OXIMETER AND ECG
IOT BASED HEALTH MONITORING BY USING PULSE OXIMETER AND ECGIOT BASED HEALTH MONITORING BY USING PULSE OXIMETER AND ECG
IOT BASED HEALTH MONITORING BY USING PULSE OXIMETER AND ECGPonselvanV
 
Ieeepro techno solutions ieee 2014 embedded project design and constructio...
Ieeepro techno solutions    ieee 2014 embedded project design and constructio...Ieeepro techno solutions    ieee 2014 embedded project design and constructio...
Ieeepro techno solutions ieee 2014 embedded project design and constructio...srinivasanece7
 
4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultre4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultreBhushan Deore
 

Similar to Embedded Intensive Patient Care Unit (20)

Sms based patient report from remote place1
Sms based patient report from remote place1Sms based patient report from remote place1
Sms based patient report from remote place1
 
Microcontroller Based Room Temperature and Humidity Measurement System
Microcontroller Based Room Temperature and Humidity Measurement SystemMicrocontroller Based Room Temperature and Humidity Measurement System
Microcontroller Based Room Temperature and Humidity Measurement System
 
Embedded Tsunami Warning System
Embedded Tsunami Warning System Embedded Tsunami Warning System
Embedded Tsunami Warning System
 
Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms
Hardware and Logic Implementation of Multiple Alarm System for GSM BTS RoomsHardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms
Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms
 
Wireless Patient Monitoring System using IoT
Wireless Patient Monitoring System using IoTWireless Patient Monitoring System using IoT
Wireless Patient Monitoring System using IoT
 
Embedded systems presentation
Embedded systems presentationEmbedded systems presentation
Embedded systems presentation
 
Embedded Patient Monitoring System
Embedded Patient Monitoring System Embedded Patient Monitoring System
Embedded Patient Monitoring System
 
Real-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for IndustryReal-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for Industry
 
IOT based Patient Health Monitoring System using Raspberry pi 3
IOT based Patient Health Monitoring System using Raspberry pi 3IOT based Patient Health Monitoring System using Raspberry pi 3
IOT based Patient Health Monitoring System using Raspberry pi 3
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
 
E010132736
E010132736E010132736
E010132736
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
 
Health Care System in Recycling Plants and Garbage Waste Disposal Sites
Health Care System in Recycling Plants and Garbage Waste Disposal SitesHealth Care System in Recycling Plants and Garbage Waste Disposal Sites
Health Care System in Recycling Plants and Garbage Waste Disposal Sites
 
Report
ReportReport
Report
 
HOME AUTOMATION SYSTEM DESIGN USING ROUND ROBIN SCHEDULING ALGORITHM
HOME AUTOMATION SYSTEM DESIGN USING ROUND ROBIN SCHEDULING ALGORITHMHOME AUTOMATION SYSTEM DESIGN USING ROUND ROBIN SCHEDULING ALGORITHM
HOME AUTOMATION SYSTEM DESIGN USING ROUND ROBIN SCHEDULING ALGORITHM
 
IOT BASED HEALTH MONITORING BY USING PULSE OXIMETER AND ECG
IOT BASED HEALTH MONITORING BY USING PULSE OXIMETER AND ECGIOT BASED HEALTH MONITORING BY USING PULSE OXIMETER AND ECG
IOT BASED HEALTH MONITORING BY USING PULSE OXIMETER AND ECG
 
Ieeepro techno solutions ieee 2014 embedded project design and constructio...
Ieeepro techno solutions    ieee 2014 embedded project design and constructio...Ieeepro techno solutions    ieee 2014 embedded project design and constructio...
Ieeepro techno solutions ieee 2014 embedded project design and constructio...
 
4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultre4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultre
 

More from cscpconf

ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR cscpconf
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATIONcscpconf
 
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...cscpconf
 
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIESPROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIEScscpconf
 
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGICA SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGICcscpconf
 
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS cscpconf
 
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS cscpconf
 
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTICTWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTICcscpconf
 
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAINDETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAINcscpconf
 
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...cscpconf
 
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEMIMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEMcscpconf
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...cscpconf
 
AUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEWAUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEWcscpconf
 
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORKCLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORKcscpconf
 
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...cscpconf
 
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATAPROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATAcscpconf
 
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHCHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHcscpconf
 
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...cscpconf
 
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGESOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGEcscpconf
 
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXTGENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXTcscpconf
 

More from cscpconf (20)

ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
 
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
 
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIESPROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
 
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGICA SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
 
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
 
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
 
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTICTWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
 
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAINDETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
 
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
 
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEMIMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
 
AUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEWAUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEW
 
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORKCLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
 
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
 
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATAPROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
 
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHCHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
 
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
 
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGESOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
 
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXTGENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
 

Recently uploaded

BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 

Recently uploaded (20)

BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 

Embedded Intensive Patient Care Unit

  • 1. David Bracewell, et al. (Eds): AIAA 2011,CS & IT 03, pp. 169–176 , 2011. © CS & IT-CSCP 2011 DOI : 10.5121/csit.2011.1315 Embedded Intensive Patient Care Unit #V.Ramya, *Anuradha Kumari # Asst. professor, Department of CSE, Annamalai University, Chidambaram Email: ramyshri@yahoo.com *BE [IT], Department of CSE, Annamalai University, Chidambaram Email: itanuradha577@gmail.com ABSTRACT The aim of this project is to inform the doctor about the ICU patient condition through wireless. For the medical professionals it becomes important to continuously monitor the conditions of a patient. In a large setup like a hospital or clinical center where a single doctor attends many patients, it becomes difficult to keep informed about the critical conditions developed in each of the patients. This project provides a device which will continuously monitor the vital parameters to be monitored for a patient and do data logging continuously. If any critical situation arises in a patient, this unit also raises an alarm and also communicates to the concerned doctor by means of an SMS to the doctor. Keywords: Embedded System, Microcontroller, NTC Thermistor, Sensors, Visual Basic. 1. Introduction This is an attempt to provide a device which will continuously monitor the body temperature and status of drip status of the patient. If either the temperature goes high or if the drip administration fails, this device will raises an alarm and communicate the concerned doctor by means of sending SMS to the doctor. The major part of this project is the hardware model consisting of sufficient sensor with embedded system. Embedded systems are computer in the widest sense. Examples of embedded systems range from portable music Players to real-time controls for systems like the space shuttle. Most commercial embedded systems are designed to do some task at a low cost. The software written for many embedded systems, especially those without a disk drive is sometimes called firmware. Firmware is software that is embedded in hardware devices in one or more ROM/Flash memory IC chips. Embedded systems are expected to run continuously for years without errors. Therefore the software is usually developed and tested more carefully then the software for personal computers. This project is implemented with microchip PIC 16F877A micro controller and sensors were used to sense the temperature and drip status. NTC thermistor detects the temperature status and metallic probes monitor the drip status. 2. Hardware Design In this project there are four hardware modules: • Temperature detector • Drip status detector • PC and PIC interface
  • 2. 170 Computer Science & Information Technology (CS & IT) • Mobile and PIC interface These hardware modules contain various integrated chips which are used to control the system. 2.1. Temperature Detector NTC thermistor is used to detect the temperature. This thermistor has 10k resistance in room temperature and 100 to 200ohms at 125c. This thermistor is connected in series with a 10k resistor. One end of the thermistor is connected to 5v and the other end of resistor is connected to ground. A tapping is made at junction of thermistor and resistor and connected to the analog input port of PIC.The voltage at the tapping will be varying between 2.5v and 5v depending on the temperature prevailing at the thermistor. The circuit diagram of temperature sensor is shown in fig 1. For this project, 98F is assumed as normal temperature. Figure 1: Temperature Sensor 2.2. Drip Sensor For checking the drip status, two metallicprobes are taken and one of the probes isconnected to the ground. The other probeis connected to a 10K resistor. The otherterminal of the 10K resistor is connected to 5V. A tapping is made at the junction between the probe and the resistor. When there is drip fluid present in the tube, thefluid will conduct. The 5V applied at the resistor is passed through the probes and get grounded. Hence the voltage availablefor the PIC will be low (Detected as 0 by PIC) but when the drip fluid is not present in the tube, the probes will not conduct. Because of this a 5V is applied to the resistor which will be available for the PIC (Detected as 1). If a 0 is detected, it indicates that the Drip status is normal. If a 1 is detected by the PIC, it indicates drip status as abnormal. For raising an alarm, 1 is sent through the PIC’s port (RB7). This port is connected to an LED. When a 1 is received by the LED (that is 5V) the LED will light up. Similarly through another port of PIC (RB6) a 1 is sent to start the alarm. When the drip status or temperature becomes normal, we send a 0 through the PIC’s ports which will put off the LED and Alarm. Figure 2 shows the drip sensor.
  • 3. Computer Science & Information Technology (CS & IT) 171 Figure 2: Drip Sensor 2.3.PC and PIC Interface The RC6 line of PIC is connected to pin 10 of MAX232 and pin 7 of MAX232 is connected to pin2 of DB-9 connector of PC.RC7 line of PIC is connected to PIN 9 of MAX232 and pin 8 of MAX232 is connected to pin 3 of DB-9 connector of PC. The PC to PIC interface is shown in Figure 3. Figure 3: PC and PIC interface
  • 4. 172 Computer Science & Information Technology (CS & IT) .2.4. Mobile and PIC Interface A mobile phone is hooked to microcontroller/PC and F-bus command set is used for issuing the send SMS command from the microcontroller. F-bus is a high speed full duplex bus. It uses pin 1 for MBUS, pin 2 as ground, pin 3 for receiving data and pin 4 for transmitting the data. The F-bus is bi-directional serial type bus running at 115,200 bps, 8 data bits. The serial cable contains electronics for level conversion and therefore requires power. For this the DTR(data terminal ready) pin is connected to +3 to +12 Volts supply and RTS pin is connected to -3 to -12volts supply by using MAX232 for the RS232 TX and RX pins. The next step is to synchronize the UART in the phone with the PC or microcontroller. This is done by sending a string of 0x55 or ‘U’ 128 times. 3. Software Description The developed system uses visual basicfor displaying the temperature and dripstatus. Visual basic is a beginner programming language for authoring Windows – based software. It provides the GUI interface fordisplaying the sensed parameters. The VBinterface of the proposed system is givenin figure 4. Figure 4: VB Interface for the system At first the temperature is sensed and taken as input through NTC thermistor. Then the temperature is computed and converted from analog to digital. Inparallel to it drip input is taken by usingmetallic probes. Both temperature anddrip status are sent to PC. If thetemperature is not greater than the setvalue (98 F) then the System restarts thesensing. If the temperature is greater thanthe set value, then an alert to cell phoneand PC is sent. If any key is not pressedin the cellphone in response to the alarmthen the sensing process restarts and thealarm keep on ringing until the doctorresponds. If any key is pressed inresponse to the alarm then the presetvalue for temperature changes to thesensed value and the alarm is automatically switched off. Then the system restarts to take the temperatureand drip input. Figure 5 shows the flowchart of the developed system.
  • 5. Computer Science & Information Technology (CS & IT) 173 Figure 5: Flow chart of the proposed System 4. Implementation This project is implemented with microchip PIC16F877A micro controller,and sensors were used to sense the temperature and drip status. Thesesensors are hooked to the in-built Analogto digital converter of the microcontroller. The PIC16F877A micro controller also has in-built UART which can interface to a PCs serial port. Level conversion of the signals is done before connecting the UART signals of the controller to the PC. MAX232 level converter is used for level conversion. Visual basic program is used to provide the GUI program for displaying the temperature values and drip status. Visual basic contains a control called windows comm control used for communication of peripheral equipment to PC. Hence when the micro controller runs continuously, it sends the temperature and drip data to PC, and the application program continuously receive the signals and display it on the PCs display. Any discontinuity of signals from the micro controller to the serial port of the PC is also taken care of by the Windows comm control. A mobile phone is hooked to microcontroller/PC and Fbus command set is used for issuing the Send SMS command from the micro controller/PC. If any critical situation arises the micro controller issues the appropriate F-bus commands to the concerned doctor’s mobile number. The overview block diagram is given in the figure 6.
  • 6. 174 Computer Science & Information Technology (CS & IT) Figure6: Block diagram of the Proposed system 5. Results and Discussion This project can also be used to monitor temperature in industrial scale were the temperature in the upper limit may notexceed about 110 C. Figure 7: Prototype of the developedSystem
  • 7. Computer Science & Information Technology (CS & IT) 175 Utilization of the cell phone to message and the alert the user was anotheradvantage. Hence this interface could aswell be used to remotely monitor and getsalerts in case the process value exceedsthe limit. The only limits observed in thisproject are that we must ensure that cellphone is functional during the operationof this module. That is appropriatebackup power supply or charging of the cell phone batteries is needed. For this,we can always leave the charger usuallyprovided with the cell phone, connectedto the handset. In the Visual Basic SDK, we have to configure the project properties to include the MS Comm Control in this project. The properties of Comm Control (communication control) is set to have 9600 baud, no parity , 8 data bits and 1 stop bit is provided. There after we can call the Comm Control port open, Comm Control input, Comm Control Output and Comm Control port close functions. Fig 7 shows the prototype of the developed system. 6. Conclusion This paper presents the embedded intensive care unit using PICmicrocontroller. The project is monitoring the patient’s body temperature and thestatus of drip administered and makes data logging (on PC) andreporting/alerting(using cellphone).Theavailability of in-built A/D converter inPIC16F877A has been very useful in theeasy implementation of the digitaltemperature measurement. The chip used in this project (PIC16F877A) contains 8 analog channels, of which we have used only one for temperature measurement. Inthe actual scenario in a hospital , there aremany other vital parameters to bemonitored in a patient like heartbeat,pulse rate, breathing and ventilator activity etc. this project can further be enhanced or improved by adding facilities to monitor the above mentioned parameters too. In that case the additional analog input channels will be of great use. REFERENCES [1] Cyber-Physical Medical and Medication Systems by Albert M. K.Cheng, 2008. [2] Wireless Transfusion Supervision and Analysis Using Embedded System Nivedita Daimiwal, Dipali Ramdasi, Revathi Shriram, AsmitaWakankar, 2010. [3] A low cost model for patient monitoring in Intensive care unit using a micro web-server by JoãoBosco da MotaAlver Juarez Bento da Silva ,SuenoniPaladini. [4] Steve Heath, ‘Embedded system and design’ butterworth-heinemann publications, New Delhi, first edition, 1997. [5] Microchip company, ‘EmbeddedSolutions’, microchip publications, firstedition, 1999. [6] TammyNoergaArdewnes, ‘EmbeddedSystems Architecture’, first edition 1999. [7] Paul Sherriff, ‘visual basic 6’, prenticehall publication, New Delhi, first edition1999. [8] Arnold Berger,’ Embedded System Design’, first edition 1997. [9] http://www.microchip.com[pic microcontroller] [10] http://www.gnokii.org [mobile interface]
  • 8. 176 Computer Science & Information Technology (CS & IT) Authors V. Ramya was born at CuddaloreDt, Tamil Nadu on 07-05-1978, received B.E., in Electronics and Communication Engineering from V.R.S college of Engineering and Technology, Villupuram, Tamil Nadu, In the year 1999 and M.E., in Process Control and Instrumentation from AnnamalaiUniversity, Chidambaram, in the year 2000 . She is now pursuing Ph.D., in the field of Embedded Systems, in the Department of Computer Science and Engineering (CSE), Annamalai Univesity Chidambaram, Tamil Nadu. She is currently working as an ASSISTANT PROFFESOR in the Department of CSE, AnnamalaiUniversity, Chidambaram and has been teaching for ten years. Her field of specialization is Embedded System. She also has two national publications. She is the life member of CSI and ISTE. Anuradha kumari, was born at dhanbad, on 02-07-1991, a student of B.E. Information Technology in Annamalai University, Chidambaram, Tamil Nadu, India. Her areas of interests are Embedded Systems and programming. She has presented a paper In ICAET-2011 held at E.G.S Pillay Engineering college at Nagapattinam.