alanmaxwell

Results 16 comments of alanmaxwell

Hi @LucasSaintrain Maybe you can refer to [examples/wifi/getting_started/softAP](https://github.com/espressif/esp-idf/blob/59e18382702b6986be3d3f55e9ac7763c1397cf7/examples/wifi/getting_started/softAP/main/softap_example_main.c#L47)

Hi @eriksl You can also refer to IDF docs https://docs.espressif.com/projects/esp-idf/en/v5.2.2/esp32s3/api-guides/wifi.html#how-to-improve-wi-fi-performance to improve Wi-Fi throughput.

Hi @eriksl > Can't test. When running I get "Writing to serial is timing out. Please make sure that your application supports an interactive console and that you have picked...

@eriksl Could you upload the full logs of throughput test ?

Hi @eriksl I made a preliminary comparison https://github.com/eriksl/esp32/blob/master/s3/develop/sdkconfig Compared to the default configuration of iperf, there seem to be many differences, such as CPU frequency, WIFI configuration, lwip configuration, and...