2025-06-05 · 6 min read · Case Studies
A wildfire detected by a LoRaWAN mesh in a German forest triggers an alert 30-60 minutes before the first 911 call. A creek in Queensland rises 30 cm in 15 minutes. Environmental IoT operates in locations with no power, no fiber, and often no cellular coverage.
Wildfire detection networks, flood early-warning systems, and urban air quality grids share a deployment profile that no other IoT vertical touches: the sensor must operate for 5-10 years without maintenance, in locations with no grid power, often outside cellular coverage. The connectivity architecture is not a choice between technologies — it is a stack of complementary layers.
LoRaWAN dominates environmental sensing because it operates in unlicensed sub-GHz spectrum (868 MHz EU, 915 MHz Americas) with a 15 km rural range and sensor battery life of 5-10 years on a single AA cell. A single LoRaWAN gateway covers roughly 100 square km and handles thousands of sensors. Dryad Silvanet, which won the GLOMO Award for Climate Action at MWC 2025, uses a LoRaWAN mesh where gateways interconnect at 2-6 km spacing through dense forest, and a border gateway bridges to 4G/LTE-M or satellite. The sensors detect hydrogen, carbon monoxide, and volatile organic compounds at parts-per-billion levels — wildfire smoke signatures that appear 30-60 minutes before visible flames. NB-IoT operates in licensed LTE spectrum with 164 dB maximum coupling loss, allowing sensors buried in concrete culverts or mounted in basement-level stream gauges to close the link.
Environmental sensor networks face a coverage paradox: the locations that most need monitoring — remote forests, mountain watersheds, coastal flood zones — are the locations least likely to have cellular coverage. Tier 1: NB-IoT or LTE-M where carrier coverage exists at the gateway location. Deutsche Telekom Spekter flood-warning system uses NB-IoT water level sensors to provide 30-minute advance warning of flash floods. Tier 2: satellite backhaul where cellular is absent. Swarm (SpaceX) and Iridium provide low-bandwidth satellite connectivity. Tier 3: store-and-forward for truly disconnected locations, where sensors log to local SD cards and upload when a cellular-equipped vehicle passes within range.
Urban air quality monitoring inverts the environmental IoT problem: cellular coverage is abundant, but sensor density is extreme. A city-wide PM2.5 monitoring grid requires hundreds of sensors per square kilometer to capture hyperlocal pollution gradients from traffic corridors and industrial zones. The SOCIO-BEE project deployed wearable PM2.5 sensors across three European cities in 2025, using BLE-to-smartphone for data backhaul. CleanCity IoT in Kigali, Rwanda, mounted cellular-connected sensors on vehicle fleets, achieving near-real-time PM2.5 mapping at 2-hour forecast horizons using GSM backhaul.
A remote flood sensor under a bridge in Queensland (Hinchinbrook Shire Council, 8 NB-IoT sensors deployed in 2024) runs on a 20W solar panel with a 12V/12Ah battery buffer. The solar panel is oversized for summer but sized for the worst winter week — a procurement decision that adds 50-100 USD to the BOM but eliminates a truck roll to replace a dead battery after 3 days of cloud cover. The rule: size solar for the worst 7-day insolation period at the deployment latitude, not for average conditions. Environmental IoT devices should use industrial-temperature lithium thionyl chloride (Li-SOCl2) cells rated for -55 to +85 degrees C.
1. Coverage audit: Does the deployment location have NB-IoT or LTE-M coverage? If no, the sensor mesh needs LoRaWAN + satellite backhaul. 2. Sensor density: under 100 sensors per square km can use direct cellular. Over 100 sensors per square km needs a gateway aggregation layer. 3. Power budget: size solar for the worst 7-day insolation, not the annual average. 4. Environmental rating: IP68 minimum for flood/coastal sensors. UV-stabilized for desert/wildfire sensors. 5. Battery: Li-SOCl2 for deployments over 5 years or temperature extremes. 6. Alert latency: wildfire detection needs sub-60-second alerting. Flood monitoring can tolerate 5-15 minute intervals. Air quality: 2-hour averaging is standard.