Fivetownscommunityctr
What Makes LoRa the Right Protocol for Agricultural Sensor Networks — and What the Antenna Has to Do With It
Technology August 29, 2026

What Makes LoRa the Right Protocol for Agricultural Sensor Networks — and What the Antenna Has to Do With It

The list of wireless protocols available for agricultural IoT is long enough to cause decision paralysis: Wi-Fi, cellular (4G, LTE-M, NB-IoT), Zigbee, Z-Wave, Bluetooth LE, Sigfox, LoRa, LoRaWAN. Most of them have found some agricultural application, and nearly all of them have vendors making the case that their protocol is the right choice. Understanding why LoRa has become the dominant choice for large-area agricultural sensor deployments requires understanding what agricultural sensor networks actually need — and why the combination of protocol design and antenna characteristics makes LoRa fit that need better than the alternatives.

What Agricultural Sensor Networks Actually Need

The requirements for a soil moisture sensor network covering a 1,000-acre farm are different from the requirements for a home automation system or an industrial automation network.

Long range: sensors need to reach a gateway that may be 1-3km away across open agricultural terrain. Most wireless protocols weren’t designed for this range. Wi-Fi tops out at a few hundred meters under favorable conditions. Zigbee and Z-Wave are designed for tens of meters. Bluetooth LE is designed for short-range personal area networks.

Low power: agricultural sensors typically run on battery power for months to years between service intervals. A sensor that needs weekly battery replacement isn’t practical when it’s deployed across hundreds of acres of farmland. The protocol needs to support duty cycles where the radio is on for seconds per day, not hours.

Low data rate: a soil moisture reading, a temperature value, a battery voltage measurement — these are small data payloads that don’t require high bandwidth. A sensor sending 50 bytes every 15 minutes is doing everything that matters. High data rate protocol overhead is waste.

Cost-effective infrastructure: a cellular-connected sensor works everywhere there’s carrier coverage, but the recurring data cost per device adds up across a large sensor network. A protocol that allows local gateways to serve many sensors without per-sensor data plans has a better cost structure for high-device-count agricultural deployments.

LoRa satisfies all four requirements better than the available alternatives for the large-area, battery-powered, low-data-rate agricultural use case.

The LoRa Modulation Advantage for Agricultural Terrain

LoRa uses chirp spread spectrum (CSS) modulation — a technique originally developed for radar that spreads the transmitted signal across a wider frequency range than conventional narrowband modulation. This spreading provides two properties that are particularly valuable in agricultural RF environments.

First, receiver sensitivity: LoRa receivers can detect signals well below the noise floor — commonly quoted at -137 dBm for the most sensitive spreading factor configurations. This extreme sensitivity is what makes kilometer-plus range possible at the low transmit power levels (typically 14-25 dBm) that LoRa gateways operate at.

Second, multipath tolerance: agricultural terrain creates multipath conditions — RF signals reflecting off buildings, equipment, grain bins, and the soil surface, arriving at the receiver via multiple paths with different delays. This multipath creates interference patterns that can degrade narrowband signals substantially. CSS modulation is inherently more tolerant of multipath than narrowband modulation, which matters in the cluttered RF environments around working farm infrastructure.

Where the LoRa Antenna Comes In

The modulation advantage of LoRa doesn’t eliminate the need for a well-chosen lora antenna — it makes the antenna choice more consequential, not less.

LoRa operates at sub-GHz frequencies: 868MHz in Europe, 915MHz in North America. The wavelength at these frequencies (roughly 33-35cm) determines the physical dimensions of an efficient antenna. An antenna designed for 868MHz is physically larger than one designed for 2.4GHz. This matters for sensor design — a 868MHz antenna that fits in a compact outdoor sensor enclosure requires careful design to perform efficiently at its rated frequency.

For sensor nodes, the antenna options range from small chip antennas (compact but lower efficiency), to PCB trace antennas (integrated, no connector required, efficiency depends heavily on PCB layout and ground plane), to external whip antennas (connected via U.FL or SMA, higher efficiency, better suited for harsh outdoor environments). For sensors deployed directly in fields where physical robustness matters, external whip antennas with weatherproof connectors are generally more reliable over a multi-year service life than integrated antenna designs.

For gateway antennas, the higher gain options available at 868/915MHz provide meaningful range extension. A gateway with a well-positioned 5-6dBi omnidirectional antenna at 868MHz reaches substantially further across flat agricultural terrain than the same gateway with a standard 2dBi antenna. The math is direct: each 3dB of additional gain approximately doubles the effective coverage area for a given minimum signal level requirement.

Spreading Factor Selection and Its Range-Battery Trade-off

LoRa’s spreading factor (SF) setting is the parameter that determines the operating point between maximum range and minimum power consumption. SF7 provides the shortest range but fastest data rate and lowest energy per transmission. SF12 provides the longest range — up to 4-5x the range of SF7 for the same antenna and transmit power — but requires 2-4 seconds per transmission at 125kHz bandwidth, and consumes proportionally more energy per packet.

For sensors at the edge of a large farm’s coverage area, SF12 or SF11 may be required to maintain connectivity with the gateway. For sensors close to the gateway, SF7 or SF8 provides faster transmission and lower energy per packet.

LoRaWAN gateways with ADR (adaptive data rate) enabled can automatically negotiate the spreading factor with each sensor based on the measured signal quality — sensors close to the gateway use low spreading factors, sensors at the edge use high spreading factors. This automatic optimization reduces power consumption for sensors that don’t need high spreading factors while maintaining connectivity for those that do.

Gateway Count and Placement for LoRa Agricultural Networks

A LoRa gateway with a well-positioned 6dBi gateway antenna at 10 meters height above flat agricultural terrain can reliably cover a radius of 2-5km depending on terrain, crop height, and local RF environment. At the conservative end, a single gateway might cover 12 km² — roughly 3,000 acres — under ideal conditions.

In practice, agricultural terrain is not ideal, and coverage calculations should use conservative assumptions. A realistic planning figure for a gateway with good antenna placement over typical agricultural terrain is 1-2km radius for reliable sensor connectivity across all seasons, including full crop canopy conditions. At 1.5km radius, that’s a coverage area of roughly 700 hectares (1,750 acres) per gateway.

Farms larger than this — or with terrain features that create coverage shadows — benefit from multiple gateways. The LoRaWAN protocol supports multi-gateway deployments natively: sensors send data, and any gateway within range receives and forwards it. A sensor in range of two gateways gets redundant coverage, which improves reliability without any configuration changes at the sensor.

Related Articles