ESP32-S31
espressif.com
ESP32-S31
1–10 of 207 posts
Re: ESP32-S31
#2Re: ESP32-S31
#3RISC-V cores is a big deal for embedded systems because now compiling for SoCs is only a matter of `rustup target add riscv32imac-unknown-none-elf` instead of downloading half-broken proprietary toolchains and SDKs.
Take a look at https://kerkour.com/introduction-to-embedded-development-wit... and https://kerkour.com/rust-esp32-pentest to get started with modern (Rust ;) embedded development.
Re: ESP32-S31
#4Could this theoretically be used as a router or wireguard vpn instance?
Re: ESP32-S31
#5Re: ESP32-S31
#6Although we lost the MIPI support that the P4 dual-core RISC-V line has.
Re: ESP32-S31
#7Espressif is on fire! And the CPU even has SIMD instructions! RISC-V cores is a big deal for embedded systems because now compiling for SoCs is only a matter of `rustup target add riscv32imac-unknown-none-elf` instead of downloading half-broken proprietary toolchains and SDKs. Take a look at https://kerkour.com/introduction-to-embedded-development-wit... and https://kerkour.com/rust-esp32-pentest to get started with…
Re: ESP32-S31
#8When can we buy these?
Re: ESP32-S31
#9Espressif is on fire! And the CPU even has SIMD instructions! RISC-V cores is a big deal for embedded systems because now compiling for SoCs is only a matter of `rustup target add riscv32imac-unknown-none-elf` instead of downloading half-broken proprietary toolchains and SDKs. Take a look at https://kerkour.com/introduction-to-embedded-development-wit... and https://kerkour.com/rust-esp32-pentest to get started with…
Re: ESP32-S31
#10What's the state of Bluetooth audio out on microcontrollers? Is low latency and high quality output possible?