惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 聂微东
博客园 - 【当耐特】
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
C
Check Point Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
美团技术团队
WordPress大学
WordPress大学
Last Week in AI
Last Week in AI
Y
Y Combinator Blog
IT之家
IT之家
T
Tailwind CSS Blog
月光博客
月光博客
Vercel News
Vercel News
V
V2EX
Engineering at Meta
Engineering at Meta
B
Blog
Stack Overflow Blog
Stack Overflow Blog
A
About on SuperTechFans
Hugging Face - Blog
Hugging Face - Blog
人人都是产品经理
人人都是产品经理
腾讯CDC
I
InfoQ

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Espressif Reveals CoreBoard and Korvo Dev Kits for ESP32-S31
circuitrocks · 2026-05-26 · via DEV Community

Espressif just pulled the wraps off two fresh development kits aimed at one of its most ambitious chips yet: the dual-core RISC-V ESP32-S31. If you've been waiting for a board that blends heavy IoT muscle with edge AI capability, this pair is worth a long look.

What's the big deal with the ESP32-S31?

The new chip pairs two RISC-V cores in a heterogeneous setup. One runs up to 320 MHz for performance-hungry workloads, while the other sips power for everyday microcontroller chores. Espressif is pitching it at advanced IoT, machine learning inference, computer vision, and smart audio — all from a single chip with 60 GPIOs to spare.

On the radio side you get Wi-Fi 6 on 2.4 GHz, Bluetooth 5.4 Classic and Low Energy, plus an 802.15.4 radio with Thread and Zigbee. There's even an integrated gigabit Ethernet MAC, which is rare for an ESP32. RAM-wise, you're looking at 512 KB of on-chip SRAM and an eight-bit 250 MHz DDR bus for external PSRAM. One core also packs a 128-bit data path with SIMD for parallel number crunching.

CoreBoard vs. Korvo: pick your flavour

The ESP32-S31-Function-CoreBoard-1 is the workhorse. It carries 16 MB of PSRAM, a choice of 8, 16, or 32 MB of flash, an on-board microphone, a mono audio codec with amplified speaker output, wired Ethernet, USB 2.0 High Speed Type-A and Full Speed Type-C ports, a 40-pin GPIO header, a built-in current measurement header, and a user-addressable RGB LED. Ideal if you want to prototype anything from sensor hubs to networked controllers.

The ESP32-S31-Korvo-1 trades Ethernet for human-machine interface (HMI) gear. The same module — this time with 16 MB of flash — is wired to an Omnivision OV3660 camera, a 4.3-inch 800×480 LCD, two independent speaker outputs, two analog microphones, four user buttons, an RGB LED, a microSD slot, and USB Type-A and Type-C. It's basically a ready-made smart display reference design.

Build it yourself

Want to hack on one of these straight away? You'll need the ESP32-S31 module itself, and depending on which board you're cloning: an Omnivision OV3660 camera module, a 4.3-inch 800×480 LCD panel, analog microphones, a mono audio codec and speaker driver, a microSD card slot, and USB Type-A plus Type-C ports. Pricing and general availability haven't been confirmed yet, but Espressif's documentation pages for the CoreBoard and Korvo are already live.


Originally published on blog.circuit.rocks.