Infant Monitoring System
Infant Monitoring System
ACKNOWLEDGEMENT
We would like to express our gratitude to the outstanding group of people who have helped us in
completing our project successfully. We would like to convey our sincere thanks to them for
their unabated support rendered to us at all times.
Firstly, we would also like to thank mainly school of ELECTRICAL and COMPUTER
ENGINEERING, INSTITUTE OF TECHNOLOGY, for providing us with such world class
infrastructures.
Then, we would like to thanks our advisor Mr Solomon W/Tsadik for his undue support and
guidance given to us through right path to the completion of our project.
Finally, we would like to again thank the outstanding group of people, the cabal of supremely
positive individuals who encouraged, pushed and supported us throughout the period of this
project.
pg. i
INFANT MONITORING SYSTEM /2015
ABSTRACT
Temperature plays an important part in our environment. Changes in temperature can affect the
behavior of human beings, plants and even materials such as semiconductors. This project is to
control the temperature of a given environment such as baby incubator.
Incubators provide warmth and prevent heat loss to significantly improve survival rates. The use
of air-heated incubators has been the standard method of providing a stable, individualized
thermal environment.
A microcontroller is used to control the temperature in incubator where the temperature had to be
kept constant at 37 0C. The system will function as stated in the programming code of Aurduino
in order to keep the temperature stable. A simple temperature controller which has least complex
circuitry has to be designed so that it saves space and be more reliable for an incubator. Present
design which uses microprocessor as main controller in digital signal processing combined with
complex combinational logic circuit are redundant and needs to be improved in the sense of
functionality. Hence, replacement of microcontroller with an Aurduino microcontroller is
prudent action due to its efficiency and reliability especially in an incubator.
pg. ii
INFANT MONITORING SYSTEM /2015
Contents
CHAPTER ONE ............................................................................................................................. 1
INTRODUCTION .......................................................................................................................... 1
1.1 Methodology ......................................................................................................................... 1
1.2 Infant Incubator ..................................................................................................................... 1
1.2.1 Needs for Incubation ...................................................................................................... 2
1.3 Infant Thermoregulation ....................................................................................................... 3
1.4 Basic Instrumentation System ............................................................................................... 3
1.5 OBJECTIVE.......................................................................................................................... 5
1.5.1 General Objective ........................................................................................................... 5
1.5.2 Specific Objective........................................................................................................... 5
1.6 Importance of Temperature and Humidity Control in Infant Incubator................................ 6
1.7 PROBLEM STATEMENT ................................................................................................... 6
1.8 Scope ..................................................................................................................................... 6
pg. iii
INFANT MONITORING SYSTEM /2015
List of Table
Table 2.1: Design Reqirements of the System………………………………………………….7
pg. iv
INFANT MONITORING SYSTEM /2015
pg. v
INFANT MONITORING SYSTEM /2015
pg. vi
INFANT MONITORING SYSTEM /2015
pg. vii
INFANT MONITORING SYSTEM /2015
CHAPTER ONE
INTRODUCTION
The proposed temperature and humidity monitor is an integrated device that is intended to allow
users to input specific requirements for an infant in a hospital environment. The signals for these
hospital room settings will be detected and analyzed. This data will then be utilized to adjust the
current settings as required for each individual infant.
Many babies are died in the first month of day. Preterm birth is attributed, either directly or
indirectly, to at least 25 percent of neonatal deaths, and low birth weight (LBW) newborns are at
the greatest risk. The current recommended method of providing infant temperature regulation in
resource constrained settings is the practice of placing newborns directly onto the mother's chest.
As a consequence, at risk newborns in developing countries need a warm, clean environment in
which to grow stronger. Incubators can help provide millions of at risk infants with shorter
hospitals stays and can enable infants who might otherwise have faced a lifetime of severe
disability to experience active lives.
1.1 Methodology
Sensors that are used to detect temperature and humidity will be placed in close proximity to the
patient. A computer connected to the microcontroller will allow the user to input the required
temperature and humidity settings that are ideal for the patient’ s condition or even for comfort.
When the readings from the sensors deviate with respect to the input values from the controller,
the microprocessor sends out a signal to the effecters to adjust the settings back to the input
values.
pg. 1
INFANT MONITORING SYSTEM /2015
pg. 2
INFANT MONITORING SYSTEM /2015
pg. 3
INFANT MONITORING SYSTEM /2015
pg. 4
INFANT MONITORING SYSTEM /2015
Buffer amplifier helps in increasing the sensitivity of instruments by amplification of the original
signal or its transuded form. The A/D converter carries out the process of the analog to digital
conversion. The higher the number of bits, the higher the precision of conversion. Since
software costs generally far exceed the hardware costs, the analog or digital interface.
4. Alarm system: With upper and lower adjustable thresholds to indicate when the measurand
goes beyond present limits.
5. Display System: Provides a visible representation of the quantity. It may be on the chart
recorder, or on the screen of a cathode tube or in numeric form or LCD display.
6. Data transmission: Standard interface connections can be used so that the
information obtained may be carried to other parts of an integrated system or to transmit
from one location to another.
7. Data Storage: To maintain the data for future reference. It may be a hard copy on a paper or
on magnetic or semiconductor memories.
1.5 OBJECTIVE
pg. 5
INFANT MONITORING SYSTEM /2015
1.8 Scope
The temperature, lighting and humidity monitoring system are to be a cost efficient system and
targeted towards patients in the hospital environment. One of the main focuses would be for
infants, including infants that are placed in incubators, and for the treatment of babies.
pg. 6
INFANT MONITORING SYSTEM /2015
CHAPTER TWO
Overview
This project is to design a temperature and humidity controller to be used to control the
temperature of a small environment such as a baby incubator. A baby incubator is an infant
stimulating system used for intensive care of the newborn, premature or sick baby. It provides a
safe and clean environment, which has fresh air, clean and sterile ambient conditions for the
babies. Usually the controller used in the baby incubator is a Microprocessor.
pg. 7
INFANT MONITORING SYSTEM /2015
LCD
TEMP.SENSOR
FOR INFANT’S
HEATER
BODY (T1) MICRO- FOR WATER
CONTROLLER
HUMIDITY ADC
SENSOR (H)
HEATER
DRIVER
TEMP.SENSOR
FOR WATER
RESERVOIR (T2)
KEYPAD
HEATER FOR
POWER SUPPLY
BABY
CHAMBER
Fig 2.1: Block diagram of microcontroller based temperature and humidity controller
The details of the various components are given below:
2.3.1 Sensor
Sensor is the front end device which comes directly in contact with the quantity being
measured. In microcontroller based infant incubator, the choice of transducer or sensor to
measure the temperature of baby, temperature of water reservoir and humidity of baby
chamber is very critical .So we require two types of sensors:
1. Temperature Sensor
2. Relative Humidity Sensor
pg. 8
INFANT MONITORING SYSTEM /2015
TEMPERATURE SENSING.
The temperature in the neonatal chamber needs to be sensed and read before controlling it. A
sensor is placed in the compartment where the baby is kept and the sensed temperature is given
to the Arduino Uno Microcontroller. Output devices for keeping temperature within the desired
range are connected to the digital output pins of the microcontroller. The temperature is sensed
using a DHT11 sensor.
pg. 9
INFANT MONITORING SYSTEM /2015
2.3.3 Display
The system has been designed to monitor the temperature of infant’s body and humidity of the
chamber so that the new born baby can get similar environment as it get when it’s in mother’s
womb. To display the parameters LMB162A is used. The LCD Controller has two 8-bit
registers, the Instruction register (IR) and the data register (DR).
pg. 10
INFANT MONITORING SYSTEM /2015
2.4.1 Relay
A relay is an electrically operated switch and used where it is necessary to control a circuit by a
low power signal (with complete electrical isolation between control and controlled circuits),
or where several circuits must be controlled by one signal. Relays with calibrated operating
characteristics and sometimes multiple operating coils are used to protect electrical circuits
from overload or faults in modern electric power systems these functions are performed by
digital instruments still called "protective relays".
TR1 1 3
VI VO
D4 D1
GND
DIODE DIODE
C1
2
C2
C3
D2
D3 DIODE
DIODE
TRAN-2P2S
pg. 11
INFANT MONITORING SYSTEM /2015
pg. 12
INFANT MONITORING SYSTEM /2015
pg. 13
INFANT MONITORING SYSTEM /2015
The board can operate on an external supply of 6 to 20 volts. If supplied with less than
7V,however, the 5V pin may supply less than five volts and the board may be unstable.
If using more than 12V, the voltage regulator may overheat and damage the board. The
recommended range is 7 to 12 volts.
pg. 14
INFANT MONITORING SYSTEM /2015
pg. 15
INFANT MONITORING SYSTEM /2015
CHAPTER THREE
LCD1
LM016L
RV1
BAT1
BAT2 1.5V
1.5V
VDD
VSS
VEE
RW
RS
D0
D1
D2
D3
D4
D5
D6
D7
E
1k
ARD1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AREF
13
PB5/SCK
12
U1 PB4/MISO
1 RESET 11
~PB3/MOSI/OC2A
10
~ PB2/SS/OC1B
9
~ PB1/OC1A
8
27.0 PB0/ICP1/CLKO
ATMEGA328P-PU
1121
DIGITAL (~PWM)
BAT3 7
ANALOG IN
PD7/AIN1
5v 2 6
VOUT A0 ~ PD6/AIN0
PC0/ADC0 5
A1 ~ PD5/T1
A2
PC1/ADC1
PD4/T0/XCK
4 RL1
A3
PC2/ADC2
~ PD3/INT1
3 Q1 12V
3 LM35 PC3/ADC3 2 2N2222
A4 PD2/INT0
PC4/ADC4/SDA 1
A5 TX PD1/TXD
PC5/ADC5/SCL 0
RX PD0/RXD
U2
ARDUINO UNO R3 BAT4
12v
7
120.0 VOUT
BAT5
12v
TSL251RD
L1
12V
BAT6
12v
Fig 3.1. Arduino Uno Microcontroller circuit for temperature and humidity sensing
Principle operation of circuit diagram
Heating unit and cooling unit are the two controlling unit of temperature. The heating unit
consists of a 12 V dc fan and a 220V bulb. These are connected through relays with the digital
output pin of Arduino board. The program is written to control the bulb and fans. The cooling
pg. 16
INFANT MONITORING SYSTEM /2015
unit consists of an Aluminum vessel containing ice and a 12V dc fan. This fan is connected with
the digital output pin of the Arduino board through the relay. Whenever the temperature in the
chamber greater than 37oC and humidity is less than 70% the bulb luminance is decrease and the
fan in the cooling unit turns ON. And it gives signal to the output when temperature is less than
35oC and humidity is greater than 70% due to this the fan is decelerates and the bulb is glow. In
this prescribed temperature the program switch ON the heating device and when it gets high the
program start the cooling unit of the neonatal incubator. Lastly, it gives signal to the output when
the temperature between 350c and 370c and the humidity is 70% the system is stable.
Simulation Result
LCD1
LM016L
RV1
BAT1
BAT2 1.5V
1.5V
VDD
VSS
VEE
RW
RS
D0
D1
D2
D3
D4
D5
D6
D7
E
1k
ARD1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AREF
13
PB5/SCK
12
U1 PB4/MISO
1 RESET 11
~PB3/MOSI/OC2A
10
~ PB2/SS/OC1B
9
~ PB1/OC1A
8
27.0 PB0/ICP1/CLKO
ATMEGA328P-PU
1121
DIGITAL (~PWM)
BAT3 7
ANALOG IN
PD7/AIN1
5v 2 6
VOUT A0 ~ PD6/AIN0
PC0/ADC0 5
A1 ~ PD5/T1
A2
PC1/ADC1
PD4/T0/XCK
4 RL1
A3
PC2/ADC2
~ PD3/INT1
3 Q1 12V
3 LM35 PC3/ADC3 2 2N2222
A4 PD2/INT0
PC4/ADC4/SDA 1
A5 TX PD1/TXD
PC5/ADC5/SCL 0
RX PD0/RXD
U2
ARDUINO UNO R3 BAT4
12v
7
120.0 VOUT
BAT5
12v
TSL251RD
L1
12V
BAT6
12v
pg. 17
INFANT MONITORING SYSTEM /2015
pg. 18
INFANT MONITORING SYSTEM /2015
CHAPTER FOUR
4.1 Conclusion
The goal of this thesis was to design and develop arduino uno microcontroller based humidity
and temperature controller for infant incubator. To achieve this hardware was developed with
compatible software so that the above mentioned parameters can be monitored for the normal
growth of the infant.
This system can provide optimum automatic control of temperature of the infant using controller
technique which has been implemented in the software; moreover it controls the heater of water
reservoir according to relative humidity in the infant chamber.
The control of relative humidity in chamber is required for making the thermal loss from the
infant’s body. The hardware with compatible software is of simple design, cost effective and
accurate.
pg. 19
INFANT MONITORING SYSTEM /2015
4.2 RECOMENDATION
Any work, whatsoever precise it has always some scope of improvement. Some of the future
aspects of the work in terms of its improvements are discussed below:
1. Presently only skin temperature control mode which measures temperature from infant’s body
has been used. We can enhance the accuracy of system by introducing air temperature control
mode in which temperature of the chamber environment can be measured.
2. Parameters such as pulse measurement can also be introduced for close monitoring.
3. Wireless transfer of data regarding parameters from infant’s unit to the nurse monitoring
station can be very beneficial for the doctors and nurses in critical monitoring of each infant in
the nursery.
4. Introduction of motor for controlled humidity regulation using a flap can achieve better results
for relative humidity in the chamber and can further lessen thermal loss.
pg. 20
INFANT MONITORING SYSTEM /2015
pg. 21
INFANT MONITORING SYSTEM /2015
REFERENCES
[1] http://arduino.cc/en/Main/arduinoBoardUno
[2] http://www.control.aau.dk/~jdn/edu/doc/arduino/litt/ArduinoTutorials.pdf
[3] http://www.datasAetcatalog.com/datasheets_pdf/7/8/1/2/7812.shtml Costa, E. J.,
[4]http://www.ia.omron.com/products/category/relays/general-purpose relays/index.html
[5] http://www.me.umn.edu/courses/me2011/arduino/arduinoGuide.pdf
[6] http://www.nunoalves.com/classes/spring_2012_cpe355/cpe355-02-a.pdf
[7] Freire, R. C., Silva, J. B., Cursino, C. M., Oliveira, C. R., Pereira, B. A., et al.(2009).
Humidity Control System in Newborn Incubator.
pg. 22
INFANT MONITORING SYSTEM /2015
APPENDIX
void loop() {
// put your main code here, to run repeatedly:
lcd.setCursor(1,0);
c=map(analogRead(A0),0,1023,0,500);
p=map(analogRead(A1),0,619,0,200);
lcd.print("c:");
lcd.setCursor(3,0);
lcd.print(c);
pg. 23
INFANT MONITORING SYSTEM /2015
lcd.setCursor(1,1);
lcd.print("p:");
lcd.setCursor(3,1);
lcd.print(p);
if(c>37 && p<70)
{
for(i=127;i<=255;i++)
{
analogWrite(m,i);
digitalWrite(b,HIGH);
//delay(100);
}
}
else if(c<35 && p>80)
{
for(i=255;i>=127;i--)
{
analogWrite(m,i);
digitalWrite(b,LOW);
}
}
else
{
digitalWrite(m,HIGH);
digitalWrite(b,HIGH);
}
}
pg. 24
INFANT MONITORING SYSTEM /2015
APPENDIX B: ABBRIVATION
LBW: Low Birth Weight
RH: Relative Humidity
ADC: Analog to Digital Converter
LCD: Liquid Crystal Display
DHT11: Temperature and Humidity Sensor
IR: Instruction Register
DR: Data Register
LMB162A: Display unit
DC: Direct current
AC: Alternative Current
TSL251RD: Light Sensor
PWM: Pulse Width Modulation
pg. 25