52 Wi-Fi Knowledge Checks
Sensor Squad: Wi-Fi Knowledge Checks
Max the Microcontroller set up a quiz game for the Sensor Squad!
“Question one,” said Max. “You are in a busy apartment building with 30 Wi-Fi networks. How do you pick the best channel?” Sammy the Sensor jumped in: “Scan ALL the channels and pick the quietest one! Channels 1, 6, and 11 do not overlap each other in 2.4 GHz, so pick the one with the fewest neighbors!”
“Question two,” continued Max. “Bella, your battery camera only lasts 2 weeks. How do you make it last 6 months?” Bella the Battery knew this one: “Deep sleep with wake-on-motion! Instead of keeping the Wi-Fi radio on all the time (which drains me fast), I only turn it on when the motion sensor detects someone. The rest of the time, I sleep and use almost no energy – just 10 microamps!”
“Last one,” said Max. “Why does Wi-Fi get slow when 50 devices all try to talk?” Lila the LED explained: “Because of CSMA/CA – everyone has to listen before talking, and with 50 devices, everyone keeps bumping into each other and having to wait longer and longer. That is why Wi-Fi 6 with OFDMA is so much better – it lets multiple devices talk at the same time on different ‘sub-channels’!”
52.1 Knowledge Check
Test your understanding of these networking concepts.
52.1.1 Wi-Fi Standards Evolution for IoT
Understanding the progression of Wi-Fi standards helps select the right technology for IoT deployments:
Wi-Fi Standards Comparison for IoT:
| Standard | Year | Max Speed | Bands | Key IoT Features | Best Use Case |
|---|---|---|---|---|---|
| Wi-Fi 1 (802.11b) | 1999 | 11 Mbps | 2.4 GHz | DSSS modulation | Legacy support only |
| Wi-Fi 3 (802.11g) | 2003 | 54 Mbps | 2.4 GHz | OFDM efficiency | Obsolete for new designs |
| Wi-Fi 4 (802.11n) | 2009 | 600 Mbps | 2.4/5 GHz | MIMO, dual-band | Budget IoT sensors (ESP32) |
| Wi-Fi 5 (802.11ac) | 2014 | 3.5 Gbps | 5 GHz | MU-MIMO, 160 MHz | Cameras, high-bandwidth |
| Wi-Fi 6 (802.11ax) | 2019 | 9.6 Gbps | 2.4/5 GHz | OFDMA, TWT, BSS Coloring | Dense IoT (200+ devices/AP) |
Key IoT Selection Criteria:
- Wi-Fi 4 (802.11n): Choose for cost-sensitive deployments with <30 devices per AP, 2.4 GHz range advantages
- Wi-Fi 5 (802.11ac): Select for bandwidth-intensive applications (surveillance cameras, video streaming)
- Wi-Fi 6 (802.11ax): Essential for dense IoT deployments requiring battery efficiency (TWT) and high device density (OFDMA)
52.2 Summary
This knowledge check chapter tested understanding across key Wi-Fi IoT topics:
- Channel Selection: Use non-overlapping channels (1/6/11) and scan for least congested option
- Power Optimization: Deep sleep with event-driven wake is the primary battery life strategy
- Dense Deployments: CSMA/CA contention causes exponential latency; Wi-Fi 6 OFDMA solves this
- Coverage Planning: Indoor range is 20-25m with obstacles; plan 4-6 APs for warehouse-scale
- Connection Management: Implement keepalive packets to prevent router idle disconnection
- Industrial Environments: Use 5 GHz to avoid 2.4 GHz industrial interference
- Standards Selection: Wi-Fi 6 with TWT for battery IoT, Wi-Fi 5 for cameras, Wi-Fi 4 for budget
What’s Next
Continue to Wi-Fi 6 Features to explore game-changing IoT capabilities including Target Wake Time (TWT), OFDMA for multi-device efficiency, and BSS Coloring for interference mitigation.