My-TTGO-Watch icon indicating copy to clipboard operation
My-TTGO-Watch copied to clipboard

Unexpected watch reboot after wake up request

Open GDV0 opened this issue 1 year ago • 0 comments

Build tool used:

  • [ x] Platformio (Visual Studio Code plugin)
  • [ ] Platformio CLI
  • [ ] Other

used Hardware:

  • [x ] TWatch 2020 or TWatch 2021
  • [ ] M5Paper
  • [ ] M5Core2
  • [ ] WT32-SC01

Description of problem: Tested on TWatch 2020-V3 400mAh After fixing the "go standby blocked" issue image I discover a more annoying problem: when repeating standby/wake up sequences, spurious watch restarts happen. The amount of sleep/wake cycles to reproduce this issue seems random and the log could be different:

  • "Silent" reboot at 18;53:51:887 after pressing power on button image or
  • "verbose" reboot after pressing power on button image

Each time, the "Last Reboot Reason" given in the Utilities tile is "Other Watchdogs"

Additional information and things you've tried: Crawling in ESP32 forums, I have found similar issue description which seems to be linked to specific ESP32 chip link on issue description: https://www.esp32.com/viewtopic.php?f=14&t=20316

Today (Apr 23rd) I have tested the application with an old TWatch 2020 v1 I already have spurious reboots but more frequently than with TWatch 2020 v3. Here is the log I have image

GDV0 avatar Apr 22 '23 17:04 GDV0