Search found 2 matches

by aag071976
Sat Dec 10, 2022 7:36 pm
Forum: ESP32 Arduino
Topic: Deep Sleep Stub function? Sleep mode optimization TG0WDT_SYS_RESET
Replies: 8
Views: 15297

Re: Deep Sleep Stub function? Sleep mode optimization TG0WDT_SYS_RESET

Please help:
i need read after wake up stub: digitalRead(dataPin)
and then return to stub slep
but system reset by watchdog: rst:0x7 (TG0WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
How to read GPIO input from a wake stub?
please help - i need working example
by aag071976
Sat Dec 10, 2022 6:09 pm
Forum: ESP32 Arduino
Topic: Deep Sleep Stub function? Sleep mode optimization TG0WDT_SYS_RESET
Replies: 8
Views: 15297

Re: Deep Sleep Stub function? Sleep mode optimization TG0WDT_SYS_RESET

I have a better way of measuring current now. For the above code: The Wakeup and on time is 10ms. Avg Current during wake up time. is 14.67mA (Spikes to 30mA). Avg Current in sleep mode is 8.27uA - 9.85uA esp32_current.jpg brolly759, its Super! but i cannot to implement my functiom to your code. i ...