Espressif Reveals CoreBoard and Korvo Dev Kits for ESP32-S31
Espressif has introduced two new development kits, the CoreBoard and Korvo, designed for the ESP32-S31 chip. This dual-core RISC-V chip is aimed at advanced IoT applications, offering features like Wi-Fi 6 and Bluetooth 5.4. The kits cater to different needs, with the CoreBoard focusing on general IoT tasks and the Korvo designed for human-machine interfaces.
- ▪The ESP32-S31 features a dual-core RISC-V architecture with one core optimized for performance and the other for power efficiency.
- ▪The CoreBoard includes 16 MB of PSRAM and various connectivity options, making it suitable for prototyping sensor hubs and networked controllers.
- ▪The Korvo kit is tailored for smart display applications, equipped with a camera, LCD, and audio components.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3945699) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } circuitrocks Posted on May 26 • Originally published at blog.circuit.rocks Espressif Reveals CoreBoard and Korvo Dev Kits for ESP32-S31 #esp32 #esp32s31 #espressif #riscv 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.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).