A tri-band Wi-Fi 6E radio for a Linux host.
- CPU
- Dual-core RISC-V (radio co-processor architecture)
- Clock
- Up to 500 MHz
- Low-power core
- Power management handled by the host
- On-chip SRAM
- 1 MB
- PSRAM
- None — memory via the host
- Flash
- None — firmware via the host
- Wi-Fi
- Tri-band Wi-Fi 6E (2.4 / 5 / 6 GHz), 160 MHz channels, 2×2 MU-MIMO, up to 2.4 Gbps
- Bluetooth
- Bluetooth Classic (BR/EDR) + LE 5.4
- 802.15.4
- No
- GPIO
- 30
- USB
- USB 2.0 (host interface)
- Deep sleep
- Host-managed
- Package
- QFN
- Reference dev board
- Reference designs via Espressif
Stands out for
Fastest core and only 6 GHz radio in the family; PCIe 2.1 / SDIO 3.0 host interfaces with an open-source Linux driver
Watch out for
Cannot run standalone — it is not a microcontroller. No ADC, PWM or camera interface
Typical designs
Wi-Fi adapters and M.2 cards, set-top boxes, AR/VR accessories, high-bitrate video links
A different kind of product
Every other chip on this site is a microcontroller you write firmware for. The E22 is not. It is a Radio Co-Processor (RCP): a self-contained networking subsystem that attaches to a host processor — typically running Linux — and presents itself as a network interface. The host runs the application; the E22 runs the entire Wi-Fi and Bluetooth stack.
This is a new product line for Espressif, announced in January 2026 and Wi-Fi 6E certified in June 2026. Strategically it moves the company from “cheap microcontrollers with radios” into competition with the connectivity silicon that goes into routers, set-top boxes and laptops.
The specifications
They are unlike anything else in the family:
- Tri-band Wi-Fi 6E — 2.4 GHz, 5 GHz and 6 GHz. The only Espressif part that reaches 6 GHz.
- 160 MHz channel bandwidth, 2×2 MU-MIMO, beamforming, 1024-QAM
- Up to 2.4 Gbps — roughly 30× what a Wi-Fi 4 ESP32 achieves in practice
- Bluetooth Classic (BR/EDR) and LE 5.4 together, so both legacy audio devices and modern LE peripherals work
- Two RISC-V cores at 500 MHz — the fastest clock in the family — with 1 MB of SRAM
- Host interfaces: PCIe 2.1, SDIO 3.0, USB 2.0
- 30 GPIOs
- An open-source Linux driver for kernel 5.4 and later
The 6 GHz band is the interesting part. It is new spectrum, largely empty, with wide contiguous channels available — which is exactly what you want for high-bitrate video and low-latency AR/VR links.
What it cannot do
The E22’s limitations follow directly from its architecture, and they are absolute rather than matters of degree:
- It cannot run standalone. There is no application processor role. Without a host it does nothing.
- No embedded flash or PSRAM. Firmware and memory come from the host.
- No ADC, no PWM, no camera interface, no touch. It is not a general-purpose microcontroller and has essentially none of the peripherals you would use to interact with the physical world.
- No 802.15.4. No Thread, no Zigbee. If you need those alongside Wi-Fi 6E you need a second chip — an H21 or an H2.
- Power management is the host’s job. There is no independent low-power mode; the host decides when the radio sleeps.
- Premium positioning. No public reference sample price has been posted, and this is not a dollar-fifty part.
Where it fits
The E22 makes sense when you already have a capable host CPU and need to give it modern wireless:
- Wi-Fi adapters and M.2 modules for PCs and single-board computers. The PCIe 2.1 interface and open-source Linux driver make this the obvious application.
- Set-top boxes and streaming devices, where 4K or 8K video over Wi-Fi is the requirement.
- AR/VR accessories, where 6 GHz latency is the selling point.
- Industrial gateways and bridges that need robust, certified Wi-Fi 6E.
- Next-generation smart-home hubs — usually paired with an 802.15.4 part for the Thread and Zigbee side.
Within the ESP32 family itself, the natural pairing is P4 + E22: the P4 provides MIPI camera input and hardware H.264 encoding, the E22 provides a 2.4 Gbps uplink. That combination is a credible wireless video node in a way no single Espressif part is.
Security
Cryptographic hardware is present to secure the radio stack, including full WPA3 support. But because the RCP architecture puts the application and its keys on the host, the E22 should not be treated as your security boundary — the host processor’s security posture determines the system’s. This is the opposite of the situation with a C6 or an S31, where the chip itself can be the root of trust.
Availability and documentation
Announced January 2026, Wi-Fi CERTIFIED 6E in June 2026, and listed as available from early 2026. Espressif documents it through its product page and press materials; at the time of writing a standalone series datasheet PDF was not publicly indexed, so register-level detail should be confirmed with Espressif directly. Reference designs and the Linux driver are the practical starting points rather than a DevKit.
Choose it when
- You have a Linux host that needs Wi-Fi 6E
- You need the 6 GHz band, 160 MHz channels, or multi-gigabit wireless
- You are building a network adapter, set-top box, or AR/VR accessory
- You need Bluetooth Classic and LE 5.4 alongside high-throughput Wi-Fi