Low-cost telemetry for environmental monitoring

Between 2000 and 2019, over one million people died due to approximately 7,000 disasters worldwide, resulting in economic losses estimated at around 3 trillion USD. Hydrological disasters caused more than 7 million deaths and affected about 3.8 billion people globally between 1900 and 2020. In recent years, extreme events have intensified and become more frequent, largely due to climate change, increasing risks to critical infrastructure such as dams. In Brazil alone, from 2000 to 2024, hydrological disasters caused nearly 4,000 deaths and impacted 12 million people. Continuous environmental monitoring is crucial to mitigate the effects of natural and anthropogenic disasters; however, commercial monitoring systems are often prohibitively expensive, limiting their deployment in vulnerable regions.
Advances in low-cost sensors and IoT technologies—especially those based on LoRa and MQTT protocols—enable affordable, real-time data acquisition and transmission even in remote areas without electrical power or Wi-Fi connectivity. This study presents the development of a low-cost telemetry system using these technologies for remote environmental monitoring, equipped with sensors for river level, air, and water temperature, along with communication range testing, demonstrating a scalable solution for improving disaster risk management and environmental monitoring.
The developed system consists of an operational setup for environmental monitoring structured into three distinct stations: a monitoring station, an intermediate station, and a central station, all connected via a LoRa module (Figure 1). The monitoring station continuously measures environmental parameters and can include various peripherals for monitoring or system control. In this example, the monitoring station is equipped with temperature, humidity, and distance sensors and is configured to operate in deep sleep mode to optimize energy consumption.
The process begins when the intermediate station wakes up from deep sleep and sends a request to the monitoring station via LoRa communication. Upon receiving the request, the monitoring station also wakes from deep sleep, collects environmental data, and packages it in a standardized JSON structure for transmission. After the intermediate station receives the data, it forwards the collected information to the central station, again using LoRa communication. Once the data transmission is complete, the intermediate station returns to deep sleep mode until the next request cycle. Finally, the central station receives the data for storage and further processing, making it available via MQTT through services such as HiveMQ.
Experiments were conducted to evaluate the signal range performance of the LoRa EBYTE E32 433T20D module using different antenna types, in two distinct scenarios: an indoor environment (inside a laboratory) and an open-field outdoor setting. In the indoor tests, the standard bidirectional SMA antenna achieved a maximum range of 129 meters. In contrast, replacing it with a fiberglass antenna under the same conditions extended the range to 250 meters — an increase of approximately 94%. Overall, the fiberglass antenna consistently demonstrated superior performance, with an average range improvement of 59% compared to the SMA antenna across all tested conditions. Additionally, two different LoRa modules were compared: the EBYTE E32 433T20D and the EBYTE E32 433T33D. The results did not show a consistent advantage of one module over the other, as their performance varied with the specific combination of antenna type and environment. For example, the 20D module performed better indoors when paired with the fiberglass antenna (16% improvement) and outdoors with the SMA antenna (15%). Meanwhile, the 33D module showed slightly better results indoors with the SMA (12%) and outdoors with the fiberglass antenna (19%). Despite the 33D's higher transmission power (30 dBm vs. 20 dBm), both modules use the same core chip, the Semtech SX1278, known for enabling long-range communication in LoRa systems.
The field tests were carried out in non-line-of-sight (NLoS) conditions, with the indoor environment experiencing greater interference due to physical structures. In these conditions, the maximum ranges recorded were 250 meters indoors and 502 meters in the open field, demonstrating an average improvement of 119% in range in outdoor settings. These findings align with prior studies that highlight how signal propagation is significantly affected by environmental obstructions. In ideal line-of-sight (LoS) conditions, such as elevated antenna placement and unobstructed terrain, LoRa communication can exceed distances of 15 km, but such scenarios are rarely applicable in real-world monitoring deployments. In urban environments with dense buildings, the effective range may be drastically reduced; for example, other studies reported a maximum of 700 meters in high-density areas, compared to 7 km in rural settings. To address range limitations, expanding the monitoring network with intermediate nodes is a viable strategy. These nodes can act both as local data collectors and signal relays, forming a multi-hop communication network that increases system coverage. However, while effective in localized deployments, the scalability of LoRa networks is limited. Research suggests that good performance is maintained with up to 120 nodes over areas of approximately 38,000 m², but further expansion may lead to increased interference and decreased data reliability due to lower packet delivery rates.<\p>

Continuous environmental monitoring in remote areas is frequently constrained by the high cost, power requirements, and maintenance demands of commercial telemetry systems. This project developed and evaluated a low-cost autonomous monitoring platform based on LoRa communication, designed for environmental applications where conventional infrastructure is unavailable or economically unfeasible.
The proposed system integrates a Heltec WiFi LoRa 32 V3 board, based on an ESP32-S3 microcontroller and the Semtech SX1262 transceiver, combined with environmental sensors and a battery-powered energy system. The platform was designed to perform autonomous data acquisition, wireless transmission, and remote data delivery through a gateway architecture, enabling real-time monitoring with low operational costs. Differently from the previous test, which relied on separated communication modules connected to a microcontroller, this approach evaluates an integrated LoRa-based platform, reducing hardware complexity and improving energy management through native low-power functionalities.
The performance of the communication system was evaluated through field experiments under line-of-sight (LoS) conditions (Figure 5a) and non-line-of-sight (NLoS) conditions (Figure 5b). Two antenna configurations were tested: a compact stub antenna (Figure 4, item 3) and a higher-gain fiberglass antenna. During the experiments, the transmitter was progressively displaced away from the receiver, while the received signal strength indicator (RSSI) was continuously recorded. This approach allowed the relationship between communication quality, propagation distance, antenna gain, and environmental obstructions to be characterized.
Under NLoS conditions, where vegetation and terrain irregularities introduced significant signal attenuation, the fiberglass antenna substantially improved communication performance, increasing the average communication range from approximately 9 m to 98 m (Figure 5b). This result highlights the limitations of small embedded antennas in complex environments and demonstrates that higher-gain external antennas can compensate for propagation losses in remote monitoring applications.
Under open-field conditions, with reduced obstruction and improved signal propagation, the same antenna configuration achieved communication distances exceeding 300 m (Figure 5a). Although LoRa technology can reach longer distances under ideal conditions, these results represent realistic field conditions for environmental monitoring deployments, where sensors are commonly installed near vegetation, uneven terrain, and other sources of signal degradation. Therefore, antenna optimization represents a key factor for improving the reliability and scalability of low-cost telemetry networks.
For practical environmental monitoring applications, the results indicate that the deployment strategy should consider both antenna configuration and network architecture. The use of higher-gain antennas, elevated receiver positions, and intermediate relay nodes can further expand the monitoring coverage, especially in areas with complex topography or dense vegetation.
The energy autonomy of the telemetry system was evaluated through controlled battery discharge experiments using a custom Li-Ion power pack composed of two 3.7 V cells connected in parallel, providing a total capacity of 17,600 mAh. The battery system was integrated with an external battery management circuit (BMS) to improve protection against overcharge and deep discharge. The voltage of the battery pack was continuously monitored by the ESP32-S3 microcontroller, allowing the evolution of the discharge curve to be characterized under different operating conditions (Figure 6).
Three operational scenarios were evaluated to quantify the effect of communication frequency and energy-saving strategies: continuous transmission, periodic measurements, and operation using Deep Sleep mode. The tests compared high-frequency acquisition (1 second), nominal acquisition intervals, and hourly measurements with the microcontroller and LoRa module entering a low-power state between measurements.
The battery discharge analysis revealed two distinct operational phases (Figure 6a), with a stable voltage reduction followed by a faster decay after reaching the critical threshold of approximately 4.11 V. The implementation of Deep Sleep operation reduced the energy consumption by approximately 41 times compared with active operation, enabling a projected autonomy of approximately 57 days under hourly monitoring conditions (Figure 6b).
The system was also validated during continuous outdoor operation, maintaining environmental measurements for more than three weeks without interruptions or communication failures. These results demonstrate that integrated LoRa platforms combined with appropriate power management strategies can provide reliable, low-maintenance solutions for long-term environmental monitoring in remote locations.

The next phase of this project focuses on expanding the telemetry platform into a unified communication framework capable of integrating the different environmental monitoring systems developed within the laboratory. A standardized communication protocol is currently being evaluated to allow the Heltec LoRa platform to interface with multiple sensor packages, enabling coordinated data acquisition, wireless transmission, and remote monitoring across different environmental applications. This integration aims to create a modular monitoring ecosystem, where different sensors can be deployed and managed through a common telemetry infrastructure.
Additionally, the energy autonomy of the system is being further investigated through the integration of a solar energy harvesting module. The new configuration combines the Heltec LoRa platform and the sensors with solar charging capabilities, allowing the evaluation of continuous operation under field conditions. Performance will be compared with the current battery-only configuration, based on four 3.7 V Li-Ion cells connected in parallel, considering energy balance, battery recharge dynamics, and long-term operational stability. These developments aim to advance the platform toward fully autonomous environmental monitoring stations capable of operating continuously with minimal maintenance.