espressif / esp-at

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

ESP8266/8286 WAKEUP MCU #650

Open zhaojinyun opened 2 years ago

zhaojinyun commented 2 years ago

Only C3 supports the AT+USERWKMCUCFG and AT+USERMCUSLEEP commands? So how does 8266/8255 wake up the MCU?

ustccw commented 2 years ago

@zhaojinyun AT+USERWKMCUCFG and AT+USERMCUSLEEP commands are available for all ESP32-C3, ESP32, ESP8266, ESP8285. you can use commits after https://github.com/espressif/esp-at/commit/3c0385af2e2de9834c39959ddb31b173c376c534 on release/v2.2.0.0_esp8266 branch and test it, the document has not been added in time, just same as the ESP32's: https://docs.espressif.com/projects/esp-at/en/latest/esp32/AT_Command_Set/user_at_commands.html