Abstract
LoRaWAN, as a leading technology of LPWAN, has become a crucial driver of smart cities. Meanwhile, drones have become a key tool for enhancing LoRaWAN network performance. In this study, a comprehensive measurement of a large-scale LoRaWAN network in an urban environment was conducted. Specifically, 28 LoRaWAN end-devices have been deployed in various locations, covering outdoor, indoor, and multiple floors of buildings. Moreover, an aerial gateway mounted on the DJI Mavic 3, along with three ground gateways, has been deployed for data collection. The performance of aerial gateway at altitudes of 50 m, 100 m, and 150 m was also tested. Finally, a total of 28,576 raw data entries were obtained, including valuable information like RSSI, SNR, and timestamps. A preliminary evaluation of the LoRaWAN network was conducted to validate the dataset. To the best of our knowledge, this dataset is the first publicly available UAV-assisted LoRaWAN network measurement data in an urban environment. We believe that our dataset can be utilized in various research areas, including channel modeling, localization, and deep learning.
Similar content being viewed by others
Background & Summary
With the rapid development of the Internet of Things, the concept of smart cities is profoundly changing our lives. In this process, low power wide area network (LPWAN) technology plays a crucial role due to its low power, long distance and low cost1. As one of the key technologies of LPWAN, LoRa, with its robust ecosystem and open standards, has been widely applied in various urban IoT scenarios such as intelligent street lighting2, smart parking3,4, bus monitoring5,6 and waste management7,8. Through the LoRaWAN protocol, users can quickly establish private LoRa networks without relying on public infrastructure, while supporting various applications such as wide-area data collection and positioning in GPS-denied environments9,10,11. However, due to numerous obstacles in the urban environment, signal propagation experiences considerable delays, attenuation, and multipath effects. Non-line-of-sight (NLOS) propagation conditions in urban areas present significant challenges for LoRaWAN network applications, including positioning based on TDOA and RSSI, network planning, and energy consumption optimization12,13,14,15. On the other hand, considering the height advantages, mobility, and on-demand deployment of Unmanned Aerial Vehicles (UAVs), more and more studies have integrated LoRaWAN devices on UAVs to improve the performance of LoRa networks. UAVs can effectively mitigate NLOS propagation factors, playing a vital role in enhancing network coverage16,17, improving positioning accuracy18, and reducing energy consumption19. Therefore, studying the ground-to-ground and air-to-ground propagation of LoRa signals in urban environments is crucial for the application of LoRaWAN networks.
This paper summarizes recent experiments on LoRaWAN networks in urban environments and provides a comprehensive comparison with our study, focusing on three aspects: network scale, scenario complexity, and information richness, as shown in Table 1.
By comparing and analyzing existing experimental data, several deficiencies in the current research can be identified:
-
Limited network scale
Some studies have adopted a point-to-point network architecture, which uses only few transmitters and receivers to simplify experimental design, resulting in an overly simplistic network setup. Additionally, although some studies have deployed LoRaWAN networks with a star topology, the limited number of end-devices and gateways makes it difficult to fully capture the characteristic of LoRaWAN networks in complex urban environments.
-
Inadequate scenario complexity
Most studies focus on measuring ground LoRaWAN networks in urban environments, with limited attention given to UAV-assisted LoRaWAN networks. In addition, in typical LoRaWAN application scenarios such as smart metering and hotel space management, LoRa end-devices often need to be distributed on different floors of the building. However, few studies have considered this in the design of their experiments.
-
Insufficient information richness
Most studies present the interested data in figures or tables without providing the raw data, making it difficult to analyze detailed information such as multipath effects, timestamp fluctuations, and RSSI variations. Furthermore, most LoRaWAN gateways used in experiments are unable to provide nanosecond-level timestamps, making the data unsuitable for high-precision LoRaWAN positioning based on Time Difference of Arrival (TDOA).
To address the shortcomings of existing research, we have established a large-scale urban LoRaWAN network at Northwestern Polytechnical University. In this network, 28 LoRaWAN end-devices have been deployed in various locations, covering outdoor, indoor, and multiple floors of buildings. An aerial gateway mounted on the DJI Mavic 3, along with three ground gateways, has been deployed for data collection. The aerial gateway collects data at heights of 50 m, 100 m, and 150 m, while the ground gateways are fixed within different buildings. Through real-world experiments, a total of 28,576 raw data entries have been obtained, including information such as RSSI, SNR, and high-precision timestamps. Finally, to validate the dataset, a preliminary evaluation of the LoRaWAN network was conducted using the indicators of Packet Delivery Ratio (PDR), Received Signal Strength Indicator (RSSI) and Signal-to-Noise Ratio (SNR).
In conclusion, this dataset has great potential in the following research areas:
-
(1)
Channel modeling of ground LoRaWAN networks and UAV-assisted LoRaWAN networks;
-
(2)
Performance evaluation and prediction of LoRaWAN network in urban environments.
-
(3)
Research on LoRaWAN positioning based on RSSI, TDOA, and fingerprinting algorithms;
-
(4)
Deep learning-based LoRaWAN positioning optimization and SNR prediction.
Methods
In this section, the complete process of data generation will be described in detail, including the measurement system, experimental setup, and data collection.
Measurement system
The measurement system adopts the standard LoRaWAN star network topology, which mainly consists of three parts: LoRaWAN end-devices, LoRaWAN gateways, and LoRaWAN servers, as shown in Fig. 1.
-
LoRaWAN end-devices
LoRaWAN end-devices typically consist of a Microcontroller Unit (MCU), sensors, a power module, and a LoRa RF module. These components work together to collect data and wirelessly transmit it to LoRaWAN gateways. According to the LoRaWAN protocol, each end-device has a unique EUI address to distinguish the different devices.
In this experiment, each LoRaWAN end-device consists of an STM8L151 MCU, an SX1278 LoRa module, an STH10 temperature and humidity sensor, a 2 dBi gain spring antenna, and is powered by two 1.2 V, 1000 mAh batteries. Detailly, the STH10 uses IIC to communicate with the MCU, while the SX1278 LoRa module uses UART. Moreover, the device transmits with a power of 17 dBm and utilizes a LoRa spreading factor of 12, uploading sensor data periodically every 10 seconds. The experimental results show that the device can operate continuously for approximately 36–48 hours. The detailed configuration of LoRaWAN end-devices is provided in Table 2.
Table 2 Configuration of LoRaWAN end-devices. -
LoRaWAN gateways
The LoRaWAN gateway is responsible for decoding LoRa packets and recording parameters such as signal strength (RSSI), signal-to-noise ratio (SNR), and timestamps. This information is then transmitted to the LoRaWAN server via Wi-Fi, Ethernet, or cellular networks. Similar to the LoRaWAN end-device, each LoRaWAN gateway has a unique EUI address.
In this experiment, the LoRaWAN gateway consists of a Raspberry Pi 4B, an SX1303 or SX1302 based LoRa module, a 2 dBi gain rubber rod antenna, and a u-blox 7 GPS module. The SX1302 gateway module is widely used in existing research, while the SX1303 provides higher precision timestamps, making it better for high-precision positioning based on TDOA. The LoRa module communicates with the Raspberry Pi through SPI, while the Raspberry Pi’s Wi-Fi module is used for internet connectivity. Besides, the classic open-source gateway project, LoRa packet forwarder, runs on the Raspberry Pi to implement the core gateway functionality. Apart from the aforementioned ground gateways, a DJI Mavic 3 drone with a LoRaWAN gateway onboard was employed to establish an aerial gateway.
-
LoRaWAN servers
LoRaWAN server is responsible for managing all the devices in the network, covering functions such as authentication, traffic monitoring, and data storage.
The standard LoRaWAN star network topology. The end-devices on the left side of the figure connect to the LoRaWAN server through an aerial gateway, while the end-devices on the right connect through a ground gateway. According to the LoRaWAN protocol, an end-device can also connect with multiple gateways simultaneously.
In this experiment, the open-source LoRaWAN network server, ChirpStack, was deployed on the Huawei Cloud server. The web platform of ChirpStack provides a data download service, allowing users to retrieve all LoRa packets received by a specific gateway in JSON format. The dataset provided in this article is sourced from this service.
Experimental setup
The experiment established a data collection scenario on the campus of Northwestern Polytechnical University, utilizing 28 LoRaWAN end-devices, 3 ground LoRaWAN gateways, an aerial gateway, and a LoRaWAN server deployed on a cloud server. The detailed layout of the LoRaWAN end-devices and gateways is shown in Fig. 2.
A total of 28 LoRaWAN end-devices were used in this experiment, covering an area of approximately 2.6 km2. Among them, 5 end-devices were deployed outdoors, evenly distributed along the campus boundary, while the remaining end-devices were placed indoors. Specifically, a total of 5, 13, and 5 LoRaWAN end-devices were deployed in Buildings A, B, and C, respectively. In building A, end-devices were deployed at the east-facing windows on floors 1 to 5; In building C, end-devices were deployed at the west-facing windows on floors 2 to 6; In building B, 5 end-devices were deployed at the west-facing windows, 4 inside the building, and 4 at the east-facing windows. The photographs of the deployed LoRaWAN end-devices are shown in Fig. 3.
A total of three Ground LoRaWAN gateways were deployed in this experiment, which were deployed on the fourth floor of buildings A, B, and C, as shown in Fig. 4. The gateways in Buildings A and C use the SX1302 LoRa module, while the gateway in Building B uses the SX1303 LoRa module, which provides high-precision timestamps at the nanosecond level.
Additionally, a LoRaWAN gateway is integrated with the DJI Mavic 3 drone to form an aerial gateway, which is deployed at the center of the test field, as shown in Fig. 5.
Data collection
Due to the short transmission period of the end-devices, multiple LoRaWAN end-devices are likely to transmit data simultaneously, which can result in collisions. Especially for aerial gateways with a wide coverage, the probability of collisions increases significantly. Therefore, the data collection experiment is conducted in two groups. The first group deploys 13 LoRaWAN end-devices in Building B for measurement, while the second group measures the remaining 15 LoRaWAN end-devices. During the measurement process, the same testing procedure is applied to each group. First, configure the authentication and network parameters for the end-devices and gateways on the LoRaWAN server, ensuring that the server accurately records the data received by each gateway. Subsequently, deploy the end-devices and ground gateway according to the aforementioned network topology. Meanwhile, the aerial gateway will hover at altitudes of 50 m, 100 m, and 150 m respectively to collect data, with each session lasting approximately 25 minutes. After each data collection experiment, the data from different gateways will be downloaded in JSON format from the server. Finally, the data is categorized and archived according to the groups and gateways, forming the dataset.
It is worth noting that during the measurement of the second group, the battery power of the end-devices in building A notably dropped due to prolonged placement. The insufficient transmission power has caused a significant reduction in the longest propagation distance of LoRa signals, resulting in a low packet delivery rate for both ground gateway and aerial gateway. Therefore, a supplementary experiment was conducted with end-devices in Building A redeployed, which was also included in the final dataset. In addition, when the aerial gateway collects data in the air, wobbles20,21 or 3-D rotation22 of the drone may cause changes in the drone’s orientation and antenna direction, potentially affecting signal propagation. In this experiment, the LoRaWAN gateway was mounted above the drone to form the aerial gateway. However, if other researchers choose a different mounting method, the results of the experiment may vary.
Data Records
The dataset is available on figshare23 [https://doi.org/10.6084/m9.figshare.28681874] and is distributed under the CC BY 4.0 license, permitting reuse without restriction.
According to the process described in the Method section, the data was organized according to different experiments and placed in the “Experiment” folder, as shown in Fig. 6. In each subfolder, there is a “Data” folder and a PNG image. The “Data” folder contains the raw JSON data downloaded from the ChirpStack LoRaWAN server, and the JSON data format is shown in Table 3. The JSON files are named using the following format: E_N_A, where E represents the gateway EUI, N indicates the number of data entries, and A (optional) represents the flight altitude of UAV. On the other hand, the experimental topology is shown in “Topology.png”, with the EUI numbers of the end-devices and gateways marked.
The distances between end-devices and gateways are also provided in the “Distance” folder in the form of PNG images. The EUI of the outdoor end-device is used for file naming, making it easier for users to quickly locate the files. In addition, a simple Python script example for handling JSON files is located in the ‘Example code’ folder and will be used in the next section.
Technical Validation
To validate the dataset, the Packet Delivery Ratio (PDR) of 28 LoRaWAN end-devices across different gateways was calculated, providing a preliminary evaluation of the LoRaWAN network in urban environments. Besides, the SNR and RSSI of two typical LoRaWAN end-device was also analyzed to show the different between indoor end-devices and outdoor end-devices. The results offer valuable insights for determining the optimal number and locations of LoRaWAN devices when deploying a ground or UAV-assisted LoRaWAN network in urban environments.
PDR calculation
According to the LoRaWAN protocol, each LoRa packet sent by the end-device must include an incrementing FCnt field, which increases with every new packet. Since the end-device transmits data continuously, the FCnt values change continuously as well. The total number of packets sent during the experiment can be determined by calculating the difference between the FCnt values of the first and last received packets. On the other hand, the number of packets received by the gateway can be directly obtained from the raw JSON data, and the PDR can be calculated by dividing this value by the total number of packets sent. A simple Python script is used to calculate the PDR based on the aforementioned logic. In rare cases, the gateway may receive two packets with the same FCnt due to factors such as multipath, but this scenario has been ignored in the current calculation. If the PDR exceeds 100%, it will be counted as 100%.
Result of ground gateway
The PDR of end-devices for ground LoRaWAN gateways A, B, and C is illustrated in Fig. 7.
-
Ground LoRaWAN gateway A
The ground LoRaWAN gateway A can cover 18 LoRaWAN end-devices, with 11 of them having a PDR exceeding 60%. The coverage area primarily includes Building A and the west side of Building B, while end-devices in Building C are out of range.
-
Ground LoRaWAN gateway B
Benefiting from its advantageous location, the ground LoRaWAN gateway B can communicate with 25 LoRaWAN end-devices. However, only 9 end-devices have a PDR exceeding 60%, and the PDR of all outdoor end-devices is below 60%. In addition, even within the same building, the PDR of end-devices in the western part of Building B remains below 60%, indicating that a single ground gateway cannot provide sufficient coverage for the entire building.
-
Ground LoRaWAN gateway C
Due to the dense buildings around the ground LoRaWAN gateway C, only 7 LoRaWAN end-devices are able to communicate with it. Among them, 5 end-devices have a PDR exceeding 60%, all of which are located within Building C. From the map, it can be observed that the distances from Gateway A and Gateway C to the end-devices in Building B are similar. However, Gateway A can cover 9 end-devices, while Gateway C can only cover 2. It demonstrates that in dense building environments, the coverage range of ground gateways is significantly reduced.
Result of aerial gateway
The PDR of end-devices for aerial LoRaWAN gateway at different height is illustrated in Fig. 8.
-
Aerial LoRaWAN gateway at a height of 50 m
When the aerial gateway is deployed at a height of 50 m, it can communicate with 26 LoRaWAN end-devices, providing almost full coverage of the experimental area. The number of end-devices with a PDR exceeding 60% reached 20, showing a significant improvement compared to the ground LoRaWAN gateway.
-
Aerial LoRaWAN gateway at a height of 100 m
When the aerial gateway is deployed at a height of 100 m, it can communicate with 27 LoRaWAN end-devices.
Compared to the scenario with the aerial gateway at a height of 50 m, the PDR of most LoRaWAN end-devices has increased. In particular, the PDR of end-devices on the 2nd to 5th floors of Building A all exceeds 95%. However, due to factors like NLOS propagation, the PDR of end-devices on the first floor of Building B and some outdoor end-devices has slightly decreased.
-
Aerial LoRaWAN gateway at a height of 150 m
When the aerial gateway is deployed at a height of 150 m, all the LoRaWAN end-devices have been covered. The PDR of LoRaWAN end-devices on higher floors continues to show an upward trend, while that on lower floors exhibits some instability. For example, as the drone’s altitude increased, the end-devices on the 2nd floor of Building C achieved communication for the first time, while the PDR of end-devices on the lower floors of Buildings A and B decreased.
SNR and RSSI analysis
The variations, averages, and standard deviations of the SNR and RSSI data obtained from different gateways have been compared and analyzed through the Python script. The end-device on the first floor in the west of Building B and the end-device at the northeast corner of the experimental site were chosen as representatives of indoor and outdoor end-devices, respectively. A comparison was conducted between the data collection results from ground gateway B and aerial gateway deployed at different heights.
For outdoor end-devices, the height advantage of the UAV can significantly improve the RSSI and SNR of the devices, as shown in Fig. 9. As the height of UAV increases, the average SNR of outdoor end-device also rises accordingly. When the UAV is deployed at the height of 150 m, the improvement compared to the ground gateway B can reach up to 13 dB. However, the fluctuation of the SNR also increases with the altitude of the UAV. On the other hand, the improvement in RSSI can reach up to 13 dBm, while the averages and standard deviations are less affected by the UAV’s altitude.
For indoor end-devices, the performance of the aerial gateway is still better than that of the ground gateway. However, due to the impact of NLOS factors, the RSSI and SNR do not increase with the altitude of the UAV, as shown in Fig. 10. In fact, the best performance is achieved when the UAV is at an altitude of 50 meters, rather than 150 meters, which differs from the outdoor end-device. The impact of NLOS is also reflected in the fluctuations of RSSI and SNR. When the same gateway and scene configuration was utilized for data collection, the RSSI and SNR fluctuations of indoor end-device is considerably higher than those of outdoor end-device.
In summary, our dataset can be used for a comprehensive and realistic evaluation of LoRaWAN networks in urban environments. The evaluation results show that drones can significantly enhance the performance of LoRaWAN networks in urban areas, particularly for end-devices on higher floors. A single aerial LoRaWAN gateway (located at an altitude of 150 m) can connect with LoRaWAN end-devices within a 2.6 km² area in a complex urban environment, providing coverage roughly equivalent to that of at least three ground LoRaWAN gateways. In addition, when using aerial gateways for data collection, the optimal deployment height of the gateway varies for indoor and outdoor end-devices. The analysis results indicate that the dataset contains various of valuable data, including RSSI, SNR, and timestamps, which can be widely applied in research areas such as channel modeling, LoRaWAN localization, and deep learning.
Usage Notes
To access the data of specific end-devices, users can refer to the ‘Topology.png’ file, which highlights the EUI addresses of the deployed LoRaWAN devices. The EUI of gateways and end-devices corresponds to the “gatewayId” and “devaddr” fields in the JSON file, respectively. For detailed information on the JSON data format, please refer to the documentation on the ChirpStack website (https://github.com/chirpstack/chirpstack/blob/master/api/proto/gw/gw.proto, accessed July 2025). Before analyzing the timestamp data, ensure that GPS has been enabled correctly. An effective method is to compare the times in the “gwTime” and “nsTime” fields in the JSON file. If the difference between them is around 1 second, it indicates that the GPS is functioning correctly. Otherwise, the gateway’s timestamp and GPS coordinates are unreliable, but other information such as SNR and RSSI remains valid. For distance-related applications, users can refer to the images in the Distance folder, which show the distance between the LoRaWAN end-device and the ground gateway. Since the locations of Ground Gateway B and the Aerial Gateway are close to each other, the distance of Ground Gateway B can be used as an approximation for the Aerial Gateway.
Code availability
The generation of the dataset does not involve any code. Additionally, no code is necessary to access or analyze the dataset. The Python script to re-run the technical validation described in this report can be found on figshare23 [https://doi.org/10.6084/m9.figshare.28681874].
References
Chaudhari, B. S., Zennaro, M. & Borkar, S. LPWAN Technologies: Emerging Application Characteristics, Requirements, and Design Considerations. Future Internet 12, 46 (2020).
Putra, P. R. P. & Wibisono, G. Intelligent Street Light Pole Planning Based on LoRa Technology in Depok City. in 2021 International Conference on Green Energy, Computing and Sustainable Technology (GECOST) 1–5 https://doi.org/10.1109/GECOST52368.2021.9538728 (IEEE, Miri, Malaysia, 2021).
Yazıcı, A. B. & Ünverdi, N. Ö. LoRa Technology Overview and Smart Parking System Design. in 2024 32nd Signal Processing and Communications Applications Conference (SIU) 1–4. https://doi.org/10.1109/SIU61531.2024.10600948 (IEEE, Mersin, Turkiye, 2024).
Campo, G., Cipria, F., Russo, M., Santoro, C. & Santoro, F. F. ChirpPark: A Smart and Sustainable Parking System Protocol for Smart Cities and Multi-Agent Vehicles. in 2024 IEEE Smart Cities Futures Summit (SCFC) 17–20. https://doi.org/10.1109/SCFC62024.2024.10697994 (IEEE, Marrakech, Morocco, 2024).
Tanaka, M. S. et al. A Study to Ensure Communication Reliability of Bus Location System Using LoRa Communication. IEEE Consumer Electron. Mag. 12, 91–99 (2023).
Astrain, J. J. et al. Monitoring of Electric Buses Within an Urban Smart City Environment. IEEE Sensors J. 22, 11364–11372 (2022).
Gude, D. K. et al. Transforming Urban Sanitation: Enhancing Sustainability through Machine Learning-Driven Waste Processing. Sustainability 16, 7626 (2024).
Cruz, N., Cota, N. & Tremoceiro, J. LoRaWAN and Urban Waste Management—A Trial. Sensors 21, 2142 (2021).
Torres‐Sanz, V., Sanguesa, J. A., Martinez, F. J., Garrido, P. & Calafate, C. T. An autoconfiguration strategy for very large scale long range wide area network deployments in smart cities. IET Smart Cities 7, e12096 (2025).
Longares, J. M., Mselle, B. D., Gutierrez Galindo, J. I. & Ballestin, V. Dynamic Indoor Environmental Quality Assessment in Residential Buildings: Real-Time Monitoring of Comfort Parameters Using LoRaWAN. Energies 17, 5534 (2024).
López-Escobar, J. J. et al. Intelligent Energy-Efficient GNSS-Assisted and LoRa-Based Positioning for Wildlife Tracking. IEEE Sensors J. 25, 7291–7300 (2025).
Glam, A., Farbman, B. & Ashkenazi, I. Complete IoT Solution for Smart Cities Using LoRaWAN Technology. in 2021 IEEE International Conference on Microwaves, Antennas, Communications and Electronic Systems (COMCAS) 422–426. https://doi.org/10.1109/COMCAS52219.2021.9629020 (IEEE, Tel Aviv, Israel, 2021).
Harinda, E., Wixted, A. J., Qureshi, A.-U.-H., Larijani, H. & Gibson, R. M. Performance of a Live Multi-Gateway LoRaWAN and Interference Measurement across Indoor and Outdoor Localities. Computers 11, 25 (2022).
Osorio, A., Calle, M., Soto, J. & Candelo-Becerra, J. E. Routing in LoRa for smart cities: A gossip study. Future Generation Computer Systems 136, 84–92 (2022).
Aernouts, M., BniLam, N., Berkvens, R. & Weyn, M. TDAoA: A combination of TDoA and AoA localization with LoRaWAN. Internet of Things 11, 100236 (2020).
Chen, C. et al. Enabling large-scale low-power LoRa data transmission via multiple mobile LoRa gateways. Computer Networks 237, 110083 (2023).
Andreadis, A., Giambene, G. & Zambon, R. Low-Power IoT for Monitoring Unconnected Remote Areas. Sensors 23, 4481 (2023).
Panga, S. M. S. & Borkotoky, S. S. Leveraging Wake-Up Radios in UAV-Aided LoRa Networks: Some Preliminary Results on a Random-Access Scheme. in 2023 17th International Conference on Telecommunications (ConTEL) 1–7. https://doi.org/10.1109/ConTEL58387.2023.10199009 (IEEE, Graz, Austria, 2023).
Jia, B., Qiao, W., Huang, B., Yang, H. & Wang, E. Sequentially Localizing LoRa Terminals with A Single UAV. in 2023 IEEE Wireless Communications and Networking Conference (WCNC) 1–6. https://doi.org/10.1109/WCNC55385.2023.10118902 (IEEE, Glasgow, United Kingdom, 2023).
Yang, X. et al. Temporal Correlation Characteristics of Air-to-Ground Wireless Channel With UAV Wobble. IEEE Trans. Intell. Transport. Syst. 24, 10702–10715 (2023).
Yang, X. et al. A Geometry-Based Stochastic Channel Model for UAV-to-Ground Integrated Sensing and Communication Scenarios. IEEE Trans. Veh. Technol. 74, 5307–5320 (2025).
Ge, C. et al. Pathloss and Airframe Shadowing Loss of Air-to-Ground UAV Channel in the Airport Area at UHF- and L-Band. IEEE Trans. Veh. Technol. 72, 8094–8098 (2023).
Zhao, H.-G. et al. Measurement of LoRa signal propagation in urban areas utilizing aerial gateway and ground gateway. figshare https://doi.org/10.6084/m9.figshare.28681874 (2025).
Callebaut, G. & Van Der Perre, L. Characterization of LoRa Point-to-Point Path Loss: Measurement Campaigns and Modeling Considering Censored Data. IEEE Internet Things J. 7, 1910–1918 (2020).
Rademacher, M., Linka, H., Horstmann, T. & Henze, M. Path Loss in Urban LoRa Networks: A Large-Scale Measurement Study. in 2021 IEEE 94th Vehicular Technology Conference (VTC2021-Fall) 1–6. https://doi.org/10.1109/VTC2021-Fall52928.2021.9625531 (IEEE, Norman, OK, USA, 2021).
Ferreira, A. E. et al. A study of the LoRa signal propagation in forest, urban, and suburban environments. Ann. Telecommun. 75, 333–351 (2020).
Babayigit, B. & Dogan, F. LoRa Communication Evaluation Based Building Density in Ankara City. in 2022 International Congress on Human-Computer Interaction, Optimization and Robotic Applications (HORA) 1–4. https://doi.org/10.1109/HORA55278.2022.9800058 (IEEE, Ankara, Turkey, 2022).
Villarim, M. R., De Luna, J. V. H., De Farias Medeiros, D., Pereira, R. I. S. & De Souza, C. P. LoRa Performance Assessment in Dense Urban and Forest Areas for Environmental Monitoring. in 2019 4th International Symposium on Instrumentation Systems, Circuits and Transducers (INSCIT) 1–5. https://doi.org/10.1109/INSCIT.2019.8868567 (IEEE, Sao Paulo, Brazil, 2019).
Pang, S. et al. Evaluation of LoRa Network Link Quality in Complex Urban Environments Based on Static and Dynamic Parameters. IEEE Access 12, 125369–125383 (2024).
Muzammir, M. I., Abidin, H. Z., Abdullah, S. A. C. & Zaman, F. H. K. Performance Analysis of LoRaWAN for Indoor Application. in 2019 IEEE 9th Symposium on Computer Applications & Industrial Electronics (ISCAIE) 156–159. https://doi.org/10.1109/ISCAIE.2019.8743982 (IEEE, Malaysia, 2019).
Xuan, L., Hesheng, Z. & Lei, L. Research on LoRa Communication Performance in Manhole Cover Monitoring. in 2019 IEEE International Instrumentation and Measurement Technology Conference (I2MTC) 1–6. https://doi.org/10.1109/I2MTC.2019.8826898 (IEEE, Auckland, New Zealand, 2019).
Anagha, M. S. et al. An Experimental Study of Relay-Assisted LoRa Communication Using UAVs for IoT Applications. in 2024 IEEE International Conference on Electronics, Computing and Communication Technologies (CONECCT) 1–6. https://doi.org/10.1109/CONECCT62155.2024.10677137 (IEEE, Bangalore, India, 2024).
Aghajari, H., Ahmadinabi, S., Babadegani, H. B. & Soorki, M. N. Empirical Performance Analysis and Channel Modeling of UAV-Assisted LoRa Networks. in 2022 30th International Conference on Electrical Engineering (ICEE) 463–468. https://doi.org/10.1109/ICEE55646.2022.9827258 (IEEE, Tehran, Iran, Islamic Republic of, 2022).
Dambal, V. A., Mohadikar, S., Kumbhar, A. & Guvenc, I. Improving LoRa Signal Coverage in Urban and Sub-Urban Environments with UAVs. in 2019 International Workshop on Antenna Technology (iWAT) 210–213. https://doi.org/10.1109/IWAT.2019.8730598 (IEEE, Miami, FL, USA, 2019).
Daramouskas, I., Perikos, I., Paraskevas, M., Lappas, V. & Kapoulas, V. Performance Analysis for Time Difference of Arrival Localization in Long-Range Networks. Smart Cities 7, 2514–2541 (2024).
Acknowledgements
This work is supported by the Fundamental Research Funds for the Central Universities (No. D5000230154) and the Key Research and Development Program of Shaanxi under Grant 2024GX-YBXM-022.
Author information
Authors and Affiliations
Contributions
Wenxin Tang designed the experiments, built the measurement system, collected the data, and wrote the paper. Honggang Zhao designed the experiments, wrote the paper and supervised the work. Sitong Chen designed the experiments, built the measurement system, and collected the data. Aoyang Li collected the data, built the measurement system, and organized the dataset. Wenjing Yang designed the experiments, reviewed the paper and supervised the work. Wei Cheng organized the dataset, reviewed and edited the paper. Yong Li organized the dataset and supervised the work. Limeng Dong reviewed the paper and supervised the work. All authors reviewed the manuscript.
Corresponding authors
Ethics declarations
Competing interests
The authors declare no competing interests.
Additional information
Publisher’s note Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Rights and permissions
Open Access This article is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License, which permits any non-commercial use, sharing, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if you modified the licensed material. You do not have permission under this licence to share adapted material derived from this article or parts of it. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.
About this article
Cite this article
Tang, W., Zhao, H., Chen, S. et al. Measurement of LoRa signal propagation in urban areas utilizing aerial gateway and ground gateway. Sci Data 12, 1464 (2025). https://doi.org/10.1038/s41597-025-05802-2
Received:
Accepted:
Published:
DOI: https://doi.org/10.1038/s41597-025-05802-2