Chapters

35 Wi-Fi Access: Standards and Link Budget

networking-core
network
physical
wireless

35.1 Overview

This first route develops Wi-Fi standards, band choices, link margins, and device power constraints.

This is part 1 of 2. Continue with Wi-Fi Access: Scanning and Deployment for the second focused route.

35.2 Start With a Device Joining Shared Air

Walk One Sensor Away From the Bench Router

Picture a wall sensor that works beside the router but misses alarms after installation. Shared air, walls, other users, and sleep timing can change the link without changing the device code. The first useful test follows one message through the real room.

An access point means the local radio station that Wi-Fi devices join. Modulation means changing a radio signal over time to carry information. Received signal strength is a device’s estimate of received radio power; RSSI means received signal strength indicator.

Record device identity, access point, channel, RSSI, retry count, sleep state, message time, and receiver result. Walk the route, close a door, add traffic, reconnect, roam, and restart. Reject one strong signal reading as proof of reliable delivery.

This runway does not prove coverage, security, or battery life for every site. The deeper sections explain joining, authentication, channels, radio rates, roaming, power save, traffic timing, and field evidence.

Wi-Fi feels familiar because phones and laptops use it every day, but an IoT device joins the same shared air with smaller antennas, tighter power budgets, and fewer chances for a user to fix it.

The useful design story follows association, authentication, RSSI, channel conditions, roaming, power mode, and traffic timing. A working bench connection is only the first proof.

Packet Pete, the networking guide

Packet Pete

“Good signal strength is not the same claim as room on the channel — prove both before you call it delivered.”

Here Pete follows the shared air itself: what it costs to join, what it costs to stay heard, and what the record needs to show.

Key Concepts
  • Wi-Fi (IEEE 802.11): The dominant wireless LAN standard; multiple generations (802.11b/g/n/ac/ax) offer increasing data rates and spectrum efficiency
  • SSID (Service Set Identifier): The human-readable name of a Wi-Fi network, broadcast in beacon frames
  • Access Point (AP): The central device in a Wi-Fi star topology that all clients connect to
  • Channel: A designated frequency range within the 2.4 or 5 GHz bands; proper channel planning prevents inter-AP interference
  • OFDM (Orthogonal Frequency-Division Multiplexing): The modulation technique used by 802.11g and later; divides the channel into subcarriers to handle multipath
  • MIMO (Multiple-Input Multiple-Output): Using multiple antennas to send parallel data streams, increasing throughput without wider channels
  • WPA3: The current Wi-Fi security standard; mandatory for Wi-Fi 6 (802.11ax) certification, replacing WPA2

35.3 In 60 Seconds

Wi-Fi (IEEE 802.11) has evolved from 11 Mbps (802.11b, 1999) to multi-gigabit speeds (802.11ax/Wi-Fi 6), with two IoT-critical innovations: Wi-Fi HaLow (802.11ah) operates at sub-1 GHz for 1 km range with low power, and Wi-Fi 6 introduces OFDMA (efficient multi-device scheduling) and Target Wake Time (TWT, letting devices sleep for hours between transmissions). The 2.4 GHz band penetrates walls better but is congested, while 5 GHz is faster with less interference but shorter range.

The mathematical gist. Classic 20 MHz Wi-Fi spaces 64 subcarriers by 312.5 kHz, giving a 3.2 µs useful symbol. Adding the chapter’s 0.8 µs guard makes 4.0 µs; 64-QAM 3/4 carries 216 coded data bits across 48 carriers, so 216/4 µs=54 Mbps.

Math Bridge · guided foundationsWhere does the exact 54 Mbps number come from?Let Pete turn bandwidth, subcarriers, coding, and guard time into one symbol ledger.
Learning Objectives

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

  • Summarize the evolution of IEEE 802.11 Wi-Fi protocols from 802.11b to Wi-Fi 7
  • Compare Wi-Fi standards (802.11 a/b/g/n/ac/ax) for IoT applications across speed, range, and power trade-offs
  • Evaluate IoT-specific Wi-Fi standards: Wi-Fi HaLow (802.11ah) and Wi-Fi 6 (802.11ax)
  • Explain how OFDMA and Target Wake Time (TWT) optimize Wi-Fi for IoT device density and battery life
  • Select appropriate Wi-Fi standards for different IoT deployment scenarios
Chapter Roadmap

Use the chapter as a sequence of Wi-Fi design checks:

  1. First identify what changed across 802.11b, g, n, ac, ah, and ax.
  2. Then compare HaLow, Wi-Fi 6, 2.4 GHz, and 5 GHz against range, power, density, and latency needs.
  3. Next calculate link margin from transmit power, path loss, wall loss, noise floor, interference, and MCS thresholds.
  4. After that collect field evidence with scans, deployment cases, quizzes, and fit records.
  5. Finally turn RSSI, retry rate, airtime, security, roaming, and operations checks into a durable Wi-Fi service decision.

Checkpoints recap each stage; collapsed callouts and embedded audits provide optional depth.

35.4 Prerequisites

Before diving into this chapter, you should be familiar with:

Wi-Fi is how devices connect to the internet wirelessly - like invisible cables made of radio waves! When your phone connects to your home router without a cable, that’s Wi-Fi.

Wi-Fi uses radio frequencies (like a radio station) to send data through the air. The 2.4 GHz frequency travels farther through walls but is slower and more crowded. The 5 GHz frequency is faster but doesn’t travel as far.

TermSimple Explanation
Wi-FiWireless connection using radio waves (no cables needed)
Access Point (AP)The device that creates the Wi-Fi network (often built into router)
2.4 GHzRadio frequency that travels far but is slow and crowded
5 GHzRadio frequency that’s fast but doesn’t go through walls well
SSIDThe name of a Wi-Fi network (like “Home_WiFi”)
RSSISignal strength - how strong the Wi-Fi signal is

“Wi-Fi keeps getting faster and smarter!” said the microcontroller. “The original 802.11b from 1999 was only 11 Mbps. Now Wi-Fi 6 can do over 9 Gbps — that is nearly 900 times faster!”

“But speed is not the only improvement for IoT,” noted Temperature Terry. “Wi-Fi 6 has two features I love. First, OFDMA lets the router talk to many devices at the same time instead of one at a time. With hundreds of IoT devices in a smart building, that is essential.”

“Second is Target Wake Time,” added the battery with a smile. “TWT lets me negotiate a sleeping schedule with the access point. I tell it ‘wake me up in 4 hours,’ and I sleep the whole time. Before TWT, Wi-Fi devices had to wake up constantly to check for messages. TWT makes Wi-Fi actually practical for battery-powered sensors!”

the LED brought up the frequency choice. “2.4 GHz goes through walls better but is crowded — every microwave, baby monitor, and Bluetooth device uses it. 5 GHz is faster and less crowded, but does not travel as far. And Wi-Fi HaLow at sub-1 GHz can reach a whole kilometer — perfect for outdoor IoT!”


35.5 IEEE 802.11 Wi-Fi Overview

Time: ~10 min | Difficulty: Intermediate | Reference: P07.C11.U03

Start with the standards history, because each generation solves a different design problem.

IEEE 802.11, commonly known as Wi-Fi, is a protocol replacing wired Ethernet for wireless communications. It uses the unlicensed radio band for data transmission.

In a Wi-Fi network, the Wireless Access Point (WAP) is responsible for translating digital signals from the wired network to radio signals, and vice versa, for communications between mobile devices in the WAP range and the Internet.

Inspect Figure 35.1 before this decision: Wi-Fi Evolution from 802.11 to Wi-Fi 7 must be judged beside 802.11b/g. Together Wi-Fi Evolution from 802.11 to Wi-Fi 7 and 802.11b/g bound this claim.

Wi-Fi evolution runs from 802.11b/g through Wi-Fi 4 MIMO, Wi-Fi 5, Wi-Fi 6 OFDMA/TWT and Wi-Fi 6E to Wi-Fi 7 multi-link.
Figure 35.1: Wi-Fi evolution timeline from 802.11 Legacy to Wi-Fi 7

Wi-Fi Evolution from 802.11 to Wi-Fi 7 begins the diagram in Figure 35.1; locate Wi-Fi Evolution from 802.11 to Wi-Fi 7, compare 802.11b/g, and verify 2.4 GHz. Wi-Fi Evolution from 802.11 to Wi-Fi 7 states the starting condition; 802.11b/g supplies its counterpart; 2.4 GHz limits the conclusion; retain its labelled boundary.

Compare that 2.4 GHz starting point with the later HaLow, OFDMA, and Target Wake Time milestones before choosing a generation for an IoT workload.


35.6 Wi-Fi Protocol Comparison

StandardYearFrequencyMax SpeedRangeIoT Suitability
802.11b19992.4 GHz11 Mbps~100mLow (legacy)
802.11g20032.4 GHz54 Mbps~100mMedium
802.11n20092.4/5 GHz600 Mbps~200mGood
802.11ac20135 GHz3.5 Gbps~100mGood (high bandwidth)
802.11ah2016Sub-1 GHz347 Mbps~1 kmExcellent (low power)
802.11ax20212.4/5 GHz9.6 Gbps~200mExcellent (dense)

35.7 IoT-Specific Wi-Fi Standards

The 802.11ah (Wi-Fi HaLow) and 802.11ax (Wi-Fi 6) protocols specifically address shortcomings in IoT-constrained environments.

35.7.1 802.11ah (Wi-Fi HaLow)

Before 802.11ah (wi-fi halow), inspect Figure 35.2: Wi-Fi HaLow Features for IoT must be considered with Sub-GHz. That visual pairing grounds wi-fi halow features and iot applications in named evidence.

Wi-Fi HaLow features link sub-GHz operation to penetration and range, target wake time to lower power and native IP to Wi-Fi security. Lower throughput is the trade-off.
Figure 35.2: Wi-Fi HaLow features and IoT applications

At Wi-Fi HaLow Features for IoT in Figure 35.2, compare the diagram with Sub-GHz; then locate better wall penetration. That labelled check bounds wi-fi halow features and iot applications. For 802.11ah (wi-fi halow), retain better wall penetration as evidence for the resulting choice.

The same record must verify the labelled one-kilometre range and 8,191-device ceiling against the deployment’s actual link and capacity budgets.

Key Features:

  • Operates in sub-1 GHz frequency bands (better penetration through walls and obstacles)
  • Longer range (up to 1 km vs 100m for traditional Wi-Fi)
  • Lower power consumption (suitable for battery devices)
  • Supports large number of devices (up to 8,191 per access point)
  • Use cases: Smart city sensors, agricultural monitoring, industrial IoT

35.7.2 802.11ax (Wi-Fi 6)

Figure 35.3 makes 802.11ax (wi-fi 6) inspectable through Wi-Fi 6 Features and IoT Applications and OFDMA. Those diagram labels establish the scope of wi-fi 6 features and iot applications.

Wi-Fi 6 features pair OFDMA, TWT and BSS coloring with device efficiency, battery savings and reduced contention. Dense buildings benefit, but power remains higher than BLE or LPWAN.
Figure 35.3: Wi-Fi 6 features and IoT applications

Use OFDMA to test Wi-Fi 6 Features and IoT Applications in the diagram at Figure 35.3. Then inspect serves many small devices as the final qualifier on wi-fi 6 features and iot applications. That sequence keeps 802.11ax (wi-fi 6) tied to what is visibly labelled.

Check OFDMA resource units alongside the Target Wake Time schedule; neither the stated power reduction nor latency follows from the Wi-Fi 6 label alone.

Key Features:

  • OFDMA (Orthogonal Frequency Division Multiple Access) for better multi-device handling
  • Target Wake Time (TWT) for power savings - devices sleep longer, wake only when needed
  • Higher capacity in dense environments (stadiums, offices, warehouses)
  • Lower latency (8 ms typical vs 30 ms for Wi-Fi 5)
  • Use cases: Smart buildings, dense sensor deployments, industrial automation

MVU: Target Wake Time (TWT)

Core Concept: TWT allows IoT devices to negotiate specific wake-up times with the access point, sleeping for extended periods rather than constantly listening for beacons - reducing power consumption by up to 90% for infrequent data transmission.

Why It Matters: Traditional Wi-Fi devices wake every 100 ms to check for data, consuming significant power even when idle. TWT lets a sensor wake once per minute (or less), dramatically extending battery life from days to months.

Key Takeaway: When deploying battery-powered Wi-Fi sensors, require Wi-Fi 6 (802.11ax) support to leverage TWT. Configure appropriate wake intervals based on data reporting frequency - a sensor reporting hourly can sleep for 59 minutes between transmissions.

Packet PeteCheckpoint: Standards and IoT Fit

You now know:

  • Wi-Fi spans from 802.11b at 11 Mbps to Wi-Fi 6 at 9.6 Gbps and beyond.
  • HaLow trades speed for sub-1 GHz coverage, 1 km range, and up to 8,191 devices per AP.
  • Wi-Fi 6 adds OFDMA and TWT, which matter more to dense IoT fleets than headline speed alone.
Check Hospital Monitoring

35.8 Frequency Band Trade-offs

2.4 vs 5 GHz Wi-Fi Gateways

Option A (2.4 GHz):

  • Range: 100-150m indoor
  • Channels: 3 non-overlapping (1, 6, 11)
  • Interference: Crowded spectrum with Bluetooth/Zigbee/microwave
  • Wall penetration: -4 dB per drywall, -6 dB per concrete
  • Max 802.11n: 150 Mbps

Option B (5 GHz):

  • Range: 50-75m indoor
  • Channels: up to 24 non-overlapping (region-dependent)
  • Interference: Less interference from IoT devices
  • Wall penetration: -5 dB per drywall, -12 dB per concrete
  • Max 802.11ac: 1.3 Gbps

Decision Factors: Choose 2.4 GHz for IoT gateways requiring maximum range through walls, legacy device compatibility, or outdoor deployments. Choose 5 GHz for high-bandwidth applications (video cameras, AR/VR), dense urban environments with heavy 2.4 GHz congestion, or when gateway and devices are in the same room with minimal obstacles.

Walls are not the only obstacle worth budgeting for. Water absorbs 2.4 GHz strongly enough to matter for IoT placement: a straight path through pure water loses most of its usable signal within roughly 8 km, through ordinary drinking water within about 45 m, but through sea water in under a centimeter. Human tissue behaves close to sea water for this purpose, with higher body-fat content absorbing somewhat more, which is one reason a cell that measures strong on an empty test bench can degrade once a room fills with people. A gateway mounted near an aquarium, a water tank, or dense plumbing needs its own site survey rather than trusting the drywall numbers above, and foliage or rain add a comparable penalty outdoors.

The band choice narrows the problem; modulation margin decides whether that choice remains reliable when the air gets busy.


35.9 Select Wi-Fi Modulation

Compare Wi-Fi Modulation

Scenario: Designing a Wi-Fi-connected IoT gateway that aggregates data from 50 BLE sensors. The gateway sends 10 kB data bursts to the cloud every 30 seconds. Building has 8 competing Wi-Fi networks causing channel congestion.

Given:

  • Data requirement: 10 kB every 30 seconds = 2.73 kbps average
  • Wi-Fi options: 802.11b/g/n/ac at various modulation schemes
  • Interference: 8 neighboring networks on overlapping channels
  • Power: Mains-powered (no battery constraint)
  • Distance to AP: 25 meters through 2 drywall partitions

Steps:

  1. Calculate minimum required data rate:

    • 10 kB x 1024 x 8 = 81,920 bits per burst
    • At 1 Mbps: ~82 ms transmission time
    • At 54 Mbps: ~1.5 ms transmission time
    • Faster = less airtime = less collision probability
  2. Evaluate modulation schemes by robustness:

    ModulationProtocolMax RateMin SNR RequiredRange
    BPSK 1/2802.11a/g6 Mbps4 dBExcellent
    QPSK 1/2802.11a/g12 Mbps7 dBVery Good
    16-QAM 1/2802.11a/g24 Mbps12 dBGood
    64-QAM 3/4802.11a/g54 Mbps25 dBFair
    256-QAM 5/6802.11ac400+ Mbps32 dBPoor
  3. Estimate link quality:

    • TX power: 20 dBm
    • Path loss: free space at 25 m is 68 dB, plus 2 interior walls at 4 dB each = 76 dB
    • Received power: 20 - 76 = -56 dBm
    • Noise floor: -95 dBm
    • SNR: -56 - (-95) = 39 dB (very good)
  4. Select appropriate MCS (Modulation and Coding Scheme):

    • With 39 dB SNR, 256-QAM (32 dB) is theoretically possible
    • However, interference from 8 networks fluctuates the SNR; budget a 10 dB swing (the margin rule below)
    • Worst-case SNR: 39 - 10 = 29 dB
    • Select 64-QAM 3/4 (requires 25 dB SNR) — 4 dB of margin even in the worst case. Note how close this is: budgeting a 15 dB swing instead would push the safe choice down to 16-QAM 1/2. Margins, not peak SNR, decide the MCS.

Result: Configure the gateway for 802.11n with MCS 7 (64-QAM, 72.2 Mbps). This provides 4 dB margin above minimum SNR in worst-case interference, ensures sub-2 ms burst transmission to minimize collision window, and far exceeds the 2.73 kbps requirement.

Key Insight: For IoT gateways in congested Wi-Fi environments, do NOT select the highest modulation scheme your SNR supports. Leave 5-10 dB margin for interference variability. A reliable 54 Mbps link beats an intermittent 300 Mbps link for IoT applications.

Wi-Fi link budget calculations determine the achievable data rate and modulation scheme based on signal strength and noise. For the IoT gateway scenario with interfering networks:

Received signal strength (RSS): RSS=PTXLpathLwalls\text{RSS} = P_{\text{TX}} - L_{\text{path}} - L_{\text{walls}} =20 dBm68 dB8 dB=56 dBm= 20 \text{ dBm} - 68 \text{ dB} - 8 \text{ dB} = -56 \text{ dBm}

Signal-to-noise ratio (SNR): SNR=RSSNfloor=56(95)=39 dB\text{SNR} = \text{RSS} - N_{\text{floor}} = -56 - (-95) = 39 \text{ dB}

SNR with interference: SNRworst=39 dB10 dBinterference=29 dB\text{SNR}_{\text{worst}} = 39 \text{ dB} - 10 \text{ dB}_{\text{interference}} = 29 \text{ dB}

Selecting modulation and coding scheme (MCS) requires margin: Required SNR+MarginSNRworst\text{Required SNR} + \text{Margin} \leq \text{SNR}_{\text{worst}} 25 dB+4 dB=29 dB25 \text{ dB} + 4 \text{ dB} = 29 \text{ dB} \checkmark

This selects 64-QAM with rate 3/4 coding (MCS 7), providing 4 dB fade margin. Using 256-QAM (requires 32 dB SNR) would fall short by 3 dB, causing frequent link failures during interference spikes.

Transmission time for 10 kB burst at 72.2 Mbps: T=10×8192 bits72.2×106 bps=1.13 msT = \frac{10 \times 8192 \text{ bits}}{72.2 \times 10^6 \text{ bps}} = 1.13 \text{ ms}

Sub-2 ms transmission minimizes collision probability in the congested 2.4 GHz band.

Packet PeteCheckpoint: Band and Link Margin

You now know:

  • 2.4 GHz offers about 100-150 m indoor reach but only three non-overlapping channels.
  • The gateway example starts with 20 dBm transmit power, 25 m distance, two drywall partitions, and 8 competing networks.
  • Margin changes the MCS decision: 64-QAM 3/4 works with a 25 dB gate only if interference still leaves enough SNR headroom.

Try It: Wi-Fi Link Budget Calculator

Adjust the parameters below to see how SNR and modulation scheme selection change for different deployment scenarios.


35.10 Continue to Part 2

Continue with Wi-Fi Access: Scanning and Deployment.