Espressif’s new SoC
Espressif has rolled out the ESP32‑S31 SoC aimed at IoT and edge AI: it’s a dual‑core RISC‑V running at 320 MHz with 512 KB of SRAM, Wi‑Fi 6, Bluetooth 5.4, gigabit Ethernet and a reported 61 GPIO pins. (x.com) That spec sheet puts it squarely between tiny microcontrollers and single‑board computers for factory systems, radio kits and small AI inference tasks where low power and lots of I/O matter. (x.com)
Espressif announced a new system-on-chip called the ESP32‑S31 on March 26, 2026. (espressif.com) The chip packs two 32‑bit RISC‑V cores running at 320 MHz, and it has 512 KB of on‑chip SRAM. (espressif.com) ( ) It also includes Wi‑Fi 6, Bluetooth 5.4, IEEE 802.15.4 support, and a gigabit Ethernet MAC, putting wired and modern wireless networking on the same tiny silicon. (espressif.com) ( ) The S31 exposes roughly sixty-one general‑purpose I/O pins plus camera and RGB‑LCD interfaces, USB‑OTG, SPI, I2S, and multiple serial ports—hardware you normally only find on larger boards. (espressif.com 1) (espressif.com 2) Those choices answer a simple engineering problem: some projects need more I/O and network bandwidth than a tiny microcontroller offers, but they don’t want the power draw, size, or cost of a single‑board computer. The S31 sits between those two worlds by offering abundant peripheral connections, modern radios, and a modest amount of internal RAM while remaining a single, low‑power chip. (cnx-software.com) ( ) For edge artificial‑intelligence tasks—small neural nets that classify audio, run keyword detection, or do simple vision filters—the S31’s on‑chip SRAM is small, but the chip supports external octal SPI PSRAM and flash, which lets developers stream model weights from off‑chip memory while keeping the CPU working on inference. Those interfaces are also why the chip can handle camera input and drive a display without borrowing a separate host. (espressif.com) ( ) Espressif put hardware security on the list: secure boot, flash and PSRAM encryption, and crypto accelerators, which let devices authenticate firmware and communicate securely without heavy software overhead. Those features matter when the chip is used for factory automation, gateways, or anything that must resist tampering. (espressif.com) ( ) The company’s open tooling already shows support: Espressif’s esptool repository includes initial target files for the ESP32‑S31, a sign that board bring‑up and flashing workflows are being prepared. (github.com) Taken together, the S31 is not a desktop‑class brain for heavy machine learning, and it is not a bare sensor microcontroller. It is a compact, networked compute module with lots of pins and enough memory interfaces to run modest AI and handle cameras, displays, and industrial buses—all while keeping power and footprint much lower than a full single‑board computer. The announcement and preliminary tooling were published by Espressif on March 26, 2026. (espressif.com) ( )