How to speedup esp_wifi_start()
Posted: Tue Nov 19, 2024 8:44 pm
Hello,
After the power was lost, I have to restart ESP-NOW as quickly as possible. Basically, my ESP32 S3 Wroom2 needs about 46ms to call app_main. esp_wifi_init() needs about 2.5ms, while esp_wifi_start() needs 30ms.
Is it possible to speed this up? In particular esp_wifi_start()?
I have made the following settings for the basic start: https://docs.espressif.com/projects/esp ... -time.html
After the power was lost, I have to restart ESP-NOW as quickly as possible. Basically, my ESP32 S3 Wroom2 needs about 46ms to call app_main. esp_wifi_init() needs about 2.5ms, while esp_wifi_start() needs 30ms.
Is it possible to speed this up? In particular esp_wifi_start()?
I have made the following settings for the basic start: https://docs.espressif.com/projects/esp ... -time.html