espressif / esp-at

AT application for ESP32/ESP32-C2/ESP32-C3/ESP32-C6/ESP8266
Apache License 2.0
914 stars 831 forks source link

When using Ethernet, esp32 wroom cannot enter sleep mode. #853

Closed charon22 closed 1 month ago

charon22 commented 4 months ago

Answers checklist.

General issue report

ESP-AT version v3.4.0.0

If I enable Ethernet and send a sleep command, it does not enter sleep. If I build without Ethernet and send the sleep command, it will enter sleep mode normally. sdkconfig

CONFIG_AT_ETHERNET_SUPPORT=y CONFIG_PHY_RTL8201=y

I would like to know how to enter sleep mode when using Ethnet.

Thanks Sungsu

ustccw commented 1 month ago

@charon22 We sincerely apologize that esp-idf has not yet optimized the power consumption for Ethernet usage. This means that when Ethernet is enabled, the module may not be able to enter light-sleep, resulting in relatively higher power consumption.

If this feature is essential for your product, we kindly suggest submitting detailed requirements to esp-idf issue.

ustccw commented 1 month ago

same to https://github.com/espressif/esp-at/issues/832

charon22 commented 1 month ago

Hi ustccw, Thanks for your response. I will ask to esp-idf issue. Thanks Sungsu