Hi, I get this error when I arm the motion sensor and motion is detected
MOTION SENSOR STATUS CHANGE Motion Sensor Armed MOTION DETECTED!!! Guru Meditation Error: Core 0 panic'ed (Interrupt wdt timeout on CPU0) Core 0 register dump: PC : 0x40090262 PS : 0x00060034 A0 : 0x80090a7c A1 : 0x3ffbe260 A2 : 0x3ffbdcc4 A3 : 0x0000cdcd A4 : 0xb33fffff A5 : 0x00000001 A6 : 0x00060021 A7 : 0x0000abab A8 : 0x0000cdcd A9 : 0x3ffbe260 A10 : 0x00000003 A11 : 0x00060023 A12 : 0x00060021 A13 : 0x00000000 A14 : 0x00000000 A15 : 0x00000000 SAR : 0x00000018 EXCCAUSE: 0x00000005 EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x00000000 LCOUNT : 0x00000000 Core 0 was running in ISR context: EPC1 : 0x40142112 EPC2 : 0x00000000 EPC3 : 0x00000000 EPC4 : 0x40090262 Backtrace: 0x40090262:0x3ffbe260 0x40090a79:0x3ffbe290 0x4008ec5b:0x3ffbe2b0 0x40091921:0x3ffbe2d0 0x40081a66:0x3ffbe2e0 0x4014210f:0x00000000 Core 1 register dump: PC : 0x40091c4a PS : 0x00060b34 A0 : 0x80090dd2 A1 : 0x3ffbe720 A2 : 0x3ffbbc0c A3 : 0x3ffb8074 A4 : 0x00000001 A5 : 0x00000001 A6 : 0x00060b23 A7 : 0x00000000 A8 : 0x3ffb8074 A9 : 0x3ffb8074 A10 : 0x00000018 A11 : 0x00000018 A12 : 0x00000001 A13 : 0x00000001 A14 : 0x00060b21 A15 : 0x00000000 SAR : 0x0000001e EXCCAUSE: 0x00000005 EXCVADDR: 0x00000000 LBEG : 0x400014fd LEND : 0x4000150d LCOUNT : 0xfffffffc Backtrace: 0x40091c4a:0x3ffbe720 0x40090dcf:0x3ffbe740 0x4008f887:0x3ffbe760 0x401012ba:0x3ffbe7a0 0x400efa94:0x3ffbe7c0 0x400efb4e:0x3ffbe7f0 0x400d21a5:0x3ffbe810 0x40141d11:0x3ffbe840 0x400d3219:0x3ffbe860 0x400d3291:0x3ffbe880 0x400d1a89:0x3ffbe8a0 0x40081315:0x3ffbe8c0 0x40081a5d:0x3ffbe8e0 0x4000bfed:0x00000000 Rebooting... ets Jun 8 2016 00:22:57 rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0018,len:4 load:0x3fff001c,len:928 ho 0 tail 12 room 4 load:0x40078000,len:9280 load:0x40080400,len:5848 entry 0x40080698 Connecting to AndroidAPDB13 ... WiFi connected - ESP IP address: 192.168.43.70 Attempting MQTT connection...connected Message arrived on topic: home/office/esp1/motion. Message: true MOTION SENSOR STATUS CHANGEMotion Sensor Armed
1 Answers
Hi.
That error Indicates that interrupt watchdog timeout has occurred, but I don’t know how to solve that issue. https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/fatal-errors.html#interrupt-wdt-timeout-on-cpu0-cpu1
Do you always get that error when running the code, or that happens sporadically?
What example are you running to get that error?