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
How to speedup esp_wifi_start()
-
- Posts: 196
- Joined: Sun Jun 23, 2024 6:18 pm
Re: How to speedup esp_wifi_start()
You can set CONFIG_BOOTLOADER_LOG_LEVEL_NONE to minimize logging overhead.
Re: How to speedup esp_wifi_start()
Thank you for your reply, your Suggestion is already included in the Link which I use as base
Who is online
Users browsing this forum: No registered users and 49 guests