logo elektroda
logo elektroda
X
logo elektroda

ESP32 Wroom resets after uploading configuration and connecting CC1101

Arkadiusz1986r 1086 2
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 20554786
    Arkadiusz1986r
    Level 9  
    Hello
    I have 2 ESP32 Wroom boards with ESP uploaded, with which I download data from bt thermometers and send it to Home Assistant.
    Picture of the board with pinout: ESP32 Wroom
    Recently I have bought the CC1101 module: CC1101 in order to receive data from the water meter with remote reading.

    Before I connect the CC1101 everything works fine.
    When connected either to HSPI or SPI the watchdog resets my board every now and then.
    My yaml code: Link which I upload via the ESPHOME add-on in Home Assistant as shown in the pictures:
    ESP32 Wroom resets after uploading configuration and connecting CC1101 ESP32 Wroom resets after uploading configuration and connecting CC1101 ESP32 Wroom resets after uploading configuration and connecting CC1101 My log looks as follows:
    E (24055) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
    E (24055) task_wdt:  - loopTask (CPU 1)
    E (24055) task_wdt: Tasks currently running:
    E (24055) task_wdt: CPU 0: IDLE
    E (24055) task_wdt: CPU 1: loopTask
    E (24055) task_wdt: Aborting.
    
    abort() was called at PC 0x400f821c on core 0
    
    
    Backtrace:0x400838d9:0x3ffbe9cc |<-CORRUPTED
    
    
    
    
    ELF file SHA256: 0000000000000000
    
    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:2
    load:0x3fff0030,len:1184
    load:0x40078000,len:13132
    load:0x40080400,len:3036
    entry 0x400805e4
    [I][logger:259]: Log initialized
    [C][ota:469]: There have been 1 suspected unsuccessful boot attempts.
    [D][esp32.preferences:114]: Saving 1 preferences to flash...
    [D][esp32.preferences:143]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed
    [I][app:029]: Running through setup()...
    [C][wifi:038]: Setting up WiFi...
    [C][wifi:039]:   Local MAC: 30:C6:F7:2C:B3:3C
    [D][wifi:387]: Starting scan...
    [D][text_sensor:064]: 'Ora Text': Sending state '11:19:15 - 25-04-2023'
    [D][wifi:402]: Found networks:
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 5
    [D][wifi:448]:     RSSI: -61 dB
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 1
    [D][wifi:448]:     RSSI: -74 dB
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 10
    [D][wifi:448]:     RSSI: -85 dB
    [I][wifi:258]: WiFi Connecting to 'SYRION16262'...
    [I][wifi:519]: WiFi Connected!
    [C][wifi:363]:   Local MAC: 30:C6:F7:2C:B3:3C
    [C][wifi:364]:   SSID: [redacted]
    [C][wifi:365]:   IP Address: 192.168.254.7
    [C][wifi:367]:   BSSID: [redacted]
    [C][wifi:368]:   Hostname: 'esp32-parter'
    [C][wifi:370]:   Signal strength: -62 dB ▂▄▆█
    [C][wifi:374]:   Channel: 5
    [C][wifi:375]:   Subnet: 255.255.255.0
    [C][wifi:376]:   Gateway: 192.168.254.254
    [C][wifi:377]:   DNS1: 192.168.254.254
    [C][wifi:378]:   DNS2: 8.8.8.8
    [D][wifi:528]: Disabling AP...
    [C][ota:093]: Over-The-Air Updates:
    [C][ota:094]:   Address: 192.168.254.7:3232
    [C][ota:097]:   Using Password.
    [C][api:025]: Setting up Home Assistant API server...
    [C][sntp:028]: Setting up SNTP...
    
    E (24115) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
    E (24115) task_wdt:  - loopTask (CPU 1)
    E (24115) task_wdt: Tasks currently running:
    E (24115) task_wdt: CPU 0: IDLE
    E (24115) task_wdt: CPU 1: loopTask
    E (24115) task_wdt: Aborting.
    
    abort() was called at PC 0x400f821c on core 0
    
    
    Backtrace:0x400838d9:0x3ffbe9cc |<-CORRUPTED
    
    
    
    
    ELF file SHA256: 0000000000000000
    
    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:2
    load:0x3fff0030,len:1184
    load:0x40078000,len:13132
    load:0x40080400,len:3036
    entry 0x400805e4
    [I][logger:259]: Log initialized
    [C][ota:469]: There have been 2 suspected unsuccessful boot attempts.
    [D][esp32.preferences:114]: Saving 1 preferences to flash...
    [D][esp32.preferences:143]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed
    [I][app:029]: Running through setup()...
    [C][wifi:038]: Setting up WiFi...
    [C][wifi:039]:   Local MAC: 30:C6:F7:2C:B3:3C
    [D][wifi:387]: Starting scan...
    [D][text_sensor:064]: 'Ora Text': Sending state '11:19:27 - 25-04-2023'
    [D][wifi:402]: Found networks:
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 5
    [D][wifi:448]:     RSSI: -60 dB
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 1
    [D][wifi:448]:     RSSI: -74 dB
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 10
    [D][wifi:448]:     RSSI: -80 dB
    [I][wifi:258]: WiFi Connecting to 'SYRION16262'...
    [I][wifi:519]: WiFi Connected!
    [C][wifi:363]:   Local MAC: 30:C6:F7:2C:B3:3C
    [C][wifi:364]:   SSID: [redacted]
    [C][wifi:365]:   IP Address: 192.168.254.7
    [C][wifi:367]:   BSSID: [redacted]
    [C][wifi:368]:   Hostname: 'esp32-parter'
    [C][wifi:370]:   Signal strength: -61 dB ▂▄▆█
    [C][wifi:374]:   Channel: 5
    [C][wifi:375]:   Subnet: 255.255.255.0
    [C][wifi:376]:   Gateway: 192.168.254.254
    [C][wifi:377]:   DNS1: 192.168.254.254
    [C][wifi:378]:   DNS2: 8.8.8.8
    [D][wifi:528]: Disabling AP...
    [C][ota:093]: Over-The-Air Updates:
    [C][ota:094]:   Address: 192.168.254.7:3232
    [C][ota:097]:   Using Password.
    [W][ota:103]: Last Boot was an unhandled reset, will proceed to safe mode in 8 restarts
    [C][api:025]: Setting up Home Assistant API server...
    [C][sntp:028]: Setting up SNTP...
    
    E (23975) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
    E (23975) task_wdt:  - loopTask (CPU 1)
    E (23975) task_wdt: Tasks currently running:
    E (23975) task_wdt: CPU 0: IDLE
    E (23975) task_wdt: CPU 1: loopTask
    E (23975) task_wdt: Aborting.
    
    abort() was called at PC 0x400f821c on core 0
    
    
    Backtrace:0x400838d9:0x3ffbe9cc |<-CORRUPTED
    
    
    
    
    ELF file SHA256: 0000000000000000
    
    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:2
    load:0x3fff0030,len:1184
    load:0x40078000,len:13132
    load:0x40080400,len:3036
    entry 0x400805e4
    [I][logger:259]: Log initialized
    [C][ota:469]: There have been 3 suspected unsuccessful boot attempts.
    [D][esp32.preferences:114]: Saving 1 preferences to flash...
    [D][esp32.preferences:143]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed
    [I][app:029]: Running through setup()...
    [C][wifi:038]: Setting up WiFi...
    [C][wifi:039]:   Local MAC: 30:C6:F7:2C:B3:3C
    [D][wifi:387]: Starting scan...
    [D][text_sensor:064]: 'Ora Text': Sending state '11:19:39 - 25-04-2023'
    [D][wifi:402]: Found networks:
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 5
    [D][wifi:448]:     RSSI: -59 dB
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 1
    [D][wifi:448]:     RSSI: -74 dB
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 10
    [D][wifi:448]:     RSSI: -83 dB
    [I][wifi:258]: WiFi Connecting to 'SYRION16262'...
    [I][wifi:519]: WiFi Connected!
    [C][wifi:363]:   Local MAC: 30:C6:F7:2C:B3:3C
    [C][wifi:364]:   SSID: [redacted]
    [C][wifi:365]:   IP Address: 192.168.254.7
    [C][wifi:367]:   BSSID: [redacted]
    [C][wifi:368]:   Hostname: 'esp32-parter'
    [C][wifi:370]:   Signal strength: -61 dB ▂▄▆█
    [C][wifi:374]:   Channel: 5
    [C][wifi:375]:   Subnet: 255.255.255.0
    [C][wifi:376]:   Gateway: 192.168.254.254
    [C][wifi:377]:   DNS1: 192.168.254.254
    [C][wifi:378]:   DNS2: 8.8.8.8
    [D][wifi:528]: Disabling AP...
    [C][ota:093]: Over-The-Air Updates:
    [C][ota:094]:   Address: 192.168.254.7:3232
    [C][ota:097]:   Using Password.
    [W][ota:103]: Last Boot was an unhandled reset, will proceed to safe mode in 7 restarts
    [C][api:025]: Setting up Home Assistant API server...
    [C][sntp:028]: Setting up SNTP...
    
    E (23973) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
    E (23973) task_wdt:  - loopTask (CPU 1)
    E (23973) task_wdt: Tasks currently running:
    E (23973) task_wdt: CPU 0: IDLE
    E (23973) task_wdt: CPU 1: loopTask
    E (23973) task_wdt: Aborting.
    
    abort() was called at PC 0x400f821c on core 0
    
    
    Backtrace:0x400838d9:0x3ffbe9cc |<-CORRUPTED
    
    
    
    
    ELF file SHA256: 0000000000000000
    
    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:2
    load:0x3fff0030,len:1184
    load:0x40078000,len:13132
    load:0x40080400,len:3036
    entry 0x400805e4
    [I][logger:259]: Log initialized
    [C][ota:469]: There have been 4 suspected unsuccessful boot attempts.
    [D][esp32.preferences:114]: Saving 1 preferences to flash...
    [D][esp32.preferences:143]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed
    [I][app:029]: Running through setup()...
    [C][wifi:038]: Setting up WiFi...
    [C][wifi:039]:   Local MAC: 30:C6:F7:2C:B3:3C
    [D][wifi:387]: Starting scan...
    [D][text_sensor:064]: 'Ora Text': Sending state '11:19:51 - 25-04-2023'
    [D][wifi:402]: Found networks:
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 5
    [D][wifi:448]:     RSSI: -59 dB
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 1
    [D][wifi:448]:     RSSI: -74 dB
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 10
    [D][wifi:448]:     RSSI: -84 dB
    [I][wifi:258]: WiFi Connecting to 'SYRION16262'...
    [I][wifi:519]: WiFi Connected!
    [C][wifi:363]:   Local MAC: 30:C6:F7:2C:B3:3C
    [C][wifi:364]:   SSID: [redacted]
    [C][wifi:365]:   IP Address: 192.168.254.7
    [C][wifi:367]:   BSSID: [redacted]
    [C][wifi:368]:   Hostname: 'esp32-parter'
    [C][wifi:370]:   Signal strength: -60 dB ▂▄▆█
    [C][wifi:374]:   Channel: 5
    [C][wifi:375]:   Subnet: 255.255.255.0
    [C][wifi:376]:   Gateway: 192.168.254.254
    [C][wifi:377]:   DNS1: 192.168.254.254
    [C][wifi:378]:   DNS2: 8.8.8.8
    [D][wifi:528]: Disabling AP...
    [C][ota:093]: Over-The-Air Updates:
    [C][ota:094]:   Address: 192.168.254.7:3232
    [C][ota:097]:   Using Password.
    [W][ota:103]: Last Boot was an unhandled reset, will proceed to safe mode in 6 restarts
    [C][api:025]: Setting up Home Assistant API server...
    [C][sntp:028]: Setting up SNTP...
    
    E (23967) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
    E (23967) task_wdt:  - loopTask (CPU 1)
    E (23967) task_wdt: Tasks currently running:
    E (23967) task_wdt: CPU 0: IDLE
    E (23967) task_wdt: CPU 1: loopTask
    E (23967) task_wdt: Aborting.
    
    abort() was called at PC 0x400f821c on core 0
    
    
    Backtrace:0x400838d9:0x3ffbe9cc |<-CORRUPTED
    
    
    
    
    ELF file SHA256: 0000000000000000
    
    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:2
    load:0x3fff0030,len:1184
    load:0x40078000,len:13132
    load:0x40080400,len:3036
    entry 0x400805e4
    [I][logger:259]: Log initialized
    [C][ota:469]: There have been 5 suspected unsuccessful boot attempts.
    [D][esp32.preferences:114]: Saving 1 preferences to flash...
    [D][esp32.preferences:143]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed
    [I][app:029]: Running through setup()...
    [C][wifi:038]: Setting up WiFi...
    [C][wifi:039]:   Local MAC: 30:C6:F7:2C:B3:3C
    [D][wifi:387]: Starting scan...
    [D][text_sensor:064]: 'Ora Text': Sending state '11:20:04 - 25-04-2023'
    [D][wifi:402]: Found networks:
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 5
    [D][wifi:448]:     RSSI: -59 dB
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 1
    [D][wifi:448]:     RSSI: -74 dB
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 10
    [D][wifi:448]:     RSSI: -84 dB
    [I][wifi:258]: WiFi Connecting to 'SYRION16262'...
    [I][wifi:519]: WiFi Connected!
    [C][wifi:363]:   Local MAC: 30:C6:F7:2C:B3:3C
    [C][wifi:364]:   SSID: [redacted]
    [C][wifi:365]:   IP Address: 192.168.254.7
    [C][wifi:367]:   BSSID: [redacted]
    [C][wifi:368]:   Hostname: 'esp32-parter'
    [C][wifi:370]:   Signal strength: -59 dB ▂▄▆█
    [C][wifi:374]:   Channel: 5
    [C][wifi:375]:   Subnet: 255.255.255.0
    [C][wifi:376]:   Gateway: 192.168.254.254
    [C][wifi:377]:   DNS1: 192.168.254.254
    [C][wifi:378]:   DNS2: 8.8.8.8
    [D][wifi:528]: Disabling AP...
    [C][ota:093]: Over-The-Air Updates:
    [C][ota:094]:   Address: 192.168.254.7:3232
    [C][ota:097]:   Using Password.
    [W][ota:103]: Last Boot was an unhandled reset, will proceed to safe mode in 5 restarts
    [C][api:025]: Setting up Home Assistant API server...
    [C][sntp:028]: Setting up SNTP...
    
    E (23965) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
    E (23965) task_wdt:  - loopTask (CPU 1)
    E (23965) task_wdt: Tasks currently running:
    E (23965) task_wdt: CPU 0: IDLE
    E (23965) task_wdt: CPU 1: loopTask
    E (23965) task_wdt: Aborting.
    
    abort() was called at PC 0x400f821c on core 0
    
    
    Backtrace:0x400838d9:0x3ffbe9cc |<-CORRUPTED
    
    
    
    
    ELF file SHA256: 0000000000000000
    
    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:2
    load:0x3fff0030,len:1184
    load:0x40078000,len:13132
    load:0x40080400,len:3036
    entry 0x400805e4
    [I][logger:259]: Log initialized
    [C][ota:469]: There have been 6 suspected unsuccessful boot attempts.
    [D][esp32.preferences:114]: Saving 1 preferences to flash...
    [D][esp32.preferences:143]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed
    [I][app:029]: Running through setup()...
    [C][wifi:038]: Setting up WiFi...
    [C][wifi:039]:   Local MAC: 30:C6:F7:2C:B3:3C
    [D][wifi:387]: Starting scan...
    [D][text_sensor:064]: 'Ora Text': Sending state '11:20:16 - 25-04-2023'
    [D][wifi:402]: Found networks:
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 5
    [D][wifi:448]:     RSSI: -59 dB
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 1
    [D][wifi:448]:     RSSI: -74 dB
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 10
    [D][wifi:448]:     RSSI: -80 dB
    [I][wifi:258]: WiFi Connecting to 'SYRION16262'...
    [I][wifi:519]: WiFi Connected!
    [C][wifi:363]:   Local MAC: 30:C6:F7:2C:B3:3C
    [C][wifi:364]:   SSID: [redacted]
    [C][wifi:365]:   IP Address: 192.168.254.7
    [C][wifi:367]:   BSSID: [redacted]
    [C][wifi:368]:   Hostname: 'esp32-parter'
    [C][wifi:370]:   Signal strength: -61 dB ▂▄▆█
    [C][wifi:374]:   Channel: 5
    [C][wifi:375]:   Subnet: 255.255.255.0
    [C][wifi:376]:   Gateway: 192.168.254.254
    [C][wifi:377]:   DNS1: 192.168.254.254
    [C][wifi:378]:   DNS2: 8.8.8.8
    [D][wifi:528]: Disabling AP...
    [C][ota:093]: Over-The-Air Updates:
    [C][ota:094]:   Address: 192.168.254.7:3232
    [C][ota:097]:   Using Password.
    [W][ota:103]: Last Boot was an unhandled reset, will proceed to safe mode in 4 restarts
    [C][api:025]: Setting up Home Assistant API server...
    [C][sntp:028]: Setting up SNTP...
    
    E (23973) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
    E (23973) task_wdt:  - loopTask (CPU 1)
    E (23973) task_wdt: Tasks currently running:
    E (23973) task_wdt: CPU 0: IDLE
    E (23973) task_wdt: CPU 1: loopTask
    E (23973) task_wdt: Aborting.
    
    abort() was called at PC 0x400f821c on core 0
    
    
    Backtrace:0x400838d9:0x3ffbe9cc |<-CORRUPTED
    
    
    
    
    ELF file SHA256: 0000000000000000
    
    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:2
    load:0x3fff0030,len:1184
    load:0x40078000,len:13132
    load:0x40080400,len:3036
    entry 0x400805e4
    [I][logger:259]: Log initialized
    [C][ota:469]: There have been 7 suspected unsuccessful boot attempts.
    [D][esp32.preferences:114]: Saving 1 preferences to flash...
    [D][esp32.preferences:143]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed
    [I][app:029]: Running through setup()...
    [C][wifi:038]: Setting up WiFi...
    [C][wifi:039]:   Local MAC: 30:C6:F7:2C:B3:3C
    [D][wifi:387]: Starting scan...
    [D][text_sensor:064]: 'Ora Text': Sending state '11:20:28 - 25-04-2023'
    [D][wifi:402]: Found networks:
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 5
    [D][wifi:448]:     RSSI: -60 dB
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 1
    [D][wifi:448]:     RSSI: -73 dB
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 10
    [D][wifi:448]:     RSSI: -83 dB
    [I][wifi:258]: WiFi Connecting to 'SYRION16262'...
    [I][wifi:519]: WiFi Connected!
    [C][wifi:363]:   Local MAC: 30:C6:F7:2C:B3:3C
    [C][wifi:364]:   SSID: [redacted]
    [C][wifi:365]:   IP Address: 192.168.254.7
    [C][wifi:367]:   BSSID: [redacted]
    [C][wifi:368]:   Hostname: 'esp32-parter'
    [C][wifi:370]:   Signal strength: -62 dB ▂▄▆█
    [C][wifi:374]:   Channel: 5
    [C][wifi:375]:   Subnet: 255.255.255.0
    [C][wifi:376]:   Gateway: 192.168.254.254
    [C][wifi:377]:   DNS1: 192.168.254.254
    [C][wifi:378]:   DNS2: 8.8.8.8
    [D][wifi:528]: Disabling AP...
    [C][ota:093]: Over-The-Air Updates:
    [C][ota:094]:   Address: 192.168.254.7:3232
    [C][ota:097]:   Using Password.
    [W][ota:103]: Last Boot was an unhandled reset, will proceed to safe mode in 3 restarts
    [C][api:025]: Setting up Home Assistant API server...
    [C][sntp:028]: Setting up SNTP...
    
    E (23975) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
    E (23975) task_wdt:  - loopTask (CPU 1)
    E (23975) task_wdt: Tasks currently running:
    E (23975) task_wdt: CPU 0: IDLE
    E (23975) task_wdt: CPU 1: loopTask
    E (23975) task_wdt: Aborting.
    
    abort() was called at PC 0x400f821c on core 0
    
    
    Backtrace:0x400838d9:0x3ffbe9cc |<-CORRUPTED
    
    
    
    
    ELF file SHA256: 0000000000000000
    
    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:2
    load:0x3fff0030,len:1184
    load:0x40078000,len:13132
    load:0x40080400,len:3036
    entry 0x400805e4
    [I][logger:259]: Log initialized
    [C][ota:469]: There have been 8 suspected unsuccessful boot attempts.
    [D][esp32.preferences:114]: Saving 1 preferences to flash...
    [D][esp32.preferences:143]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed
    [I][app:029]: Running through setup()...
    [C][wifi:038]: Setting up WiFi...
    [C][wifi:039]:   Local MAC: 30:C6:F7:2C:B3:3C
    [D][wifi:387]: Starting scan...
    [D][text_sensor:064]: 'Ora Text': Sending state '11:20:41 - 25-04-2023'
    [D][wifi:402]: Found networks:
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 5
    [D][wifi:448]:     RSSI: -61 dB
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 1
    [D][wifi:448]:     RSSI: -74 dB
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 10
    [D][wifi:448]:     RSSI: -88 dB
    [I][wifi:258]: WiFi Connecting to 'SYRION16262'...
    [I][wifi:519]: WiFi Connected!
    [C][wifi:363]:   Local MAC: 30:C6:F7:2C:B3:3C
    [C][wifi:364]:   SSID: [redacted]
    [C][wifi:365]:   IP Address: 192.168.254.7
    [C][wifi:367]:   BSSID: [redacted]
    [C][wifi:368]:   Hostname: 'esp32-parter'
    [C][wifi:370]:   Signal strength: -64 dB ▂▄▆█
    [C][wifi:374]:   Channel: 5
    [C][wifi:375]:   Subnet: 255.255.255.0
    [C][wifi:376]:   Gateway: 192.168.254.254
    [C][wifi:377]:   DNS1: 192.168.254.254
    [C][wifi:378]:   DNS2: 8.8.8.8
    [D][wifi:528]: Disabling AP...
    [C][ota:093]: Over-The-Air Updates:
    [C][ota:094]:   Address: 192.168.254.7:3232
    [C][ota:097]:   Using Password.
    [W][ota:103]: Last Boot was an unhandled reset, will proceed to safe mode in 2 restarts
    [C][api:025]: Setting up Home Assistant API server...
    [C][sntp:028]: Setting up SNTP...
    
    E (23969) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
    E (23969) task_wdt:  - loopTask (CPU 1)
    E (23969) task_wdt: Tasks currently running:
    E (23969) task_wdt: CPU 0: IDLE
    E (23969) task_wdt: CPU 1: loopTask
    E (23969) task_wdt: Aborting.
    
    abort() was called at PC 0x400f821c on core 0
    
    
    Backtrace:0x400838d9:0x3ffbe9cc |<-CORRUPTED
    
    
    
    
    ELF file SHA256: 0000000000000000
    
    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:2
    load:0x3fff0030,len:1184
    load:0x40078000,len:13132
    load:0x40080400,len:3036
    entry 0x400805e4
    [I][logger:259]: Log initialized
    [C][ota:469]: There have been 9 suspected unsuccessful boot attempts.
    [D][esp32.preferences:114]: Saving 1 preferences to flash...
    [D][esp32.preferences:143]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed
    [I][app:029]: Running through setup()...
    [C][wifi:038]: Setting up WiFi...
    [C][wifi:039]:   Local MAC: 30:C6:F7:2C:B3:3C
    [D][wifi:387]: Starting scan...
    [D][text_sensor:064]: 'Ora Text': Sending state '11:20:53 - 25-04-2023'
    [D][wifi:402]: Found networks:
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 5
    [D][wifi:448]:     RSSI: -63 dB
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 1
    [D][wifi:448]:     RSSI: -73 dB
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 10
    [D][wifi:448]:     RSSI: -74 dB
    [I][wifi:258]: WiFi Connecting to 'SYRION16262'...
    [I][wifi:519]: WiFi Connected!
    [C][wifi:363]:   Local MAC: 30:C6:F7:2C:B3:3C
    [C][wifi:364]:   SSID: [redacted]
    [C][wifi:365]:   IP Address: 192.168.254.7
    [C][wifi:367]:   BSSID: [redacted]
    [C][wifi:368]:   Hostname: 'esp32-parter'
    [C][wifi:370]:   Signal strength: -63 dB ▂▄▆█
    [C][wifi:374]:   Channel: 5
    [C][wifi:375]:   Subnet: 255.255.255.0
    [C][wifi:376]:   Gateway: 192.168.254.254
    [C][wifi:377]:   DNS1: 192.168.254.254
    [C][wifi:378]:   DNS2: 8.8.8.8
    [D][wifi:528]: Disabling AP...
    [C][ota:093]: Over-The-Air Updates:
    [C][ota:094]:   Address: 192.168.254.7:3232
    [C][ota:097]:   Using Password.
    [W][ota:103]: Last Boot was an unhandled reset, will proceed to safe mode in 1 restarts
    [C][api:025]: Setting up Home Assistant API server...
    [C][sntp:028]: Setting up SNTP...
    
    E (23977) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
    E (23977) task_wdt:  - loopTask (CPU 1)
    E (23977) task_wdt: Tasks currently running:
    E (23977) task_wdt: CPU 0: IDLE
    E (23977) task_wdt: CPU 1: loopTask
    E (23977) task_wdt: Aborting.
    
    abort() was called at PC 0x400f821c on core 0
    
    
    Backtrace:0x400838d9:0x3ffbe9cc |<-CORRUPTED
    
    
    
    
    ELF file SHA256: 0000000000000000
    
    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:2
    load:0x3fff0030,len:1184
    load:0x40078000,len:13132
    load:0x40080400,len:3036
    entry 0x400805e4
    [I][logger:259]: Log initialized
    [C][ota:469]: There have been 10 suspected unsuccessful boot attempts.
    [D][esp32.preferences:114]: Saving 1 preferences to flash...
    [D][esp32.preferences:143]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed
    [E][ota:476]: Boot loop detected. Proceeding to safe mode.
    [I][app:029]: Running through setup()...
    [C][wifi:038]: Setting up WiFi...
    [C][wifi:039]:   Local MAC: 30:C6:F7:2C:B3:3C
    [D][wifi:387]: Starting scan...
    [D][wifi:402]: Found networks:
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 5
    [D][wifi:448]:     RSSI: -62 dB
    [I][wifi:446]: - 'SYRION16262' [redacted]▂▄▆█
    [D][wifi:447]:     Channel: 1
    [D][wifi:448]:     RSSI: -74 dB
    [I][wifi:258]: WiFi Connecting to 'SYRION16262'...
    [I][wifi:519]: WiFi Connected!
    [C][wifi:363]:   Local MAC: 30:C6:F7:2C:B3:3C
    [C][wifi:364]:   SSID: [redacted]
    [C][wifi:365]:   IP Address: 192.168.254.7
    [C][wifi:367]:   BSSID: [redacted]
    [C][wifi:368]:   Hostname: 'esp32-parter'
    [C][wifi:370]:   Signal strength: -61 dB ▂▄▆█
    [C][wifi:374]:   Channel: 5
    [C][wifi:375]:   Subnet: 255.255.255.0
    [C][wifi:376]:   Gateway: 192.168.254.254
    [C][wifi:377]:   DNS1: 192.168.254.254
    [C][wifi:378]:   DNS2: 8.8.8.8
    [D][wifi:528]: Disabling AP...
    [C][ota:093]: Over-The-Air Updates:
    [C][ota:094]:   Address: 192.168.254.7:3232
    [C][ota:097]:   Using Password.
    [W][ota:103]: Last Boot was an unhandled reset, will proceed to safe mode in 0 restarts
    [I][app:062]: setup() finished successfully!
    [I][ota:489]: Waiting for OTA attempt.
    [I][app:102]: ESPHome version 2023.4.0 compiled on Apr 25 2023, 13:17:42
    [C][wifi:505]: WiFi:
    [C][wifi:363]:   Local MAC: 30:C6:F7:2C:B3:3C
    [C][wifi:364]:   SSID: [redacted]
    [C][wifi:365]:   IP Address: 192.168.254.7
    [C][wifi:367]:   BSSID: [redacted]
    [C][wifi:368]:   Hostname: 'esp32-parter'
    [C][wifi:370]:   Signal strength: -62 dB ▂▄▆█
    [C][wifi:374]:   Channel: 5
    [C][wifi:375]:   Subnet: 255.255.255.0
    [C][wifi:376]:   Gateway: 192.168.254.254
    [C][wifi:377]:   DNS1: 192.168.254.254
    [C][wifi:378]:   DNS2: 8.8.8.8
    [C][logger:294]: Logger:
    [C][logger:295]:   Level: DEBUG
    [C][logger:296]:   Log Baud Rate: 115200
    [C][logger:297]:   Hardware UART: UART0
    [C][captive_portal:088]: Captive Portal:
    [C][mdns:108]: mDNS:
    [C][mdns:109]:   Hostname: esp32-parter
    [C][ota:093]: Over-The-Air Updates:
    [C][ota:094]:   Address: 192.168.254.7:3232
    [C][ota:097]:   Using Password.
    [W][ota:103]: Last Boot was an unhandled reset, will proceed to safe mode in 0 restarts


    I also tested on a second board and here it also looks the same.
  • ADVERTISEMENT
  • #2 20796476
    Sławek A.
    Level 12  
    Hey, quick follow-up question: have you managed to do anything about this problem? If so, what can be done
    Slawek
  • #3 20796551
    Arkadiusz1986r
    Level 9  
    I had a faulty CC1101. They replaced it with a new one and it is now ok
ADVERTISEMENT