You are on page 1of 9

(IJACSA) International Journal of Advanced Computer Science and Applications,

Vol. 13, No. 3, 2022

Design and Implementation of a Low-cost CO2


Monitoring and Control System Prototype to
Optimize Ventilation Levels in Closed Spaces

Ramcés Cavallini-Rodrı́guez Jesús Espinoza-Valera Carlos Sotomayor-Beltran


Facultad de Ingenierı́a Facultad de Ingenierı́a Facultad de Ingenierı́a
Universidad Tecnológica del Perú Universidad Tecnológica del Perú Universidad Tecnológica del Perú
Lima, Peru Lima, Peru Lima, Peru

Abstract—High concentrations of CO2 levels are significantly through an LCD screen and warns us with an audible alarm
present in closed environments that do not have proper venti- when the maximum levels established are exceeded [4]. The
lation. Such high concentrations generate negative health con- aforementioned studies [2], [3], [4] defend the importance of
sequences such as dizziness, headaches and various respiratory monitoring the levels of polluting gases, such as CO2 , existing
problems. For this reason, the design and implementation of inside a closed space. This, with the aim of analyzing indica-
a low-cost CO2 monitoring and control prototype is proposed
to optimize ventilation levels in closed spaces. The parameters
tors that allow reducing the spread of diseases in the short
that the proposed device measures are concentration of carbon and long term. The tendency of the authors in this regard is to
dioxide, humidity and temperature. A digital PID controller was develop portable prototypes that determine the concentration of
implemented, with the use of C++ programming language and harmful agents to health within the environment using low-cost
an exhaust fan to stabilize carbon dioxide levels within a closed sensors that provide information in real time, which seeks to
space. The aforementioned parameters can be viewed in two maintain adequate ventilation levels below the recommended
ways: The first way is locally through a LCD screen and LED limit.
indicators, and the second one, remotely using the free Arduino
IoT Cloud platform. The closed environment was emulated using CO2 is a gas that is released by human respiration and
a cardboard box and in the tests it was obtained that the this is adequate to measure ventilation levels [5]. Because
prototype manages to keep the CO2 concentration levels below the people exhale predictable levels of CO2 , a direct connection
established limit. However, this can be further improved by using to air pollution can be made [3]. This parameter is extremely
more precise sensors for more accurate results. It is expected important, since high concentrations of CO2 have very harmful
that this model can be successfully scaled to closed spaces such
effects on health [6]. On the other hand, the measurement
as classrooms and offices.
of other parameters of air quality, such as particulate matter,
Keywords—CO2 Monitoring; IoT; Low-cost Indoor Ventilation relative humidity and temperature, are very important as well.
System; NodeMCU; Open Source Software Environmental parameters, temperature and humidity, also
influence people’s well-being [7], [8] and these are necessary
I. I NTRODUCTION to have a correct indoor air quality index [2].

Currently, outdoor air pollution has increased in all coun- Some devices that has been previously designed to measure
tries due to the growth of automotive fleets and industrial different parameters from air quality have shown data in real
companies. This affects indoor environments with a significant time through the uses of displays. For example, an open
increase in CO2 levels in a proportion between 2 to 5 times source web platform was developed to display the information
more than outdoors [1]. An example of this is reflected inside provided by the sensors using a MySQL server for data storage
different environments such as classrooms, offices, bedrooms, [7]. ThingSpeak was also used, which is a free web platform
etc; where the CO2 concentration has values that exceed for the collection and representation of the measured variables
the maximum levels recommended by international standards. [3]. On the other hand, a mobile phone application called
These places do not have an adequate mechanical ventilation Dataplicity was used to remotely access the pollutant indicators
system to dissipate the polluting gases that are generated [9], whereas in another study only a 16x2 LCD screen was
inside, and even in many cases the doors and windows are kept used to fulfill the same purpose [10].
closed. Likewise, despite the fact that they have been designed
to accommodate a limited number of people, the maximum When considering the methodology used by some studies
capacity allowed is exceeded on a daily basis. to develop devices that measure air quality, diverse ones were
followed. For instance, a quantitative experimental investiga-
Different CO2 monitoring systems have been developed tion was applied in 10 schools and in 2 training centers for 8
for closed spaces that do not directly control this parameter. days and between 5 to 10 hours a day taking measurements
A CO2 prediction model has been developed based on the from different air quality sensors [11]. A similar methodolog-
history of measurements [2]. A user alert system has been also ical approach is applied using pollutant weighted calculation
proposed by means of text messages to the cell phone and an tools and the test is performed in 2 environments. The first is
email notification [3]. The information obtained is even shown a laboratory at the University of Warwick (England) during 1
www.ijacsa.thesai.org 529 | P a g e
(IJACSA) International Journal of Advanced Computer Science and Applications,
Vol. 13, No. 3, 2022

hour of classes with a number of 100 students. The second


environment is a kitchen of the same school, with a single
person preparing the food for 1 hour [1]. On the other hand,
in one study [8] a qualitative methodology based on surveys
was used as an instrument to understand the experience of
discomfort and evaluate the environment from the participants
own point of view. Then, a statistical analysis was performed
based on census data for 8 hours a day in 4 scenarios. Similarly,
in another study [12] a systemic perspective of the model Fig. 1. CCS 811 Sensor.
designed with a smoothing algorithm to reduce sensor errors
caused by power failures and a data aggregation algorithm that
minimizes network traffic and saves time was developed. In a
research carried out in India [10], empirical methods were used
to know the level of gases harmful to health using the designed
prototype, but they did not specify the place or conditions
where it was used.
A research carried out in Spain [11], presents as a result
a very precise device whose data had a value R2 = 0.902 in
a simple linear regression test, and S = 143 and p = 0.1348
in the Moses test comparing it with the commercial Perfect
Prime CO2000 device. Similarly, researchers in Portugal [13] Fig. 2. DHT11 Sensor.
presented a very reliable proposal, showing sensors with R2
values between 0.73 and 0.87, obtained from linear regression
tests. Another work in India [3] explained a system with good
sensitivity, which although it was not compared with another 1) Acquisition Stage: Two types of sensors were imple-
device, had a sensor which was experimentally calibrated for mented in this stage.
24 hours.
• CCS 811 Sensor (Fig. 1): It is an air quality sensor
Some studies have concluded that portable devices are that allows us to obtain the equivalent concentration of
reliable to measure the quality of the air inside closed en- CO2 from the measurement of Total Volatile Organic
vironments and also confirm that the use of IoT sensors is Compounds (VOC) in a very precise way. This sensor
favorable for these equipments. For example, the use of IoT was chosen as a main parameter for CO2 measurement
technology simplifies access to the information provided by due to its low economic value compared to other types
the different sensors installed in the environment in order to of air quality sensor on the market that cost up to 6
have a better quality of air [14]. With the information collected times more.
by sensors interconnected by means of IoT technology, it
was possible to develop an anticipated model based on CO2 • DHT11 sensor (Fig. 2): It is a sensor that measures
concentrations to improve ventilation at any time [2]. On the temperature and humidity parameters. It is a digital
other hand, Interaction with a wireless sensor network that type that can be powered with 3.5 to 5V. Its tem-
provides real-time pollutant gas indices is also affordable for perature measurement range is 0 to 50◦ C, with an
everyone. Mounting a network of wireless sensors is easier and accuracy of 2◦ C. It allows to measure the relative
more efficient and naturally, it reduces the amount of wiring humidity of 20-80% with a maximum sampling period
used from the end devices to the central monitoring station of 1 second.
[15]. Finally, the Raspberry Pi development board facilitates
the connection with other IoT sensors and not only with analog 2) Control Stage: It is made up solely of the NodeMCU
or digital sensors to collect information on the contamination module.
rates in a closed area [12].
• NodeMCU v3 module (Fig. 3): This module has an
In view of this global problem, which is detrimental to ESP8266 processor at a speed of 80 to 160 MHz. It
people’s health, of not having an adequate CO2 monitoring has 1 analog port, 17 general purpose ports, 4 PWM
and control system, it is necessary to design and implement outputs and allows I2C, UART, SPI type communica-
one that optimizes the level of ventilation in closed spaces [7]. tion and Wifi. This device was chosen because it is a
very popular and cheap module to carry out electronic
projects that are synchronized with a free service in
II. M ETHODOLOGY the cloud every second, due to its low consumption
and high performance.
A. Electronic Components
3) Communication Stage: It will be done wirelessly
The prototype is divided into five operating stages and through the Wifi technology of the NodeMCU module. This
uses the following electronic components, with the aim of communication was chosen because this technology is incor-
achieving a low-cost system that can be implemented in closed porated into the NodeMCU development board and that it has
environments. a free server called Arduino IoT Cloud to be able to view the
www.ijacsa.thesai.org 530 | P a g e
(IJACSA) International Journal of Advanced Computer Science and Applications,
Vol. 13, No. 3, 2022

Fig. 3. NodeMCU v3 Module.

Fig. 5. AC Digital Dimmer.

Fig. 4. 16X2 LCD + I2C Module.

Fig. 6. 220V Air Extractor.

KPI control indicators remotely, both on the web and on the


cell phone.
4) Display Stage: It is made up of a 16X2 LCD screen B. Mechanical Structure
with I2C module and 3 LEDs. Fig. 8 shows the design of the structure through the CAD
• 16X2 LCD Screen + I2C Module (Fig. 4): This Solidworks 2020 program, with general dimensions of 102 x
component is a small screen that allows information to 50 x 110 mm and 2 mm thick, which will contain the system
be displayed. It has 2 rows and in each row you have components (LCD screen, sensors and plate development) so
the possibility of observing up to 16 alphanumeric that they fit perfectly. After that, a 3D printing can be made
characters. using Acrylonitrile Butadiene Styrene (ABS) as a material, to
protect the elements of the system. ABS material was chosen
• It consists of 3 light emitting diodes of green, yellow because it has sufficient protection against dust and splashes
and red respectively. They will allow to show visually of water.
based on a color of the led a range of the CO2 sensor
to indicate if the ppm values are low, medium or high, The front, side, rear and bottom views are seen in Fig. 9,
respectively. Fig. 10, Fig. 11, and Fig. 12, respectively.

5) Actuator Stage: It is made up of 1 pre-actuator and 1 C. Software


actuator.
The programming of the NodeMCU v3 module was done
• AC 220V / 2A digital dimmer (Fig. 5): Provides alter- through the Arduino IDE platform, since the module has
nating current voltage regulation in order to achieve compatibility with that development environment. The goal
different levels of voltages that are located within the is to keep the CO2 concentration at 1000 ppm through the
voltage range, while varying the power delivered to use of a digital PID controller. Likewise, the temperature and
the load. This is controlled by a PWM signal. : This humidity parameters were considered in order to compensate
device was chosen as a pre-actuator to gradually vary for the variations in CO2 .
the speed of the extractor motor, due to the effect of
the PID controller established to maintain the optimal First, the readings of the temperature and humidity sensor
CO2 concentration at an approximate value of 1000 were taken to be able to introduce them to the CO2 sensor
ppm. and improve the variation of the reading of its concentration.
The PID controller is activated when the carbon dioxide
• 220V Extracting fan (Fig. 6): It is that device that ex- concentration exceeds the value of 1500 ppm, because from
tracts the air through its rotating blades in a direction this concentration it begins to be very harmful to health. With
from inside to outside of an enclosure. It works with the establishment of the desired level of CO2 and the correct
voltages of 220-240 VAC and at frequencies of 50 and tuning of the controller, the output value of the control signal is
60 Hz. In addition, they have a protection impedance. calculated. The power that will be delivered to the air extractor
This device was chosen to extract the concentrated is the output of the PID controller, therefore a restriction of
gas into the environment when CO2 levels exceed a its maximum value was established at 100 and minimum at 0.
dangerous value for human health and thus dissipate
it. This rectified output signal will be sent to the dimmer,
which will regulate the power that will be sent to the extractor.
A diagram of the five stages working together in the design Fina1glly, when the carbon dioxide concentration is less than
of the prototype is show in Fig. 7. 900 ppm, the PID controller will stop working, since the
www.ijacsa.thesai.org 531 | P a g e
(IJACSA) International Journal of Advanced Computer Science and Applications,
Vol. 13, No. 3, 2022

Fig. 7. Interconnection of the 5 Stages of the System.

Fig. 8. Design View of the Exterior Structure.

Fig. 9. Front View of the Exterior Structure.

D. Data Transmission to the Cloud

ventilation level of the place will be safe. The values of The measurements from the sensors are sent to the Arduino
temperature, humidity and CO2 concentration will be sent to IoT Cloud platform. This platform is free, easy to use and all
the cloud, displayed on the LCD screen and there will be 3 standards are open source. In addition to being compatible with
LED indicators: green when the CO2 concentration is less than all Arduino boards, it also has compatibility with the ESP8266
1000 ppm, yellow when it is between the range 1000 - 1500 microcontroller, which is used by the NodeMCU module. This
ppm and red when higher than 1500 ppm. Fig. 13 shows the platform uses the MQTT protocol for data transmission and
logic used for programming the entire system. allows other interaction methods such as command line tools,
www.ijacsa.thesai.org 532 | P a g e
(IJACSA) International Journal of Advanced Computer Science and Applications,
Vol. 13, No. 3, 2022

Fig. 10. Side View of the Exterior Structure.

Fig. 13. Flow Diagram of System Operation.

Fig. 11. Rear View of the Exterior Structure.


indicator for the humidity value, a nominal progress indicator
for the temperature value and a trend graph for the value of
CO2 concentration in ppm, as shown in Fig. 14.

III. R ESULTS AND D ISCUSSION


For the tests of the designed prototype, in Fig. 15 we
have emulated a closed environment based on a cardboard
box measuring 41x55x38 cm, in which 27 small holes were
made, with an approximate diameter of 2 cm, on both sides
and in the back of the box so that the air can circulate when
the extractor is turned on, since otherwise there would not be
an exchange of the flow of clean and polluted air inside the
box. The cardboard box was chosen because of its low price
and that it allowed to accumulate carbon dioxide in such a
way as it would be done in a real closed space. However,
Fig. 12. Bottom View of the Exterior Structure. the use of other materials such as resin or glass, as in the
case of the research carried out in Algeria [16], would have
allowed allow to observe the total operation of the system and
to obtain a more natural behavior of the CO2 due to a better
JavaScript, and WebSockets. It even has a data storage of up permeability. Also, a plastic box with IP56 protection could
to 2 days. be used to protect the system components and be the external
structure of the prototype, as was done in England [17] and
In this platform, 3 variables corresponding to each of the Indonesia [7].
parameters that are obtained from the sensors were created
and it was established that they are updated when their value As can be seen in Fig. 16, a hole with a diameter of 11.5
changes. An interface called “CO2 Monitoring and Control cm was made in the front of the box so that the air extractor
System” was also designed and added a percentage progress can be installed outside of it. Likewise, 4 small holes were
www.ijacsa.thesai.org 533 | P a g e
(IJACSA) International Journal of Advanced Computer Science and Applications,
Vol. 13, No. 3, 2022

Fig. 16. Hole for Extractor Installation.

Fig. 14. KPI Indicators of the Cloud Interface.

Fig. 17. Distribution of the Components within the Cardboard Box.

Fig. 15. View of the Cardboard Box where the Prototype was Tested.
its module are powered with 5V DC through an adapted cell
phone charger, the Node MCU, through a microUSB cable
connected to the laptop and the other components use 3V
made in the corners to hold the extractor with screws and DC provided by the development board. In the middle part
washers. This extractor will circulate the air from the inside to of the box it can be seen the dimmer that will function as a
the outside of the box when the CO2 levels are not within the pre-actuator, regulating the power delivered and enabling the
allowed ranges. One type of exhaust fan that should be used in connection between the control stage led by the NodeMCU
a real room is the AC180 model from the Broan brand, which and the power stage where the air extractor is located.
works at 200 VAC 50Hz. In addition, it consumes 18W of
power with an extraction capacity of 163 m3 / h and a noise Fig. 18 shows the local display stage made up of the
level of 45 Db, being indicated for residential environments 16x2 LCD screen, which provides us with information about
such as rooms, offices and classrooms. In a study conducted the values obtained from the CO2 concentration through the
in a city in India (Durgapur), 6 conventional ”cooler” type CSS811 sensor in ppm measurements, and the temperature and
air extractors were used to ventilate the CO2 produced in the relative humidity through the DHT11 sensor in ◦ C and %
small environment [8]. Also, in an office space in the same measurements, respectively.
country, generic mechanical ventilation was used, producing a
lot of noise [18], as well as a conventional extractor that was In Fig. 19, we roughly mimic the CO2 exhaled by people
activated when the carbon dioxide limits were exceeded [19]. through smoke generated by burning paper in order to perform
the tests. A quarter of rolled paper is set on fire and immedi-
It can be seen in Fig. 17 that inside the box the breadboard ately placed inside the box on a metal container, to finally close
was placed with the different components that intervene in the it. The exhaust fan would be located in a real environment at
system, such as the NodeMCU development board, the CO2 least 2.3 meters from the ground, embedded in the wall. In the
sensor, the temperature and humidity sensor, the LEDs and the same way, the prototype that contains the CO2 sensor must be
screen. LCD coupled to its I2C module. The LCD screen and mounted on the wall with the correct orientation, because CO2
www.ijacsa.thesai.org 534 | P a g e
(IJACSA) International Journal of Advanced Computer Science and Applications,
Vol. 13, No. 3, 2022

Fig. 20. Test Result 1.

Fig. 18. Local Display Stage.

Fig. 21. Test Result 2.

the environment since, being a small box, the smoke generates


a CO2 concentration inside the box much higher than in a
natural and conventional scenario. After some time, a decrease
in the CO2 concentration occurs as a result of the action of
the air extractor, thus achieving an approximate establishment
of 1000 ppm after 800 seconds.
Fig. 19. CO2 Generation within the Cardboard Box.
In Fig. 21 the result of test 2 is shown, in addition to
the initial establishment period at 8000 ppm, some downward
peaks are observed since being a non-natural environment and
is denser than air, it tends to fall to the ground and with this only simulated, the generated CO2 conditions are not constant,
it would absorb the CCS 811 sensor located at the interior as if they would be in a traditional environment. Despite this,
of the structure, which has ventilation grills that will allow in general a similar behavior is observed with respect to the
the access of this gas. A research work has used the MQ135 results of test 1, stabilizing at approximately 1000 ppm after
sensor to measure the CO2 concentration and have located this 800 seconds, thus generating a clean and safe environment. In
at ground level [12]. Also, in a study in India, the MQ2 gas both tests carried out, the correct extraction of carbon dioxide
sensor is used interconnected with Arduino and installed on inside the box can be observed, through the exponential decay
top of a desk [20]. Similarly in another work, an all-in-one of its concentration seen in both graphs. This behavior is
prototype is designed, which is installed on the wall [17]. repeated in some studies carried out in Italy [21] and the
United States [22] inside classrooms, varying the number of
Fig. 20 shows the result of test 1 represented with a trend people and ventilation elements. This was also observed in an
graph of CO2 concentration (ppm) vs. time (seconds), sampled investigation conducted in two laboratories in Indonesia [23].
in 5 second intervals. At the beginning, an establishment is
observed at approximately 8000 ppm, since it was the initial In Fig. 22 the remote viewing stage is shown through
moment where the smoke was generated and accumulated. the free Arduino IoT Cloud platform that can be monitored
Also, it should be noted that an important factor is the size of through the web or its free software for Android and iOS.
www.ijacsa.thesai.org 535 | P a g e
(IJACSA) International Journal of Advanced Computer Science and Applications,
Vol. 13, No. 3, 2022

Fig. 22. Remote Viewing Stage.

In either of these two media, KPI indicators for humidity, the prototype be located within a structure with a degree of
temperature and CO2 concentration are displayed in real time protection IP (Ingress Protection), with the aim of resisting
with a history of up to 2 days. dust and humidity found in the environment. Likewise, it is
recommended to use CO2 sensors of the NDIR (Non Dis-
IV. C ONCLUSION persive Infrared Detector) type, since they are more accurate
for gas detection, easier to calibrate and have minimal error
In the present research work, a monitoring and control sys- percentages. Take into account the number of occupants and
tem of CO2 concentration in closed rooms has been developed the volume of the room, since the precision of the sensors to be
using low-cost components and a free software application used and the number of air extractors to install depends on this.
to view the data remotely through smartphones, laptops and Finally, to obtain accurate measurements it is recommended to
desktop computers. The results demonstrate its effectiveness install the structure approximately 1 meter from the ground.
compared to other studies, since after approximately 800 sec-
onds of having detected the high levels of CO2 concentration, it
reaches adequate levels, less than 1000 ppm, thus producing a R EFERENCES
healthy area for the exchange of air of the people who inhabit
it. The finished prototype would be located on the side of [1] S. Esfahani, P. Rollins, J. P. Specht, M. Cole y J. W. Gardner,“Smart City
the room for the correct detection of the parameters described Battery Operated IoT Based Indoor Air Quality Monitoring System”, en
2020 IEEE SENSORS, Rotterdam, 25–28 october 2020. 2020.
above.
[2] R. Xiahou, J. Yi, L. He, W. He y T. Huang, “Indoor air monitoring system
As a future work, it is suggested that the development of based on internet of things and its prediction mode’l’, Proceedings of

www.ijacsa.thesai.org 536 | P a g e
(IJACSA) International Journal of Advanced Computer Science and Applications,
Vol. 13, No. 3, 2022

the International Conference on Industrial Control Network and System C. H. G. Faria, C. Borrego y A. I. Miranda, “Indoor air quality study
Engineering Research (ICNSER), vol. 2019, pp. 58–63, 2019 using low-cost sensors”, en AIR POLLUTION 2020, 8–10 june 2020.
[3] R. K. Kodali, S. Pathuri y S. C. Rajnarayanan, “Smart Indoor Air Southampton UK: WIT Press, 2020.
Pollution Monitoring Station”, en 2020 International Conference on [14] F. Tahsiin, L. Anggraeni, I. Chandra, R. A. Salam y H. Bethaningtyas,
Computer Communication and Informatics (ICCCI), Coimbatore, India, “Analysis of Indoor Air QualityBased on Low-Cost Sensors”, Inter-
22–24 january 2020. IEEE, 2020. national Journal on Advanced Science, Engineering and Information
[4] C. Calvin Adrianto, Y. Calvinus y P. B. Mardjoko, “Design Of CO, CO2, Technology, vol. 10, n. 6, pp. 2627–2633, december 2020.
Temperature, Humidity, And Weather Monitoring System Based On [15] A. K. Kanal y T. Kovacshazy, “IoT Solution for Assessing the In-
Internet of Things (IoT) & Android”, IOP Conference Series: Materials door Air Quality of Educational Facilities”, en 2019 20th International
Science and Engineering, vol. 1007, p. 012175, december 2020 Carpathian Control Conference (ICCC), Krakow-Wieliczka, Poland,
[5] D. Thomas, B. Mistry, S. Snow y M. C. Schraefel, “Indoor Air Quality 26–29 may 2019. IEEE, 2019.
Monitoring (IAQ): A Low-Cost Alternative to CO2 Monitoring in [16] A. Mellit, M. Benghanem, O. Herrak y A. Messalaoui, “Design of
Comparison to an Industry Standard Device”, Advances in Intelligent a Novel Remote Monitoring System for Smart Greenhouses Using the
Systems and Computing, vol. 858, n. 1, pp. 1010–1027, 2018 Internet of Things and Deep Convolutional Neural Networks”, Energies,
[6] G. Marques y R. Pitarma, “IAQ Evaluation Using an IoT CO2 Monitor- vol. 14, n. 16, p. 15, august 2021.
ing System for Enhanced Living Environments”, en Advances in Intelli- [17] T. Pietrucha,“Ability to Determine the Quality of Indoor Air in Class-
gent Systems and Computing, Cham: Springer International Publishing, rooms without Sensors”, E3S Web of Conferences, vol. 17, p. 00073,
2018, pp. 1169–1177 2017.
[7] A. A. Hapsari, A. I. Hajamydeen, D. J. Vresdian, M. Manfaluthy, L. [18] S. N. Mabdeh, A. Al-Zghoul, T. Alradaideh, A. Bataineh y S. Ahmad,
Prameswono y E. Yusuf, “Real Time Indoor Air Quality Monitoring “Simulation study for natural ventilation retrofitting techniques in ed-
System Based on IoT using MQTT and Wireless Sensor Network”, en ucational classrooms – A case study”, Heliyon, vol. 6, n. 10, october
2019 IEEE 6th International Conference on Engineering Technologies 2020
and Applied Sciences (ICETAS), Kuala Lumpur, Malaysia, 20–21 de- [19] O. A. Postolache, J. M. D. Pereira y P. M. B. S. Girao, “Smart Sensors
cember 2019. IEEE, 2019. Network for Air Quality Monitoring Applications”, IEEE Transactions
[8] P. K. Sharma, B. Poddar, S. Dey, S. Nandi, T. De, M. Saha, S. Mondal on Instrumentation and Measurement, vol. 58, n.º 9, pp. 3253–3262,
y S. Saha, “On detecting acceptable air contamination in classrooms september 2009
using low cost sensors”, 9th International Conference on Communication [20] K. Shahzad y B. Oelmann, “A comparative study of in-sensor processing
Systems and Networks (COMSNETS), vol. 2017, pp. 484–487, 2017 vs. raw data transmission using ZigBee, BLE and Wi-Fi for data intensive
[9] D. Suriano, G. Cassano y M. Penza, “Design and Development of a monitoring applications”, en 2014 11th International Symposium on
Flexible, Plug-and-Play, Cost-Effective Tool for on-Field Evaluation of Wireless Communications Systems (ISWCS), Barcelona, Spain, 26–29
Gas Sensors”, Journal of Sensors, vol. 2020, pp. 1–20, august 2020. august 2014.
[10] P. Satyanarayana y R. Narmadha, “Implementation of Wireless Sensor [21] A. Zivelonghi y M. Lai, “Mitigating aerosol infection risk in school
Network Based Indoor Air Quality Monitoring System using GSM”, buildings: the role of natural ventilation, volume, occupancy and CO2
International Journal of Engineering and Advanced Technology, vol. 8, monitoring”, Building and Environment, vol. 204, p. 13, October 2021.
n. 6, pp. 4885–4889, august 2019. [22] J. Allen, J. Spengler, E. Jones, J. Cedeno-Laurent, “5-
[11] M. D. Fernández-Ramos, F. Moreno-Puche, P. Escobedo, P. A. Garcı́a- step guide to checking ventilation rates in classrooms”.
López, L. F. Capitán-Vallvey y A. Martı́nez-Olmos, “Optical portable Reporte tecnico, Harvard. https://schools.forh.ealth.org/wp-
instrument for the determination of CO2 in indoor environments”, content/uploads/sites/19/2021/01/Harvard-Healthy-Buildings-program-
Talanta, vol. 208, p. 120387, february 2020. How-to-assess-classroom-ventilation-10-30-2020-EN R1.8.pdf, 2020.
[12] J.-Y. Kim, C.-H. Chu y S.-M. Shin, “ISSAQ: An Integrated Sensing [23] L. V. de Abreu-Harbich, V. L. A. Chaves y M. C. G. O. Brandstetter,
Systems for Real-Time Indoor Air Quality Monitoring”, IEEE Sensors “Evaluation of strategies that improve the thermal comfort and energy
Journal, vol. 14, n. 12, pp. 4230–4244, december 2014. saving of a classroom of an institutional building in a tropical climate”,
Building and Environment, vol. 135, pp. 257–268, may 2018
[13] M. Lopes, J. Reis, A. P. Fernandes, D. Lopes, R. Luorenco, T. Nunes,

www.ijacsa.thesai.org 537 | P a g e

You might also like