You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the Zigbee Gateway development board. According to the steps in the readme, first download ESP_Zigbee Rcp to ESP32H2, then compile the Zigbee Gateway and download it to EPS32S3. The WiFi account and password have already been set in menuconfig. After running, there is a restart issue
log:
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3810,len:0x178c
load:0x403c9700,len:0x4
load:0x403c9704,len:0xc00
load:0x403cc700,len:0x2d84
entry 0x403c9900
I (26) boot: ESP-IDF v5.2.1 2nd stage bootloader
I (26) boot: compile time Nov 14 2024 16:08:59
I (26) boot: Multicore bootloader
I (29) boot: chip revision: v0.2
I (33) boot.esp32s3: Boot SPI Speed : 80MHz
I (38) boot.esp32s3: SPI Mode : DIO
I (43) boot.esp32s3: SPI Flash Size : 4MB
I (47) boot: Enabling RNG early entropy source...
I (53) boot: Partition Table:
I (56) boot: ## Label Usage Type ST Offset Length
I (64) boot: 0 esp_secure_cert unknown 3f 06 0000d000 00002000
I (71) boot: 1 nvs WiFi data 01 02 00010000 0000e000
I (78) boot: 2 nvs_keys NVS keys 01 04 0001e000 00001000
I (86) boot: 3 otadata OTA data 01 00 0001f000 00002000
I (93) boot: 4 phy_init RF data 01 01 00021000 00001000
I (101) boot: 5 ota_0 OTA app 00 10 00030000 001d0000
I (108) boot: 6 ota_1 OTA app 00 11 00200000 001d0000
I (116) boot: 7 fctry WiFi data 01 02 003d0000 00006000
I (123) boot: 8 zb_storage Unknown data 01 81 003d6000 00020000
I (131) boot: 9 zb_fct Unknown data 01 81 003f6000 00000400
I (139) boot: End of partition table
I (143) esp_image: segment 0: paddr=00030020 vaddr=3c140020 size=3cca8h (249000) map
I (196) esp_image: segment 1: paddr=0006ccd0 vaddr=3fc9a500 size=03348h ( 13128) load
I (199) esp_image: segment 2: paddr=00070020 vaddr=42000020 size=13690ch (1272076) map
I (430) esp_image: segment 3: paddr=001a6934 vaddr=3fc9d848 size=01bech ( 7148) load
I (432) esp_image: segment 4: paddr=001a8528 vaddr=40374000 size=1640ch ( 91148) load
I (465) boot: Loaded app from partition at offset 0x30000
I (465) boot: Disabling RNG early entropy source...
I (466) cpu_start: Multicore app
I (479) cpu_start: Pro cpu start user code
I (479) cpu_start: cpu freq: 160000000 Hz
I (479) cpu_start: Application information:
I (479) cpu_start: Project name: zigbee_bridge
I (480) cpu_start: App version: 1.0
I (480) cpu_start: Compile time: Nov 14 2024 17:05:05
I (480) cpu_start: ELF file SHA256: 6766c8cef...
I (480) cpu_start: ESP-IDF: v5.2.1
I (480) cpu_start: Min chip rev: v0.0
I (481) cpu_start: Max chip rev: v0.99
I (481) cpu_start: Chip rev: v0.2
I (481) heap_init: Initializing. RAM available for dynamic allocation:
I (481) heap_init: At 3FCB58E8 len 00033E28 (207 KiB): RAM
I (482) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM
I (482) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (482) heap_init: At 600FE010 len 00001FD8 (7 KiB): RTCRAM
I (483) spi_flash: detected chip: gd
I (484) spi_flash: flash io: dio
W (488) spi_flash: Detected size(16384k) larger than the size in the binary image header(4096k). Using the size in the binary image header.
I (490) sleep: Configure to isolate all GPIO pins in sleep state
I (491) sleep: Enable automatic switching of GPIO sleep configuration
I (491) coexist: coex firmware version: 77cd7f8
I (492) coexist: coexist rom version e7ae62f
I (492) main_task: Started on CPU0
I (502) main_task: Calling app_main()
I (562) pp: pp rom version: e7ae62f
I (562) net80211: net80211 rom version: e7ae62f
I (572) wifi:wifi driver task: 3fcc292c, prio:23, stack:6656, core=0
I (582) wifi:wifi firmware version: a9f5b59
I (582) wifi:wifi certification version: v7.0
I (582) wifi:config NVS flash: enabled
I (582) wifi:config nano formating: disabled
I (582) wifi:Init data frame dynamic rx buffer num: 32
I (582) wifi:Init static rx mgmt buffer num: 5
I (582) wifi:Init management short buffer num: 32
I (582) wifi:Init dynamic tx buffer num: 32
I (582) wifi:Init static tx FG buffer num: 2
I (582) wifi:Init static rx buffer size: 1600
I (582) wifi:Init static rx buffer num: 10
I (582) wifi:Init dynamic rx buffer num: 32
I (592) wifi_init: rx ba win: 6
I (592) wifi_init: tcpip mbox: 32
I (592) wifi_init: udp mbox: 6
I (592) wifi_init: tcp mbox: 6
I (592) wifi_init: tcp tx win: 5760
I (592) wifi_init: tcp rx win: 5760
I (592) wifi_init: tcp mss: 1440
I (592) wifi_init: WiFi IRAM OP enabled
I (592) wifi_init: WiFi RX IRAM OP enabled
I (622) chip[DL]: NVS set: chip-counters/reboot-count = 138 (0x8A)
I (622) chip[DL]: Real time clock set to 946684800 (0100/00/01 00:00:00 UTC)
I (622) BLE_INIT: BT controller compile version [30b57c4]
I (622) BLE_INIT: Bluetooth MAC: cc:8d:a2:ee:3f:76
I (622) phy_init: phy_version 640,cd64a1a,Jan 24 2024,17:28:12
I (692) NimBLE: GAP procedure initiated: stop advertising.
I (692) NimBLE: Failed to restore IRKs from store; status=8
I (692) CHIP[DL]: BLE host-controller synced
I (1192) chip[DL]: Configuring CHIPoBLE advertising (interval 25 ms, connectable)
I (1192) NimBLE: GAP procedure initiated: advertise;
I (1192) NimBLE: disc_mode=2
I (1192) NimBLE: adv_channel_map=0 own_addr_type=1 adv_filter_policy=0 adv_itvl_min=40 adv_itvl_max=40
I (1192) NimBLE:
I (1192) chip[DL]: CHIPoBLE advertising started
I (1192) chip[DL]: Starting ESP WiFi layer
I (1192) wifi:mode : sta (cc:8d:a2:ee:3f:74)
I (1192) wifi:enable tsf
W (1192) wifi:Haven't to connect to a suitable AP now!
I (1192) chip[DL]: Attempting to connect WiFi station interface
I (1202) chip[DL]: WiFi station state change: NotConnected -> Connecting
I (1202) chip[DL]: Done driving station state, nothing else to do...
I (1202) chip[SVR]: Initializing subscription resumption storage...
I (1202) chip[SVR]: Server initializing...
I (1202) chip[TS]: Last Known Good Time: 2024-11-14T08:46:41
I (1202) wifi:new:<6,2>, old:<1,0>, ap:<255,255>, sta:<6,2>, prof:1
I (1212) wifi:state: init -> auth (b0)
I (1212) wifi:state: auth -> assoc (0)
I (1212) chip[FP]: Fabric index 0x2 was retrieved from storage. Compressed FabricId 0x2077CCDCDA8725C1, FabricId 0x0000000000000001, NodeId 0x000000001F6D1CF4, VendorId 0x1384
I (1212) chip[DMG]: AccessControl: initializing
I (1212) chip[DMG]: Examples::AccessControlDelegate::Init
I (1222) chip[DMG]: AccessControl: setting
I (1222) chip[DMG]: DefaultAclStorage: initializing
I (1222) chip[DMG]: DefaultAclStorage: 1 entries loaded
I (1222) wifi:state: assoc -> run (10)
I (1242) chip[ZCL]: Using ZAP configuration...
I (1242) esp_matter_cluster: Cluster plugin init common callback
I (1242) chip[DMG]: AccessControlCluster: initializing
I (1242) chip[ZCL]: 0x3c14894aep 0 clus 0x0000_0030 attr 0x0000_0000 not supported
I (1242) chip[ZCL]: Initiating Admin Commissioning cluster.
I (1242) chip[SVR]: Fabric already commissioned. Disabling BLE advertisement
I (1242) chip[IN]: CASE Server enabling CASE session setups
I (1242) chip[SVR]: Joining Multicast groups
I (1252) chip[SVR]: Server Listening...
I (1252) esp_matter_core: Dynamic endpoint 0 added
I (1252) esp_matter_core: Dynamic endpoint 1 added
I (1252) chip[DL]: WIFI_EVENT_STA_START
I (1252) chip[DL]: Attempting to connect WiFi station interface
I (1252) wifi:connected with XizhenElec, aid = 16, channel 6, 40D, bssid = a4:1a:3a:56:f9:5c
I (1262) wifi:security: WPA2-PSK, phy: bgn, rssi: -38
I (1262) wifi:pm start, type: 1
I (1262) wifi:dp: 1, bi: 102400, li: 3, scale listen interval from 307200 us to 307200 us
I (1262) wifi:set rx beacon pti, rx_bcn_pti: 14, bcn_timeout: 25000, mt_pti: 14, mt_time: 10000
I (1262) chip[DL]: Done driving station state, nothing else to do...
I (1262) NimBLE: GAP procedure initiated: stop advertising.
I (1272) chip[DL]: CHIPoBLE advertising stopped
I (1272) chip[DL]: WIFI_EVENT_STA_CONNECTED
I (1272) chip[DL]: WiFi station state change: Connecting -> Connecting_Succeeded
I (1272) chip[DL]: WiFi station state change: Connecting_Succeeded -> Connected
I (1272) chip[DL]: WiFi station interface connected
I (1272) chip[ZCL]: WiFiDiagnosticsDelegate: OnConnectionStatusChanged
I (1272) chip[DL]: Done driving station state, nothing else to do...
I (1272) NimBLE: GAP procedure initiated: stop advertising.
I (1272) chip[DL]: BLE deinit successful and memory reclaimed
I (1282) chip[DL]: Updating advertising data
I (1302) wifi:AP's beacon interval = 102400 us, DTIM period = 1
I (1522) main_task: Returned from app_main()
I (1572) esp_zboss: status: -1
I (1602) esp_zboss: Zigbee stack initialized
I (2552) chip[DL]: IP_EVENT_GOT_IP6
I (2552) chip[DL]: IPv6 addr available. Ready on WIFI_STA_DEF interface: fe80:0000:0000:0000:ce8d:a2ff:feee:3f74
I (2552) app_main: Interface IP Address Changed
I (2552) chip[DIS]: Updating services using commissioning mode 0
I (2552) chip[DIS]: CHIP minimal mDNS started advertising.
I (2552) chip[DIS]: Advertise operational node 2077CCDCDA8725C1-000000001F6D1CF4
I (2552) chip[DIS]: CHIP minimal mDNS configured as 'Operational device'; instance name: 2077CCDCDA8725C1-000000001F6D1CF4.
I (2562) chip[DIS]: mDNS service published: _matter._tcp
I (2562) chip[DIS]: Updating services using commissioning mode 0
I (2562) chip[DIS]: CHIP minimal mDNS started advertising.
I (2572) chip[DIS]: Advertise operational node 2077CCDCDA8725C1-000000001F6D1CF4
I (2572) chip[DIS]: CHIP minimal mDNS configured as 'Operational device'; instance name: 2077CCDCDA8725C1-000000001F6D1CF4.
I (2572) chip[DIS]: mDNS service published: _matter._tcp
I (2572) chip[SVR]: Server initialization complete
I (2582) chip[IM]: No subscriptions to resume
I (4242) wifi:idx:0 (ifx:0, a4:1a:3a:56:f9:5c), tid:0, ssn:0, winSize:64
I (4292) ROUTE_HOOK: Received RIO
I (4292) ROUTE_HOOK: prefix 2400:1:2:3::1 lifetime 1800
I (7262) esp_netif_handlers: sta ip: 192.168.1.162, mask: 255.255.255.0, gw: 192.168.1.1
I (7262) chip[DL]: IP_EVENT_STA_GOT_IP
I (7262) chip[DL]: IPv4 address changed on WiFi station interface: 192.168.1.162/255.255.255.0 gateway 192.168.1.1
I (7262) chip[DL]: IPv4 Internet connectivity ESTABLISHED
I (7262) app_main: Interface IP Address Changed
I (7262) chip[DIS]: Updating services using commissioning mode 0
I (7262) chip[DIS]: CHIP minimal mDNS started advertising.
I (7272) chip[DIS]: Advertise operational node 2077CCDCDA8725C1-000000001F6D1CF4
I (7272) chip[DIS]: CHIP minimal mDNS configured as 'Operational device'; instance name: 2077CCDCDA8725C1-000000001F6D1CF4.
I (7282) chip[DIS]: mDNS service published: _matter._tcp
I (38262) wifi:state: run -> init (0)
I (38262) wifi:pm stop, total sleep time: 0 us / 36996231 us
I (38262) wifi:idx:0, tid:0
I (38262) wifi:new:<6,0>, old:<6,2>, ap:<255,255>, sta:<6,2>, prof:1
I (38262) chip[DL]: WIFI_EVENT_STA_DISCONNECTED
I (38262) chip[DL]: Starting ESP WiFi layer
E (38262) chip[DL]: esp_wifi_start() failed: ESP_ERR_WIFI_STOP_STATE
I (38262) chip[DL]: WIFI_EVENT_STA_STOP
I (38262) chip[DL]: Starting ESP WiFi layer
E (38272) chip[DL]: esp_wifi_start() failed: ESP_ERR_WIFI_STOP_STATE
I (38322) wifi:flush txq
I (38322) wifi:stop sw txq
I (38322) wifi:lmac stop hw txq
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0x9 (SPI_FAST_FLASH_BOOT)
Saved PC:0x403758b8
--- 0x403758b8: esp_restart_noos at /home/alen/esp-idf/components/esp_system/port/soc/esp32s3/system_internal.c:159
IDF : V5.2.1
Matter:V1.2
log:
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3810,len:0x178c
load:0x403c9700,len:0x4
load:0x403c9704,len:0xc00
load:0x403cc700,len:0x2d84
entry 0x403c9900
I (26) boot: ESP-IDF v5.2.1 2nd stage bootloader
I (26) boot: compile time Nov 14 2024 16:08:59
I (26) boot: Multicore bootloader
I (29) boot: chip revision: v0.2
I (33) boot.esp32s3: Boot SPI Speed : 80MHz
I (38) boot.esp32s3: SPI Mode : DIO
I (43) boot.esp32s3: SPI Flash Size : 4MB
I (47) boot: Enabling RNG early entropy source...
I (53) boot: Partition Table:
I (56) boot: ## Label Usage Type ST Offset Length
I (64) boot: 0 esp_secure_cert unknown 3f 06 0000d000 00002000
I (71) boot: 1 nvs WiFi data 01 02 00010000 0000e000
I (78) boot: 2 nvs_keys NVS keys 01 04 0001e000 00001000
I (86) boot: 3 otadata OTA data 01 00 0001f000 00002000
I (93) boot: 4 phy_init RF data 01 01 00021000 00001000
I (101) boot: 5 ota_0 OTA app 00 10 00030000 001d0000
I (108) boot: 6 ota_1 OTA app 00 11 00200000 001d0000
I (116) boot: 7 fctry WiFi data 01 02 003d0000 00006000
I (123) boot: 8 zb_storage Unknown data 01 81 003d6000 00020000
I (131) boot: 9 zb_fct Unknown data 01 81 003f6000 00000400
I (139) boot: End of partition table
I (143) esp_image: segment 0: paddr=00030020 vaddr=3c140020 size=3cca8h (249000) map
I (196) esp_image: segment 1: paddr=0006ccd0 vaddr=3fc9a500 size=03348h ( 13128) load
I (199) esp_image: segment 2: paddr=00070020 vaddr=42000020 size=13690ch (1272076) map
I (430) esp_image: segment 3: paddr=001a6934 vaddr=3fc9d848 size=01bech ( 7148) load
I (432) esp_image: segment 4: paddr=001a8528 vaddr=40374000 size=1640ch ( 91148) load
I (465) boot: Loaded app from partition at offset 0x30000
I (465) boot: Disabling RNG early entropy source...
I (466) cpu_start: Multicore app
I (479) cpu_start: Pro cpu start user code
I (479) cpu_start: cpu freq: 160000000 Hz
I (479) cpu_start: Application information:
I (479) cpu_start: Project name: zigbee_bridge
I (480) cpu_start: App version: 1.0
I (480) cpu_start: Compile time: Nov 14 2024 17:05:05
I (480) cpu_start: ELF file SHA256: 6766c8cef...
I (480) cpu_start: ESP-IDF: v5.2.1
I (480) cpu_start: Min chip rev: v0.0
I (481) cpu_start: Max chip rev: v0.99
I (481) cpu_start: Chip rev: v0.2
I (481) heap_init: Initializing. RAM available for dynamic allocation:
I (481) heap_init: At 3FCB58E8 len 00033E28 (207 KiB): RAM
I (482) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM
I (482) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (482) heap_init: At 600FE010 len 00001FD8 (7 KiB): RTCRAM
I (483) spi_flash: detected chip: gd
I (484) spi_flash: flash io: dio
W (488) spi_flash: Detected size(16384k) larger than the size in the binary image header(4096k). Using the size in the binary image header.
I (490) sleep: Configure to isolate all GPIO pins in sleep state
I (491) sleep: Enable automatic switching of GPIO sleep configuration
I (491) coexist: coex firmware version: 77cd7f8
I (492) coexist: coexist rom version e7ae62f
I (492) main_task: Started on CPU0
I (502) main_task: Calling app_main()
I (562) pp: pp rom version: e7ae62f
I (562) net80211: net80211 rom version: e7ae62f
I (572) wifi:wifi driver task: 3fcc292c, prio:23, stack:6656, core=0
I (582) wifi:wifi firmware version: a9f5b59
I (582) wifi:wifi certification version: v7.0
I (582) wifi:config NVS flash: enabled
I (582) wifi:config nano formating: disabled
I (582) wifi:Init data frame dynamic rx buffer num: 32
I (582) wifi:Init static rx mgmt buffer num: 5
I (582) wifi:Init management short buffer num: 32
I (582) wifi:Init dynamic tx buffer num: 32
I (582) wifi:Init static tx FG buffer num: 2
I (582) wifi:Init static rx buffer size: 1600
I (582) wifi:Init static rx buffer num: 10
I (582) wifi:Init dynamic rx buffer num: 32
I (592) wifi_init: rx ba win: 6
I (592) wifi_init: tcpip mbox: 32
I (592) wifi_init: udp mbox: 6
I (592) wifi_init: tcp mbox: 6
I (592) wifi_init: tcp tx win: 5760
I (592) wifi_init: tcp rx win: 5760
I (592) wifi_init: tcp mss: 1440
I (592) wifi_init: WiFi IRAM OP enabled
I (592) wifi_init: WiFi RX IRAM OP enabled
I (622) chip[DL]: NVS set: chip-counters/reboot-count = 138 (0x8A)
I (622) chip[DL]: Real time clock set to 946684800 (0100/00/01 00:00:00 UTC)
I (622) BLE_INIT: BT controller compile version [30b57c4]
I (622) BLE_INIT: Bluetooth MAC: cc:8d:a2:ee:3f:76
I (622) phy_init: phy_version 640,cd64a1a,Jan 24 2024,17:28:12
I (692) NimBLE: GAP procedure initiated: stop advertising.
I (692) NimBLE: Failed to restore IRKs from store; status=8
I (692) CHIP[DL]: BLE host-controller synced
I (1192) chip[DL]: Configuring CHIPoBLE advertising (interval 25 ms, connectable)
I (1192) NimBLE: GAP procedure initiated: advertise;
I (1192) NimBLE: disc_mode=2
I (1192) NimBLE: adv_channel_map=0 own_addr_type=1 adv_filter_policy=0 adv_itvl_min=40 adv_itvl_max=40
I (1192) NimBLE:
I (1192) chip[DL]: CHIPoBLE advertising started
I (1192) chip[DL]: Starting ESP WiFi layer
I (1192) wifi:mode : sta (cc:8d:a2:ee:3f:74)
I (1192) wifi:enable tsf
W (1192) wifi:Haven't to connect to a suitable AP now!
I (1192) chip[DL]: Attempting to connect WiFi station interface
I (1202) chip[DL]: WiFi station state change: NotConnected -> Connecting
I (1202) chip[DL]: Done driving station state, nothing else to do...
I (1202) chip[SVR]: Initializing subscription resumption storage...
I (1202) chip[SVR]: Server initializing...
I (1202) chip[TS]: Last Known Good Time: 2024-11-14T08:46:41
I (1202) wifi:new:<6,2>, old:<1,0>, ap:<255,255>, sta:<6,2>, prof:1
I (1212) wifi:state: init -> auth (b0)
I (1212) wifi:state: auth -> assoc (0)
I (1212) chip[FP]: Fabric index 0x2 was retrieved from storage. Compressed FabricId 0x2077CCDCDA8725C1, FabricId 0x0000000000000001, NodeId 0x000000001F6D1CF4, VendorId 0x1384
I (1212) chip[DMG]: AccessControl: initializing
I (1212) chip[DMG]: Examples::AccessControlDelegate::Init
I (1222) chip[DMG]: AccessControl: setting
I (1222) chip[DMG]: DefaultAclStorage: initializing
I (1222) chip[DMG]: DefaultAclStorage: 1 entries loaded
I (1222) wifi:state: assoc -> run (10)
I (1242) chip[ZCL]: Using ZAP configuration...
I (1242) esp_matter_cluster: Cluster plugin init common callback
I (1242) chip[DMG]: AccessControlCluster: initializing
I (1242) chip[ZCL]: 0x3c14894aep 0 clus 0x0000_0030 attr 0x0000_0000 not supported
I (1242) chip[ZCL]: Initiating Admin Commissioning cluster.
I (1242) chip[SVR]: Fabric already commissioned. Disabling BLE advertisement
I (1242) chip[IN]: CASE Server enabling CASE session setups
I (1242) chip[SVR]: Joining Multicast groups
I (1252) chip[SVR]: Server Listening...
I (1252) esp_matter_core: Dynamic endpoint 0 added
I (1252) esp_matter_core: Dynamic endpoint 1 added
I (1252) chip[DL]: WIFI_EVENT_STA_START
I (1252) chip[DL]: Attempting to connect WiFi station interface
I (1252) wifi:connected with XizhenElec, aid = 16, channel 6, 40D, bssid = a4:1a:3a:56:f9:5c
I (1262) wifi:security: WPA2-PSK, phy: bgn, rssi: -38
I (1262) wifi:pm start, type: 1
I (1262) wifi:dp: 1, bi: 102400, li: 3, scale listen interval from 307200 us to 307200 us
I (1262) wifi:set rx beacon pti, rx_bcn_pti: 14, bcn_timeout: 25000, mt_pti: 14, mt_time: 10000
I (1262) chip[DL]: Done driving station state, nothing else to do...
I (1262) NimBLE: GAP procedure initiated: stop advertising.
I (1272) chip[DL]: CHIPoBLE advertising stopped
I (1272) chip[DL]: WIFI_EVENT_STA_CONNECTED
I (1272) chip[DL]: WiFi station state change: Connecting -> Connecting_Succeeded
I (1272) chip[DL]: WiFi station state change: Connecting_Succeeded -> Connected
I (1272) chip[DL]: WiFi station interface connected
I (1272) chip[ZCL]: WiFiDiagnosticsDelegate: OnConnectionStatusChanged
I (1272) chip[DL]: Done driving station state, nothing else to do...
I (1272) NimBLE: GAP procedure initiated: stop advertising.
I (1272) chip[DL]: BLE deinit successful and memory reclaimed
I (1282) chip[DL]: Updating advertising data
I (1302) wifi:AP's beacon interval = 102400 us, DTIM period = 1
I (1522) main_task: Returned from app_main()
I (1572) esp_zboss: status: -1
I (1602) esp_zboss: Zigbee stack initialized
I (38262) wifi:idx:0, tid:0
I (38262) wifi:new:<6,0>, old:<6,2>, ap:<255,255>, sta:<6,2>, prof:1
I (38262) chip[DL]: WIFI_EVENT_STA_DISCONNECTED
I (38262) chip[DL]: Starting ESP WiFi layer
E (38262) chip[DL]: esp_wifi_start() failed: ESP_ERR_WIFI_STOP_STATE
I (38262) chip[DL]: WIFI_EVENT_STA_STOP
I (38262) chip[DL]: Starting ESP WiFi layer
E (38272) chip[DL]: esp_wifi_start() failed: ESP_ERR_WIFI_STOP_STATE
I (38322) wifi:flush txq
I (38322) wifi:stop sw txq
I (38322) wifi:lmac stop hw txq
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0x9 (SPI_FAST_FLASH_BOOT)
Saved PC:0x403758b8
--- 0x403758b8: esp_restart_noos at /home/alen/esp-idf/components/esp_system/port/soc/esp32s3/system_internal.c:159
sdkconfig
sdkconfig.txt
The text was updated successfully, but these errors were encountered: