<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>The climate control system using ESP8266 and Arduino IoT Cloud</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="editor">
          <string-name>Ternopil, Ukraine</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Vasyl' Stus Donetsk National University</institution>
          ,
          <addr-line>str. 600-richchia, 21, Vinnytsia, 21021</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Vinnytsia National Agrarian University</institution>
          ,
          <addr-line>str. Sonyachna, 3, City, Vinnytsia, 21008</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Vinnytsia National Technical University</institution>
          ,
          <addr-line>Khmelnytske highway, 95, Vinnytsia, 21021</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Vinnytsia Technical Applied College</institution>
          ,
          <addr-line>Khmelnytske highway, 91/2, Vinnytsia, 21021</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Humidity in the air and temperature have a long-term and destructive effect on people, machines, and materials. This paper proposes a system designed for remote control and monitoring of the temperature and humidity of the premises of an educational institution. To increase the accuracy of temperature and humidity measurement, the method of weighted moving average is used. Such a system allows you to determine the dew point or thermodynamic parameters of the air to control ventilation, heating, air conditioning in the room, during working and non-working hours, as well as to control emergencies. This technique uses a wireless control module with an ESP8266 microcontroller using a Wi-Fi channel, which is integrated into the Internet of Things system. The microcontroller allows you to measure temperature and humidity, send the measured value via a Wi-Fi network to the IoT cloud, and perform remote control of the load, which is connected to the 220 V power grid through a relay module. The free cloud service Arduino IoT Cloud allows you to collect, analyze and manage data from a mobile application IoT Remote and web dashboard. The proposed system can be improved and integrated into the centralized climate control system of the educational institution, which in turn will allow the efficient use of financial resources. Climate control, remote control, data monitoring, cloud service, module IoT, temperature and humidity sensor, dewpoint, method of weighted moving average</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>The Internet of Things (IoT) is an engineering solution in which electronic devices are combined
into a single integrated system and the Internet is used as a communication channel between them. IoT
platforms are used by suppliers and manufacturers of smart devices to equip their products with
functions of remote control, real-time monitoring, setting up alerts and notifications, and integration
with smartphones and other devices.</p>
      <p>Temperature and humidity are critical parameters for many modern industries because of their
longterm and destructive effects on materials, equipment, and people.</p>
      <p>Special requirements for temperature and air humidity are relevant for the storage of medical and
food products. Control of storage temperature and air humidity is important for various technological
processes.</p>
      <p>2021 Copyright for this paper by its authors.</p>
      <p>Air temperature and humidity are of particular importance for the transportation of fresh and frozen
products; greenhouses for growing plants, incubators, and premises for keeping animals.</p>
      <p>A violation of the conditions of production, storage, and transportation of products leads to
significant financial losses, and in the case of medical drugs - poses a threat to people's health and lives.</p>
      <p>IoT-based temperature and humidity monitoring effectively reduce the cost of human resources for
temperature and humidity control.</p>
      <p>One of the important tasks is to monitor the temperature and humidity of the environment without
restricting the movement of the user.</p>
      <p>To ensure comfortable working conditions in the cold period, a system is needed that would allow
assessing the state of temperature, and humidity in premises for archival storage of documents,
educational institutions, pharmacies, museums, libraries, offices, and warehouse premises. This will
make it possible to effectively use financial resources and, upon the improvement of this system, to
automatically set the temperature on the premises, during working or non-working hours, and monitor
the state of emergency.</p>
      <p>The main problem for the premises is the high relative humidity of the air and, as a result, the
condensation of moisture vapor on cold surfaces, which causes corrosion, rotting of materials, and the
formation of fungal mold.</p>
      <p>The dew point is the temperature at which condensation occurs. The dew point temperature is
determined by the temperature and relative humidity of the air. The approximate calculation of the dew
point Tr (°C) depending on the air temperature T (°C) and its relative humidity Rh (%) is :
 =  (  +  + ln( ℎ)) , (1)</p>
      <p>− ( +  + ln( ℎ))
where a =17.27, b =237.7.</p>
      <p>
        During the development and operation of automated ventilation and air conditioning systems,
thermodynamic analysis of air processing is carried out based on the values of the main thermodynamic
parameters - heat and moisture content of moist air. The coordination of external and internal parameters
in rooms with ventilation can be ensured by changing the heat and moisture content of the air [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Of
the known methods, heat content can be most accurately determined by temperature and relative
humidity.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. System Architecture</title>
      <p>
        The climate monitoring system is a software-hardware module for wireless control using a Wi-Fi
channel, which is integrated into the Internet of Things system [
        <xref ref-type="bibr" rid="ref2 ref3">2, 3</xref>
        ] and allows you to measure the
temperature and humidity in the room and transmit the measured values via the Wi-Fi network with
remote access from a cell phone, tablet, or personal computer and performs remote control of an
electrical appliance (air conditioner or heater) in manual or automatic control mode depending on the
given cooling/heating algorithm.
      </p>
      <p>IoT Cloud</p>
      <p>DHT
t, Co
h, %
D8</p>
      <p>
        To exclude the influence of ambient temperature on the results of measuring relative humidity, it is
recommended to use humidity sensors together with temperature sensors [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], for example, DHT11,
DHT22, SHT11, SHT20, SHT30, BME280, GY-21, AM2320.
      </p>
      <p>
        The climate monitoring system consists of a temperature and humidity sensor DHT11 [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], a control
unit with Wi-Fi network support (ESP8266 microcontroller) [
        <xref ref-type="bibr" rid="ref5 ref6 ref7">5-7</xref>
        ], an executive device - relay module,
power supply unit (Figure 1). Appointment indicators: supply voltage - 220 V ±10%; switched load
power 2500 W (10 A/250 V); the determination of temperature 0–60 °C with an accuracy of 2%;
determination of humidity 20%-90% with an accuracy of 2%; support for Wi-Fi networks of the 802.11
b/g/n standards.
2.1.
      </p>
    </sec>
    <sec id="sec-3">
      <title>Hardware</title>
      <p>The main element of the IoT-based monitoring and control system, which receives information from
the DHT11 sensor and transmits it via Wi-Fi to a cloud service that the user can join and view
temperature and humidity information and remotely control devices that can affect climatic conditions
of the control object: heating or cooling, humidification or drying of the air.</p>
      <p>Due to the ease of programming and ease of integration into various embedded systems, Arduino
boards are among the most common for electronic projects. The first generation of Arduino boards were
general-purpose microcontrollers that connected to the Internet using GSM and Wi-Fi modules, but as
the concept of the Internet of Things began to develop, boards with special functions supporting the
Internet of Things began to be developed: Arduino 101, Arduino MKR1000, Arduino Yun, Arduino
NANO 33 IoT and others.</p>
      <p>Chips and boards based on the ESP8266 have become one of the best chipsets for Wi-Fi-based IoT
devices. These modules are quite cheap, consume little electricity, and are easy to use. Following the
ESP8266 module, Espressif offers the ESP32 module, which is based on a dual-core microcontroller
and has a wider set of functionality compared to the ESP8266 module. ESP chips have great flexibility
and can be used as Wi-Fi modules, connected to other microcontrollers, or used in stand-alone modes
without the use of additional microcontrollers. They have small form factors and simplify the
implementation of functions necessary for the IoT sphere, such as, for example, firmware updates "over
the air" (OTA technology - over-the-air). The availability of development boards such as NodeMCU
and other ESP-based third-party boards allows developers to familiarize themselves with the
capabilities of this platform before using it in projects. The ESP8266 boards come to FCC and CE
certified to reduce overall device certification costs after manufacturing. ESP boards provide one of the
most reliable, dedicated Wi-Fi interfaces that include several protocols that support the Internet of
Things, such as the ESP Touch protocol.</p>
      <p>ESP8266 boards are fairly easy to learn and can be used with any microcontroller to create IoT
projects.</p>
      <p>The port allocation of the WeMos D1 mini-module is shown in Figure 2. This module contains 11
general-purpose ports. Some ports have additional functions: GPIO1, GPIO3 – UART, GPIO5/D1,
GPIO4/D2 – I²C/TWI, D5..D8 – SPI, D1..D7 – outputs with PWM (PWM), A0 – analog output from
ADC. A temperature and humidity sensor is connected to the module through D8 (GPIO15).</p>
      <p>To connect this module, it is sufficient to supply +5V supply voltage.</p>
      <p>The key component of the monitoring system is the combined temperature and humidity sensor
DHT11 (DHT22, HDC1080, or BME280). The DHT11 sensor is a digital temperature and humidity
sensor. It consists of a capacitive humidity sensor and a thermistor. Also, the sensor contains an ADC
for converting analog values of humidity and temperature. DHT11 outputs a calibrated digital signal. It
uses exclusive digital signal acquisition and moisture sensing technology, ensuring its reliability and
stability.</p>
      <p>The sensor connection diagram of the ESP8266 microcontroller is shown in Figure 3.</p>
      <p>Sensor data consist of integral and decimal parts for both relative humidity (RH) and temperature.
The data from the DHT11 sensor consists of 40 bits, and the format is as follows: 16 bits of humidity
data (high and low), 16 bits of temperature data (high and low), and 8 bits of checksum data (Figure 4).</p>
      <p>To check the accuracy of the obtained data, it is necessary to add all the values of humidity and
temperature and check whether the sum is equal to the value of the control sum:</p>
      <p>00100101 + 00000000 + 00011001 + 00000000 = 00111110</p>
      <p>To initialize data transmission, the host device (microcontroller) must send a start signal by setting
a low logic level on the data bus (SDA), with a duration of 0.8 . . . 20 ms. After sending the start signal,
the microcontroller must release the data bus (resetting the GPIO line to input) and proceed to poll its
status. In response to the start signal, the sensor sequentially sets low and high logic levels on the data
bus, each that is 80 us in duration. Next, the sensor outputs 5 information bytes (40 bits) containing
humidity and temperature data. Bytes are transmitted standardly, most significant bit first. First, the
higher byte of humidity (Humidity high) is transmitted, then the lower byte of humidity (Humidity low),
then the higher (Temperature high) and lower (Temperature low) bytes of temperature, and the last byte
contains the checksum (Parity bit). In this way, humidity and temperature are represented by two bytes,
for conversion, you must divide these numbers by 10. For example, if you received a two-byte number
638, divide it by 10, and you obtain the required value of 63.8.</p>
      <p>The minimum interval for reading data from the sensor should be 2 seconds, with frequent access
the measurement error increases. The maximum cable length is 30 m at a supply voltage of 5 V, and at
a voltage of 3.3 V, the cable length should not exceed 1 m.</p>
      <p>A Pull-up resistor must connect to the sensor (Figure 3). The sensor was always in sleep mode when
the line was high. To communicate with it, we must activate it, get confirmation and accept 40 bits of
data.</p>
      <p>It is necessary to consider how to connect the executive device to the ESP8266 module. To control
external devices, the same MK input/output ports that work for output are used. Signals from any line
of any port can easily be used to turn on and off an external device. It is only necessary to amplify the
control signal by the power to the required level. Various coordination schemes are used for this
purpose. The choice of the scheme depends on the type of executive device. In the simplest case, you
can use a transistor key. To control links with a large current, you must use a more powerful transistor
or a complete transistor assembly. When selecting a transistor, we consider that the maximum
permissible load current for any MK output should not exceed 20 mas. If the GPIO2 port (Figure 5) is
set to a single level, the switch opens and the load is connected to the power source. At a zero level at
the same output, the switch is closed, and the load is disconnected.</p>
      <p>If the executive device to be controlled by the ESP8266 is powered by 220 V AC, a galvanically
isolated control scheme must be used. One of the possible options is a relay control scheme. A typical
version of the control circuit using a relay is shown in Figure 5. The circuit shows an electronic key,
the load of which includes the electromagnetic relay K1. The ESP8266 module can turn the
electromagnetic relay on and off using a key. Relay contacts, in turn, control the load. Such a scheme
provides switching of a sufficiently large voltage and current.</p>
      <p>The galvanic separation between all circuits and the 220 V power network ensures the safety of
working with this scheme. Diode VD1 is designed to protect the elements of the circuit from the voltage
of self-induction that occurs in coil K1 at the moment of closing the switch VT1. When choosing an
electromagnetic relay, one should pay attention to the following parameters. The first is the voltage of
the relay. For the device under development, it should be equal to 5 V. Second, the maximum allowable
switching current and the maximum allowable voltage should be for the executive contacts of the relay.
They must correspond to the actual values of the current and voltage in the load circuit. We chose the
relay type SRD-05VDC-SL-C.</p>
      <p>AC-DC voltage converter Hi-Link HLK-PM01 with an output voltage of 5 V and a maximum output
current of 0.6 A is used to power the climate monitoring system with a voltage of +5 V from the mains
voltage. The block has a small-sized hermetic case with legs for mounting on a printed circuit board.
There is built-in short circuit protection.</p>
      <p>
        When building many measuring devices, the problem arises of reducing random errors during
measurement. Increasing the accuracy of measurements is achieved by reducing random measurement
errors using the weighted moving average method with a digital recursive filter, which is implemented
by software [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
    </sec>
    <sec id="sec-4">
      <title>2.2. Software</title>
    </sec>
    <sec id="sec-5">
      <title>2.2.1. Arduino IoT Cloud</title>
      <p>An IoT platforms are used by suppliers and manufacturers of smart devices to equip their products
with functions of remote control, real-time monitoring, setting up alerts and notifications, and
integration with smartphones and other devices.</p>
      <p>IoT platforms provide seamless integration of different hardware using communication protocols,
applying different types of topology (direct connection or gateway). The IoT platform is a key tool for
developing IoT applications and services, which combine physical objects (things) and the network
(Internet).</p>
      <p>
        The most popular software IoT platforms are Microsoft Azure IoT, Amazon Web Services (AWS)
IoT, Google Cloud, ThingWorx IoT, IBM Watson, Artik from Samsung Electronics, Cisco IoT Cloud
Connect, Salesforce IoT Cloud, ThingSpeak, and many others [
        <xref ref-type="bibr" rid="ref2 ref3 ref6 ref7">2, 3, 6, 7</xref>
        ]. Among the protocols used
by IoT platforms, the most popular are MQTT, CoAP, HTTP/HTTPS, AMQP, XMPP, and DDS [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>Arduino IoT Cloud data storage greatly simplifies data storage and provides a full range of services
within the concept of the Internet of Things (IoT). It includes hardware and software, cloud services,
and a knowledge base. This cloud-based data warehouse allows users to collect, analyze and graph data
from sensors, event handlers, and more. The Arduino IoT Cloud platform allows users to write the
codes of their programs, compile and download them to boards directly from the browser, connect IoT
devices, and use a virtual dashboard in real-time. The Arduino IoT Cloud platform automatically
generates a sketch according to the settings specified by the user when the device is connected to the
cloud. Arduino IoT Cloud can be integrated with Amazon Alexa, Google Sheets, IFTTT, and ZAPIER
allowing users to program and control devices using voice, spreadsheets, databases, and automate
notifications using webhooks. The platform also allows developers to build their applications using the
Arduino IoT API, adding custom webhooks to the endpoints for greater flexibility.</p>
      <p>
        When using Arduino IoT Cloud for free, one can add only two devices to the platform and the
compilation time is limited to 200 seconds per day. To expand the possibility of using the platform, you
can choose one of the paid tariffs, for example, ENTRY ($2.99/month), which allows you to create 10
Things, unlimited compilation time, and unlimited storage for sketches [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
      </p>
      <p>
        To work with Arduino IoT Cloud [
        <xref ref-type="bibr" rid="ref10">10, 12</xref>
        ], you must create and log into an account and add a new
device to it, namely, the NodeMCU ESP8266. To do this, go to the "Devices" tab and click "Add device"
(Figure 7).
      </p>
      <p>Next, set the name of the device and click Next (Figure 9). A window will appear with the device
ID (Device ID) and the secret key (Secret Key) for this device. Device ID and Secret Key must be saved
in notepad or click on “download the PDF” to save them in PDF format.</p>
      <p>The next step is to create a subject/thing. To do this, go to the “Things” tab and click on “Create”
(Figure 10).</p>
      <p>On the Things tab (Figure 11), three options need to be configured: Variables, Device, and Network.</p>
      <p>To add variables that will be used in the program code, press the "Add variable" button. After that,
a window will open in which you must fill in the information about the variables (Figure 12). In this
project, we will use three variables, one of which will be used to control the relay, and the other two
will be used to store the temperature and humidity values.</p>
      <p>First, let's create a relay switch (led). Its data type will be Boolean (bool), its value can only be read
(Read-only), and the update option (update policy) will be enabled for it. After that, click the "Add
variable" button. Similarly, we add a variable for storing temperature and humidity values. The data
type for these variables float, they can be read (Read-only), and the updated option for them will also
be enabled. Let's associate devices with things. To do this, click the link icon in the "Device" section.
After that, a window will open in which the previously created device will be available for selection. In
the next step, you must enter data to access the Wi-Fi network (its name and password) and the secret
key that was issued during the installation of the device. To do this, click the Configure button in the
Network section and enter the necessary information (Figure 13).</p>
      <p>The next step is to create a dashboard. To do this, go to the Dashboard tab and click on Create
(Figure 14).</p>
      <p>To add widgets to the dashboard, click on the pencil icon in the upper left corner, then click the
“Add” button. We go to the “Widgets” tab and add the “Switch”, “Percentage Gauge”, and “Chart”
widgets, which we associate with the led, humidity, and temperature variables (Figure 15). In the upper
right corner of each widget, there is a context menu with the “Edit setting” command, which allows
binding to variables, a range of values, and an initial value. Therefore, Figure 16 shows the settings of
the properties of the “Chart” temperature change diagram.</p>
      <p>The software consists of a program for the ESP8266 microcontroller and provides for its interaction
with mobile service or online service. When choosing, you must decide what functionality the user
wants to get: the Wi-Fi module is an access point and data can be obtained only by establishing a
connection with the module via a wireless channel; the module is connected to a Wi-Fi network and
transmits data to a mobile application and/or to the cloud, which will allow separate control and
monitoring of data; temperature and humidity information is private or shareable; data monitoring only
from mobile devices and/or personal computers; how often to receive data; need to keep the data and
for how long.</p>
    </sec>
    <sec id="sec-6">
      <title>2.2.2. IoT module software</title>
      <p>After configuring the Arduino IoT Cloud platform, it is necessary to program the NodeMCU
ESP8266 board to read data from the DHT11 sensor, transmit it to the cloud, and perform remote control
functions.</p>
      <p>When adding variables to “Things”, the sketch in the cloud is automatically updated. Most of the
application code (sketch) is automatically generated by the platform. It is necessary to add lines to work
with the DHT11 sensor and implement the remote control algorithm. To do this, open the Arduino
Cloud Editor code editor on the Sketch tab (Figure 17).
}</p>
      <p>The AutoControl () function implements algorithms for regulating automated ventilation and air
conditioning systems based on the value of the dew point or basic thermodynamic parameters [13]. The
code of this function can be adapted to any task of climate control according to the rules of fuzzy logic
[14] and add automatic notifications using webhooks through the IFTTT service, for example, sending
notifications to the Telegram channel or email.</p>
      <p>void AutoContro(){
if ((temperature &gt; 22) || (humidity &gt;65))</p>
      <p>digitalWrite (2, HIGH);
else</p>
      <p>digitalWrite (2, LOW);
delay (1500);
}</p>
    </sec>
    <sec id="sec-7">
      <title>2.2.3 Programming an ESP8266 to transfer data to the Arduino cloud</title>
      <p>Let's add the DHT.h library to the Arduino Cloud Editor. To do this, select Libraries in the vertical
menu and enter DHT in the search query window. Among the proposed libraries, select DHT SENSOR
LIBRARY FOR ESPX (Figure 18). We physically connected the NodeMCU module with the
connected DHT11 sensor (Figure 6) and the LED simulating the operation of the relay (installed on the
module by the manufacturer) to the computer. If the Arduino IoT Cloud does not automatically detect
the connected module, you must install the Arduino Create Agent program. Figure 19 shows that the
NodeMCU module is connected to COM9 and you can start verifying the project. If there are no errors,
select the “Load” button and download the sketch to the NodeMCU module.</p>
      <p>Open the “Serial Monitor” mode (Figure 20) and observe the temperature and humidity data
measured by the sensor and transmitted by the module to the computer through the virtual serial port.</p>
    </sec>
    <sec id="sec-8">
      <title>3. Results</title>
      <p>The climate monitoring system is based on the ESP8266 microcontroller, which is part of the
NodeMCU or WeMos D1 mini platform. The microcontroller organizes data transfer via Wi-Fi to the
Arduino IoT Cloud platform. A DHT11 sensor was used as a combined temperature and humidity
sensor. The GPIO2 port is used to control the executive device in manual or automatic control mode,
depending on the given cooling/heating algorithm. The experimental sample is implemented on the
NodeMCU module, as an indication of the remote control mode, a blue LED built into the board is
used, which is connected by the cathode to the GPIO2 port (Figure 21). This must be considered because
some relay modules (Figure 6) use a p-n-p type transistor (switched on by a logic 0 level).</p>
      <p>The online monitoring and control panel that was created on the Arduino IoT Cloud platform is
shown in Figure 22. For the convenience of working with the Arduino IoT Cloud dashboard, you can
install the IoT Remote mobile application on your phone from the official Google Play or App Store
(Figure 22).</p>
      <p>During experimental research, the proposed system made it possible to apply the weighted moving
average method to increase the accuracy of temperature and humidity measurements. At a temperature
of 26.8 °C and a humidity of 65%, the calculated value of the dew point is 19.65 °C, which corresponds
to the reference table values.</p>
    </sec>
    <sec id="sec-9">
      <title>4. Conclusion</title>
      <p>Control of storage temperature and air humidity is important for various technological processes.
The use of wireless technologies provides some advantages: ease of installation and operation,
scalability and simplicity of the solution, and integration of mobile devices. Wireless technology is an
attractive choice for the renovation, repair, and installation of new systems. IoT-based temperature and
humidity monitoring effectively reduce the cost of human resources for temperature and humidity
control.</p>
      <p>Arduino Cloud IoT allows the user to collect, analyze and manage data from a mobile application
and web dashboard.</p>
      <p>The article proposes to apply the weighted moving average method to increase the accuracy of
measuring temperature and humidity parameters, which are used to calculate the value of the dew point
or thermodynamic air parameters, which are necessary for the algorithms of automated ventilation and
air conditioning systems.</p>
      <p>The climate control system is implemented based on the IoT module NodeMCU (WeMos), the
combined sensor DHT11, and the relay module with minimal cost and the possibility of adaptation to
the monitoring and control system of the premises of the educational institution. Current climate data
are available online. The operator, who directly controls the site, sees all the information in real-time
on a digital panel. This, in turn, allows for efficient use of financial resources and, upon the
improvement of this system, to automatically set the temperature on the premises, during working or
non-working hours, and monitor the state of emergency.</p>
    </sec>
    <sec id="sec-10">
      <title>5. References</title>
      <p>[12] Getting Started With the Arduino IoT Cloud, 2022. URL:
https://docs.arduino.cc/arduinocloud/getting-started/iot-cloud-getting-started.
[13] D. Karabekova, P. Kissabekova, V. Kucheruk, E. Mussenova, &amp; S. Azatbek. Main characteristics
of the heat flow meter, Eurasian Physical Technical Journal, 19.2(40), 2022, pp. 71-74. doi:
10.31489/2022No2/71-74.
[14] I. Olenych, Smart home climate control system based on fuzzy logic controller, Electronics and
Information Technologies, 17, 2022, pp. 26-35. doi: https://doi.org/10.30970/eli.17.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>V.</given-names>
            <surname>Vychuzhanyn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Maliuta</surname>
          </string-name>
          ,
          <article-title>Digital device for determining the thermodynamic parameters of air on the FPGA company Altera</article-title>
          ,
          <source>Circuit design, 4</source>
          ,
          <year>2005</year>
          , pp.
          <fpage>30</fpage>
          -
          <lpage>33</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Tsyrulnyk</surname>
          </string-name>
          ,
          <article-title>Mobile applications and online WI-FI monitoring platforms of weather stations</article-title>
          , Open educational e-environment of modern University, volume
          <volume>9</volume>
          ,
          <year>2020</year>
          , pp.
          <fpage>181</fpage>
          -
          <lpage>192</lpage>
          . doi:
          <volume>10</volume>
          .28925/
          <fpage>2414</fpage>
          -
          <lpage>0325</lpage>
          .
          <year>2020</year>
          .
          <volume>9</volume>
          .15.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>S.</given-names>
            <surname>Tsyrulnyk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Tsyrulnyk</surname>
          </string-name>
          ,
          <article-title>Temperature and humidity monitoring system on the IOT module, in: Proceedings of the II NPK</article-title>
          .
          <article-title>Computer Technologies of Data Processing (CTDP-</article-title>
          <year>2021</year>
          ), Vinnytsia,
          <year>2021</year>
          , pp.
          <fpage>105</fpage>
          -
          <lpage>108</lpage>
          . URL: https://jktod.donnu.edu.ua/article/view/11664/11539.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Arduino - Temperature Humidity Sensor</surname>
          </string-name>
          ,
          <year>2022</year>
          . URL: https://arduinogetstarted.com/tutorials/arduino-temperature
          <article-title>-humidity-sensor.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>S.</given-names>
            <surname>Tsyrulnyk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Tromsyuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Tsyrulnyk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rymar</surname>
          </string-name>
          ,
          <article-title>Energy Monitoring System based on IoT</article-title>
          ,
          <source>in: CEUR Workshop Proceedings (CEUR-WS. org)</source>
          .
          <year>2021</year>
          . Vol.
          <volume>3039</volume>
          . P.
          <volume>136</volume>
          -
          <fpage>153</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>A.</given-names>
            <surname>Javed</surname>
          </string-name>
          ,
          <article-title>Building Arduino Projects for the Internet of Things, Experiments with Real-World Applications</article-title>
          . United States of America: Apress Media, LLC,
          <year>2016</year>
          , pp.
          <fpage>15</fpage>
          -
          <lpage>34</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>K.</given-names>
            <surname>Küçük</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bayılmış</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. L.</given-names>
            <surname>Msongaleli</surname>
          </string-name>
          ,
          <article-title>Designing real-time IoT system course: prototyping with cloud platforms, laboratory experiments and term project</article-title>
          ,
          <source>The International Journal of Electrical Engineering &amp; Education</source>
          ,
          <volume>58</volume>
          (
          <issue>3</issue>
          ),
          <year>2021</year>
          , pp.
          <fpage>743</fpage>
          -
          <lpage>772</lpage>
          . doi:
          <volume>10</volume>
          .1177/0020720919862496.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>V.</given-names>
            <surname>Kucheruk</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Kolomiichuk</surname>
          </string-name>
          ,
          <article-title>The use of recursive filters to reduce random measurement errors</article-title>
          ,
          <source>Bulletin of the Engineering Academy of Ukraine</source>
          ,
          <volume>1</volume>
          ,
          <year>2013</year>
          , pp.
          <fpage>251</fpage>
          -
          <lpage>254</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Arduino</given-names>
            <surname>IoT Cloud</surname>
          </string-name>
          ,
          <year>2022</year>
          . URL: https://create.arduino.cc/iot.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Kurniawan</surname>
          </string-name>
          , Arduino IoT Cloud, in: Beginning Arduino Nano 33 IoT. Apress, Berkeley, CA,
          <year>2021</year>
          . doi:
          <volume>10</volume>
          .1007/978-1-
          <fpage>4842</fpage>
          -6446-
          <issue>1</issue>
          _
          <fpage>5</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Hao</surname>
            <given-names>Xu</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chul-Won Kim</surname>
          </string-name>
          .
          <article-title>"Design and implementation of LED lighting control system using Arduino Yun and cloud in IoT"</article-title>
          .
          <source>The Journal of the Korea institute of electronic communication sciences 11.10</source>
          (
          <year>2016</year>
          ):
          <fpage>983</fpage>
          -
          <lpage>988</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>