-
Notifications
You must be signed in to change notification settings - Fork 7.6k
ESP32C3 can not wake from Light-sleep by UART #6976
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Area: ESP-IDF related
ESP-IDF related issues
Area: Peripherals API
Relates to peripheral's APIs.
Chip: ESP32-C3
Issue is related to support of ESP32-C3 Chip
Peripheral: UART
Status: Solved
Type: For reference
Common questions & problems
Milestone
Comments
Issue confirmed. The sketch works fine with ESP32, ESP32-S2 and ESP32-S3, but not for the ESP32-C3. |
I tested it with all Arduino Core versions and none of them works.
|
SOLUTION: add
|
this works for me too, thank you very much! |
Repository owner
moved this from In Review
to Done
in Arduino ESP32 Core Project Roadmap
Jul 15, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: ESP-IDF related
ESP-IDF related issues
Area: Peripherals API
Relates to peripheral's APIs.
Chip: ESP32-C3
Issue is related to support of ESP32-C3 Chip
Peripheral: UART
Status: Solved
Type: For reference
Common questions & problems
Board
ESP32-C3-4M
Device Description
Board: ESP32-C3-4M on custom board
IDE: Arduino
Version: Arduino ESP32 Version 2.0.4
Computer OS: Mac M1
Hardware Configuration
only uart
Version
latest master (checkout manually)
IDE Name
Arduino IDE
Operating System
macOS 12.4
Flash frequency
40Mhz
PSRAM enabled
no
Upload speed
115200
Description
ESP32C3 can not wake from Light-sleep by UART.
Sketch
Debug Message
Other Steps to Reproduce
I also try this code on ESP32, and it can be successfully wake by UART0.
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: