Incubator Analyzer Using Bluetooth Android
Incubator Analyzer Using Bluetooth Android
Incubator Analyzer Using Bluetooth Android
Abstract² Incubator Analyzer is a calibrator used to calibrate incubator temperature, mattress temperature, noise, humidity and
airflow so that conditions in the baby incubator environment remain stable and within normal limits. The purpose of this study is to
develop a system for sending data to android and data storage. "Incubator Analyzer Using Bluetooth Appear Android" has four
parameters for measuring temperature, noise, humidity, and water flow. Using the Atmega328 microcontroller as a data processor, and
the output results will be displayed on the LCD display and equipped with data transmission via bluetooth HC-05 displayed to Android
with data storage. The moisture parameter detects humidity quite well where the biggest error is obtained at 1.28% DHT-22, the
Ultrasound Sensor HC SR-04 can detect Air Flow with an error of 311.66% as measured by a comparison device. Incubator Design
This analyzer is made portable to calibrate baby incubator tools.
I. INTRODUCTION 2015) with the addition of air flow sensor, battery and 4x20
An incubator analyzer is a device designed and built to LCD display parameters, but the air flow sensor cannot reach a
verify the operation and environmental conditions of a baby range of 0.7 m / s (which reads range 0 - 1.2 m / s). The per-
incubator that can record parameters such as air flow, noise, parameter measurement process must be alternated because it
temperature, and relative humidity [1]. The baby incubator only uses one display [6]. This condition causes the readable
serves to provide protection to babies born prematurely by value to be less linear. Then it was redeveloped by Vina Alfi
providing a stable temperature so that the baby's body heat is Majidah and Helen Reynilda Ericka (in 2016) with the addition
maintained [2]. To verify all parameters in a baby incubator, a of sending data via bluetooth which was displayed via Personal
tool calibration is necessary. The definition of calibration is an Computer. This is considered to be less efficient because when
activity to determine the conventional truth of the appointment the calibration process is carried out in a different room, the
of measuring instruments and measuring materials by calibration officer must also move the Personal Computer
comparing it to the standard size traced (traceable) to the which is a unit of the Incubator Analyzer. The latest one was
National or International standard [3]. The Incubator Analyzer developed by Imro'ah Dyah Sulistya and Laily Kurniati (in
uses 4 parameters, one of which is measurement of humidity 2018) this tool has been portable using the Android display, but
and air flow. In its measurement these parameters require a there are still shortcomings namely there is no data storage so
stable condition to produce a measure according to its standard the operator cannot see the results of previous measurements.
[4]. While the Incubator Analyzer tool that was previously The error value obtained in measuring the water flow sensor is
made by the final assignment by Imro'ah Dyah Sulistya and still quite large when compared to the Incubator Analyzer II at
Laily Kurniati (in 2018), the air flow sensor is still not in the Surabaya Polytechnic Laboratory.
accordance with the specified target and there is no data Based on the results of the identification of the
storage. This condition causes the operator to not be able to see chronological problem above, the author wants to perfect the
the previous measurement data and the air flow sensor has not sensor module whose results are less linear and develop the
reached the expected [5]. Incubator Analyzer tool equipped with data transmission via
The previous Incubator Analyzer has been made by Herlina bluetooth which is displayed on android with data storage.
Candra Putri and Rohmantus Sholihah (in 2006) with 3 II. MATERIAL AND METHODE
parameters (temperature, noise, humidity) that appear together
in one display. The tool according to the author's observation is A. Experimental Setup
still less effective because it is not portable and there are no air This study uses the Fluke Biomedical Brand II Incubator
flow parameters. Then developed by Aljaziroh Jannatul Analyzer as a comparison tool and performs data collection as
Maghfiroh and Ghafur Slamet (in 2014) with portable systems. much as 6 times the measurement during the interval of one
This tool still has drawbacks, where the noise sensor cannot hour for each parameter.
detect a range of 30 dB - 44 dB (which reads a 45 dB range -
60 dB) and there are no air flow parameters. Furthermore, it 1) Materials and Tool
was developed by Ahmad Syaifudin and Denny Prasetyo (in
D. Circuit Analog
An important part of this development is the analog circuits
that illustrate in Fig. 4 (block of moisture), Fig. 5 (air flow
block), which is used to process the work of the incubator
analyzer. Therefore it will be ready for digital processing using
Arduino.
III. RESULTS
In this study a trial was carried out on the device directly at
the baby incubator with the Incubator Analyzer II (Fluke
Biomedical) as a comparison tool. The researcher also took
Fig. 5. HC SR-04 measurements using the thermohygrometer as another means
of comparison.
The ultrasound module specification HC SR-04 requires a
+ 5V DC voltage to the ground. The output pin of the module
will be connected to pins (PD5) and PD6 for trigger foot
output, while PD7 and PD8 for foot echo output .
3) Mikrokontroller
Fig. 8. Design
hum = dht.readHumidity();
temp = dht.readTemperature();
lcd.setCursor(0,0);
lcd.print("Humidity : ");
lcd.print(hum);
lcd.print("%RH");
int data2=hum;
int data=hum*100;
#include <NewPing.h>
#define SONAR_NUM 2
#define MAX_DISTANCE 50
NewPing sonar[SONAR_NUM] = {
NewPing(7, 6, MAX_DISTANCE),
NewPing(8, 5, MAX_DISTANCE)
Fig. 9. The Digital part of the Incubator Analyzer float AirSpeed;
float pingSensor1=sonar[0].ping_median(6);
float pingSensor2=sonar[1].ping_median(6);
float error=100-(pingSensor2/pingSensor1)*100;
float AirSpeed=(0.3/2)*((pingSensor1/1000000-
pingSensor2/1000000)/(pingSensor1/1000000*pingSensor2
/1000000));
lcd.backlight ();
lcd.setCursor (0, 2 );
lcd.print("Air Flow =");
lcd.print(AirSpeed);
lcd.print ("m/s");
int data4=AirSpeed;
data4=AirSpeed*100;
Where the clock_perjam timer works for one hour and will
automatically stop after the setting time is fulfilled. It is marked
by the false command for the savedata and clk_perjam timers,
which will break the data storage process. When the storage
process is complete, the data reading in real time will continue
Fig. 12. Program received the data Humidity
and will stop when pressing the "reset" button.
340C 1.2865
360C 0.8362
Rata - rata Error 1.0613
The above command to activate the start button. Where Based on the results of measurements using the Incubator
clock 1 functions as a timer in reading data. A savedata timer to Analyzer II as a comparison tool the results were different /
give commands to save data to android internal memory. The there was a difference in value. The biggest error value is
clk_perjam timer works for a one-hour storage deadline. If 1.2865% and the average error value from the measurement
"START" is pressed then all timers will be active and start the results is 1.0613%.
reading and storage process. Storage of data results in txt 5) The Error of Air Flow value
format. The results of measurement of water flow with 2 kinds of
temperature settings compared to the Incubator Analyzer II.
The error value is shown in Table II.
340C 311.666
360C 69.0721
Rata - rata Error 190.369
REFERENCES