Design, Assembly and Simulation of an Environmental Prototype Station IoT Based on Arduino Mega 2560 and Multiparameter Sensors

Abstract

Environmental monitoring is today a key challenge for public health, urban planning, and scientific research. Official monitoring stations, although highly accurate, remain expensive and difficult to deploy in developing countries. This study presents the design, assembly, and laboratory simulation of an environmental prototype station based on the Arduino Mega 2560 board and has a set of multiparameter sensors (temperature, humidity, carbon dioxide, fine particles, air pollutants, light intensity, and rainfall). The system integrates wireless communication technologies (LoRa and Wi-Fi via ESP-01), local data storage on a SD card, and real-time display through an OLED screen. The adopted methodology combines a detailed technical description of the components, optimized wiring, and has step-by-step laboratory simulation procedure. The results demonstrate the reliability of the sensors, the stability of communications, and the relevance of the proposed modular architecture. This prototype offer has a low cost and open-source solution suitable for academic contexts and urban resource-limited areas. Future improvements include the integration of solar energy sources, advanced sensor calibration, and connection to IoT platforms such as The Things Network.

Share and Cite:

Sonny, M. , Emmanuel, N. and Crispin, N. (2026) Design, Assembly and Simulation of an Environmental Prototype Station IoT Based on Arduino Mega 2560 and Multiparameter Sensors. Engineering, 18, 30-44. doi: 10.4236/eng.2026.182003.

1. Introduction

The question of environmental monitoring becomes more and more central in Contemporary scientific and political debates [1] [2]. The challenges linked to climate change, air pollution, and rapid urbanization call for the establishment of reliable monitoring systems capable of providing real-time and large-scale data. According to the World Health Organization [3], close of 99% of the population world breathing air that does not meet recommended quality standards has significant impacts on public health, particularly in terms of respiratory and cardiovascular diseases. Similarly, the Intergovernmental Panel on Climate Change [4] emphasizes the importance of having robust environmental databases to support adaptation and mitigation policies.

Traditionally, the environmental monitoring systems [5]-[8] relies on fixed and certified stations often expensive and limited in number, above all in the developing countries [9]. This constraint creates an imbalance in infrastructure measurement between rich regions and those lacking it, particularly in sub-Saharan Africa, especially in the Democratic Republic of Congo. In this context, emerging digital technologies—especially the Internet of Things (IoT) and open-source microcontrollers—appear as a promising alternative [10] [11]. Indeed, these solutions offer the possibility of designing low-cost, modular, interoperable, and easily deployable systems [12].

The rise of accessible electronic platforms like Arduino or ESP8266/ESP32 [13] [14] has significantly democratized the construction of scientific prototypes. These microcontrollers allow the integration of various environmental sensors (temperature, humidity, gas, particulate matter, light, rain), while also providing processing, storage, and communication capabilities [15] [16]. The Arduino Mega 2560 [17] [18], in particular, is known for its multiple inputs/outputs digital and analog its memory more important than that of the Arduino Uno, and the ability to manage multiple serial interfaces simultaneously [19]. These features make it a platform of choice for projects requiring the integration of numerous modules.

A second determining factor is data communication. LoRa (Long Range) and Wi-Fi (ESP-01/ESP8266) technologies respectively enable low-power long-distance transmission and direct internet connectivity. Several recent studies demonstrate the effectiveness of LoRa for deploying environmental sensor networks [20] [21] covering vast geographical areas [22] [23]. As for the Wi-Fi, it remains a flexible solution for real-time data transfer to servers or cloud platforms, thus facilitating visualization and analysis.

The use of these technologies also responds to a growing demand for open science. By making accessible hardware and software solutions available, researchers and local stakeholders can design tools adapted to their socio-economic context. This dynamic is already visible with projects like AirSensEUR [24], an open-source station European source, or again the citizen sensors deployed by the local communities within the framework of participatory science initiatives [25].

The project presented in this article registers in this logic. It aims as a design, to go up and to simulate in the laboratory an environmental prototype station integrating an Arduino board The Mega 2560 [26] [27], several multiparameter sensors (temperature, humidity, CO2, particulate matter, various gases, light intensity, rain), an OLED display, local memory via SD card, a real-time clock (RTC), and two wireless communication modes (LoRa and ESP-01 Wi-Fi). The objective is twofold: to demonstrate the technical feasibility of such a station with readily available components, and to validate its operation in the laboratory before future field deployment.

2. Materials and Methods

The design of this environmental prototype station required careful consideration of component selection, their hardware and software organization, and the experimental procedure followed in the laboratory. The methodological approach adopted rests on a modular architecture and evolving, inspired of the current practices in embedded engineering systems and the Internet of Things (IoT). The instruments that are commonly used are thermometer ThermoPro TP55 Digital Thermometer, HTC 1 hygrometer, portable CO2 detector CM 1106-NH and lux meter led DT 3809. Matlab enabled us to simulate the prototype (Figure 1).

Figure 1. Instruments commonly used in the laboratory.

2.1. Design of General Architecture

From the earliest stages of the project, it was essential to define a clear and coherent architecture in order to ensure the compatibility among the different modules. The heart of East system constituted by an Arduino board The Mega 2560 was chosen for its numerous digital and analog inputs/outputs, as well as its four hardware UART ports, essential for managing multiple operating sensors in serial communication simultaneously. This board acts as the conductor of device, coordinating the collection of the data, their treatment, their display and their transmission.

Around this central unit gravitate several subsystems:

  • A set of different environmental measuring sensor parameters (temperature, humidity, gases, particles, brightness, rain),

  • of the modules communication allowing their local transmission or distant data,

  • of the peripherals storage and of temporal synchronization,

  • Thus, that a local intended display has a view in real time of the information collected.

To ensure interconnection, we opted for standardized communication buses that limit the risk of conflicts among the modules. Thus, I2C was reserved for coupling the OLED screen and of the real clock time, the SPI has served for the map SD and the module LoRa SX1278, and the different ports UART of their map Arduino have allowed to separate the communication series between the CO2 sensor (MH-Z19B), the fine particle sensor (SDS011) and the Wi-Fi module (ESP-01). This methodical cutting has allowed obtaining a robust system, flexible and easily debuggable (Figure 2).

Figure 2. Conceptual diagram of prototype material architecture in Proteus 9 (Arduino at the center, connected to sensors, communication modules and peripherals).

2.2. Central Microcontroller: Arduino Mega 2560

The choice of a microcontroller was obvious. Unlike the Arduino Uno, limited to a single hardware serial port and relatively small memory, the Arduino Mega 2560 features:

54 digital pins, of which 15 usable in PWM;

16 analog ideal entrances for the analog sensors as the MQ-135 and the rain sensor;

4 material ports UART (Serial, Serial 1, Serial 2, Serial 3), allowing each serial module have an independent connection;

256 kB of flash memory and 8 KB of RAM (SRAM) are more than sufficient for the support of the gourmand libraries as those of LoRa, from the OLED SSD1306 screen or the SD card.

This technical configuration makes it a preferred platform in the construction of complex scientific prototypes, as already shown by similar work in environmental IoT [28] (Table 1).

Table 1. Main feature techniques of the Arduino Mega 2560.

Characteristic

Description/Value

Microcontroller

ATmega2560

Architecture

8 bits

Functioning Tension

5 V

Food Tension recommended

7 V has 12 V

Food Tension maximum

6 V has 20 V

Flash Memory

256 Ko (of which 8 KB used speak bootloader)

SRAM

8 KB

EEPROM

4 KB

Clock Frequency

16 MHz

Number of pins digital I/O

54 pins (of which 15 can be used as exits PWM)

Analog entries number

16 entrances

Fluent by pin I/O

20 my

Fluent maximum on the 3.3 V pin

50 my

Communication Interfaces

UART (4), SPI, I2C, USB

USB Connector

Kind B

Analog-Digital Converter (ADC)

10 bits

Dimensions

101.52 mm × 53.3 mm

Weight

37 g

2.3. Environmental Sensors: Description and Justification of the Choice

The objective of prototype being to provide a multiparameter version of several additional sensors have been integrated into the environment.

  • DHT22 (Temperature and humidity): selected for its good precision (±0.5˚C and ±2% HR) and its ease of integration. It offers reliable measurement for climatology or indoor comfort monitoring applications.

  • MH-Z19B (Carbon Dioxide, CO2): NDIR infrared sensor, with a range of 0 to 5000 ppm and a precision of ±50 ppm + 5%. It has been retained for its reliability and its possibility of calibration, essential criterion for a scientist station [29].

  • MQ-135 (Various Gases): This semiconductor sensor responds to a wide range of polluting gases. (ammonia, benzene, fumes). Though its measures require a calibration, it constitutes an interesting indicator of global air quality [30].

  • SDS011 (Particles) thin, PM2.5 and PM10): based on a technology laser of broadcast, this sensor is known for its sensitivity and accuracy (±10 µg/m3). Recent studies [31] demonstrate its relevance for monitoring urban pollution.

  • LDR (Photoresistor): used as a sensor of brightness. Tough basic, it provides useful information on local lighting conditions.

  • Rain sensor (analog): detects the presence of humidity on its surface allows us to estimate the relative intensity of precipitation.

Each of these sensors meets a specific need and their joint integration gives the prototype a multidisciplinary character, ranging from meteorology to monitoring air pollution (Table 2).

Table 2. Specification techniques of the sensors integrated at prototype (range of measurement, precision, communication protocol).

Sensor

Setting measures

Range of measures

Precision/ Resolution

Communication protocol

Additional remarks

DHT22

Temperature, Humidity

-40 has 80˚C; 0% - 100% HR

±0.5˚C; ±2% RH

Digital (1-wire)

Response time ~2 s, requires 10 kΩ pull-up

MH-Z19B

CO2 (ppm)

0 - 5000 ppm

±50 ppm or ±5%

UART/PWM

Infrared calibratable sensor

MQ-135

Gases (NH3, NOx,

benzene, fumes)

10 - 1000 ppm (approx.)

Variable depending on gas

Analog (0 - 5 V)

Preheating time ~24 h; requires calibration

SDS011

Particles PM2.5/PM10

0 - 1000 µg/m3

±10 µg/m3 or ±10%

UART

Integrated fan, controlled speed air

GP2Y1010AU0F

PM2.5 particles

0 - 800 µg/m3

±10%

Analog (0 - 5 V)

Optical sensor, sensitive to fine dust

LDR (photoresistivity)

Brightness (lux)

1 - 10,000 lux

Variable depending on resistance

Analog (0 - 5 V)

Simple and economical,

non–linear answer

Rain sensor (analog)

Rainfall/Relative humidity

0% - 100% wet surface

Qualitative/variable

Analog (0 - 5 V)

Proportional output has water conductivity

2.4. Modules of Communication

The ability of the system has to transmit the data in real time constitutes a fundamental criterion. Two complementary technologies have been integrated:

  • LoRa SX1278: reknown for its long range and its weak consumption energy, it allows to transmit the data on several kilometers in free field. Based on chirp modulation spread spectrum, it is particularly suited to urban environments where obstacles disrupt transmissions (Augustin et al., 2016).

  • ESP-01 (ESP8266): This little module Wi-Fi assures the direct connection has Internet via a local network. It can transmit data in MQTT or HTTP format, facilitating integration with the platforms of visualization such as ThingsBoard, Node -RED or Grafana.

These two complementary modules assure the station a double ability of communication, both local and global, thus guaranteeing its flexibility of use.

2.5. Storage Peripherals and Temporal Synchronization

In order to give back the station autonomous, two components have been integrated:

1) A drive of map SD, allowing the local recording of the measures at CSV format. This solution guarantees data backup even in the event of a network outage;

2) A real clock time DS3231, extremely precised, which timestamps each measure and ensures the temporal continuity of the tracking (even in the event of a microcontroller restart).

2.6. Local Display

The 0.96-inch SSD1306 OLED screen, connected via I2C, was chosen for its compact size and low power consumption. It allows to display in the main direct measures (temperature, humidity, CO2, fine particles), thus offering a fast diagnostic interface.

2.7. Food System

The East prototype powered by an external source of 12 V DC, regulated has 5 V via a step-down. The sensitive modules as the LoRa SX1278 and the ESP-01 require a food stabilized at 3.3 V, supplied by a specific regulator (AMS1117). This configuration avoids the risk of overheating or malfunction due to voltage variations.

2.8. Experimental Procedure of Laboratory Simulation

The laboratory simulation has followed up a progressive and rigorous approach in order to restrict the risks of errors and ensuring the validity of the results (Table 3):

Table 3. Plan of laboratory simulation (steps, tested modules, expected results).

Stage

Tested modules

Objective/Aim

Procedure/Activity

Expected results

1

Food and wiring

The modules are properly powered and that there is continuity of wiring

Connect the Arduino, sensors, and OLED screen according to the diagram; measure the voltage on each module

All modules receive the appropriate voltage (5 V/3.3 V), not of short circuit

2

Sensor DHT22 (Temperature & Humidity)

Test the accuracy of environmental measurements

Read the data all take 10 seconds and compare with a reference hygrometer/thermometer

The values are consistent with the instrument references (±2˚C, ±5% HR)

3

Sensor MH-Z19B (CO2)

Check the gas detection and calibration

Simulate of the known CO2 concentrations and observe the answer sensor

The sensor correctly detects concentrations and displays the value on OLED screen

4

MQ-135 (Quality of the air/gas miscellaneous)

Test the sensitivity to pollutants

Expose the sensor has ambient air and sources of simulated pollution

Variation of analog signal depending on the presence of pollutants

5

Sensor PM2.5

Check the measurement of thin particles

Generate of the simulated smoke (e.g., candle, steam) and read the values on Arduino

PM2.5 concentrations are increasing proportionally to the presence of particles

6

LDR And rain sensor

Test the light measurements and precipitation

Simulate day/night for the coolant and add a few water drops for rain sensor

LDR noted light variation; sensor rain drop detectors and sends signal

7

LoRa communication/ESP-01

Testing the data transmission to remote server

Send the data collected to a receiving module or cloud server

Data correctly received remotely without loss

8

OLED screen

Check display data

Display all the measurements collected by the sensors

Clear display and has a day of all the data

9

Full simulation

Check the total integration of the prototype

Execute the complete program with all sensors and module assets

Data from all sensors are measured, displayed and transmitted correctly; no bus conflict I2C/SPI

1) Progressive assembly: each sensor was individually integrated into the system, starting with the simplest (DHT22, LDR) before moving to the more complex modules (MH-Z19B, SDS011, LoRa, ESP-01).

2) Unit test: for each sensor, a minimal sketch (Arduino program) was used to verify the proper functioning of the hardware and the associated library.

3) Progressive integration: After unitary validation, the different modules have been added to the main sketch, taking care to avoid library and communication conflicts.

4) Final validation: once the complete system was assembled, cycle measurements were executed, including data acquisition, display, recording to SD card and transmission via LoRa and Wi-Fi.

3. Results

This section presents successively the results relating to the measurement of environmental parameters, the local data recording, their real-time display, and finally their transmission via the LoRa and Wi-Fi communication modules.

3.1. Environmental Measures

The set of sensors has answered in accordance to specification techniques announced by the manufacturers. The initial tests consisted of comparing the data raw materials of the prototype with reference on instruments available in the laboratory such as digital ThermoPro TP55 Digital Thermometer, HTC 1 hygrometer, portable CO2 detector CM 1106-NH and lux meter led DT 3809.

The results show good agreement between measurements, with small average deviations consistent with the expected accuracy of low-cost sensors (Table 4).

Table 4. Comparative measures data (prototype vs reference instruments).

Setting

Prototype (average)

Reference (average)

Gap relative

Temperature (˚C)

26.4

26.1

+1.1%

Humidity (%)

58.2

57.0

+2.1%

CO2 (ppm)

432

420

+2.8%

PM2.5 (µg/m3)

15.6

14.8

+5.4%

Brightness (lux)

310

305

+1.6%

Rain detection (binary)

Detected presence

Confirmed presence

Concordant

These discrepancies, although present, remain within the tolerance range of the sensors used. They confirm the relevance of system for an environmental indicator and participatory follow up, even though regular calibration would be necessary for professional use.

3.2. Local Data Registration

The system successfully saved the measurements to the SD card in CSV format. Each line included an accurate timestamp provided by the real-time clock (RTC DS3231) follow up of the measured values. This format facilitates direct import into statistical software analysis (Excel, R, Python).

CSV Extract file generated by the prototype:

Date

Time

Temperature (˚C)

Humidity (%)

CO2 (ppm)

PM2.5 (µg/m3)

PM10 (µg/m3)

Brightness (lux)

Rainfall

2025-09-09

10:15:32

26.4

58.2

432

15.6

22.3

310

1

2025-09-09

10:20:32

26.6

57.9

428

14.9

21.7

295

0

2025-09-09

10:25:32

26.5

58.1

435

16.2

23.0

320

0

This reliable registration constitutes a guarantee of traceability and assures a continuity of the data in case of loss of network connection.

3.3. Display in Real Time

The SSD1306 OLED screen accurately displayed the measurements in cyclic scrolling mode. This useful feature proved during debugging and rapid inspection phases in the laboratory. The interface was legible, even in weak brightness, confirming the relevance of this component selection (Figure 3).

Figure 3. OLED Display during the simulation (temperature, humidity, CO2, PM2.5).

3.4. The Data Transmission via LoRa and Wi-Fi

The tests of communication have confirmed the robustness of adopted architecture:

1) The LoRa SX1278 module enabled to transmit data on a distance of over 800 meters in semi-open field, with a rate of loss lower than 5%. This performance is consistent with previous studies (Augustin et al., 2016) and validates the adaptability of the system for outdoor use. For optimal LoRa range testing, the key technical parameters to configure are the SF12 Spreading Factor, a BW Bandwidth of 125 kHz, and a Maximum Transmit Power of 14 dBm.

2) The ESP-01 (Wi-Fi) module ensured real-time data transmission to a local cloud platform (via MQTT protocol). The values were then displayed in a table of edge (dashboard) simple, confirming interoperability of system with the modern IoT tools (Node-RED, Grafana).

3.5. Visualization Chart of the Data

The data issues of the simulation have been represented below the shape of graphs in order to assess temporal trends (Figure 4, Figure 5).

Figure 4. Temporal evolution of the temperature and humidity during 2 hours of simulation.

Figure 5. Measured concentrations in CO2 and PM2.5 on the same period.

These graphs put in evidence the stability of system and the ability of prototype has followed continuous variations in environmental parameters.

The main results obtained can be summarized as follows:

1) The sensors have provided the measures consistent with the instruments of reference, with small differences (≤5%).

2) The recording local on map SD has revealed reliable and usable for further analyses.

3) The OLED display offers a direct practical and clear reading.

4) The modules LoRa and Wi-Fi guarantee a double redundancy of communication, local (long range) and global (Internet connection).

5) The visualization graphs confirm the stability of system and the relevance for indicative monitoring sensors.

These results constitute a key stage towards the validation of prototype, opening the way as a discussion in-depth on its performance, its boundaries and its perspective improvement.

4. Discussion

The design and laboratory simulation of the Arduino-based environmental prototype station The Mega 2560 sensors demonstrate that it is possible to develop low-cost, modular, and interoperable systems for environmental monitoring [15] [16]. However, as with any experimental setup, the results should be interpreted with caution, taking into account the technical limitations of the sensors and the challenges associated with their integration.

The comparative results (Table 1) have shown the weak gaps between the prototype sensors and reference instruments confirmed that the solution can provide reliable indicative measurements. However, the absolute accuracy remains lower than that of officially accredited stations (Kumar and al., 2015). For example, the sensors of thin particles low cost as the SDS011 are sensitive to relative humidity and require regular calibration to remain consistent with reference stations. To calibrate the MQ-135 sensors, principal calibration methods are such as fresh air calibration, calculation of Ro (Reference Resistance), potentiometer adjustment, humidity/temperature correction and the use of libraries. For SDS011 calibration, methods commonly used include real-world colocation, linear regression correction, relative humidity modeling, and clean-air calibration [31].

Likewise, the sensor MQ-135, though versatile, does not allow to discriminate the different gases present and reacts strongly to variations in ambient temperature. This limits its use to an indicative pollution detector role, rather than a quantitative instrument [25].

Thus, the prototype responds to a logic of observatory citizen or academic platform for training and applied research, but cannot replace a certified station for environmental regulations.

The adopted architecture is based on Arduino use of the Mega 2560 and separate communication buses (UART, I2C, SPI) enabled the integration of more than ten modules and sensors without major conflicts. The success of the simulation confirms the relevance of the modular approach.

The choice of a double communication (LoRa and Wi-Fi) reinforces the resilience of the system:

  • The LoRa assures a blanket long distance, useful in rural areas or in distributed networks [23].

  • The Wi-Fi via ESP-01 allows a direct connection as Internet and the sending towards cloud platforms (MQTT, HTTP).

This essential redundancy for the contexts or access has irregular Internet, but continued data collection remains necessary.

From the recent confirmed studies, the interest to develop the low cost systems of environmental monitoring is for example:

  • [9] have observed that the networks of citizen sensors can complete official stations by providing finer spatial coverage.

  • [12] have evaluated several sensors of thin particles low cost and concluded that, despite uncertainties, they are useful for detecting relative variations.

  • [18] [32] used LoRaWAN-based IoT architectures for monitoring in real time of the quality of the air, with the relative results of those obtained in this study.

These comparisons locate our work in an international tendency aiming as an environmental democratized monitoring using open-source technologies and the Internet of Things.

5. Conclusions

The design, assembly, and laboratory simulation of an environmental prototype station resting on the Arduino Mega 2560 platform and a panoply of low-cost sensors demonstrate the feasibility of a modular system, flexible and accessible for the environment monitoring. The results obtained show that:

  • The sensors deployed (temperature, humidity, CO2, fine particles, various gases, brightness, rain) provide consistent measures with the instruments of reference, within the limits of their nominal accuracy.

  • Architecture material, combining bus UART I2C and SPI, has permitted to integrate more of ten modules without major interference, confirming the robustness of the modular approach.

  • The double communication without thread (LoRa long scope and Wi-Fi via ESP-01) reinforces the resilience of the system, opening the way to usage scenarios in both urban and isolated areas.

  • Local recording (SD card) and real-time display (OLED) ensure the data continuity and an immediate consultation, two crucial advantages for academic and applied research contexts.

However, the limitations observed, including the sensitivity of the ESP-01 module to power supply, the need to calibrate certain sensors (SDS011, MQ-135), and the management of the volume of generated data, confirm that this prototype should be considered as a proof of concept rather than as a solution that can be immediately deployed on a large scale.

The main contribution of this work resides in the demonstration that an embedded low cost system and open source can be designed for answer to environmental monitoring needs in contexts with limited resources. Unlike official stations which are often expensive and few in number, this type of solution democratizes environmental data collection, paving the way:

  • of the participatory science projects involving citizens;

  • of the educational applications for the students in electronics, computer sciences and environmental sciences;

  • of the distributed sensor networks, capable of completing the stations of reference with a best spatial blanket.

Conflicts of Interest

The authors declare no conflicts of interest regarding the publication of this paper.

References

[1] Kashid, M., Surwase, S. and Karande, K. (2021) IoT Based Environmental Parameter Monitoring Using Machine Learning Approach—A Review. International Journal of Research Publication and Reviews, 2, 1550-1553.
[2] Nandagiri, K. and Murthy, R. (2021) A Review on Smart Environment Monitoring Systems Using Sensors. Journal of Emerging Technologies and Innovative Research, 8, 142-145.
[3] World Health Organization (WHO) (2024) Ambient (Outdoor) Air Pollution.
https://www.who.int/news-room/fact-sheets/detail/ambient-(outdoor)-air-quality-and-health
[4] IPCC (2022) Climate Change 2022: Impacts, Adaptation, and Vulnerability. Contribution of Working Group II to the Sixth Assessment Report of the Intergovernmental Panel on Climate Change. Cambridge University Press, 3056 p.
[5] Prasad, A.N., Mamun, K.A., Islam, F.R. and Haqva, H. (2015) Smart Water Quality Monitoring System. 2015 2nd Asia-Pacific World Congress on Computer Science and Engineering (APWC on CSE), Nadi, 2-4 December 2015, 1-6.[CrossRef
[6] Ramprabu, J. and Paramesh, C. (2015) Automated Sensor Network for Monitoring and Detection of Impurity in Drinking Water System. International Journal for Research in Applied Science & Engineering Technology, 3, 275-280.
[7] Pranata, A.A., Lee, J.M. and Kim, D.S. (2017). Towards an IoT-Based Water Quality Monitoring System with Brokerless Pub/Sub Architecture. 2017 IEEE International Symposium on Local and Metropolitan Area Networks (LANMAN), Osaka, 12-14 June 2017, 1-6. [Google Scholar] [CrossRef
[8] Xu, Z.F., Yang, J.J., Zhou, H. and Hou, YF. (2023) A Wireless Remote Monitoring Sensor for Agricultural Environment Based on NB-IoT. INMATEH Agricultural Engineering, 69, 285-294.
[9] Castell, N., Dauge, F.R., Schneider, P., Vogt, M., Lerner, U., Fishbain, B., et al. (2017) Can Commercial Low-Cost Sensor Platforms Contribute to Air Quality Monitoring and Exposure Estimates? Environment International, 99, 293-302.[CrossRef] [PubMed]
[10] Ramakala, R., Thayammal, S., Ramprakash, A. and Muneeswaran, V. (2017) Impact of ICT and IOT Strategies for Water Sustainability: A Case Study in Rajapalayam-India. 2017 IEEE International Conference on Computational Intelligence and Computing Research (ICCIC), Coimbatore, 14-16 December 2017, 1-4.[CrossRef
[11] Zidan, N., Maree, M. and Samhan, S. (2018) An IoT Based Monitoring and Controlling System for Water Chlorination Treatment. Proceedings of the 2nd International Conference on Future Networks and Distributed Systems, Barcelona, 27-29 August 2014, 1-6.[CrossRef
[12] Jiao, W., Hagler, G., Williams, R., Sharpe, R., Brown, R., Garver, D., et al. (2016) Community Air Sensor Network (CAIRSENSE) Project: Evaluation of Low-Cost Sensor Performance in a Suburban Environment in the Southeastern United States. Atmospheric Measurement Techniques, 9, 5281-5292.[CrossRef] [PubMed]
[13] Bamodu, O., Osebor, F., Xia, L., Cheshmehzangi, A. and Tang, L. (2018) Indoor Environment Monitoring Based on Humidity Conditions Using a Low-Cost Sensor Network. Energy Procedia, 145, 464-471.[CrossRef
[14] Amirgaliyev, B., Kozbakova, A., Kozbakova, A., Omarova, P., Merembayev, T., Omarova, P., et al. (2025) Development and Experimental Study of an Intelligent Water Quality Monitoring System Based on the Internet of Things. Bulletin of Electrical Engineering and Informatics, 14, 761-773.[CrossRef
[15] Geetha, S. and Gouthami, S. (2016) Internet of Things Enabled Real Time Water Quality Monitoring System. Smart Water, 2, Article No. 1.[CrossRef
[16] Nikkam, S.M.G. and Pawar, V.R. (2016) Analyzing Water Quality for Industrial Application under IoT Environment. International Research Journal of Engineering and Technology, 3, 882-885.
[17] Pandi, A.T., Sakthi Vel, S.B., Veerappan, S., Senthil Rajan, A. and Amutha Priya, N. (2018) Multi-Sensor based Water Quality Monitoring in IoT Environment. International Research Journal of Engineering and Technology, 5, 3237-3240.
[18] Jo, B.W., Khan, R.M.A. and Javaid, O. (2019) Arduino-Based Intelligent Gases Monitoring and Information Sharing Internet-Of-Things System for Underground Coal Mines. Journal of Ambient Intelligence and Smart Environments, 11, 183-194.[CrossRef
[19] Xu, Y., Jin, J., Zeng, S., Zhang, Y. and Xiao, Q. (2023) Development and Evaluation of an IoT-Based Portable Water Quality Monitoring System for Aquaculture. INMATEH Agricultural Engineering, 70, 359-368.[CrossRef
[20] Rasin, Z. and Abdullah, M.R. (2009) Water Quality Monitoring System Using Zigbee Based Wireless Sensor Network. International Journal of Engineering & Technology, 9, 24-28.
[21] Shakya, D.S. (2020) Sensor Assisted Incident Alarm System for Smart City Applications. Journal of Trends in Computer Science and Smart Technology, 2, 37-45.[CrossRef
[22] Augustin, A., Yi, J., Clausen, T. and Townsley, W. (2016) A Study of Lora: Long Range & Low Power Networks for the Internet of Things. Sensors, 16, Article 1466.[CrossRef] [PubMed]
[23] Janhunen, J., Mikhaylov, K., Petäjäjärvi, J. and Sonkki, M. (2018) Wireless Energy Transfer Powered Wireless Sensor Node for Green IoT: Design, Implementation and Evaluation. Sensors, 19, Article 90.[CrossRef] [PubMed]
[24] Spinelle, L., Gerboles, M., Kok, G., Persijn, S. and Sauerwald, T. (2017) Review of Portable and Low-Cost Sensors for the Ambient Air Monitoring of Benzene and Other Volatile Organic Compounds. Sensors, 17, Article 1520.[CrossRef] [PubMed]
[25] Zimmerman, N., Presto, A.A., Kumar, S.P.N., Gu, J., Hauryliuk, A., Robinson, E.S., et al. (2018) A Machine Learning Calibration Model Using Random Forests to Improve Sensor Performance for Lower-Cost Air Quality Monitoring. Atmospheric Measurement Techniques, 11, 291-313.[CrossRef
[26] Fedele, R. and Merenda, M. (2020) An IoT System for Social Distancing and Emergency Management in Smart Cities Using Multi-Sensor Data. Algorithms, 13, Article 254.[CrossRef
[27] Sathish, P. and Smys, S. (2020) A Survey on Internet of Things (IoT) Based Smart Systems. Journal of ISMAC, 2, 181-189.[CrossRef
[28] Kumar, P., Morawska, L., Martani, C., Biskos, G., Neophytou, M., Di Sabatino, S., et al. (2015) The Rise of Low-Cost Sensing for Managing Air Pollution in Cities. Environment International, 75, 199-205.[CrossRef] [PubMed]
[29] Zheng, K., et al. (2018) High-Performance CO2 Sensor Based on a Metal-Organic Framework NDIR Detector. Sensors and Actuators B: Chemical, 260, 1-8.
[30] Iqbal, M.U., et al. (2018) Gas Sensor Based on MQ-135 for Detection of Air Quality. Journal of Physics: Conference Series, 1028, Article ID: 012016
[31] Sousan, S., Koehler, K., Thomas, G., Park, J.H., Hillman, M., Halterman, A., et al. (2016) Inter-comparison of Low-Cost Sensors for Measuring the Mass Concentration of Occupational Aerosols. Aerosol Science and Technology, 50, 462-473.[CrossRef] [PubMed]
[32] Mukherjee, M., Kumar, A., Obaidat, M.S., Ghosh, U. and Lloret, J. (2022) Internet of Things for Smart Urban Ecosystem: Efficient Monitoring of Air Pollution Using LoRaWAN-Based Sensors. IEEE Internet of Things Journal, 9, 1442-1452.

Copyright © 2026 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.