283-Article Text-932-1061-10-20211227

Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

VOL. 20, NO.

3, 2021, 7-14
www.elektrika.utm.my
ISSN 0128-4428

Internet of Things Monitoring System of a


Modeled Cleanroom
Muhammad Ilias Rosli and Mohd Ridzuan Ahmad*

Division of Control and Mechatronics Engineering, School of Electrical Engineering, Faculty of Engineering,
Universiti Teknologi Malaysia, 81310 UTM Skudai, Johor, Malaysia.
*
Corresponding author: [email protected]

Abstract: The development of a cleanroom monitoring system needs more concentrated consideration consistently. There is
a challenge to prove that the cleanroom operates following the specifications, in other words, users do not see the software
error, they see failures in execution. This paper aims to design a smart monitoring system to monitor important parameters
inside the cleanroom, i.e. temperature, humidity, and pressure to produce a good quality of work or experiment inside the
cleanroom. The observing framework utilizes Arduino Mega as a microcontroller, ESP 8266 Wi-Fi module, DHT 11 as an
integrated temperature and humidity sensor, HX710B as a pressure sensor, and Blynk application as a monitoring system to
record and show information including provide fault notification. The project is tested on a modeled cleanroom to monitor
important parameters via smartphone anytime and anywhere. From the experimental results, the Cleanroom IoT Monitoring
System successfully read all parameters based on the system requirements and displays data of parameters in real-time and
stored historical data. This system is also successful to provide failures notification of humidity, temperature, and pressure in
real-time if any of the parameters are out of range from the system requirements. Lastly, users can monitor the condition of
the cleanroom anytime and anywhere including receiving real-time failures notifications. This concept can avoid or reduce
cleanroom working out of the criteria that can cause testing or experiment inside the cleanroom to be inaccurate. By observing
and controlling the prerequisite development for IoT monitoring systems, great nature and better quality of performance of
operational cleanrooms can be delivered..

Keywords: Internet of Things, Modeled Cleanroom, Monitoring System.


© 2021 Penerbit UTM Press. All rights reserved
Article History: received 23 August 2021; accepted 16 December 2021; published 27 December 2021.

humidity, and differential pressure in ideal conditions


1. INTRODUCTION inside the cleanroom.
Defined by International Organization for Standardization This project proposes Cleanroom IoT Monitoring
(ISO) 14644-1:2015, a cleanroom is a room which the System to monitor optimal environmental conditions such
number of concentration of airborne particles is controlled as temperature, humidity, and differential pressure using
and classified, and which is designed, constructed, and sensors. Using the Blynk application as an IoT platform,
operated in a manner to control the introduction, the sensors sense parameters inside the cleanroom, and
generation, and retention of particles inside the room [1]. data is sent into the Blynk server by the microcontroller via
The level of cleanliness inside the cleanroom is based on a Wi-Fi internet connection. All parameters will be
the concentration of airborne particles including the sizes displayed on the Blynk application via smartphone and
of particles. Other relevant physical parameters might also will provide notification if any parameters are out of range.
be controlled as required such as temperature, humidity,
pressure, vibration, and electrostatic. 2. LITERATURE REVIEW
The usage of a cleanroom is very important in industrial According to [2], the internal environment of the
fields such as electronics manufacturing, food cleanroom is monitored by using several sensors to
manufacturing, medical equipment, and pharmaceutical. monitor parameters of temperature, pressure, humidity,
The cleanroom needs a keen smart monitoring luminance, and gas concentration. The information inside
environment system to maintain the operation of the the cleanroom can be monitored by a smartphone through
cleanroom follows standards. So that activity in the an interface between the wireless sensor network and the
cleanroom is not disrupted. android device.
This project aims to design a smart monitoring system Authors in [3] use temperature and humidity sensors to
to produce a good quality of work or experiment inside the collect parameters information for monitoring air quality
modeled cleanroom. The expected result of the research is in the Angstrom cleanroom laboratory. This project
to make sure the cleanroom operates per the specifications identified conditions of parameters at all service facilities.
at all times. Then, if any failures occur in the cleanroom, Sensors collect the data by using an Arduino
users will be notified to take early action. The objective of microcontroller through SX1278 radio frequency
this project is to control parameters of temperature,

7
Muhammad Ilias Rosli et al. / ELEKTRIKA, 20(3), 2021, 7-14

transceiver chips. The information of the parameters is Figure 1 shows a block diagram of the proposed solution
shown in graphs displaying through web page via and Figure 2 determines the all-purpose flowchart of the
computer with local area network (LAN) internet proposed monitoring system. Two sorts of sensors are
connection. connected to acquire a few parameters expected to observe
Furthermore, research in [4] introduces a cleanroom the temperature, humidity, and pressure inside the modeled
control system and method. This project implements a cleanroom. For equipment usage, all sensors are associated
heating, ventilation and air conditioning (HVAC) system with Arduino Mega [33] independently to get the
for controlling and maintaining the parameters of the involvement from numerous sorts of sensors. ESP8266
cleanroom comprises filtration, ventilation, heating, Wi-Fi module is associated with Arduino Mega at pin TX1
cooling, humidification, and pressurization. The and RX1 for communicating information employing the
parameters of the airborne contaminations, i.e. Blynk application.
temperature, humidity, pressure, and airflow inside the
cleanroom are monitored in real-time or near real-time.
Data from sensors transmit via an open platform
communication (OPC) server in an existing building
management system (BMS). HVAC system automatically
controlled based on the comparison of the sensors by using
model predictive control (MPC).
Research in [5] proposed an IoT-based smart agriculture
monitoring system. Their works focused on devices and
tools to manage and monitor temperature, humidity, soil
moisture, atmospheric moisture, and intruders by using a
wireless sensor network (WSN) system. The monitoring
system is performed by two methods which are via
hardware by using the LCD and android application. Any
parameters exceed the threshold value, an alert system will
send a message to the user via GSM. Figure 1. Block Diagram of Proposed Solution
Authors in [6] introduced a monitoring system and
monitoring method for a cleanroom regulating system.
Parameters that are monitored inside the cleanroom for this
project are particle, temperature, humidity, pressure, and
airflow rate. A local area network (LAN) is used as a
communication channel to transmit data from the sensors
to the host computer. Information of parameters is shown
in real-time and as historical data. This project also used a
host computer for comparing the physical properties of
parameters and generating an alarm signal if any failures
occur.
According to the existing solutions, the research gap that
can be concluded is users have limited access to the
monitoring system to monitor parameters inside the
cleanroom at any time and anywhere. While monitoring
systems that use LAN connections require a high cost to
build it. Few monitoring systems used an LCD including a
web page by using a host computer to show data of
parameters that are only achieved on-site.
Some projects only show information of parameters in
real-time but lack historical data. Without historical data,
it is difficult for the user to investigate in the event of any
failures occur while carrying out work. Fault notification
showing what kind of parameters and value of parameters
is also important for the user to be noticed because they
can take earlier action if the failure occurs in the
cleanroom. But, most monitoring systems only provide
fault alarms without indicates the type of parameters
including the value of the parameters.
Figure 2. Process of the Monitoring System
3. PROJECT METHODOLOGY

3.1 Overall Framework of IoT Monitoring System of a ESP8266 Wi-Fi module is a component which has the
Modeled Cleanroom capacity to interface with Wi-Fi link henceforth enabling
information to be spread to a cloud application structure.2

8
Muhammad Ilias Rosli et al. / ELEKTRIKA, 20(3), 2021, 7-14

3.2 Data Attainment To develop a smart monitoring system, the information


The cleanroom is based on a prototype of the modeled stored in the Blynk database is presented in the smartphone
cleanroom. The modeled cleanroom prototype is made application entirely for the cleanroom. Users can access
from a PVC2 box with the size of 37 cm x 29 cm x 19 cm. the application to analyze the data acquired.
Two kinds of sensors to gather a few parameters from the
cleanroom and four units mini blower 12 V DC supply to
provide positive pressure inside the cleanroom. Figure 3
and Figure 4 reveal the arrangement of the considerable of
sensors in the prototype of the model mini cleanroom.
DHT11 [31] is utilized to inspect the temperature, and
humidity of the cleanroom constantly. DHT11 sensors are
located in the middle, inside the cleanroom to observe
these parameters. The importance of temperature inside the
cleanroom is to maintain the ideal temperature to maintain
the performance of equipment operation such as incubator
and to provide user comfort during working inside the
room, while humidity is to reduce the growth of bacteria
inside the cleanroom. Besides, these parameters also need
to be controlled in a specific range to protect sample that Figure 3. Prototype of Model Mini Cleanroom
located or stored inside the cleanroom. Figure 5 below
demonstrates the DHT11 and HX710B sensors.
The sensor module of HX710B [32] is located outside
the cleanroom and connected in the cleanroom via tubing
to get information of pressure inside the cleanroom. The
cleanroom needs positive pressure to perform cleanliness
of the room and prevent contaminated air from enters the
room. The humidity is measured in percentage while
temperature and pressure are measured in the SI unit. Figure 5. Sensors of DHT11 and HX710B
DHT11 and HX710B give values from 0 to 1023 in analog.
The ADC (Analog to Digital Converter) that converts
analog voltage to the digital value has been built in the
sensor itself.

3.3 Data Transmission by Internet


ESP 8266 [30] Wi-Fi module as shown in Figure 6 is a
low-cost chip incorporated with a TCP/IP protocol stack
that can send information to the cloud. The ESP 8266 is
prepared to do either facilitating an application or
Figure 6. ESP8266 Wi-Fi Module
offloading all Wi-Fi organizing capacities from another
application processor. ESP 8266 is chosen since it is
compatible with the Arduino board because of the
accessibility of the Arduino shield which takes into
account the handsets to be specifically mounted to the
Arduino board. Wi-Fi module needs to be set up for ace
and slave to permit communication among Arduino and
Cloud. When communication is established, information
can be transmitted through the Blynk application.
Data in the database can be manipulated through
programming to be shown by the Blynk application in
several monitored data, various forms of graphs, or
spreadsheets.

3.4 Blynk Application Development


Figure 7 shows a user interface for the IoT Monitoring
System of a Modeled Cleanroom by using the Blynk
Application. Users can monitor parameters of
temperature, humidity, and pressure in real-time and as
historical data in a graph. All parameters provide failures
notifications in real-time if any reading of the parameters Figure 7. User Interface of the Monitoring System
is out of range as shown in Figure 8 including if the system
operation is disconnected from the internet connection.

9
Muhammad Ilias Rosli et al. / ELEKTRIKA, 20(3), 2021, 7-14

pattern graph, the sensor sent data of the parameters


correctly.

Figure 9. Calibration of DHT11 Sensor. Anemometer


device is shown next to the smartsphone.
Figure 8. List of Failures Notifications of the System

4. RESULTS AND DISCUSSIONS

4.1 Calibration
Calibration defines the accuracy, and quality of
measurements recorded using a calibrated equipment. Over
time there is a tendency for results and accuracy to ‘drift’
particularly when using technologies or measuring
parameters such as an application on this project. The
objectives of this calibration are to measure the accuracy of
the instrument and determines the traceability of the
measurement [36]. Calibration also minimizes any
measurement uncertainty by ensuring the accuracy of the
unit under test (UUT).
Sensors that used in the development of this project
were calibrated before applying them to the actual
condition. In practice, calibration also includes adjustment Figure 10. Calibration HX710B Sensor. Air Data
of the value that given by the sensors. Balometer is shown next to the modeled cleanroom.
DHT 11 sensor for measuring temperature, and
humidity was calibrated by using calibrated test equipment.
Figure 9 shows the calibration process by comparing the
value that given by DHT11 and Anemometer [34]. Details
of the test equipment are mentioned below:
• Test Equipment: Anemometer
• Brand / Model: TSI / TSI 9545
• Serial Number: T95452008001
• Calibration Due Date: 22nd April 2022
HX710B sensor for measuring pressure was calibrated
by using calibrated test equipment. Figure 10 shows the
calibration process by comparing the value that given by
HX710B and Air Data Balometer [35]. Details of the test
Figure 11. Reading of Temperature in Functioning Test
equipment as mentioned below:
• Test Equipment: Air Data Balometer
• Brand / Model: TSI / Alnor
• Serial Number: EBT731903018
• Calibration Due Date: 12th August 2021
After finish the calibration process of the DHT11 and
the HX710B sensors, the next process is functioning test at
various temperatures, humidity, and pressure. Location of
testing at a normal room with a volume size of 21.6 m3.
Sampling time is 60 minutes with time intervals of 1
minute. So, the total sampling data is 60 data.
Figures 11-13 show the result of the comparison reading
between project sensor and test equipment. Based on the
Figure 12. Reading of Temperature in Functioning Test

10
Muhammad Ilias Rosli et al. / ELEKTRIKA, 20(3), 2021, 7-14

Figure 13. Reading of Temperature in Functioning Test

4.2 Case Study Figure 14. Visual Setup of Case Study 1


The objectives of this case study are to test the
performance of the Cleanroom IoT Monitoring System. It
is included to see the response of the sensor while
parameters were changed. Next, to prove the failures
notifications in real-time if any parameters out of range.
The method that used in this case study is the same during
the functioning test of the sensor. Case study 1, test project
at normal room condition without turn ON the air
conditioner. After several minutes, the dehumidifier will
turn ON to reduce humidity and increase the temperature
inside the room. Figure 14 shows the visual setup of this
case study. While Figure 15 shows the result of the Figure 15. Result of Case Study 1
parameters of this case study in 1 hour. This system
provides notification of low humidity and high ambient
temperature results of dehumidifier use. From this case
study, the system can read parameters of humidity and
pressure starts from the normal condition until humidity
becomes low and temperature becomes high.
In case study 2, the test project was at normal room
condition. After several minutes, the air conditioner and
nebulizer or humidifier were turned ON and placed near
the blower to suck smoke from the humidifier to the inside
model of the cleanroom to increase humidity and decrease
temperature. Figure 16 shows the visual setup of this case
study. While Figure 17 shows the result of the parameters
of this case study in 1 hour. This system provides
notification of high humidity and low ambient temperature
results of air conditioner and humidifier or nebulizer use. Figure 16. Visual Setup of Case Study 2
From this case study, the system can read parameters of
humidity and pressure starts from the normal condition
until humidity becomes high and temperature becomes
low.
In case study 3, without turn ON and OFF electrical
appliances that can affect the humidity and temperature,
this project test with turned ON 4 units blower. In several
times, the number of blowers turns OFF one by one until
all blowers turn OFF. Figure 18 shows the visual setup of
this case study.
While Figure 19 showed the result of the parameters of
this case study in 1 hour. Circle 4 represents the reading of
pressure during 4 blowers turn ON, circle 3 represents
during 3 blowers turn ON, circle 2 represents during 2
blowers turn ON, circle 1 represents during 1 blower turns
ON and circle 0 represents all blowers turn OFF. This
system provides notification of low-pressure results of Figure 17. Result of Case Study 2
only 2 blowers were ON. From this case study, the system
can read differences in pressure values during blower turn
ON and turn OFF.

11
Muhammad Ilias Rosli et al. / ELEKTRIKA, 20(3), 2021, 7-14

system also provides real-time data and historical data as a


reference for users. The proposed IoT monitoring system
can be monitored via smartphone at anytime and
anywhere.

REFERENCES
[1] Cleanroom and Associated Controlled Environment
– Part 1 : Clasiification of Air Cleanliness by Particle
Concentration, ISO 14644-1:2005 (E), 2005.
[2] Nafize Ishtiaque Hossain, Md. Al Mahmud Hossain
Al Hadi and Md. Hasibul Jamil, “Design and
Implementation of WSN Based Indoor
Environmental Monitoring System Using Multiple
Figure 18. Visual Setup of Case Study 3 Sensor Data Acquisition with IoT Integration,” in
2020 IEEE Region 10 Symposium (TENSYMP),
(Dhaka, Bangladesh), pp 1 – 6, June 2020, doi:
10.1109/TENSYMP50017.2020.9230752.
[3] Gustaf Andersson, Karl-Johan Hallgren and Linus
Kanestad, “Monitoring Air Quality in Angstrom
Cleanroom Laborator,” Teknisk – naturvetenskaplig
fakultet UTH-enheten, vol. 4, pp 1 – 34, June 2019.
[4] Robert Wallace and Shuji Chen, “Cleanroom Control
System and Method,” U. S. Patent 2019/0234631 AI,
Aug. 1, 2019.
[5] Dr. N. Suma, Sandra Rhea Samson, S. Saranya, G.
Shanmugapriya and R. Subhashri, “IoT Based Smart
Agriculture Monitoring System,” International
Journal on Recent and Innovation Trends in
Computing and Communication, vol 5, issue 2, pp
177-181, Feb 2017.
Figure 19. Result of Case Study 3
[6] Jung-Sun Lee, Ki-Hwan Lim, Yo-Han An and Jae-
Heung Choi, “Monitoring System and Monitoring
4.3 Summary Method for a Clean Room Regulating System,” U. S.
Cleanroom IoT Monitoring System consists of hardware Patent 6,230,080 B1, May. 8, 2001.
and software to achieve the objectives of the project. All [7] Harlan D. Mills, M. Dyer and R. C. Linger,
components and electronic parts for hardware have been “Cleanroom Software Engineering,” The Harlan D.
identified including the design of the circuit diagram. For Mills Collection, vol. 9, pp 19 – 24, Sept 1987.
the software, Blynk Application is an IoT platform and [8] Mr. Hardik Mistry, Ms. Vaishnav and Ms Shalin
used to displays the reading of parameters inside a Gamadia, “Environmental Monitoring, Result
cleanroom in real-time and historical data including Evaluation and Common Contaminants Study of
providing failures notifications if any parameters are out of Vaccine Manufacturing Facility,” International
range. Journal for Research in Applied Science &
Based on all case studies, the Cleanroom IoT Engineering Technology, vol. 8, pp 3 – 12, Oct 2020.
Monitoring System successfully read all parameters based [9] J. Rastogi and F. Hashmi, “Brief Overview on Active
Air Sampling Procedure for Environment
on the system requirements and displays data of
Monitoring,” International Journal of Trend in
parameters in real-time and stored historical data. This
Scientific Research and Development (IJTSRD), vol.
system is also successful to provide failures notification of
5, issue 5, pp 732 – 736, Aug 2020.
humidity, temperature, and pressure in real-time if any of [10] Mubashir Ali, Shaista Malik, Zainab Khalid, Maham
the parameters are out of range from the system Mehr Awan, and Shahba Ahmad, “Security Issues,
requirements. Lastly, users can monitor the condition of Threats and Respective Mitigation in Cloud
the cleanroom anytime and anywhere including receiving Computing – A Systematic Review,” International
real-time failures notifications. Journal of Scientific & Technology Research, vol. 9,
issue 9, pp 441 – 460, Aug 2020.
5. CONCLUSION [11] Tiffany Hyde, James Anstead, Lisa Schade, James
In conclusion, the problem statement and objectives have Zellner, “Microbial Identification in Pharmaceutical
been identified. Then, research of each concept of the Compounding,” International Journal of
project has been done in detail. From that, the focus of this Pharmaceutical Compoundng, vol. 20, issue 1, pp 1
project which is to produce a Cleanroom IoT Monitoring – 16, Feb 2016.
System was completed. This project helps the users to [12] G. Mois, S. Folea, and T. Sanislav, “Analysis of
Three IoT-Based Wireless Sensors for
monitor important parameters such as temperature,
Environmental Monitoring,” IEEE Transactions on
humidity, and pressure inside the cleanroom including
Instrumentation and Measurement, vol. 66, pp 2056
provide real-time notification to the users. The monitoring

12
Muhammad Ilias Rosli et al. / ELEKTRIKA, 20(3), 2021, 7-14

– 2064, March 2017. Application of Wireless Sensor Network for


[13] K. Zheng, S. Zhao, Z. Yang, X. Xiong, and W. Vibration Monitoring using ARM,” In Proc. IEEE
Xiang, “Design and Implementation of LPWA Based International Conference on Robotics, Electrical and
Air Quality Monitoring System,” IEEE Access, Vol. Signal Processing Techniques (ICREST), pp 248 –
4, pp 3238 – 3245, 2016. 252, 2019, doi: 10.1109/ICREST.2019.8644495.
[14] A. Kumar, H. Kim, and G. P. Hancke, [25] N.I. Hossain, A. R. Galib, R. B. Mofidul and D. K.
“Environmental Monitoring Systems: a Review”. Sarker, “A Vision Based Three-Layer Access
IEEE Sensors Journal, vol. 13, issue 4, pp 1329 – Management System with IoT Integration”, In Proc.
1339, Apr 2013. IEEE International Conference on Advances in
[15] J. Vcel’ak, A. Vodi’cka, M. Ma’ska, and J. Mr’na, Science, Engineering and Robotics Technology
“Smart Building Monitoring from Structure to (ICASERT2019), vol. 3, pp 716-721, May 2019.
Indoor Environment,” In Proc. Smart Cities [26] N. I. Hossain and S. Reza, “TempNet: Application of
Symposium Prague, vol. 2, pp 1 – 5, July 2017. Wireless Sensor Network for Industrial Temperature
[16] S. J Oh and W.Y. C., “Room Environment Monitoring with IoT Integration,” In Proc. 5th IEEE
Monitoring System from PDA Terminal,” In Proc. International Conference on Advances in Electrical
IEEE International Symposium on Intelligent Signal Engineering (ICAEE2019), vol. 5, pp 716 – 72, Sept
Processing and Communication Systems, vol. 14, pp 2019.
498 – 501, June 2004. [27] S. Saha and A. Majumdar, “Data Centre Temperature
[17] Z.X. Tu, C.C. Hong, and H. Feng, “EMACS: Design Monitoring with ESP 8266 Based Wireless Sensor
and Implementation of Indoor Environment Network and Cloud Based Dashboard with Real
Monitoring and Control System,” In Proc. Time Alert System,” Proc. 2nd Int. Conf. 2017
IEEE/ACIS 16th International Conference on Devices Integr. Circuit, vol 4, pp 307–310, March
Computer and Information Science (ICIS), pp 305 – 2017.
309, 2017, doi: 10.1109/ICIS.2017.7960010. [28] D. Li, Z. Bao, and Y. Yang, “Design of Workshop
[18] H. N. Saha, S. Auddy, A. Chatterjee, S. Pal, S. Environment Monitoring System Based on Internet
Pandey, R. Singh, R. Singh, P. Sharan, S. Banerjee, of Things,” 9th International Symposium on
D. Ghosh, and A. Maity, “Pollution Control using Computational Intelligence and Design (ISCID), pp
Internet of Things (IoT),” In Proc. 8th IEEE Annual 165–170, 2016, doi: 10.1109/ISCID.2016.2047.
Industrial Automation and Electromechanical [29] Arduino, Arduino UNO Specifications, 2015.
Engineering Conference (IEMECON), pp 65 – 68, [Online]. Available:
2017, doi:10.1109/IEMECON.2017.8079563. https://store.arduino.cc/usa/arduino-uno-rev3.
[19] M.F.M Firdhous, M .F. M Firdhous, and P.M [30] IOT Devices, ESP8266 WiFi Module, 2018.
Karunaratne, “IoT Enabled Proactive Indoor Air [Online]. Available: https://techzeero.com/sensors-
Quality Monitoring System for Sustainable Health modules/esp8266-wifi-
Management,” In Proc. 2nd IEEE International module/#:~:text=ESP8266%20wifi%20module%20
Conference on Computing and Communications Specification,%2Foutput%20(16%20GPIO).&text=
Technologies (ICCCT), pp 216 – 221, 2017, doi: I%C2%B2S%20(Inter%2DIC%20Sound),can%20b
10.1109/ICCCT2.2017.7972281. e%20enabled%20on%20GPIO2).
[20] L. Dan, C. Xin, H. Chongwei, and J. L. Liang, [31] DHT11, Temperature and Humidity Sensor, 2018.
“Intelligent Agriculture Greenhouse Environment [Online]. Available:
Monitoring System Based on IoT Technology,” In https://components101.com/dht11-temperature-
Proc. IEEE International Conference on Intelligent sensor#:~:text=DHT11%20Specifications%3A&tex
Transportation, Big Data and Smart City (ICITBS), t=Temperature%20Range%3A%200%C2%B0C,%
vol. 9, pp 487 – 490, Dec 2015. C2%B0C%20and%20%C2%B11%25.
[21] M. P. Silva, A. L. Gonc¸alves, M.A.R. Dantas, B. [32] HX710B, Air Pressure Sensor, 2016. [Online].
Vanelli, G. Manerichi, S. A. R. D. Santos, M. Available: https://robu.in/product/hx710b-air-
Ferrandim, and A.R. Pinto, “Implementation of IoT pressure-0-40kpa-sensor-module/
for Monitoring Ambient Air in Ubiquitous AAL [33] Arduino, Arduino Mega Specifications, 2018
Environments,” In Proc. IEEE Brazilian Symposium [Online]. Available:
on Computing Systems Engineering, pp 158-161, https://store.arduino.cc/usa/mega-2560-r3.
2015, doi: 10.1109/SBESC.2015.37. [34] Velocicalc Air Velocity Meter Model 9545/9545-A
[22] D. Antol´ın, A. Bayo, N. Medrano, B. Calvo, and S. Operation and Service Manual, Revision E. TSI
Celma, “Wubi-Net: a Flexible WSN for Applications Incorporated, USA, Nov 2020, pp 1 - 6.
in Environmental Monitoring,” In Proc. IEEE [35] Alnor Electronic Balancing Tool Models
International Instrumentation and Measurement EBT730/EBT731 Owner’s Manual, Rev F, TSI
Technology Conference (I2MTC), vol. 7, pp 2608 – Incorporated, USA Aug 2017, pp 1 - 11.
2611, May 2012. [36] General Requirement for the Competence of testing
[23] Y. Zatout, E. Campo, and J.F. Llibre, “WSN-HM: and Calibration Laboratories, ISO/IEC 17025:2017
Energy-Efficient Wireless Sensor Network for Home (E), 2017.
Monitoring,” In Proc. IEEE International Conference [37] Liandong Dong, Ke Zhang and Zhen Qian, “The
on Intelligent Sensors, Sensor Networks and Investigation of Air Temperature Characteristics in
Information Processing (ISSNIP), pp 367 – 372, July Large-Span Manufacture Area of Clean Room,”
2019, doi:10.1109/ISSNIP.2009.5416757. International Journal of Ventilation, vol 3, pp 16 –
[24] N.I. Hossain, S. Reza and M. Ali, “VibNet: 42, Nov 2020.

13
Muhammad Ilias Rosli et al. / ELEKTRIKA, 20(3), 2021, 7-14

[38] Min-Hwi Kim, Oh-Hyun Kwon, Jeong-Tak Jin, An- Communication (ICAIIC), pp 497 - 499, 2021, doi:
Seop Choi and Jae-Weon Jeong, “Energy Saving 10.1109/ICAIIC51459.2021.9415213.
Potentials of a 100% Outdoor Air System Integrated [45] M. Compare, P. Baraldi and E. Zio, “Challenges to
with Indirect and Direct Evaporative Coolers for IoT-Enabled Predictive Maintenance for Industry
Clean Rooms,” Journal of Asian Architecture and 4.0,” IEEE Internet Things J, vol. 7, pp. 4585 – 4597,
Building Engineering, vol. 11, issue2, pp 399 – 405, Dec 2019.
July 2012. [46] Chun-Hung Tsai, Kung-Yao Chung and Chun-Mine
[39] Faizal Saleem, Norman Ali, Zeeshan Haider and Wang, “Considerations for Cleanroom Control in
Muhammad Hamza Zulfiqar, “Eco - Friendly Different Climatic Regions,” Semiconductor
Temperature for Indoor Environment Monitoring,” Manufacturing Technology Workshop Proceedings,
International Conference on Energy, Water and vol. 10, pp 59 – 62, Dec 2004.
Environment”, vol. 31, pp 492 – 494, June 2021. [47] Ana Tejero-Gonzalez, Víctor M. DeFreitas – Barros
[40] Tugce Delipinar, Atia Shafique, Maryam Sepehri - Galvao, Andres M. Zarzuelo - Sanchez and Julio F.
Gohar & Murat Kaya Yapici, “Fabrication and San Jose – Alonso, “Energy Use Optimization in
Materials Integration of Flexible Humidity Sensors Ventilation of Operating Rooms during Inactivity
for Emerging Applications,” ACS Omega, vol. 6, pp Periods,” Building Research & Information, vol. 49,
8744 – 8753, March 2021. issue 3, pp 308 – 324, Apr 2020.
[41] Mohd Javaid, Abid Haleem, Ravi Pratap Singh, [48] Alsved. M, Civilis. A, Ekolind. P, Tammelin. A,
Shanay Rab, and Rajiv Suman, “Significance of Andersson. A. E, Jakobsson. J, Svensson. T,
Sensors for Industry 4.0: Roles, Capabilities, and Ramstorp. M, Sadrizadeh. S, Larsson. P. A, and
Applications,” Sensors International 2021, vol. 2, pp Bohgard. M “Temperature – Controlled Airflow
100 – 110, 2021. Ventilation in Operating Rooms Compared with
[42] Chaoqun Zhuang, Kui Shan and Shengwei Wang, Laminar Airflow and Turbulent Mixed Airflow,”
“Coordinated Demand-Controlled Ventilation Journal of Hospital Infection, vol. 98, issue 2, pp
Strategy for Energy - Efficient Operation in Multi- 181–190, Oct 2017
Zone Cleanroom Air - Conditioning Systems,” [49] Zhuang. C, Wang. S, & Shan. K, “Adaptive Full -
Building and Environment, vol. 191, pp 75 – 88, Range Decoupled Ventilation Strategy and Air -
March 2021. Conditioning Systems for Cleanrooms and Buildings
[43] Nam H. Nguyen, Huy X. Nguyen, Thuan T. B. Le, Requiring Strict Humidity Control and their
and Chinh D. Vu, “Evaluating Low – Cost Performance Evaluation,” Energy, vol. 168, pp 883
Commercially Available Sensors for Air Quality – 896, feb 2019.
Monitoring and Application of Sensor Calibration [50] B. Berlin Shanu, B. Benjamin Bernald and K. S.
Method for Improving Accuracy,” Open Journal of Mithra, “Study of Various Process Involved in Clean
Air Pollution, vol. 10, pp 1 – 7, Jan 2021. Room Software Engineering,” International Journal
[44] A. T. Prihatno, H. Nurcahyanto and Y. M. Jang, of Advanced Research in Science, Communication
“Predictive Maintenance of Relative Humidity Using and Technology (IJARSCT), volume 2, issue 1, pp 1
Random Forest Method,” International Conference – 6, Feb 2021.
on Artificial Intelligence in Information and

14

You might also like