Page 1 of 1

How to reduce Ping delay

Posted: Tue Mar 17, 2020 1:31 am
by 1163167506
hi all

1.ESP set to AP mode

2.Using computer to connect to WiFi of esp32

3.Using computer to Ping esp32

How to reduce Ping delay

thanks!

Re: How to reduce Ping delay

Posted: Tue Mar 17, 2020 3:08 pm
by ESP_Sprite
You could try to disable WiFi power saving by calling esp_wifi_set_ps(WIFI_PS_NONE) . Note that this increases power consumption.