Search found 1 match
- Fri Sep 06, 2024 8:44 am
- Forum: ESP-IDF
- Topic: Handling Light Sleep on One Core While Running Code on Another Core with ESP32
- Replies: 1
- Views: 469
Handling Light Sleep on One Core While Running Code on Another Core with ESP32
Hi everyone, I’m working on a project where I use the ESP32 in light sleep mode to wake up when an interrupt occurs, such as when a user presses a button or after a timeout period elapses. The function I’m using is designed to put the ESP32 into light sleep mode and wake up based on these conditions...