LJYSP

Results 48 comments of LJYSP

Thanks for your feedback, we will analyse the issue later.

DHCP is success when I use Chip:[esp32-wrover-e 2MBflash] and enable spiram with your code. ESP-IDF version is v4.4.1. SPIRAM setting: menuconfig -> component config -> ESP32-specific -> Support for external,...

when the router is set open security, dhcp is OK. when the router is set security, we reproduce the connection is not success. We will work on the issue and...

What's your Router Model ? It seems the issue is related to router model, I test anothor router and connection & dhcp is ok

@sxsx2yzyz This fix has been merged into release/v4.4, please use the release/v4.4 instead of IDF v4.4.1. Checkout the branch by: git clone -b release/v4.4 --recursive https://github.com/espressif/esp-idf.git Or wait for the...

You may try to close the log during wifi stop and wifi start,like using ` esp_log_level_set("wifi", ESP_LOG_NONE);` ` esp_log_level_set("phy_init", ESP_LOG_NONE);` Besides that, it seems that there is no other way...

ESP-NOW uses wifi action frame to send and receive data, so wifi start is needed. Or you may try ESP32-S2, it can use wifi while using ADC2.

@poky is right. And I think it is difficult to push other vendor develop the same esp-now.