LoRaWAN Path Loss Measurements in an Indoor Office Setting including Environmental Factors/Conditions

Time seriesIntroduced 2025-05-06

This dataset was collected during a LoRaWAN measurement campaign in a multi-room indoor office environment at the University of Siegen, Germany. It contains over 1.7 million time-stamped records from 6 LoRaWAN nodes transmitting once per minute to a single gateway. Each record includes environmental parameters: temperature, relative humidity, barometric pressure, particulate matter (PM2.5), and carbon dioxide (COâ‚‚); as well as device metadata such as RSSI, SNR, spreading factor (SF), etc. The dataset also includes the effective signal power (ESP) and the noise (NP) for LoRaWAN propagation analysis purposes. The dataset is designed to support research on indoor wireless propagation, distance estimation, environment-aware modeling, among other IoT use cases and applications in line with the 6G flagship demands.

🔗 Additional Notes

The original dataset pulled directly from InfluxDB is provided as 1.unsorted_combined_measurements_data.csv. The preprocessed version: filtered, sorted, and with variable renaming, aligned to the structure described in our journal paper, is included as 2.aggregated_measurements_data.csv. The fully cleaned dataset, where anomalies have been removed and SF11/SF12 data isolated, is available as 3.cleaned_dataset_per_device.csv. Intermediate processing steps and transformations are fully reproducible and documented in the accompanying GitHub repository, where each stage of the pipeline is implemented and version-controlled. Users can generate intermediate versions as needed by following the processing scripts or reviewing the commit history.