Hi, Wolle!
Continuing to search for information on the ESP32P4, I found some information on the ESP32C6. The manufacturer's sdkconfig settings.
CONFIG_WIFI_RMT_STATIC_RX_BUFFER_NUM=16
CONFIG_WIFI_RMT_DYNAMIC_RX_BUFFER_NUM=64
CONFIG_WIFI_RMT_DYNAMIC_TX_BUFFER_NUM=64
CONFIG_WIFI_RMT_AMPDU_TX_ENABLED=y
CONFIG_WIFI_RMT_TX_BA_WIN=32
CONFIG_WIFI_RMT_AMPDU_RX_ENABLED=y
CONFIG_WIFI_RMT_RX_BA_WIN=32
CONFIG_LWIP_TCP_SND_BUF_DEFAULT=65534
CONFIG_LWIP_TCP_WND_DEFAULT=65534
CONFIG_LWIP_TCP_RECVMBOX_SIZE=64
CONFIG_LWIP_UDP_RECVMBOX_SIZE=64
CONFIG_LWIP_TCPIP_RECVMBOX_SIZE=64
I applied them. No significant changes occurred.
But... On very sensitive streams, stuttering and fading in reception disappeared. I also tested it by weakening the router's signal. We can say that these adjustments also have some benefits.
I performed the tests on a Guition JC4880P443.
Hi, Wolle!
Continuing to search for information on the ESP32P4, I found some information on the ESP32C6. The manufacturer's sdkconfig settings.
I applied them. No significant changes occurred.
But... On very sensitive streams, stuttering and fading in reception disappeared. I also tested it by weakening the router's signal. We can say that these adjustments also have some benefits.
I performed the tests on a Guition JC4880P443.