Chapters

9 Infrastructure-Denied IoT: Radio Options

wsn
infrastructure
denied
connectivity

9.1 Overview

This first route frames the disconnected mission and compares radio and contact options against its constraints.

This is part 1 of 2. Continue with Infrastructure-Denied IoT: Field Architecture for the second focused route.

9.2 In 60 Seconds

Picture a flood sensor deep in a valley with no phone signal or mains power. It still needs to send a small warning. A protocol is a set of rules for exchanging messages. LoRaWAN is a long-range radio protocol for small, infrequent messages. A gateway is a local bridge from that radio link to a wider network. Telemetry means readings sent from a remote device. A duty cycle is the share of time a device stays awake or transmits.

First write the warning size, distance, deadline, and battery target. Then test the route in the actual terrain. Check what happens when trees are wet, a gateway fails, or several nodes report together. Save unsent records and make gaps visible. A cheap link is not useful if it hides the event that matters.

Prove the smallest useful message first. Send one dated warning across the hardest part of the route. Repeat at different times. Count success, delay, and battery cost. Turn off the receiver. Check that the node saves the warning. Restore contact. Confirm that old and new warnings remain distinct. This small test gives the wider design an honest starting point.

Use a field-first link record. Mark the sensor and receiver on a map. Measure height and distance. Walk the route. Note hills, trees, water, and safe access. Test in bad weather when possible. Save signal and loss results. Set the message rate. Keep airtime within local rules. Count sleep, listen, and send energy. Reserve storage for an outage. Mark old records after recovery.

Plan a second path only when it can be supported. A satellite, mobile collector, or extra relay also needs power, ownership, and a failure plan. Recheck the route after seasons or site access change.

This opening cannot predict every valley, antenna, season, or emergency. The Practitioner section compares link choices and field evidence. Under the Hood explains radio budgets, energy limits, and recovery models.

Some IoT deployments fail before data analysis begins because there is no practical communication path. Remote forests, mountains, disaster zones, offshore sites, and protected ecological areas may have no cellular coverage, no mains power, no safe access routes, dense vegetation, and limited maintenance windows. In these settings, the engineering problem is not “which cloud platform should receive the data?” but “can a tiny, battery-powered node send a few reliable bits from a hostile radio environment without a permanent infrastructure footprint?”

9.3 Minimum Viable Understanding

Connectivity is an environmental constraint, not just a protocol choice: A technology that works on a farm field or city street can fail in dense canopy, valleys, tunnels, or disaster-damaged areas because radio links depend on frequency, antenna placement, terrain, foliage, interference, and gateway access. Low-data telemetry changes the design space: If the application only needs status, alarms, location, battery level, or compact sensor summaries, very low data rates can be acceptable when they buy range, robustness, and battery life. The right design starts with a link and power budget: Before selecting LoRaWAN, cellular, satellite, mesh, or HF radio, engineers must estimate path loss, receiver sensitivity, antenna gain, fade margin, duty cycle, average current, battery life, and gateway constraints. Infrastructure-denied does not mean impossible: It means the system may need store-and-forward operation, local gateways, private LPWAN, delay tolerance, energy harvesting, rugged enclosures, careful antenna design, or unusual radio paths such as skywave propagation. HF/NVIS is a specialist option, not the default answer: Near-Vertical Incidence Skywave belongs in the course as background for rare regional, low-rate, infrastructure-denied links. Most IoT deployments should still start by checking simpler options such as private LPWAN, cellular IoT, satellite IoT, or mobile collection.

9.4 For Beginners: Why Remote IoT Is Hard

Imagine placing sensors in a place where phones show “no service”, there is no mains electricity, trees block the sky, heavy rain damages connectors, and technicians can only visit every few months. The sensor still needs to wake up, measure something, send a message, and go back to sleep.

That is infrastructure-denied IoT. The device is not just a sensor. It is also a tiny energy system, a radio station, a data logger, and a fault-tolerant computer.

9.5 Learning Objectives

By the end of this chapter, you will be able to:

  • Explain why conventional wireless technologies fail in some remote IoT environments
  • Compare connectivity options for infrastructure-denied sensing, including private LPWAN, cellular IoT, satellite IoT, multi-hop mesh, and HF/NVIS radio
  • Apply link-budget reasoning to estimate whether a communication path has enough margin
  • Describe how frequency, wavelength, antenna size, and bandwidth shape remote sensor-network design
  • Design compact telemetry payloads for low-data, low-power deployments
  • Evaluate energy trade-offs between sensing, processing, transmitting, sleeping, and gateway operation
  • Plan a field validation strategy using reliability, SNR, power level, location, time of day, and failure-mode evidence
Chapter Roadmap

This chapter moves through the problem in four passes:

  1. First define the environment and the smallest useful message.
  2. Then compare radio options against link budget, terrain, foliage, and antenna limits.
  3. Next connect weak-signal telemetry to power, gateway, and architecture choices.
  4. Finally prove custody and choose the design an organisation can sustain.

Checkpoints recap the design decisions as you go; deeper tables and formulas are support material for field choices.

9.6 Infrastructure-Denied Connectivity

9.7 Prerequisites

Prerequisites: WSN Communication Patterns | WSN Deployment and Sizing | LPWAN Link Budget and Range

Part of: Wireless Sensor Networks

This enables: WSN Energy Management | LPWAN Technology Selection

9.8 What “Infrastructure-Denied” Means

An infrastructure-denied IoT environment is a deployment area where normal assumptions about connectivity, power, maintenance, and access are weak or false.

The problem is common in:

  • Remote ecological monitoring
  • Wildlife and habitat protection
  • Disaster response after communication towers are damaged
  • Mountain, glacier, desert, and rainforest sensing
  • Offshore and riverine monitoring
  • Border, defence, and emergency-service telemetry
  • Rural infrastructure monitoring beyond reliable cellular coverage

The defining constraints are not just distance. The harder issue is the combination of distance, obstruction, low power, low maintenance, and uncertain radio conditions.

9.8.1 Typical Constraints

ConstraintPractical effectDesign implication
No cellular coverageLTE-M, NB-IoT, and 4G/5G cannot attach to a networkUse private infrastructure, satellite, store-and-forward, or non-cellular radio
Dense vegetationSub-GHz and GHz links lose margin through foliage and wet canopyUse conservative link budgets, gateway elevation, lower frequencies, or alternate paths
No clear sky viewSatellite modems may fail or need long acquisition timesAvoid satellite, elevate antenna, or use sparse scheduled transmissions
No mains powerGateways and repeaters become difficult to sustainUse low-power nodes, solar, batteries, local buffering, or fewer powered infrastructure points
Limited maintenanceBattery replacement and connector repairs are expensiveUse long-life chemistry, rugged enclosures, remote diagnostics, and large reliability margins
Safety/access limitsField teams cannot freely visit all sitesDesign for remote commissioning, health telemetry, and graceful degradation
Regulatory limitsSpectrum, duty cycle, encryption, and licensing may constrain operationCheck legal operation before building the physical design

9.9 Start With the Communication Requirement

Remote IoT projects often begin with the wrong question: “Which wireless technology should we use?”

The better first question is: what exactly must the remote node communicate, and how quickly?

9.9.1 Requirement Model

Define the communication requirement in six dimensions:

DimensionQuestions to answer
PayloadHow many bytes per message? Is it a reading, event flag, GPS coordinate, image, or waveform?
FrequencyHow often are messages sent? Every minute, hour, day, or only on events?
LatencyIs a message useful after 10 seconds, 10 minutes, 1 hour, or 1 day?
ReliabilityIs occasional loss acceptable, or must every alarm arrive?
DirectionUplink only, downlink commands, acknowledgements, firmware updates, or two-way control?
LifetimeHow long must the node operate without human service?

These answers determine whether the system needs broadband networking or only robust telemetry.

9.9.2 Telemetry Classes

Classify telemetry by the decision it must support before choosing a bearer. Start with payload size and reporting frequency, then add the latest useful arrival time, loss tolerance, direction, and storage or replay needs. Move down the table from compact status and event records toward bulk and continuous media to see how quickly throughput and energy demands grow. This comparison connects application evidence to connectivity: the class constrains which links are plausible, but measured coverage and service evidence still determine acceptance.

ClassPayloadLatencyExamplesConnectivity implications
Status beacon1-20 bytesMinutes to hoursAlive signal, battery, modeVery low rate; strong candidate for ultra-narrow or weak-signal links
Event alert5-50 bytesSeconds to minutesDoor open, flood threshold, equipment faultNeeds reliability and retry strategy more than high throughput
Sensor summary10-200 bytesMinutes to hoursMean, max, min, trend, compressed featureLocal preprocessing reduces radio cost
Trajectory point20-100 bytesMinutes to hoursGPS/GNSS fix, timestamp, speedCompact but needs careful encoding
Bulk dataKilobytes to megabytesHours to daysAudio clips, images, logsMay require local storage plus occasional high-rate retrieval
Real-time mediaMegabytes per minuteSecondsVideo, continuous audioUsually incompatible with ultra-low-power remote links

The less data you need, the more connectivity options become possible.

Packet PeteCheckpoint: Requirement First

You now know:

  • Infrastructure-denied design starts with payload, frequency, latency, reliability, direction, and lifetime.
  • Tiny messages such as 1-20 byte beacons, 5-50 byte alerts, and 10-200 byte summaries can trade throughput for range and battery life.
  • Broadband assumptions only make sense after the required decision and delay have been defined.

9.10 Technology Landscape

No single radio technology dominates infrastructure-denied IoT. Each option carries a different compromise among range, power, bandwidth, infrastructure, cost, and operational risk.

9.10.1 Common Options

OptionBest fitStrengthsWeak points
BLEWearables and short-range collectionVery low power, cheap hardwareShort range, phone/gateway needed nearby
Zigbee/ThreadLocal mesh networksMature mesh, low powerMulti-hop maintenance burden, limited wide-area range
Wi-FiHigh data rate near infrastructureCheap, IP-native, high bandwidthHigh power, short range, poor for multi-year batteries
LoRa/LoRaWANRural low-rate telemetry with gateway accessLong range, low power, private network possibleGateway placement, foliage/terrain loss, duty-cycle and capacity limits
Sigfox-style UNBTiny messages in covered regionsSimple device model, long battery lifeOperator dependency, payload and message limits
NB-IoT/LTE-MManaged wide-area service where coverage existsLicensed spectrum, operator network, mobility supportRequires cellular coverage and subscriptions
Satellite IoTRemote areas with clear skyWide geographic reachSky view, cost, power, antenna orientation, subscriptions
Multi-hop meshLocal areas with many nodesCan route around obstaclesRelay nodes consume energy; topology maintenance is hard
HF/NVIS radioLow-rate telemetry where ground infrastructure and line-of-sight are unavailableCan cover regional areas without towers or clear line-of-sightLow data rate, larger antennas, variable propagation, regulatory complexity

9.11 Where NVIS Belongs in This Course

NVIS should be taught here, inside infrastructure-denied WSN design, rather than as a separate top-level IoT networking part. It only makes sense after students understand payload size, link budget, antenna size, gateway power, regulation, field validation, and operational ownership.

Primary location: this chapter, because it compares NVIS directly against LPWAN, cellular IoT, satellite IoT, mesh, and store-and-forward designs. Supporting locations: LPWAN selection chapters should mention it only as a contrast case; energy-management chapters should mention the power and duty-cycle implications; application chapters should mention it in disaster, defence, rural, or environmental monitoring scenarios. When to create a separate chapter: only if the course later adds full HF telemetry labs, antenna construction guidance, propagation planning exercises, regulatory workflows, or detailed field case studies.

9.12 Remote Is More Than Distance

A 20 km open rural link and a 2 km link through wet vegetation can be completely different problems. Range claims are usually measured in favourable conditions. In infrastructure-denied environments, the design must budget for foliage, terrain, antenna height, human installation error, connector loss, fading, weather, and seasonal change.

9.13 Radio Fundamentals for Remote IoT

Radio communication is governed by physics before it is governed by protocols. Four ideas matter most: frequency, wavelength, bandwidth, and signal-to-noise ratio.

9.13.1 Frequency and Wavelength

Wavelength is the physical length of one radio wave cycle:

λ=cf\lambda = \frac{c}{f}

where:

  • λ\lambda is wavelength in metres
  • cc is the speed of light, approximately 3×1083 \times 10^8 m/s
  • ff is frequency in Hz

Approximate examples:

FrequencyWavelengthTypical IoT relevance
5 MHz60 mHF regional radio, large antennas, low data rate
433 MHz69 cmSub-GHz telemetry in some regions
868/915 MHz35/33 cmLoRaWAN and other LPWAN deployments
2.4 GHz12.5 cmWi-Fi, BLE, Zigbee, Thread
1.5 GHz20 cmGNSS receive bands

Lower frequencies generally diffract around obstacles better and can be less sensitive to foliage than GHz signals. But they require larger antennas and normally provide less bandwidth. Higher frequencies support compact antennas and higher data rates, but are more line-of-sight sensitive and can be blocked by vegetation, walls, terrain, and the human body.

9.13.2 Bandwidth and Sensitivity

Receiver sensitivity improves when the receiver listens over a narrower bandwidth and when the modulation/coding scheme can recover weak signals.

Thermal noise power is approximately:

N=174 dBm/Hz+10log10(B)+NFN = -174 \text{ dBm/Hz} + 10\log_{10}(B) + NF

where:

  • BB is receiver bandwidth in Hz
  • NFNF is receiver noise figure in dB

Narrow bandwidth reduces noise. That is why low-rate systems can often hear weaker signals than high-rate systems. The trade-off is payload speed.

The mathematical gist. At 868 MHz, wavelength is 0.346 m and a 20 km free-space path costs about 117 dB; the same path at 2.4 GHz costs about 126 dB, an 8.83 dB penalty. An ideal 6.02 dB directional gain doubles free-space range by concentrating power fourfold, shrinking ideal beam coverage from 4π4\pi to about π\pi steradians before cable, foliage, terrain, and installation losses.

Math Bridge · guided foundationsCan antenna gain rescue the 20 km remote link?Let Packet Pete connect wavelength, path loss, focused gain, range, and fade reserve.

Packet PeteCheckpoint: Radio Margin

You now know:

  • A 20 km open rural link and a 2 km wet-vegetation link can be different engineering problems.
  • Frequency sets wavelength: 5 MHz is about 60 m, while 2.4 GHz is about 12.5 cm.
  • A link budget is not complete until fade margin survives weather, battery, antenna, and installation changes.

9.14 Dense Natural Environments

Remote ecological and environmental deployments are hard because the radio channel changes in ways that are hard to model.

9.14.1 Foliage and Moisture

Vegetation affects radio links through:

Absorption by water in leaves and trunks. Scattering from branches and layered canopy. Multipath caused by uneven terrain and vegetation structure. Seasonal changes in leaf density and moisture. Additional attenuation after rain.

The effect depends on frequency. Sub-GHz links often perform better than 2.4 GHz, but can still degrade strongly in dense wet vegetation.

9.14.2 Terrain and Fresnel Clearance

Long-range radio is not just about a straight line between antennas. The Fresnel zone around the path must also be clear enough. Hills, ridges, buildings, trees, and ground curvature can reduce link margin even when a map suggests that the endpoints are close.

9.14.3 Noise Floor

Receiver sensitivity is only useful when the environment is quiet enough. Practical noise sources include:

  • Switching power supplies
  • Solar charge controllers
  • Motors and pumps
  • Lightning and atmospheric noise
  • Nearby transmitters
  • Poor grounding or water-damaged connectors

In low-signal systems, local noise can matter as much as path loss.

9.15 Continue to Part 2

Continue with Infrastructure-Denied IoT: Field Architecture.