Page 1 of 1

ESP32-C3 max speed?

Posted: Mon Jun 19, 2023 10:08 pm
by g4km4n
What is the maximum throughput between a host MCU and WiFi on the ESP32-C3? I'm guessing SDIO is fastest?

Thanks

Re: ESP32-C3 max speed?

Posted: Tue Jun 20, 2023 3:51 am
by ESP_krzychb
Hi g4km4n, SDIO should be the fastest option but ESP32-C3 does not have SDIO peripheral.

More information:

- ESP-Hosted-FG - Supported Transports
- ESP-Hosted-FG - Throughput performance

Re: ESP32-C3 max speed?

Posted: Sat Jun 24, 2023 9:11 pm
by g4km4n
Thank you.