© 2026 The authors. This article is published by IIETA and is licensed under the CC BY 4.0 license (http://creativecommons.org/licenses/by/4.0/).
OPEN ACCESS
The rapid growth of the Internet of Things (IoT) has increased the demand for integrated platforms capable of simultaneously monitoring multiple environmental and motion parameters. This study presents the design and implementation of a multi-sensor monitoring system based on the MXChip AZ3166 IoT development board. The system integrates onboard environmental sensors (temperature, humidity, and barometric pressure) and a motion-sensing unit (accelerometer and gyroscope) to enable real-time monitoring. Sensor data are acquired at an average rate of approximately 1 sample per second for environmental parameters and up to 10–50 samples per second for motion sensing. The information is processed locally and made available on a web server hosting platform through structured data formatting via Wi-Fi. Multiple experiments were conducted under similar conditions, and the system was shown to perform near real-time with a mean communication latency of less than 500ms and a stable transmission of data over average network conditions, although the loss of packets was found to be as low as 5%. The system operates with low power consumption, as validated by quantitative measurements presented in this study, which can be used in embedded IoT applications and demonstrates stable performance with continuous monitoring. The proposed architecture offers a small, cost-efficient, and scalable solution to multi-sensor integration, enabling real-time data visualization and remote access. The findings validate the usefulness and success of the MXChip AZ3166 as a general-purpose IoT platform in applications such as smart homes, healthcare monitoring, and industrial applications.
IoT multi-sensor system, MXChip AZ3166, Wi-Fi communication, sensor data fusion, real-time data acquisition, cloud-based monitoring
The Internet of Things (IoT) has become a major enabler technology that can be used to integrate physical devices, sensors, and clouds to aid intelligent monitoring and decision-making in many fields, including healthcare, smart households, and industrial interfaces [1-5]. The growth of IoT applications has been enormous in fields such as healthcare, agriculture, industrial automation, and smart cities, with the rapid development of low-power embedded systems and cloud services [6-12].
However, despite this rapid growth, most current IoT applications are based on single-sensor architectures, which can provide limited information on complex and dynamic environments. In practice, environmental conditions and physical activities are intrinsically interrelated, and simultaneous observation of various parameters is necessary to arrive at a precise and context-sensitive analysis [13]. This limitation has been overcome by the introduction of multi-sensor systems that fuse information from other modalities of sensations. Nevertheless, current solutions are prone to greater system complexity, high cost, and difficulties in integration, communication, and real-time data processing [14].
To overcome these difficulties, this project will use the MXChip AZ3166 IoT development board as a single platform for multiple sensors. The use of AZ3166 can be explained by the presence of environmental sensors (temperature, humidity, and pressure), an integrated motion-sensing unit (accelerator, gyroscope), and native Wi-Fi connectivity, which simplifies the hardware and allows for easy integration with the cloud. This renders the platform especially appropriate for quick prototyping and deployment scaling of the IoT monitoring systems.
Moreover, the proposed system satisfies the needs of practical applications. For example, smart home systems require constant monitoring of the environment and motion detection for comfort and security, whereas healthcare applications require stable monitoring of environmental conditions and human activity. Safety and performance optimization also ensures that industrial monitoring systems require strong and real-time data acquisition.
The primary asset of this work is the creation of a small, inexpensive, and scalable IoT-based multi-sensor surveillance apparatus that offers a complete information pipeline, including information collection and preprocessing to wireless data transportation and visualization on a cloud platform. In contrast to current methods, which handle separate functionalities, the proposed system provides a single architecture that is easy to deploy but provides reliable real-time operations.
Recent studies have demonstrated the tremendous development of multi-sensor monitoring using IoT devices. In one study, the environmental status was monitored using an ESP8266 module, with an emphasis on low cost and availability through the cloud. Another study utilized a Raspberry Pi as a real-time motion detector and a temperature sensor for smart home scenarios. Yet another study implemented an Arduino-based system with numerous air quality and humidity sensors, revealing power consumption and wireless stability problems. A fourth study utilized an STM32 microcontroller to monitor industrial environmental measurements with greater sensor precision and network reliability.
The latest paper presented the use of an MXChip AZ3166 for effortless IoT integration and improved data visualization performance, providing further evidence that it is faster to integrate and easier to deploy than any modern IoT monitoring system. Table 1 lists the devices employed in previous initiatives in this domain.
Manthina et al. [15] present a scalable and low-cost IoT-based approach for real-time noise monitoring using mobile nodes (sensor nodes embedded on vehicles) that capture geotagged noise data at one-second intervals. The system uses inexpensive sound sensors calibrated with reference meters in a laboratory environment and different machine learning (ML) techniques. The accuracy generated during lab calibration results is lower in mobile environments, and on-site calibration is performed using reference instruments.
The advancement of 5G, particularly mMTC, has accelerated the growth of IoT systems, where sensors play a critical role [16]. However, their integration with wireless technologies introduces design and performance challenges. This survey provides an overview of wireless sensor nodes, including their architecture, classification, and performance evaluation. It also discusses wireless sensor networks, communication protocols, applications, and key challenges, along with future developments to enhance their capabilities.
The study [17] proposes a combined implementation of IoT and ML for flood management. It is composed of water stations, equipped with radar sensors for overflow detection and repeater sorting, and is capable of transmitting all kinds of data continuously, and siren stations into which various environmental sensors are integrated. Following data collection, we employed a 1D convolutional neural network (CNN) for spatial relations and the multivariate long short-term memory (M-LSTM) to capture temporal dependencies. The proposed approach outperforms state-of-the-art methods with a mean squared error (MSE) of 0.018. The procedure will test ML algorithms and optimize for better sensor data to better manage floods.
The study [18] is structured to support three major system implementation issues: the development of an affordable, miniaturized multisensor system; methods to discriminate between faulty and non-faulty models for accurate detection; and machine-learning methodology for air quality classification and identification. The prototype integrates sensors for diverse pollutants and achieves cost-effective monitoring, even in outdoor environments; more than 30 K data points can be collected every month.
The study [19] evaluates the quality of IoT sensor data within a peatland monitoring network and emphasizes data quality as a catalyst for fostering innovation that facilitates the adoption of IoT. Challenges about data quality are identified, both in terms of sensor deployment and signal acquisition: location of sensors, calibration of used systems, validity of collected information, external interference, and treatment for gaps. This research problem is aligned with methods for improving data quality through advanced calibration schemes, validation algorithms, ML schemes, and data fusion schemes.
Table 1. The list of relevant research papers
|
Authors |
Microcontroller Unit |
Sensors |
Comm. |
Cloud |
Real-Time |
Power |
Data Fusion |
Key Contribution |
|
Djordjevic and Dankovic [20] |
PIC18F45K22 |
Env |
GSM |
Web |
Low |
Medium |
No |
Basic monitoring |
|
Shahadat et al. [21] |
ESP8266 |
Env |
Wi-Fi |
Web |
Medium |
Low |
No |
Low-cost |
|
Rao et al. [22] |
Arduino + ESP8266 |
Multi |
Wi-Fi |
Web |
Medium |
Medium |
Limited |
Multi-sensor |
|
Bella et al. [23] |
ESP8266 |
Env |
Wi-Fi |
Web |
Medium |
Low |
No |
Weather system |
|
Sámano-Ortega et al. [24] |
ESP8266 |
Env + Energy |
Wi-Fi |
ThingSpeak |
Medium |
Medium |
Limited |
IoT platform |
|
Kristiani et al. [25] |
ESP32 |
Multi |
GSM |
Cloud |
High |
High |
Yes |
Complex system |
|
This work |
AZ3166 |
Env + Motion |
Wi-Fi |
Web Server |
High |
Low |
Yes |
Integrated platform |
The system offers multi-sensor monitoring with one IoT platform using the MXChip AZ3166 development kit. The architecture is designed to have both hardware sensors to detect the environment and motion and software modules to include data collection, processing, transmission, and visualization to the cloud by hosting a web server. The system design is sized and low-power efficient and supports wireless communications with a high degree of robustness, which allows it to be used in a multitude of IoT applications.
3.1 Overview of MXChip AZ3166 platform
The MXChip AZ3166 shown in Figure 1 is a prototyping kit for an IoT device that uses the ARM Cortex-M4 microcontroller. It has built-in Wi-Fi (IEEE 802.11 b/g/n) for easy connection to cloud platforms and over-the-air updates, simplifying deployment. The board features a 128 × 64 Organic Light-Emitting Diode (OLED) display, user-programmable buttons, and some built-in sensors (environmental and motion), and is available in six unique forms for all visual learners. With support for development and cloud platforms, including the Arduino IDE, Visual Studio Code, Microsoft Azure IoT, and web server hosting, developers are provided with a variety of options to build familiar applications on top. The main properties of this kit are listed in Table 2.
Table 2. The properties of the MXChip AZ3166 kit
|
Category |
Specification |
|
Microcontroller |
ARM Cortex-M4 32-bit RISC core, 100 MHz clock speed |
|
Flash Memory |
1 MB internal flash |
|
SRAM |
256 KB internal SRAM |
|
Wireless Connectivity |
Wi-Fi IEEE 802.11 b/g/n (2.4 GHz), built-in antenna |
|
Environmental Sensors |
- LPS22HB: Barometric pressure (260–1260 hPa, ±1 hPa accuracy) - HTS221: Temperature (–40 ℃ to +120 ℃, ±0.5 ℃ accuracy), Humidity (0–100% RH, ±3.5% RH accuracy) |
|
Motion Sensor |
- LSM6DSL: 3-axis accelerometer (±2/±4/±8/±16 g) 3-axis gyroscope (±125 to ±2000 dps) |
|
Audio |
- MP34DT01 digital MEMS microphone |
|
User Interface |
- 2 user-programmable buttons - 1 reset button - 4 user LEDs |
|
Power Supply |
5 V via micro USB (supports external power source) |
Figure 1. The MXChip AZ3166 development board
3.2 Integrated environmental and motion sensors
The AZ3166 incorporates multiple onboard sensors that enable simultaneous measurement of environmental and motion parameters.
3.2.1 Environmental sensors
3.2.2 Motion sensors (LSM6DSL IMU)
The LSM6DSL, illustrated in Figure 4, is a low-power 6-axis IMU with numerous features that would enable our customers to make the most out of innovative embedded system designs with a very small footprint and long battery life. It can perform motion tracking, gesture recognition, and vibration detection; it has linear acceleration (±2/±4/±8/±16 g) and angular velocity (up to ±125/s to ±2000 o/s). The sensor has I2C and SPI connectivity and is, thus, simple to interface with microcontrollers, including the MXChip AZ3166. It is also best in IOT because of low power, high sensitivity, and the data must be output fast in specific motion and orientation data.
By pairing these sensor devices, one can obtain a complete dataset, which is therefore suitable for IoT applications, not only in environmental monitoring but also in very specific physical activity tracking. The interdisciplinary process has led to increased flexibility of systems to enhance decision-making, predictive analysis, and intelligent automation in most fields of application, such as smart homes, healthcare applications, and industrial processes.
3.3 Hardware and software architecture
The hardware and software components are arranged in a layered architecture, as shown in the conceptual block diagram in Figure 5. This architecture has four main layers: hardware, firmware, application, and cloud (web server hosting). This paragraph will go into more detail about each layer.
The microcontroller, sensors, OLED display, and Wi-Fi board were all mounted on the MXChip AZ3166 board. USB or external power options allow the unit to be a portable solution.
Sensor drivers and middleware libraries are provided to initialize, configure, and read data from sensors in the vehicle. The firmware also handles Wi-Fi communication, wireless transmission to cloud storage, and data formatting.
The sensor fine-tuning results were generated using local processing in a microcontroller to obtain optimal and noise-free results. Necessary parameters, such as temperature, humidity, pressure, acceleration, and angular velocity, were gathered and preprocessed for transmission.
The proposed multi-sensor IoT system was implemented using the MXChip AZ3166 development platform with a well-defined software and communication framework. The system was developed using the Arduino IDE and Visual Studio Code, utilizing the official AZ3166 libraries for sensor interfacing and Wi-Fi connectivity.
Figure 5. Layered system architecture: Block diagram
Sensor data were acquired through the I²C interface from the onboard sensors (HTS221, LPS22HB, and LSM6DSL). The environmental sensors were configured with a sampling rate of approximately 1 Hz, whereas the IMU sensor operated at higher rates (10–50 Hz) to capture motion dynamics. A simple scheduling mechanism was implemented to handle different sensor sampling rates efficiently.
The data were gathered and structured as pairs of key-values and then transmitted. A lightweight HTTP-based communication protocol was used to send data packets over Wi-Fi to a web server hosting platform. The sensor readings, such as temperature, humidity, pressure, acceleration, and angular velocity, were provided in each packet with a timestamp.
Cloud deployment was based on a custom web server hosting service, in which the received data were saved and viewed via a web interface. The system enables remote monitoring and basic data analysis through a channel-based data structure that supports real-time data updates.
The implementation stage will entail the setup of the MXChip AZ3166 platform to be used in sensor data capture, wireless sensor, and visualization on the cloud. The remainder of this paper describes sensor connection and configuration, data collection and processing, and communication with the web server where the cloud platform is hosted.
4.1 Sensor interfacing and configuration
The AZ3166 includes in-board environmental and motion sensors (patented sniffers) to provide communication with the microcontroller chip via an I2C bus. It is not dependent on any external hardware, as the system complexity is low and system mobility is high. Introduction of the sensor was done through the following steps.
This arrangement enables a strong estimation of the environmental and motion parameters using additional sensor modules.
4.2 Data collection and processing workflow
After configuration, the system actively gathers raw sensor data, and local processing is performed before the data are transmitted to the cloud. The workflow is arranged in the following manner:
This processing workflow reduces data transmission errors, and only relevant, clean data is transmitted to the cloud.
4.3 The flowchart of the proposed IoT system
As shown in Figure 6, the program flow describes the operation of the MXChip AZ3166-based IoT monitor. The program initializes the MXChip AZ3166 board and on-board sensors, such as pressure, temperature, and humidity, via LPS22HB and HTS221, while enabling its first set of capabilities (specific to each wearable's range using LSM6DSL). After starting, environmental data (e.g., temperature, humidity, and pressure) and movement data (e.g., parallel acceleration and angular velocity) can be read at any time.
The recorded sensor information was further preprocessed to guarantee its correctness and consistency for any post-analysis. Once processed, the outcomes were displayed on an OLED screen for local monitoring and were also sent to a web server hosting platform for visualization. The program subsequently entered an infinite loop that encompassed data collection, processing, and transmission to maintain real-time monitoring and system authenticity.
Figure 6. Program flowchart of the MXChip AZ3166-based IoT monitoring system
The effectiveness of the proposed multi-sensor IoT monitoring system was evaluated through a series of real-time experiments under typical indoor Wi-Fi conditions. To enhance the quality of the assessment, several measurements were performed and compared statistically. Motion data (acceleration and angular velocity) were acquired at rates of 10 to 50 samples per second, depending on the application requirements, and the system continuously recorded environmental data (temperature, humidity, and pressure) at an average rate of approximately 1 sample per second.
A quantitative assessment was performed to supplement the visual results presented in Figures 7 and 8. When the network was not unstable, the end-to-end communication latency between the cloud and the acquisition of the data and the visualization was between 200 and 500 ms. It had a good data transmission, and when the system was operating equally, there was not more than a 5 percent loss in data packets. It was observed that the data upload rate to the environment parameters was approximately one update per second, and the motion data were being processed at the local level; only a few were sent to make the best use of the bandwidth.
(a) AZ3166 at starting
(b) The results of LPS22HB
(c) The results of HTS221
(d) The results of LSM6DSL
Figure 7. Sensor readings displayed on Organic Light-Emitting Diode (OLED)
Table 3 shows several sensor measurements they obtained under the same operating conditions to ensure that the measurements of the system were repeatable and reliable. The statistics indicate that there is uniform behavior in all the parameters, and deviations are blamed on environmental and sensor noise.
Table 3. Sample sensor readings under similar conditions
|
Temp. (℃) |
Humidity (%) |
Pressure (hPa) |
Accelerometer (AX, AY, AZ) |
Gyroscope (GX, GY, GZ) |
|
30.2 |
31.2 |
1005.86 |
(3, -5, 1046) |
(-1260, 350, 840) |
|
30 |
38.2 |
1006.47 |
(0, -11, 1044) |
(-1190, 280, 910) |
|
30.15 |
33.5 |
1006.1 |
(2, -6, 1045) |
(-1230, 320, 870) |
|
30.05 |
35.1 |
1006.3 |
(1, -8, 1043) |
(-1210, 300, 890) |
|
30.25 |
32.8 |
1005.95 |
(4, -4, 1047) |
(-1270, 360, 830) |
|
30.1 |
36.4 |
1006.55 |
(0, -9, 1042) |
(-1180, 270, 920) |
|
30.18 |
34.2 |
1006.2 |
(2, -7, 1045) |
(-1220, 310, 880) |
|
30.08 |
37 |
1006.6 |
(1, -10, 1043) |
(-1170, 260, 930) |
|
30.22 |
32.1 |
1005.9 |
(3, -5, 1046) |
(-1250, 340, 850) |
|
30.12 |
35.8 |
1006.4 |
(1, -8, 1044) |
(-1200, 290, 900) |
A summary of the statistical analysis of the collected data is presented in Table 4, which shows the mean values, standard deviations, and confidence intervals. The standard deviation in temperature and pressure is low, indicating that the system is very stable, and the standard deviation in humidity is medium, representing changes in the natural environment.
Table 4. Statistical analysis of sensor measurements
|
Parameter |
Mean |
Std. Deviation |
95% Confidence Interval |
|
Temperature (℃) |
30.135 |
0.08 |
±0.050 |
|
Humidity (%) |
34.53 |
2.39 |
±1.48 |
|
Pressure (hPa) |
1006.23 |
0.25 |
±0.16 |
5.1 System results on Organic Light-Emitting Diode
A table of sensor values of the onboard sensors of the MXChip AZ3166 (temperature, humidity: HTS221, barometric pressure: LPS22HB, and motion detection: LSM6DSL) is provided in Figure 7 under different operating conditions. These were readings on the OLED screen, which presented real-time information on how the system worked.
The OLED display ensures that the system is responsive, and the sensor values are consistent. Minor variations observed in the sensor outputs reflect normal environmental fluctuations and measurement noise, which were reduced using a moving average filtering technique. These results provide qualitative validation of the system functionality at the device level.
5.2 System results on the web server and smartphone
The sensor readings were sent to the web server platform, as shown in Figure 8, which allows monitoring remotely using the web and mobile interface. The system exhibited stable real-time visualization with a constant refresh rate and no notable delays in a typical Wi-Fi setup.
(a) System results on the website
(b) System results on smartphone applications
Figure 8. Sensor readings are monitored remotely via a web server and smartphones
The responsiveness of the system and sensor congruence of the system were confirmed in the OLED visualization. The sensor outputs exhibited minor fluctuations owing to normal fluctuations in the surroundings and measurement noise, which were minimized by applying the moving average filtering method. These outcomes are qualitative confirmations of system functionality at the device level.
5.3 Sensor accuracy and system stability
The onboard sensors (HTS221, LPS22HB, and LSM6DSL) performed well according to the datasheet requirements. The temperature, humidity, and pressure were all within ±0.5 ℃, ±3.5% RH, and ±1 hPa, respectively. The filtering resulted in the data of the motion being stable, which enhanced the reliability of the signals.
The system was also tested to operate for extended periods (several hours) and exhibited consistent functioning without system crashes or communication loss. Nevertheless, sustained Wi-Fi transmission increased power consumption, which may be a constraint to the long-term use of battery-powered devices.
Table 5 lists the estimated power consumption of the system components according to the datasheet specifications and normal operating conditions. The power consumption of the MXChip AZ3166 board is not constant and depends on Wi-Fi usage and the load on the processor. Therefore, an estimation value of 70 mA was used. The environmental and motion sensors (LPS22HB, HTS221, and LSM6DSL) have very low power consumption in microamps, and these are a subject of much overall system efficiency.
Table 5. Power consumption of system components (AZ3166-based system)
|
Component |
Voltage (V) |
Current (mA) |
Power (mW) |
|
MXChip AZ3166 Board |
5 |
70 |
350 |
|
LPS22HB Barometer |
3.3 |
0.003 |
≈ 0.01 |
|
HTS221 Temperature & Humidity |
3.3 |
0.002 |
0.0066 |
|
LSM6DSL IMU (Accel + Gyro) |
3.3 |
0.003 |
≈ 0.01 |
|
Total Estimated Power |
— |
— |
≈ 351 |
The overall power consumption is about 351 mW, which proves that the offered system has a low power consumption and can be used in the implementation of energy-saving IoT solutions. It is necessary to note that the real power consumption can be varied in accordance with the Wi-Fi activity, the sampling rate, and the system workload.
5.4 Limitations and challenges
Although the system performed well in general monitoring tasks, several limitations were identified:
5.5 Summary of key performance metrics
Table 6 lists the key performance indicators of the proposed system, including the sampling rates, communication latency, data transmission reliability, and sensor accuracy, which quantitatively analyze the system performance.
Table 6. The list of performance metrics
|
Metric |
Value |
|
Environmental Sampling Rate |
~1 Hz |
|
Motion Sampling Rate |
10–50 Hz |
|
End-to-End Latency |
200–500 ms |
|
Packet Loss |
< 5% |
|
Data Upload Rate |
~1 update/sec |
|
Temperature Accuracy |
±0.5 ℃ |
|
Humidity Accuracy |
±3.5% RH |
|
Pressure Accuracy |
±1 hPa |
The design and implementation of a multi-sensor Intelligent Building Monitoring (IBM) monitoring system have been introduced in the paper, which has been developed using the MXChip AZ3166 platform. It is possible to coordinate environmental (temperature, humidity, and pressure) and motion (acceleration and angular velocity) monitoring in the same architecture and achieve real-time data collection, processing, and visualization in the cloud using the proposed system.
It was experimentally demonstrated that under typical Wi-Fi conditions and a data acquisition rate of 1 to 50 Hz for motion data and 1 Hz for environmental parameters, the system was stable at a real-time performance rate. When the network was not under stress, the communication latency was below 500 ms, and the packet loss was not more than 5%. These results demonstrate that the system suggested is convenient for use in continuous monitoring.
Despite these advantages, the proposed system has several restrictions. The system requires uninterrupted Wi-Fi connectivity, which may restrict its application in poor networks. In addition, high power consumption may limit battery life, and onboard sensors may be sufficient for general monitoring, but are not suitable for fine medical or industrial-grade applications.
The next generation will consider expanding the system for use in multi-node systems, optimizing power consumption to support the long-term functioning of the system, and implementing superior data processing and edge-based intelligence approaches that can increase the accuracy and self-sufficiency of the system. These developments will also make the proposed system more applicable to demanding real-life IoT scenarios.
The findings reveal that the system is stable in performance when operated continuously. The statistical analysis proves that the key environmental parameters are not highly variable, indicating that the sensors will behave reliably. Moreover, the power consumption analysis confirms the effectiveness of the system and its suitability for long-term IoT implementations.
[1] Dwivedi, A., Manivannan, K., Kumar, S.K., Anand, N., Perwej, D.Y., Kamra, R. (2025). A real-time environmental pollution monitoring framework using IoT and remote sensing technologies. International Journal of Environmental Science, 11(7s): 1064-1075. https://doi.org/10.64252/repndy27
[2] Hoàng, T.T. (2025). Smart sensor technologies and communication interfaces for environmental monitoring at schools. International Journal of Science and Engineering Applications, 14(7): 13-18. https://doi.org/10.7753/ijsea1407.1003
[3] Janga, K.R., Ramesh, R., Krishna Veni, K. (2025). IoT-based multi-sensor fusion framework for livestock health monitoring, prediction, and decision-making operations. International Journal of Environmental Science, 11(3S): 1487-1495. https://doi.org/10.64252/cx4c5y66
[4] Liu, X., Antwi-Afari, M.F., Li, J., Zhang, Y.C., Manu, P. (2025). BIM, IoT, and GIS integration in construction resource monitoring. Automation in Construction, 174: 106149. https://doi.org/10.1016/j.autcon.2025.106149
[5] Alzahrani, A.I.A., Chauhdary, S.H., Alshdadi, A.A. (2023). Internet of Things (IoT)-based wastewater management in smart cities. Electronics, 12(12): 2590. https://doi.org/10.3390/electronics12122590
[6] Varghese, D.S., Gayathri, J., Prince, L.A., Sabu, M.M., Prakash, A.J. (2025). Smart healthcare: IoT driven environmental integration in EMR systems for real time healthcare monitoring. In 2025 2nd International Conference on Trends in Engineering Systems and Technologies (ICTEST), Ernakulam, India, pp. 1-6. https://doi.org/10.1109/ICTEST64710.2025.11042672
[7] Bless, S.Q., Abed, J.K., Mnati, M.J. (2023). Developing a portable smart ventilator: A prototype that balances cost and functionality. In 2023 7th International Symposium on Innovative Approaches in Smart Technologies (ISAS), Istanbul, Turkiye, pp. 1-6. https://doi.org/10.1109/ISAS60782.2023.10391355
[8] Ali, A.H., Chisab, R.F., Mnati, M.J. (2019). A smart monitoring and controlling for agricultural pumps using LoRa IOT technology. Indonesian Journal of Electrical Engineering and Computer Science, 13(1): 286-292. https://doi.org/10.11591/ijeecs.v13.i1.pp286-292
[9] Iksan, N., Purwanto, P., Sutanto, H. (2024). Real-time monitoring of photovoltaic systems and control of electricity supply for smart micro Grid-PV using IoT. TEM Journal, 13(1): 514-523. https://doi.org/10.18421/TEM131-53
[10] Mitchell, H.L., Cox, S.J., Lewis, H.G. (2024). A low-cost sensor network for monitoring peatland. Sensors, 24(18): 6019. https://doi.org/10.3390/s24186019
[11] Lingaraju, A.K., Niranjanamurthy, M., Bose, P., Acharya, B., Gerogiannis, V.C., Kanavos, A., Manika, S. (2023). IoT-based waste segregation with location tracking and air quality monitoring for smart cities. Smart Cities, 6(3): 1507-1522. https://doi.org/10.3390/smartcities6030071
[12] Al-Rubaye, M.J.M., Hasan, A., Bozalakov, D., Bossche, A.V. (2018). Smart monitoring and controlling of three phase photovoltaic inverter system using LoRa technology. In 6th European Conference on Renewable Energy Systems (ECRES2018), Istanbul, Turkey, pp. 1-7. http://hdl.handle.net/1854/LU-8567242.
[13] Popescu, S.M., Mansoor, S., Wani, O.A., Kumar, S.S., Sharma, V., Sharma, A., Arya, V.M., Kirkham, M.B., Hou, D., Bolan, N., Chung, Y.S. (2024). Artificial intelligence and IoT driven technologies for environmental pollution monitoring and management. Frontiers in Environmental Science, 12: 1336088. https://doi.org/10.3389/fenvs.2024.1336088
[14] Rahita, A.C., Zaki, A., Nugroho, G., Yadi, S. (2024). Internet of Things (IoT) in structural health monitoring: A decade of research trends. Instrumentation Mesure Métrologie, 23(2): 123-139. https://doi.org/10.18280/i2m.230205
[15] Manthina, B.S., Gujar, S., Chaudhari, S., Vemuri, K., Chhirolya, S. (2025). IoT-based noise monitoring using mobile nodes for smart cities. arXiv preprint arXiv:2509.00979. https://doi.org/10.48550/arXiv.2509.00979
[16] Jamshed, M.A., Ali, K., Abbasi, Q.H., Imran, M.A., Ur-Rehman, M. (2022). Challenges, applications, and future of wireless sensors in Internet of Things: A review. IEEE Sensors Journal, 22(6): 5482-5494. https://doi.org/10.1109/JSEN.2022.3148128
[17] Bukhari, S.A.S., Shafi, I., Ahmad, J., Butt, H.T., Khurshaid, T., Ashraf, I. (2025). Enhancing flood monitoring and prevention using machine learning and IoT integration. Natural Hazards, 121: 4837-4864. https://doi.org/10.1007/s11069-024-06986-3
[18] Alsamrai, O., Redel-Macias, M.D., Dorado, M.P. (2025). Real-time intelligent monitoring of outdoor air quality in an urban environment using IoT and machine learning algorithms. Applied Sciences, 15(16): 9088. https://doi.org/10.3390/app15169088
[19] Okafor, N., Ingle, R., Okwudili Matthew, U., Saunders, M., Delaney, D.T. (2024). Assessing and improving IoT sensor data quality in environmental monitoring networks: A focus on peatlands. IEEE Internet of Things Journal, 11(24): 40727-40742. https://doi.org/10.1109/JIOT.2024.3454241
[20] Djordjevic, M., Dankovic, D. (2019). A smart weather station based on sensor technology. Facta Universitatis - Series: Electronics and Energetics, 32(2): 195-210. https://doi.org/10.2298/FUEE1902195D
[21] Shahadat, A.S.B., Ayon, S.I., Khatun, M.R. (2020). Efficient IoT based weather station. In 2020 IEEE International Women in Engineering (WIE) Conference on Electrical and Computer Engineering (WIECON-ECE), Bhubaneswar, India, pp. 227-230. https://doi.org/10.1109/WIECON-ECE52138.2020.9398041
[22] Rao, Y.N., Chandra, P.S., Revathi, V., Kumar, N.S. (2020). Providing enhanced security in IoT based smart weather system. Indonesian Journal of Electrical Engineering and Computer Science, 18(1): 9-15. http://doi.org/10.11591/ijeecs.v18.i1.pp9-15
[23] Bella, H.K.D., Khan, M., Naidu, M.S., Jayanth, D.S., Khan, Y. (2023). Developing a sustainable IoT-based smart weather station for real time weather monitoring and forecasting. E3S Web of Conferences, 430: 01092. https://doi.org/10.1051/e3sconf/202343001092
[24] Sámano-Ortega, V., Arzate-Rivas, O., Martínez-Nolasco, J., Aguilera-Álvarez, J., Martínez-Nolasco, C., Santoyo-Mora, M. (2024). Multipurpose modular wireless sensor for remote monitoring and IoT applications. Sensors, 24(4): 1277. https://doi.org/10.3390/s24041277
[25] Kristiani, E., Yu, T.H., Yang, C.T. (2024). On construction of real-time monitoring system for sport cruiser motorcycles using NB-IoT and multi-sensors. Sensors, 24(23): 7484. https://doi.org/10.3390/s24237484