TL;DR
The 2.4 GHz ISM band offers 3 non-overlapping 20 MHz channels and is shared with Wi-Fi, Bluetooth, microwave ovens, and dozens of consumer protocols. The 5 GHz band offers 25+ non-overlapping channels with a fraction of the contention. For deterministic encoder transmission inside an industrial site, this difference is not a preference — it is a reliability prerequisite.
1. Why this question matters
Closed-loop motor control depends on encoder feedback that is continuous, low-latency, and deterministic. A wireless link replaces a mechanical slip-ring or a long copper cable; from the drive's perspective, it must behave as if the encoder were directly wired. The single largest variable that determines whether a wireless link can meet that bar is the radio band it operates in.
Vendors rarely state the band on the front page of their datasheets. Buyers rarely ask. Six months later, the encoder works perfectly on the bench and drops packets every time the next-door warehouse forklift turns on its 2.4 GHz Wi-Fi access point. This paper exists so that the question gets asked first, not last.
2. The 2.4 GHz spectrum problem
The 2.4 GHz ISM band spans 2400–2483.5 MHz — roughly 83.5 MHz of usable spectrum. After accounting for guard bands, the practical layout is three non-overlapping 20 MHz channels (channels 1, 6, 11 in most regulatory regions). Every other "channel number" in this band overlaps with at least two of these three.
What else lives in 2.4 GHz?
- Wi-Fi 4 (802.11n) — present in nearly every commercial building, often configured for 40 MHz channels that occupy the entire band
- Bluetooth and Bluetooth LE — frequency-hopping across the full band, ~1600 hops/second
- Microwave ovens — leak ~10 dBm of broadband noise centered around 2.45 GHz when in use
- Cordless phones, baby monitors, video doorbells, ZigBee, Thread, proprietary RF remote controls — all sharing the same 83 MHz
In a typical European industrial park, a wideband spectrum analyzer placed outside any building shows the 2.4 GHz floor sitting 15–25 dB above thermal noise. Inside a factory with operator Wi-Fi, that figure is higher. Channel utilization above 60% is common; above 80% during shift change is normal.
3. The 5 GHz advantage
The 5 GHz band offered for unlicensed use spans approximately 5150–5875 MHz, depending on the regulatory region. The aggregate usable spectrum is more than 8× wider than 2.4 GHz, and the channelization is far cleaner.
| Property | 2.4 GHz ISM | 5 GHz Unlicensed |
|---|---|---|
| Total usable spectrum | ~83 MHz | ~700 MHz (region dependent) |
| Non-overlapping 20 MHz channels | 3 | 25+ |
| Typical co-channel users (per site) | 5–30+ | 0–3 |
| Microwave-oven interference | Yes | No |
| Bluetooth/ZigBee/Thread overlap | Yes (full band) | No |
| Wi-Fi co-existence | Heavy | Light to moderate |
| Free space path loss (per m) | Lower | ~6 dB higher |
| Penetration through walls | Better | Slightly worse |
Dynamic Frequency Selection (DFS)
Most of the 5 GHz band (channels 52–144 in EU/US plans) requires Dynamic Frequency Selection — a regulatory mechanism that listens for radar signals and vacates the channel if any are detected. For an industrial site that is nowhere near a weather radar or military installation, DFS effectively delivers a private band: incumbent radar is rare, consumer Wi-Fi avoids DFS channels because home routers default to non-DFS channels for simplicity, and the result is exceptionally clean spectrum.
4. Interference and reliability
Wireless reliability is not a single number — it is the joint distribution of three things:
- Packet error rate (PER) under interference
- Retry behavior — does the link recover transparently or drop packets?
- Worst-case latency — the 99.99th percentile, not the average
2.4 GHz links degrade gracefully on the average and catastrophically on the tails. A link that shows 99.5% packet success on a one-hour test can show 70 ms latency spikes when a colliding burst from a neighbouring AP happens to align. For a buffered video stream this is invisible; for a drive expecting the next encoder edge within 1 ms it is a fault.
5 GHz links — particularly on DFS channels — see far fewer collisions, so the tail of the latency distribution stays close to the mean. This is the property that matters for closed-loop control.
5. The range trade-off (and why it doesn't matter here)
Free space path loss scales with the square of the carrier frequency. Comparing 5.5 GHz to 2.4 GHz, the path loss is about 7 dB higher at the same distance — equivalent to halving the effective range with the same transmit power and antenna gain.
For consumer Wi-Fi covering a multi-storey home, this matters. For an industrial wireless encoder where the longest realistic link is 100–200 m of largely line-of-sight, it does not. WENC2 routinely achieves 100 m+ in factory environments on legal 5 GHz transmit power, with margin to spare. Trading 7 dB of margin for 25× more channels and a fraction of the interference is, in this application, an unambiguous win.
6. Regulatory landscape
Both bands are unlicensed in most countries, but 5 GHz operation is governed by stricter rules — DFS, transmit power masks, and out-of-band emission limits. These rules have a side effect that benefits us: equipment that is properly certified for 5 GHz operation has been built to stricter spectral discipline, which generally translates into better behavior under interference.
WENC2 carries CE certification covering ETSI EN 300 328 (2.4 GHz) and ETSI EN 301 893 (5 GHz). The 5 GHz operation is the production default; the 2.4 GHz front-end exists for compatibility scenarios that have not, in three years of field deployment, ever been requested.
7. Implications for industrial encoder transmission
Encoder feedback is unforgiving. Unlike a streaming protocol that can buffer, an encoder edge missed at the right moment causes a position discontinuity in the drive. Even a single dropped packet, in the wrong system, can trigger a fault stop of the line.
The right design choice is therefore to eliminate sources of dropouts at the physical layer rather than to recover from them at the protocol layer. Choosing 5 GHz over 2.4 GHz is the largest single elimination available.
Practical recommendation: If you are evaluating any wireless encoder system, the first question on your spec sheet should not be range, encoder count, or update rate. It should be: "Which band, and how many available channels?" If the answer is 2.4 GHz with three channels, the rest of the conversation is about how aggressively the protocol hides its problems.
8. How WENC2 implements 5 GHz
WENC2 uses a CE-certified dual-band 5 GHz RF module operating across the standard unlicensed sub-bands (UNII-1 / UNII-2 / UNII-3 in US terminology, equivalent EU classification). Channel selection is automatic at link-up: the unit scans available channels, ranks them by observed noise floor and contention, and picks the cleanest. Mid-operation channel switch on persistent interference is supported.
The transmission protocol is a lightweight TDMA frame engineered specifically for periodic encoder data — not a generic 802.11 stack. This avoids the worst of Wi-Fi's CSMA/CA latency tail and keeps the air time per encoder update to a few hundred microseconds, leaving the channel idle most of the time and tolerant of the occasional foreign burst.
Measured end-to-end latency from encoder edge to RX output: under 1 ms, deterministic. See our companion paper, Latency in Closed-Loop Motor Control, for what that figure actually means in a control loop.
9. Conclusion
2.4 GHz is fine for laptops, phones, doorbell cameras and most of consumer electronics. It is a poor choice for closed-loop industrial encoder transmission, not because the band is bad, but because the band is full. The 5 GHz band — particularly its DFS portion — is the technically correct choice for any application where dropped packets translate into mechanical consequences.
Engineers designing or specifying wireless encoder links should ask the band question first. WENC2 was designed around the answer.
Want to see what 5 GHz behaves like at your site? Request a free pilot — we install a WENC2 unit alongside your existing wiring and measure the actual latency, packet success and interference on your floor.
Request Pilot Assessment →References & further reading
- FCC Part 15 Subpart E — 5 GHz UNII band rules
- ETSI EN 301 893 — 5 GHz Wide Area Network equipment
- ETSI EN 300 328 — 2.4 GHz wideband transmission systems
- IEEE 802.11-2020 — channel plans and DFS requirements (Annex E)
- ITU-R Recommendation P.525 — free space path loss calculations
- Cisco "20/40/80/160 MHz channel widths in 5 GHz" technical briefing
