Next Article in Journal
Intelligent Interplanetary Satellite Communication Network for the Exploration of Celestial Bodies
Previous Article in Journal
The IPANEMA Project: Underwater Acoustic Structure for Volcanic Activity and Natural CO2 Emissions Monitoring
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Proceeding Paper

Low-Cost Environmental Monitoring Station to Acquire Health Quality Factors †

by
Ioannis Christakis
*,
Vasilios A. Orfanos
,
Pavlos Chalkiadakis
and
Dimitrios Rimpas
Department of Electrical and Electronics Engineering, University of West Attica, P. Ralli & Thivon 250, 12244 Egaleo, Greece
*
Author to whom correspondence should be addressed.
Presented at the 10th International Electronic Conference on Sensors and Applications (ECSA-10), 15–30 November 2023; Available online: https://ecsa-10.sciforum.net/.
Eng. Proc. 2023, 58(1), 11; https://doi.org/10.3390/ecsa-10-16096
Published: 15 November 2023

Abstract

:
With the exponential development of MEMS (Micro-Electromechanical Systems) in the last decade, emphasis has been placed on the construction of IoT devices in conjunction with an appropriate information system to assist citizens in various fields (transportation, trade, etc.). More specifically, in the health sector,, there are specific IoT devices which can monitor a patient’s health condition or provide environmental data for the area, information which affects health quality conditions. In densely populated areas and especially in large cities, in terms of environmental pollution, as well as the known issue of air pollution, citizens are also exposed to solar radiation (ultraviolet UVA UVB radiation), as well as to noise pollution in areas where people live and work. Ultraviolet radiation, especially during the summer months, is responsible for skin cancer and various eye diseases, while noise pollution can create mental disorders in humans, especially in children. In this article, a low-cost solar radiation and noise pollution monitoring station is presented. The parts that compose the station and its implementation are a microcontroller (TTGO-OLED32) with an integrated LoRa device, an ultraviolet radiation sensor and sound sensors. In addition, a mini ups device is used in case of power failure and a GPS device is utilized for the location point. The measurements are obtained by the sensors every ten minutes and are transmitted via the LoRa network to an application server in which the user has direct access to the environmental data of a specific area. In conclusion, the data obtained from such IoT devices help in the study of cities to optimize factors in people’s lives.

1. Introduction

Issues regarding environmental pollution and health quality, specifically in developed large cities, have been the subject of various studies in recent years [1,2,3,4]. In general, the term health is linked to terms like the wellness of the body and the effects on human life [5,6,7,8]; however, mental health also proves to be equally significant [9,10,11]. In the everyday environment where someone lives and works, there is a set of pollutants, such as atmospheric pollutants including increased greenhouse gases, but also other forms of pollution such as noise and light. Regarding atmospheric pollution, the air quality in densely populated areas has been shown to have an impact on human health, both from gaseous pollutants and from particulate matter [12,13,14], which are the result of human activities such as the development of industry, residential heating systems, traffic, etc. In addition, there are other forms of environmental pollution, like the acoustic noise of an area originating from industrial or residential activities, leading to the degradation of life quality, as well as the incidence of mental disorders. It greatly contributes to human mental disturbance [15], and although it has not been proven to be connected with mental diseases, a correlation between residences near airports and the prevalence of strong symptoms of depression is evident [16]. Subjective health symptoms, such as fatigue and headaches, are consistently reported more often by children who live near an airport facility or go to school in noisy areas [17]. There are issues reported where the light pollution of an area with ultraviolet radiation can be harmful to humans. Research has shown the harmful effects of human exposure to ultraviolet radiation from the sun, demonstrating that it causes skin cancer in a very large percentage [18]. UV radiation can also affect vision as it carries higher energy than visible light and high dose exposure to UV radiation causes direct cell damage, which plays an important role in cancer development [19]. In the last decade, the rapid development and construction of electronic circuits has resulted in the creation of reliable microcontrollers and low-cost sensors. This aspect offers feasibility to build affordable environmental monitoring systems, both in terms of air quality monitoring [20] and environmental conditions monitoring such as acoustic noise and light pollution of an area, giving citizens invaluable information for their residential area. As a communication carrier, a LoRaWAN [21] network can be used to ensure the precise linkage of monitoring stations without fees in a spatial coverage of 3 km. This paper presents the study and implementation of a low-cost environmental monitoring station which includes both noise and light pollution sensors. The retrieved values of the noise level are measured at dB for noise pollution, while the level of ultraviolet radiation is measured as a UV index of light pollution. Due to rapid technological developments, there are many reliable low-cost systems that meet low power consumption and excellent processing standards such as the TTGO@ESP32 microprocessor [22]. These systems offer sufficient local data analysis with low power consumption and LoRa wireless connectivity. This article is organized into the following sections: Section 2 describes the materials and methods, Section 3 comprises the results and discussion, and Section 4 offers the conclusions.

2. Materials and Methods

Three sections compose the IoT architecture [23], perception, network, and application, as seen in Figure 1.
In the case of this work, the low-cost environmental monitoring station constitutes the perception part, including the microcontroller and sensors. The microprocessor unit (CPU) is the TTGO@ESP32, and as sensors, a GYML8511 UV [24] sensor for light pollution and a sound sensor module [25] for sound pollution were used. The network section, also referred to as the transparent segment, aims to connect the perception and application sections. This module is responsible for transmitting data from the low-cost stations to a central station (server) that contains the application section. In this work, we utilize the built-in LoRa network function contained in TTGO@ESP32. Data transfer is conducted using “The Things Network (TTN)” LoRaWAN network. The application section is the final stage of the IoT system, which provides the services to the end user. This section supports many applications for the development of IoT (Internet of Things) systems. In this work, the application section is supported by the Cayenne application server web portal [26]. The components of the low-cost environmental conditions monitoring station are the microprocessor and the sensors. In addition, an expansion board has been constructed for the interconnection between the CPU and sensors.
  • TTGO@ESP32
The main CPU is the TTGO@ESP32 [22] (Figure 2a), which is an open-source Arduino-based firmware for IoT implementations. It is an ideal module for IoT devices as it remains highly affordable with a plethora of features, such as processing capabilities with a fast time response. It can be programmed using the open-source Arduino Software (IDE), providing convenience in coding and uploading to the board while being a familiar and user-friendly software. This processor satisfies the requirements of communication for the sensors array (25 I/O ports, UART, I2C, SPI interfaces). The CPU data processing speed further satisfies this implementation with low power consumption. The microprocessor integrates the data transfer communication which can be implemented over a long-range (LoRa) network or a wireless network (Wi-Fi). In addition, a battery (type 18650) is connected to the integrated charger of the main board for uninterrupted operation in the event of a power failure and voltage stability.
  • Sensors
For the environmental conditions, light and noise pollution sensors were utilized; the GYML8511 [24] ultraviolet sensor (Figure 2b) outputs an analog signal in relation to the amount of the UV light, as the sensor is capable of detecting wavelengths of 280–390 nm light with high precision. For noise pollution validation, a sound sensor module [25] (Figure 2c) of a dynamic microphone (electromagnetic microphone) and amplifier circuit with analog output was exploited. In addition, a GPS module (Figure 2d) was used for the station location.
  • Station implementation
The diagram of implementation and the final construction of the environmental conditions monitoring station are shown in Figure 3a and Figure 3b, respectively. The whole device is integrated in a waterproof box type ΙP66 (with dimensions of 115 mm × 150 mm), which is rather small. The total cost of the station is approximately EUR 80. Every ten minutes, a measurement is conducted and transferred over the LoRa network via the Internet to the application server.

3. Results and Discussion

The evaluation and accuracy of the measurements from the low-cost environmental conditions monitoring station are presented in this section. This custom-made monitoring layout has been installed on the roof of a building, directly in the sun, at a height of 1.5 m, located in eastern Attica in Greece, specifically, in the municipality of Agia Paraskevi. In the evaluation of the UV low-cost sensor, the common known measurement of the UV pollution is the UV index, the calculation of the output of the low-cost UV sensor is given in miliWatt/square centimeter, and the investigation of the transformation of the output sensor to the UV index has taken place. According to the datasheet of the sensor [24], specifically, the graph of the output voltage, UV intensity characteristics can extract the slope of the sensor response. The proposed UV index (Equation (1)) is the result, as the output of the sensor is multiplied by the slope and the result is divided by a correction factor (A).
U V I =   c a l c u l a t e   o u t p u t   m W c m 2   ·   s l o p e   c m 2 m W   A
The reference data are received by the official monitoring station in cooperation with the National Observatory of Athens [27]. The distance between the low-cost station and the reference station is 3 km. The following Figure 4 shows the time-series measurements and the correlation of the UV index of the low-cost monitoring station and the reference station on the last day of June, July and August of 2023.
Regarding noise pollution, the results of the measurements are shown indicatively as there are no reference measurements. The calibration of the microphone module was performed in a laboratory where the noise level decibel (dB) was detected by official instruments. Figure 5 shows the time-series measurements of noise pollution for the low-cost monitoring station on the last day of June, July and August of 2023.

4. Conclusions

In the environment, alongside atmospheric pollution, there are other forms of pollution, such as light and noise, which affect human health and wellness. In this article, a low-cost UV radiation and noise pollution monitoring station has been presented. Data transfer has been conducted through the LoRa network, while visualization has been supported by Cayenne, which is an IoT application server on the Internet. The measurements have been retrieved in vivo and the measured values have been corrected using a proposed equation to extract the UV index from the UV sensor and the sound output in decibels (dB) from the sound sensor. The results are encouraging as the low-cost UV sensor shows a correlation coefficient R2 greater than 90% with respect to the reference data, while the noise value accuracy shows satisfactory results, as the station was installed in a quiet neighborhood of northeast Attica. The use of low-cost sensors and their utilization with microcontrollers of new technology can satisfy a wide range of detection for environmental conditions. The aim is to attract more and more people to actively participate in actions such as public health monitoring which is a common good for all. However, it is a good and affordable solution to inform the general public about the environmental conditions where they live and work.

Author Contributions

Conceptualization, I.C. and D.R.; methodology, I.C., V.A.O., P.C. and D.R.; software, I.C.; validation, V.A.O. and P.C.; formal analysis, I.C., V.A.O., P.C. and D.R.; investigation, I.C. and D.R.; resources, V.A.O. and P.C.; data curation, V.A.O. and P.C.; writing—original draft preparation, I.C.; writing—review and editing, D.R. and V.A.O.; visualization, V.A.O.; supervision, I.C. and D.R.; project administration, I.C. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

All of the data created in this study are presented in the context of this article.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Manisalidis, I.; Stavropoulou, E.; Stavropoulos, A.; Bezirtzoglou, E. Environmental and health impacts of air pollution: A review. Front. Public Health 2020, 8, 14. [Google Scholar] [CrossRef] [PubMed]
  2. Zhang, X.; Chen, X.; Zhang, X. The impact of exposure to air pollution on cognitive performance. Proc. Natl. Acad. Sci. USA 2018, 115, 9193–9197. [Google Scholar] [CrossRef] [PubMed]
  3. Lin, B.; Zhu, J. Changes in urban air quality during urbanization in China. J. Clean. Prod. 2018, 188, 312–321. [Google Scholar] [CrossRef]
  4. Liang, L.; Wang, Z.; Li, J. The effect of urbanization on environmental pollution in rapidly developing urban agglomerations. J. Clean. Prod. 2019, 237, 117649. [Google Scholar] [CrossRef]
  5. Jiang, Y.; Niu, Y.; Xia, Y.; Liu, C.; Lin, Z.; Wang, W.; Ge, Y.; Lei, X.; Wang, C.; Cai, J.; et al. Effects of personal nitrogen dioxide exposure on airway inflammation and lung function. Environ. Res. 2019, 177, 108620. [Google Scholar] [CrossRef]
  6. Nuvolone, D.; Petri, D.; Voller, F. The effects of ozone on human health. Environ. Sci. Pollut. Res. 2018, 25, 8074–8088. [Google Scholar] [CrossRef]
  7. Momtazan, M.; Geravandi, S.; Rastegarimehr, B.; Valipour, A.; Ranjbarzadeh, A.; Yari, A.R.; Dobaradaran, S.; Bostan, H.; Farhadi, M.; Darabi, F.; et al. An investigation of particulate matter and relevant cardiovascular risks in Abadan and Khorramshahr in 2014–2016. Toxin Rev. 2019, 38, 290–297. [Google Scholar] [CrossRef]
  8. Goudarzi, G.; Alavi, N.; Geravandi, S.; Idani, E.; Behrooz, H.R.A.; Babaei, A.A.; Alamdari, F.A.; Dobaradaran, S.; Farhadi, M.; Mohammadi, M.J. Health risk assessment on human exposed to heavy metals in the ambient air PM10 in Ahvaz, southwest Iran. Int. J. Biometeorol. 2018, 62, 1075–1083. [Google Scholar] [CrossRef] [PubMed]
  9. Ventriglio, A.; Bellomo, A.; di Gioia, I.; Di Sabatino, D.; Favale, D.; De Berardis, D.; Cianconi, P. Environmental pollution and mental health: A narrative review of literature. CNS Spectr. 2021, 26, 51–61. [Google Scholar] [CrossRef]
  10. Mueller, M.A.; Flouri, E.; Kokosi, T. The role of the physical environment in adolescent mental health. Health Place 2019, 58, 102153. [Google Scholar] [CrossRef] [PubMed]
  11. Ventriglio, A.; Torales, J.; Castaldelli-Maia, J.M.; De Berardis, D.; Bhugra, D. Urbanization and emerging mental health issues. CNS Spectr. 2021, 26, 43–50. [Google Scholar] [CrossRef] [PubMed]
  12. World Health Organization. WHO Global Air Quality Guidelines: Particulate Matter (PM2.5 and PM10), Ozone, Nitrogen Dioxide, Sulfur Dioxide and Carbon Monoxide; World Health Organization: Geneva, Switzerland, 2021. [Google Scholar]
  13. Ritz, B.; Hoffmann, B.; Peters, A. The effects of fine dust, ozone, and nitrogen dioxide on health. Dtsch. Ärzteblatt Int. 2019, 116, 881. [Google Scholar] [CrossRef] [PubMed]
  14. Orellano, P.; Reynoso, J.; Quaranta, N.; Bardach, A.; Ciapponi, A. Short-term exposure to particulate matter (PM10 and PM2.5), nitrogen dioxide (NO2), and ozone (O3) and all-cause and cause-specific mortality: Systematic review and meta-analysis. Environ. Int. 2020, 142, 105876. [Google Scholar] [CrossRef] [PubMed]
  15. Kou, L.; Kwan, M.P.; Chai, Y. Living with urban sounds: Understanding the effects of human mobilities on individual sound exposure and psychological health. Geoforum 2021, 126, 13–25. [Google Scholar] [CrossRef]
  16. Beutel, M.E.; Brähler, E.; Ernst, M.; Klein, E.; Reiner, I.; Wiltink, J.; Michal, M.; Wild, P.S.; Schulz, A.; Munzel, T.; et al. Noise annoyance predicts symptoms of depression, anxiety and sleep disturbance 5 years later. Findings from the Gutenberg Health Study. Eur. J. Public Health 2020, 30, 487–492. [Google Scholar] [CrossRef] [PubMed]
  17. Clark, C.; Head, J.; Haines, M.; van Kamp, I.; van Kempen, E.; Stansfeld, S.A. A meta-analysis of the association of aircraft noise at school on children’s reading comprehension and psychological health for use in health impact assessment. J. Environ. Psychol. 2021, 76, 101646. [Google Scholar] [CrossRef]
  18. Leiter, U.; Keim, U.; Garbe, C. Epidemiology of skin cancer: Update 2019. Sunlight Vitam. D Ski. Cancer 2020, 1268, 123–139. [Google Scholar]
  19. Yam, J.C.; Kwok, A.K. Ultraviolet light and ocular diseases. Int. Ophthalmol. 2014, 34, 383–400. [Google Scholar] [CrossRef] [PubMed]
  20. Christakis, I.; Hloupis, G.; Stavrakas, I.; Tsakiridis, O. Low cost sensor implementation and evaluation for measuring NO2 and O3 pollutants. In Proceeding of the 9th International Conference on Modern Circuits and Systems Technologies (MOCAST), Bremen, Germany, 7–9 September 2020. [Google Scholar]
  21. The Things Network. Available online: https://www.thethingsnetwork.org/ (accessed on 31 August 2023).
  22. ESP32 Series—Espressif Systems. Available online: https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf (accessed on 31 August 2023).
  23. Said, O.; Masud, M. Towards internet of things: Survey and future vision. Int. J. Comput. Netw. 2013, 5, 1–17. [Google Scholar]
  24. ML8511—SparkFun Electronics. Available online: https://cdn.sparkfun.com/datasheets/Sensors/LightImaging/ML8511_3-8-13.pdf (accessed on 31 August 2023).
  25. KY-038 Datasheet. Available online: https://datasheetspdf.com/pdf-file/1402048/Joy-IT/KY-038/1 (accessed on 31 August 2023).
  26. Cayenne Community Forum, Cayenne. Available online: https://cayenne.mydevices.com/cayenne/forum_login (accessed on 31 August 2023).
  27. Latest Conditions in Nomismatokopeio. Available online: https://penteli.meteo.gr/stations/nomismatokopeio/ (accessed on 31 August 2023).
Figure 1. IoT architecture topology.
Figure 1. IoT architecture topology.
Engproc 58 00011 g001
Figure 2. The CPU and sensors of low-cost station: (a) the TTGO@ESP32 CPU board; (b) the UV sensor GYML8511; (c) the sound sensor; (d) the GPS module.
Figure 2. The CPU and sensors of low-cost station: (a) the TTGO@ESP32 CPU board; (b) the UV sensor GYML8511; (c) the sound sensor; (d) the GPS module.
Engproc 58 00011 g002
Figure 3. The implementation and construction of the low-cost station: (a) the station components diagram; (b) the final construction of the low-cost monitoring station.
Figure 3. The implementation and construction of the low-cost station: (a) the station components diagram; (b) the final construction of the low-cost monitoring station.
Engproc 58 00011 g003
Figure 4. Time series and correlations of measurements of low-cost sensor and reference of UV index: (a) time series of 30 June 2023; (b) time series of 30 July 2023; (c) time series of 31 August 2023; (d) correlations of 30 June 2023; (e) correlations of 30 July 2023; (f) correlations of 31 August 2023.
Figure 4. Time series and correlations of measurements of low-cost sensor and reference of UV index: (a) time series of 30 June 2023; (b) time series of 30 July 2023; (c) time series of 31 August 2023; (d) correlations of 30 June 2023; (e) correlations of 30 July 2023; (f) correlations of 31 August 2023.
Engproc 58 00011 g004
Figure 5. Time-series measurements of noise pollution (dB): (a) time period of 30 June 2023; (b) time period of 30 July 2023; (c) time period of 31 August 2023.
Figure 5. Time-series measurements of noise pollution (dB): (a) time period of 30 June 2023; (b) time period of 30 July 2023; (c) time period of 31 August 2023.
Engproc 58 00011 g005
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Christakis, I.; Orfanos, V.A.; Chalkiadakis, P.; Rimpas, D. Low-Cost Environmental Monitoring Station to Acquire Health Quality Factors. Eng. Proc. 2023, 58, 11. https://doi.org/10.3390/ecsa-10-16096

AMA Style

Christakis I, Orfanos VA, Chalkiadakis P, Rimpas D. Low-Cost Environmental Monitoring Station to Acquire Health Quality Factors. Engineering Proceedings. 2023; 58(1):11. https://doi.org/10.3390/ecsa-10-16096

Chicago/Turabian Style

Christakis, Ioannis, Vasilios A. Orfanos, Pavlos Chalkiadakis, and Dimitrios Rimpas. 2023. "Low-Cost Environmental Monitoring Station to Acquire Health Quality Factors" Engineering Proceedings 58, no. 1: 11. https://doi.org/10.3390/ecsa-10-16096

Article Metrics

Back to TopTop