Search found 3 matches

by pmurdock
Wed Oct 16, 2024 12:21 am
Forum: ESP-IDF
Topic: how to see what is waking up esp32-c6 project in light sleep
Replies: 3
Views: 790

Re: how to see what is waking up esp32-c6 project in light sleep

Thanks I'll investigate that.. I think for me the key to the question is how to generally debug such a problem .. I had hoped dumping the timers would have given me all the info I needed to debug it, but it wasn't obvious (at least to me) to even know to look at the iwIP task as the culprit.. is the...
by pmurdock
Tue Oct 15, 2024 2:01 am
Forum: ESP-IDF
Topic: how to see what is waking up esp32-c6 project in light sleep
Replies: 3
Views: 790

Re: how to see what is waking up esp32-c6 project in light sleep

Here's some more additional informmation.. this is the output with DEBUG output turned on.. I did an esp_timer_dump() to see if I could understand what timers were coming up that might be doing this triggering.. I think i may have caught the timer details but struggling to nail down what task it is ...
by pmurdock
Mon Oct 14, 2024 3:57 am
Forum: ESP-IDF
Topic: how to see what is waking up esp32-c6 project in light sleep
Replies: 3
Views: 790

how to see what is waking up esp32-c6 project in light sleep

G'day! have a project testing out light sleep mode with 30 second interval to wake up, however esp32-c6 dev board seems to be waking up regularly.. using a nrf power profiler to measure current.. see attached Screenshot 2024-10-13 214502.png when it actually is in sleep i use around 60uA.. however, ...