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
Hallo, mein System läuft eigentlich generell gut, aber alle paar Tage kommt das system in eine reset/reboot Schleife und kommt dort nicht mehr raus. Heute war es wieder so weit, nachdem das System mehrere Tage ohne Probleme lief. Ich habe das Wiki (https://jomjol.github.io/AI-on-the-edge-device-docs/Frequent-Reboots/) gelesen und kann eigentlich ausschließen:
cam kaputt
zu wenig Arbeitsspeicher
falsche/kaputte SD Karte
Wie im log zu sehen resetet das Gerät wegen "Exception/panic" im TFLITE SERVER, ...was heißt das?
Wenn ich die Kamera teste, indem ich über die Arduino IDE einen Webcam Server flashe, funktioniert diese einwandfrei.
Den ESP über den Webservice neu zu flashen bringt erstmal nichts - jetzt kommts: wenn ich nur die Daten auf die SD-Karte neu schreibe funktioniert alles wieder. Also scheint es wohl irgendein Problem mit der SD-Karte (oder dem slot auf dem Board?) zu sein? Die Karte habe ich mehrere male am PC (mit h2testw) geprüft. Die funktioniert angeblich einwandfrei.
im serial log fällt die Stelle auf:
E (4079) sccb: SCCB_Write Failed addr:0x30, reg:0x35, data:0xda, ret:-1
E (4079) camera: Failed to set frame size
E (4079) CAM: Camera Init Failed
Weiter steht dort was von dem "brownout", meinem Verständnis nach hat das was mit der Spannungsversorgung der Kamera zutun? Ist doch aber seltsam, da das Gerät und die Kamera ja zuvor schon Tage lang lief und funkionierte? Es wurde nichts geändert.
Könnt ihr da mehr erkennen was das Problem verursachen könnte?
Version
v13.0.8
Logfile
Log file:
[0d00h00m04s] 2023-01-15T09:09:36 <INF> [MAIN] =================================================
[0d00h00m04s] 2023-01-15T09:09:36 <INF> [MAIN] ==================== Startup ====================
[0d00h00m04s] 2023-01-15T09:09:36 <INF> [MAIN] =================================================
[0d00h00m04s] 2023-01-15T09:09:36 <INF> [MAIN] Branch: 'HEAD', Revision: 04f2f23+, Date/Time: 2022-12-19 20:41, Web UI: Release: v13.0.8 (Commit: 04f2f23+)
[0d00h00m04s] 2023-01-15T09:09:36 <INF> [MAIN] Reset reason: Exception/panic
[0d00h00m11s] 2023-01-15T09:09:43 <INF> [MAIN] =================================================
[0d00h00m11s] 2023-01-15T09:09:43 <INF> [MAIN] ================== Main Started =================
[0d00h00m11s] 2023-01-15T09:09:43 <INF> [MAIN] =================================================
[0d00h00m11s] 2023-01-15T09:09:43 <INF> [MAIN] The device has 8 MBytes of PSRAM
[0d00h00m13s] 2023-01-15T09:09:45 <INF> [MAIN] Initialization completed successfully!
[0d00h00m13s] 2023-01-15T09:09:45 <WRN> [TFLITE SERVER] Restarted due to an Exception/panic! Postponing first round start by 5 minutes to allow for an OTA or to fetch the log!
[0d00h00m13s] 2023-01-15T09:09:45 <WRN> [TFLITE SERVER] Setting logfile level to DEBUG until the next reboot!
[0d00h01m32s] 2023-01-15T09:11:04 <DBG> [MAIN SERVER] info_get_handler
[0d00h01m32s] 2023-01-15T09:11:04 <DBG> [MAIN SERVER] info_get_handler
[0d00h01m32s] 2023-01-15T09:11:04 <DBG> [MAIN SERVER] info_get_handler
[0d00h01m34s] 2023-01-15T09:11:06 <DBG> [MAIN SERVER] info_get_handler
[0d00h01m34s] 2023-01-15T09:11:06 <DBG> [MAIN SERVER] info_get_handler
[0d00h00m04s] 2023-01-15T09:37:08 <INF> [MAIN] =================================================
[0d00h00m04s] 2023-01-15T09:37:08 <INF> [MAIN] ==================== Startup ====================
[0d00h00m04s] 2023-01-15T09:37:08 <INF> [MAIN] =================================================
[0d00h00m04s] 2023-01-15T09:37:08 <INF> [MAIN] Branch: 'HEAD', Revision: 04f2f23+, Date/Time: 2022-12-19 20:41, Web UI: Release: v13.0.8 (Commit: 04f2f23+)
[0d00h00m04s] 2023-01-15T09:37:08 <INF> [MAIN] Reset reason: Exception/panic
[0d00h00m11s] 2023-01-15T09:37:15 <INF> [MAIN] =================================================
[0d00h00m11s] 2023-01-15T09:37:15 <INF> [MAIN] ================== Main Started =================
[0d00h00m11s] 2023-01-15T09:37:15 <INF> [MAIN] =================================================
[0d00h00m11s] 2023-01-15T09:37:15 <INF> [MAIN] The device has 8 MBytes of PSRAM
[0d00h00m11s] 2023-01-15T09:37:15 <WRN> [MAIN] Failed to initialize camera module, retrying...
[0d00h00m17s] 2023-01-15T09:37:22 <INF> [MAIN] Initialization completed successfully!
[0d00h00m17s] 2023-01-15T09:37:22 <WRN> [TFLITE SERVER] Restarted due to an Exception/panic! Postponing first round start by 5 minutes to allow for an OTA or to fetch the log!
[0d00h00m17s] 2023-01-15T09:37:22 <WRN> [TFLITE SERVER] Setting logfile level to DEBUG until the next reboot!
[0d00h05m22s] 2023-01-15T09:42:26 <DBG> [TFLITE] Make Allocate
[0d00h05m22s] 2023-01-15T09:42:26 <DBG> [TFLITE] Make Allocate
[0d00h00m04s] 2023-01-15T09:25:30 <INF> [MAIN] =================================================
[0d00h00m04s] 2023-01-15T09:25:30 <INF> [MAIN] ==================== Startup ====================
[0d00h00m04s] 2023-01-15T09:25:30 <INF> [MAIN] =================================================
[0d00h00m04s] 2023-01-15T09:25:30 <INF> [MAIN] Branch: 'HEAD', Revision: 04f2f23+, Date/Time: 2022-12-19 20:41, Web UI: Release: v13.0.8 (Commit: 04f2f23+)
[0d00h00m04s] 2023-01-15T09:25:30 <INF> [MAIN] Reset reason: Exception/panic
[0d00h00m11s] 2023-01-15T09:25:37 <INF> [MAIN] =================================================
[0d00h00m11s] 2023-01-15T09:25:37 <INF> [MAIN] ================== Main Started =================
[0d00h00m11s] 2023-01-15T09:25:37 <INF> [MAIN] =================================================
[0d00h00m11s] 2023-01-15T09:25:37 <INF> [MAIN] The device has 8 MBytes of PSRAM
[0d00h00m11s] 2023-01-15T09:25:37 <WRN> [MAIN] Failed to initialize camera module, retrying...
[0d00h00m17s] 2023-01-15T09:25:43 <INF> [MAIN] Initialization completed successfully!
[0d00h00m17s] 2023-01-15T09:25:43 <WRN> [TFLITE SERVER] Restarted due to an Exception/panic! Postponing first round start by 5 minutes to allow for an OTA or to fetch the log!
[0d00h00m17s] 2023-01-15T09:25:43 <WRN> [TFLITE SERVER] Setting logfile level to DEBUG until the next reboot!
[0d00h01m46s] 2023-01-15T09:27:12 <DBG> [MAIN SERVER] info_get_handler
[0d00h01m47s] 2023-01-15T09:27:12 <DBG> [MAIN SERVER] info_get_handler
[0d00h01m47s] 2023-01-15T09:27:12 <DBG> [MAIN SERVER] info_get_handler
[0d00h01m48s] 2023-01-15T09:27:14 <DBG> [MAIN SERVER] info_get_handler
[0d00h01m48s] 2023-01-15T09:27:14 <DBG> [MAIN SERVER] info_get_handler
[0d00h01m56s] 2023-01-15T09:27:22 <DBG> [OTA FILE] log_get_last_part_handler
[0d00h00m10s] 2023-01-15T11:16:34 <INF> [SNTP] Status OK
[0d00h00m10s] 2023-01-15T11:16:34 <INF> [SNTP] Time is synced with NTP Server pool.ntp.org
[0d00h00m10s] 2023-01-15T12:16:34 <INF> [SNTP] Time zone set to CET-1CEST,M3.5.0,M10.5.0/3
[0d00h00m10s] 2023-01-15T12:16:34 <INF> [MAIN] =================================================
[0d00h00m10s] 2023-01-15T12:16:34 <INF> [MAIN] ================== Main Started =================
[0d00h00m10s] 2023-01-15T12:16:34 <INF> [MAIN] =================================================
[0d00h00m10s] 2023-01-15T12:16:34 <INF> [MAIN] The device has 8 MBytes of PSRAM
[0d00h00m12s] 2023-01-15T12:16:36 <INF> [MAIN] Initialization completed successfully!
[0d00h00m04s] 2023-01-15T11:16:49 <INF> [MAIN] =================================================
[0d00h00m04s] 2023-01-15T11:16:49 <INF> [MAIN] ==================== Startup ====================
[0d00h00m04s] 2023-01-15T11:16:49 <INF> [MAIN] =================================================
[0d00h00m04s] 2023-01-15T11:16:49 <INF> [MAIN] Branch: 'HEAD', Revision: 04f2f23+, Date/Time: 2022-12-19 20:41, Web UI: Release: v13.0.8 (Commit: 04f2f23+)
[0d00h00m04s] 2023-01-15T11:16:49 <INF> [MAIN] Reset reason: Exception/panic
[0d00h00m11s] 2023-01-15T11:16:55 <INF> [MAIN] =================================================
[0d00h00m11s] 2023-01-15T11:16:55 <INF> [MAIN] ================== Main Started =================
[0d00h00m11s] 2023-01-15T11:16:55 <INF> [MAIN] =================================================
[0d00h00m11s] 2023-01-15T11:16:55 <INF> [MAIN] The device has 8 MBytes of PSRAM
[0d00h00m11s] 2023-01-15T11:16:55 <WRN> [MAIN] Failed to initialize camera module, retrying...
[0d00h00m17s] 2023-01-15T11:17:02 <INF> [MAIN] Initialization completed successfully!
[0d00h00m17s] 2023-01-15T11:17:02 <WRN> [TFLITE SERVER] Restarted due to an Exception/panic! Postponing first round start by 5 minutes to allow for an OTA or to fetch the log!
[0d00h00m17s] 2023-01-15T11:17:02 <WRN> [TFLITE SERVER] Setting logfile level to DEBUG until the next reboot!
[0d00h00m27s] 2023-01-15T11:17:12 <DBG> [MAIN SERVER] info_get_handler
[0d00h00m27s] 2023-01-15T11:17:12 <DBG> [MAIN SERVER] info_get_handler
[0d00h00m27s] 2023-01-15T11:17:12 <DBG> [MAIN SERVER] info_get_handler
[0d00h00m29s] 2023-01-15T11:17:13 <DBG> [MAIN SERVER] info_get_handler
[0d00h00m29s] 2023-01-15T11:17:14 <DBG> [MAIN SERVER] info_get_handler
[0d00h00m42s] 2023-01-15T11:17:27 <DBG> [OTA FILE] log_get_last_part_handler
[0d00h00m14s] 2023-01-15T11:18:05 <INF> [SNTP] Status OK
[0d00h00m14s] 2023-01-15T11:18:05 <INF> [SNTP] Time is synced with NTP Server pool.ntp.org
[0d00h00m14s] 2023-01-15T12:18:05 <INF> [SNTP] Time zone set to CET-1CEST,M3.5.0,M10.5.0/3
[0d00h00m14s] 2023-01-15T12:18:05 <INF> [MAIN] =================================================
[0d00h00m14s] 2023-01-15T12:18:05 <INF> [MAIN] ================== Main Started =================
[0d00h00m14s] 2023-01-15T12:18:05 <INF> [MAIN] =================================================
[0d00h00m14s] 2023-01-15T12:18:05 <INF> [MAIN] The device has 8 MBytes of PSRAM
[0d00h00m16s] 2023-01-15T12:18:07 <INF> [MAIN] Initialization completed successfully!
[0d00h00m04s] 2023-01-15T11:18:20 <INF> [MAIN] =================================================
[0d00h00m04s] 2023-01-15T11:18:20 <INF> [MAIN] ==================== Startup ====================
[0d00h00m04s] 2023-01-15T11:18:20 <INF> [MAIN] =================================================
[0d00h00m04s] 2023-01-15T11:18:20 <INF> [MAIN] Branch: 'HEAD', Revision: 04f2f23+, Date/Time: 2022-12-19 20:41, Web UI: Release: v13.0.8 (Commit: 04f2f23+)
[0d00h00m04s] 2023-01-15T11:18:20 <INF> [MAIN] Reset reason: Exception/panic
[0d00h00m13s] 2023-01-15T11:18:29 <INF> [MAIN] =================================================
[0d00h00m13s] 2023-01-15T11:18:29 <INF> [MAIN] ================== Main Started =================
[0d00h00m13s] 2023-01-15T11:18:29 <INF> [MAIN] =================================================
[0d00h00m13s] 2023-01-15T11:18:29 <INF> [MAIN] The device has 8 MBytes of PSRAM
[0d00h00m13s] 2023-01-15T11:18:29 <WRN> [MAIN] Failed to initialize camera module, retrying...
[0d00h00m19s] 2023-01-15T11:18:35 <INF> [MAIN] Initialization completed successfully!
[0d00h00m19s] 2023-01-15T11:18:35 <WRN> [TFLITE SERVER] Restarted due to an Exception/panic! Postponing first round start by 5 minutes to allow for an OTA or to fetch the log!
[0d00h00m19s] 2023-01-15T11:18:35 <WRN> [TFLITE SERVER] Setting logfile level to DEBUG until the next reboot!
[0d00h00m40s] 2023-01-15T11:18:56 <DBG> [MAIN SERVER] info_get_handler
[0d00h00m40s] 2023-01-15T11:18:56 <DBG> [MAIN SERVER] info_get_handler
[0d00h00m44s] 2023-01-15T11:19:00 <DBG> [OTA FILE] log_get_last_part_handler
[0d00h00m18s] 2023-01-15T11:20:18 <INF> [SNTP] Status OK
[0d00h00m18s] 2023-01-15T11:20:18 <INF> [SNTP] Time is synced with NTP Server pool.ntp.org
[0d00h00m18s] 2023-01-15T12:20:18 <INF> [SNTP] Time zone set to CET-1CEST,M3.5.0,M10.5.0/3
[0d00h00m18s] 2023-01-15T12:20:18 <INF> [MAIN] =================================================
[0d00h00m18s] 2023-01-15T12:20:18 <INF> [MAIN] ================== Main Started =================
[0d00h00m18s] 2023-01-15T12:20:18 <INF> [MAIN] =================================================
[0d00h00m18s] 2023-01-15T12:20:18 <INF> [MAIN] The device has 8 MBytes of PSRAM
[0d00h00m18s] 2023-01-15T12:20:18 <WRN> [MAIN] Failed to initialize camera module, retrying...
[0d00h00m25s] 2023-01-15T12:20:24 <INF> [MAIN] Initialization completed successfully!
[0d00h00m04s] 2023-01-15T11:20:35 <INF> [MAIN] =================================================
[0d00h00m04s] 2023-01-15T11:20:35 <INF> [MAIN] ==================== Startup ====================
[0d00h00m04s] 2023-01-15T11:20:35 <INF> [MAIN] =================================================
[0d00h00m04s] 2023-01-15T11:20:35 <INF> [MAIN] Branch: 'HEAD', Revision: 04f2f23+, Date/Time: 2022-12-19 20:41, Web UI: Release: v13.0.8 (Commit: 04f2f23+)
[0d00h00m04s] 2023-01-15T11:20:35 <INF> [MAIN] Reset reason: Exception/panic
[0d00h00m08s] 2023-01-15T11:20:39 <INF> [MAIN] =================================================
[0d00h00m08s] 2023-01-15T11:20:39 <INF> [MAIN] ================== Main Started =================
[0d00h00m08s] 2023-01-15T11:20:39 <INF> [MAIN] =================================================
[0d00h00m08s] 2023-01-15T11:20:39 <INF> [MAIN] The device has 8 MBytes of PSRAM
[0d00h00m08s] 2023-01-15T11:20:40 <WRN> [MAIN] Failed to initialize camera module, retrying...
[0d00h00m14s] 2023-01-15T11:20:46 <INF> [MAIN] Initialization completed successfully!
[0d00h00m14s] 2023-01-15T11:20:46 <WRN> [TFLITE SERVER] Restarted due to an Exception/panic! Postponing first round start by 5 minutes to allow for an OTA or to fetch the log!
[0d00h00m14s] 2023-01-15T11:20:46 <WRN> [TFLITE SERVER] Setting logfile level to DEBUG until the next reboot!
serial log über den webinstaller:
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_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:7664
load:0x40078000,len:15360
load:0x40080400,len:3744
entry 0x4008067c
I (27) boot: ESP-IDF 4.3.2 2nd stage bootloader
I (27) boot: compile time 20:02:47
I (27) boot: chip revision: 1
I (30) boot_comm: chip revision: 1, min. bootloader chip revision: 0
I (37) boot.esp32: SPI Speed : 40MHz
I (41) boot.esp32: SPI Mode : DIO
I (46) boot.esp32: SPI Flash Size : 4MB
I (50) boot: Enabling RNG early entropy source...
I (56) boot: Partition Table:
I (59) boot: ## Label Usage Type ST Offset Length
I (67) boot: 0 nvs WiFi data 01 02 00009000 00004000
I (74) boot: 1 otadata OTA data 01 00 0000d000 00002000
I (82) boot: 2 phy_init RF data 01 01 0000f000 00001000
I (89) boot: 3 ota_0 OTA app 00 10 00010000 001db000
I (96) boot: 4 ota_1 OTA app 00 11 001f0000 001db000
I (104) boot: End of partition table
I (108) boot_comm: chip revision: 1, min. application chip revision: 0
I (115) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=4bda0h (310688) map
I (243) esp_image: segment 1: paddr=0005bdc8 vaddr=3ffb0000 size=04250h ( 16976) load
I (250) esp_image: segment 2: paddr=00060020 vaddr=400d0020 size=166f00h (1470208) map
I (813) esp_image: segment 3: paddr=001c6f28 vaddr=3ffb4250 size=00038h ( 56) load
I (813) esp_image: segment 4: paddr=001c6f68 vaddr=40080000 size=1b6a0h (112288) load
I (867) esp_image: segment 5: paddr=001e2610 vaddr=50000000 size=00010h ( 16) load
I (881) boot: Loaded app from partition at offset 0x10000
I (881) boot: Disabling RNG early entropy source...
I (893) psram: This chip is ESP32-D0WD
I (893) spiram: Found 64MBit SPI RAM device
I (893) spiram: SPI RAM mode: flash 40m sram 40m
I (898) spiram: PSRAM initialized, cache is in low/high (2-core) mode.
I (905) cpu_start: Pro cpu up.
I (909) cpu_start: Starting app cpu, entry point is 0x40083b44
I (0) cpu_start: App cpu up.
I (1803) spiram: SPI SRAM memory test OK
I (1811) cpu_start: Pro cpu start user code
I (1811) cpu_start: cpu freq: 160000000
I (1811) cpu_start: Application information:
I (1814) cpu_start: Project name: esp32cam-server-only
I (1820) cpu_start: App version: v13.0.8
I (1825) cpu_start: Compile time: Dec 19 2022 20:41:40
I (1832) cpu_start: ELF file SHA256: 2279775554dcdb30...
I (1838) cpu_start: ESP-IDF: 4.4.2
I (1843) heap_init: Initializing. RAM available for dynamic allocation:
I (1850) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (1856) heap_init: At 3FFC06F0 len 0001F910 (126 KiB): DRAM
I (1862) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (1869) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (1875) heap_init: At 4009B6A0 len 00004960 (18 KiB): IRAM
I (1882) spiram: Adding pool of 4095K of external SPI memory to heap allocator
I (1891) spi_flash: detected chip: generic
I (1894) spi_flash: flash io: dio
I (1904) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (1909) spiram: Reserving pool of 40K of internal memory for DMA/internal allocations
I (1919) MAIN:
I (1919) gpio: GPIO[32]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (3929) gpio: GPIO[25]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:2
I (3929) cam_hal: cam init ok
I (3929) sccb: pin_sda 26 pin_scl 27
I (3929) sccb: sccb_i2c_port=1
I (3939) gpio: GPIO[32]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (3969) camera: Detected camera at address=0x30
I (3969) camera: Detected OV2640 camera
I (3969) camera: Camera PID=0x26 VER=0x42 MIDL=0x7f MIDH=0xa2
I (4049) cam_hal: buffer_size: 32768, half_buffer_size: 4096, node_buffer_size: 2048, node_cnt: 16, total_cnt: 15
I (4049) cam_hal: Allocating 61440 Byte frame buffer in PSRAM
I (4059) cam_hal: cam config ok
I (4059) ov2640: Set PLL: clk_2x: 0, clk_div: 0, pclk_auto: 0, pclk_div: 8
I (6169) MAIN: Using SDMMC peripheral
Name: SMI
Type: SDHC/SDXC
Speed: 20 MHz
Size: 3840MB
I (6349) MAIN: =================================================
I (6419) MAIN: ==================== Startup ====================
I (6539) MAIN: =================================================
I (6649) MAIN: Branch: 'HEAD', Revision: 04f2f23+, Date/Time: 2022-12-19 20:41, Web UI: Release: v13.0.8 (Commit: 04f2f23+)
I (6799) MAIN: Reset reason: Power-on event
I (6909) OTA: Start CheckOTAUpdateCheck...
I (6919) OTA: SHA-256 for the partition table: : 9d4a2809ae90fb20709a8ca3dd3ac3462e1e73286bcd31b689060c91de06fa3a
I (6939) OTA: SHA-256 for bootloader: : 4a9573dafac5d5c79c43e5a356568332da3a99dd2e220da6ceeadc96d32708a2
I (7499) OTA: SHA-256 for current firmware: : 355e1c6ae8b38e8311d1d117c00cc1016379005a25333ffa59d3043261449699
I (7549) wifi:wifi driver task: 3ffd4de0, prio:23, stack:6656, core=0
I (7549) system_api: Base MAC address is not set
I (7549) system_api: read default base MAC address from EFUSE
I (7569) wifi:wifi firmware version: eeaa27d
I (7569) wifi:wifi certification version: v7.0
I (7569) wifi:config NVS flash: enabled
I (7569) wifi:config nano formating: disabled
I (7569) wifi:Init data frame dynamic rx buffer num: 16
I (7579) wifi:Init management frame dynamic rx buffer num: 16
I (7579) wifi:Init management short buffer num: 32
I (7589) wifi:Init static tx buffer num: 16
I (7589) wifi:Init tx cache buffer num: 16
I (7589) wifi:Init static rx buffer size: 1600
I (7599) wifi:Init static rx buffer num: 10
I (7599) wifi:Init dynamic rx buffer num: 16
I (7609) wifi_init: rx ba win: 6
I (7609) wifi_init: tcpip mbox: 32
I (7609) wifi_init: udp mbox: 6
I (7619) wifi_init: tcp mbox: 6
I (7619) wifi_init: tcp tx win: 5744
I (7629) wifi_init: tcp rx win: 5744
I (7629) wifi_init: tcp mss: 1440
I (7629) wifi_init: WiFi IRAM OP enabled
I (7639) wifi_init: WiFi RX IRAM OP enabled
I (7649) phy_init: phy_version 4670,719f9f6,Feb 18 2021,17:07:07
I (7749) wifi:mode : sta (40:22:d8:04:d2:a4)
I (7749) wifi:enable tsf
I (7759) BLINK: Flash - start
I (7759) WIFI: Set Hostname to:watermeter
I (7759) WIFI: wifi_init_sta finished.
I (7769) wifi:new:<11,0>, old:<1,0>, ap:<255,255>, sta:<11,0>, prof:1
I (7769) wifi:state: init -> auth (b0)
I (7959) BLINK: Flash - done
I (8769) wifi:state: auth -> init (200)
I (8769) wifi:new:<11,0>, old:<11,0>, ap:<255,255>, sta:<11,0>, prof:1
I (8769) WIFI: retrying connection to the AP
I (8779) WIFI: connection to the AP failed
I (9499) wifi:new:<6,0>, old:<11,0>, ap:<255,255>, sta:<6,0>, prof:1
I (9509) wifi:state: init -> auth (b0)
I (9519) wifi:state: auth -> assoc (0)
Brownout detector was triggered
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:7664
load:0x40078000,len:15360
load:0x40080400,len:3744
entry 0x4008067c
I (27) boot: ESP-IDF 4.3.2 2nd stage bootloader
I (27) boot: compile time 20:02:47
I (27) boot: chip revision: 1
I (30) boot_comm: chip revision: 1, min. bootloader chip revision: 0
I (37) boot.esp32: SPI Speed : 40MHz
I (41) boot.esp32: SPI Mode : DIO
I (46) boot.esp32: SPI Flash Size : 4MB
I (51) boot: Enabling RNG early entropy source...
I (56) boot: Partition Table:
I (60) boot: ## Label Usage Type ST Offset Length
I (67) boot: 0 nvs WiFi data 01 02 00009000 00004000
I (74) boot: 1 otadata OTA data 01 00 0000d000 00002000
I (82) boot: 2 phy_init RF data 01 01 0000f000 00001000
I (89) boot: 3 ota_0 OTA app 00 10 00010000 001db000
I (97) boot: 4 ota_1 OTA app 00 11 001f0000 001db000
I (104) boot: End of partition table
I (109) boot_comm: chip revision: 1, min. application chip revision: 0
I (116) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=4bda0h (310688) map
I (243) esp_image: segment 1: paddr=0005bdc8 vaddr=3ffb0000 size=04250h ( 16976) load
I (250) esp_image: segment 2: paddr=00060020 vaddr=400d0020 size=166f00h (1470208) map
I (813) esp_image: segment 3: paddr=001c6f28 vaddr=3ffb4250 size=00038h ( 56) load
I (813) esp_image: segment 4: paddr=001c6f68 vaddr=40080000 size=1b6a0h (112288) load
I (867) esp_image: segment 5: paddr=001e2610 vaddr=50000000 size=00010h ( 16) load
I (881) boot: Loaded app from partition at offset 0x10000
I (881) boot: Disabling RNG early entropy source...
I (893) psram: This chip is ESP32-D0WD
I (894) spiram: Found 64MBit SPI RAM device
I (894) spiram: SPI RAM mode: flash 40m sram 40m
I (898) spiram: PSRAM initialized, cache is in low/high (2-core) mode.
I (906) cpu_start: Pro cpu up.
I (909) cpu_start: Starting app cpu, entry point is 0x40083b44
I (903) cpu_start: App cpu up.
I (1803) spiram: SPI SRAM memory test OK
I (1811) cpu_start: Pro cpu start user code
I (1811) cpu_start: cpu freq: 160000000
I (1811) cpu_start: Application information:
I (1814) cpu_start: Project name: esp32cam-server-only
I (1821) cpu_start: App version: v13.0.8
I (1826) cpu_start: Compile time: Dec 19 2022 20:41:40
I (1832) cpu_start: ELF file SHA256: 2279775554dcdb30...
I (1838) cpu_start: ESP-IDF: 4.4.2
I (1843) heap_init: Initializing. RAM available for dynamic allocation:
I (1850) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (1856) heap_init: At 3FFC06F0 len 0001F910 (126 KiB): DRAM
I (1863) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (1869) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (1875) heap_init: At 4009B6A0 len 00004960 (18 KiB): IRAM
I (1882) spiram: Adding pool of 4095K of external SPI memory to heap allocator
I (1891) spi_flash: detected chip: generic
I (1894) spi_flash: flash io: dio
I (1905) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (1909) spiram: Reserving pool of 40K of internal memory for DMA/internal allocations
I (1919) MAIN:
I (1919) gpio: GPIO[32]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (3929) gpio: GPIO[25]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:2
I (3929) cam_hal: cam init ok
I (3929) sccb: pin_sda 26 pin_scl 27
I (3929) sccb: sccb_i2c_port=1
I (3939) gpio: GPIO[32]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (3969) camera: Detected camera at address=0x30
I (3969) camera: Detected OV2640 camera
I (3969) camera: Camera PID=0x26 VER=0x42 MIDL=0x7f MIDH=0xa2
I (4049) cam_hal: buffer_size: 32768, half_buffer_size: 4096, node_buffer_size: 2048, node_cnt: 16, total_cnt: 15
I (4049) cam_hal: Allocating 61440 Byte frame buffer in PSRAM
I (4059) cam_hal: cam config ok
I (4059) ov2640: Set PLL: clk_2x: 0, clk_div: 0, pclk_auto: 0, pclk_div: 8
E (4079) sccb: SCCB_Write Failed addr:0x30, reg:0x35, data:0xda, ret:-1
E (4079) camera: Failed to set frame size
E (4079) CAM: Camera Init Failed
I (6119) MAIN: Using SDMMC peripheral
Name: SMI
Type: SDHC/SDXC
Speed: 20 MHz
Size: 3840MB
I (6179) MAIN: =================================================
I (6269) MAIN: ==================== Startup ====================
I (6329) MAIN: =================================================
I (6339) MAIN: Branch: 'HEAD', Revision: 04f2f23+, Date/Time: 2022-12-19 20:41, Web UI: Release: v13.0.8 (Commit: 04f2f23+)
I (6359) MAIN: Reset reason: Brownout
I (6379) OTA: Start CheckOTAUpdateCheck...
I (6389) OTA: SHA-256 for the partition table: : 9d4a2809ae90fb20709a8ca3dd3ac3462e1e73286bcd31b689060c91de06fa3a
I (6409) OTA: SHA-256 for bootloader: : 4a9573dafac5d5c79c43e5a356568332da3a99dd2e220da6ceeadc96d32708a2
I (6969) OTA: SHA-256 for current firmware: : 355e1c6ae8b38e8311d1d117c00cc1016379005a25333ffa59d3043261449699
I (7019) wifi:wifi driver task: 3ffd4128, prio:23, stack:6656, core=0
I (7019) system_api: Base MAC address is not set
I (7019) system_api: read default base MAC address from EFUSE
I (7039) wifi:wifi firmware version: eeaa27d
I (7039) wifi:wifi certification version: v7.0
I (7039) wifi:config NVS flash: enabled
I (7039) wifi:config nano formating: disabled
I (7039) wifi:Init data frame dynamic rx buffer num: 16
I (7049) wifi:Init management frame dynamic rx buffer num: 16
I (7049) wifi:Init management short buffer num: 32
I (7059) wifi:Init static tx buffer num: 16
I (7059) wifi:Init tx cache buffer num: 16
I (7059) wifi:Init static rx buffer size: 1600
I (7069) wifi:Init static rx buffer num: 10
I (7069) wifi:Init dynamic rx buffer num: 16
I (7079) wifi_init: rx ba win: 6
I (7079) wifi_init: tcpip mbox: 32
I (7079) wifi_init: udp mbox: 6
I (7089) wifi_init: tcp mbox: 6
I (7089) wifi_init: tcp tx win: 5744
I (7099) wifi_init: tcp rx win: 5744
I (7099) wifi_init: tcp mss: 1440
I (7099) wifi_init: WiFi IRAM OP enabled
I (7109) wifi_init: WiFi RX IRAM OP enabled
I (7119) phy_init: phy_version 4670,719f9f6,Feb 18 2021,17:07:07
W (7269) phy_init: saving new calibration data because of checksum failure, mode(0)
I (7369) wifi:mode : sta (40:22:d8:04:d2:a4)
I (7369) wifi:enable tsf
I (7369) BLINK: Flash - start
I (7369) WIFI: Set Hostname to:watermeter
I (7369) WIFI: wifi_init_sta finished.
I (7389) wifi:new:<11,0>, old:<1,0>, ap:<255,255>, sta:<11,0>, prof:1
I (7389) wifi:state: init -> auth (b0)
I (7389) wifi:state: auth -> assoc (0)
E (7399) wifi:Association refused temporarily, comeback time 1024 mSec
I (7569) BLINK: Flash - done
I (8429) wifi:state: assoc -> assoc (0)
I (9429) wifi:state: assoc -> init (200)
I (9429) wifi:new:<11,0>, old:<11,0>, ap:<255,255>, sta:<11,0>, prof:1
I (9429) WIFI: retrying connection to the AP
I (9429) WIFI: connection to the AP failed
I (10159) wifi:new:<6,0>, old:<11,0>, ap:<255,255>, sta:<6,0>, prof:1
I (10159) wifi:state: init -> auth (b0)
I (10169) wifi:state: auth -> assoc (0)
I (11169) wifi:state: assoc -> init (400)
I (11169) wifi:new:<6,0>, old:<6,0>, ap:<255,255>, sta:<6,0>, prof:1
I (11179) WIFI: retrying connection to the AP
I (11179) WIFI: connection to the AP failed
I (11909) wifi:new:<6,0>, old:<6,0>, ap:<255,255>, sta:<6,0>, prof:1
I (11909) wifi:state: init -> auth (b0)
I (11909) wifi:state: auth -> assoc (0)
I (11919) wifi:state: assoc -> run (10)
I (11949) wifi:connected with wlnhrrmnn, aid = 5, channel 6, BW20, bssid = 2c:91:ab:b7:de:fa
I (11949) wifi:security: WPA2-PSK, phy: bgn, rssi: -55
I (11959) wifi:pm start, type: 1
W (11969) wifi:<ba-add>idx:0 (ifx:0, 2c:91:ab:b7:de:fa), tid:6, ssn:2, winSize:64
I (11979) wifi:AP's beacon interval = 102400 us, DTIM period = 1I (12509) esp_netif_handlers: sta ip: 192.168.1.94, mask: 255.255.255.0, gw: 192.168.1.1I (12509) WIFI: got ip:192.168.1.94I (12509) BLINK: Flash - startI (12509) WIFI: connected to ap SSID: wlnhrrmnn, password: XXXXXXXI (14519) SNTP: Initializing SNTPI (14519) SNTP: Time is not set yet. Getting time over NTP server pool.ntp.orgI (14529) SNTP: Waiting until we get a time from the NTP server pool.ntp.orgI (14549) SNTP: Status: ResetI (16559) SNTP: Status: ResetI (18579) SNTP: Status: ResetW (18679) wifi:<ba-add>idx:1 (ifx:0, 2c:91:ab:b7:de:fa), tid:0, ssn:0, winSize:64I (20589) SNTP: Status OKI (20609) SNTP: Time is synced with NTP Server pool.ntp.orgI (20629) SNTP: Time zone set to CET-1CEST,M3.5.0,M10.5.0/3I (20639) SNTP: The current date/time in Berlin is: 2023-01-15_12:20:18I (20639) MAIN: =================================================I (20659) MAIN: ================== Main Started =================I (20689) MAIN: =================================================I (20709) psram: This chip is ESP32-D0WDI (20709) spiram: Found 64MBit SPI RAM deviceI (20709) spiram: SPI RAM mode: flash 40m sram 40mI (20719) spiram: PSRAM initialized, cache is in low/high (2-core) mode.I (20719) MAIN: The device has 8 MBytes of PSRAMW (20749) MAIN: Failed to initialize camera module, retrying...I (20759) gpio: GPIO[32]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0 I (22509) BLINK: Flash - doneI (22759) gpio: GPIO[25]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:2 E (22759) gpio: gpio_install_isr_service(449): GPIO isr service already installedI (22759) cam_hal: cam init okI (22769) sccb: pin_sda 26 pin_scl 27I (22769) sccb: sccb_i2c_port=1I (22779) gpio: GPIO[32]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0 I (22809) camera: Detected camera at address=0x30I (22809) camera: Detected OV2640 cameraI (22809) camera: Camera PID=0x26 VER=0x42 MIDL=0x7f MIDH=0xa2I (22899) cam_hal: buffer_size: 32768, half_buffer_size: 4096, node_buffer_size: 2048, node_cnt: 16, total_cnt: 15I (22899) cam_hal: Allocating 61440 Byte frame buffer in PSRAMI (22909) cam_hal: cam config okI (22909) ov2640: Set PLL: clk_2x: 0, clk_div: 0, pclk_auto: 0, pclk_div: 8I (26989) MAIN SERVER: Starting server on port: '80'I (26989) MAIN SERVER: Registering URI handlersI (26989) TFLITE SERVER: server_part_camera - Registering URI handlersI (26989) OTA: Registering URI handlersI (26999) GPIO: start GpioHandlerI (26999) GPIO: register GPIO UriI (27009) GPIO: server_GPIO - Registering URI handlersI (27009) MAIN: Initialization completed successfully!I (27059) ov2640: Set PLL: clk_2x: 0, clk_div: 0, pclk_auto: 0, pclk_div: 8abort() was called at PC 0x401eb436 on core 0Backtrace:0x40084509:0x3fffceb00x4008f085:0x3fffced0 0x40096219:0x3fffcef0 0x401eb436:0x3fffcf60 0x401760bb:0x3fffcf80 0x401673f3:0x3fffcfa0 0x400f4ce9:0x3fffcfc0 0x400f6e96:0x3fffd000 0x400f7a3f:0x3fffd530 0x400f20d5:0x3fffd5b0 0x40111463:0x3fffda00 0x40111765:0x3fffda40 ELF file SHA256: 2279775554dcdb30Rebooting...ets Jun 8 2016 00:22:57rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)configsip: 0, SPIWP:0xeeclk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00mode:DIO, clock div:2load:0x3fff0030,len:7664load:0x40078000,len:15360load:0x40080400,len:3744entry 0x4008067cI (27) boot: ESP-IDF 4.3.2 2nd stage bootloaderI (27) boot: compile time 20:02:47I (27) boot: chip revision: 1I (30) boot_comm: chip revision: 1, min. bootloader chip revision: 0I (37) boot.esp32: SPI Speed : 40MHzI (41) boot.esp32: SPI Mode : DIOI (46) boot.esp32: SPI Flash Size : 4MBI (51) boot: Enabling RNG early entropy source...I (56) boot: Partition Table:I (60) boot: ## Label Usage Type ST Offset LengthI (67) boot: 0 nvs WiFi data 01 02 00009000 00004000I (74) boot: 1 otadata OTA data 01 00 0000d000 00002000I (82) boot: 2 phy_init RF data 01 01 0000f000 00001000I (89) boot: 3 ota_0 OTA app 00 10 00010000 001db000I (97) boot: 4 ota_1 OTA app 00 11 001f0000 001db000I (104) boot: End of partition tableI (109) boot_comm: chip revision: 1, min. application chip revision: 0I (116) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=4bda0h (310688) mapI (243) esp_image: segment 1: paddr=0005bdc8 vaddr=3ffb0000 size=04250h ( 16976) loadI (250) esp_image: segment 2: paddr=00060020 vaddr=400d0020 size=166f00h (1470208) mapI (813) esp_image: segment 3: paddr=001c6f28 vaddr=3ffb4250 size=00038h ( 56) loadI (813) esp_image: segment 4: paddr=001c6f68 vaddr=40080000 size=1b6a0h (112288) loadI (867) esp_image: segment 5: paddr=001e2610 vaddr=50000000 size=00010h ( 16) loadI (881) boot: Loaded app from partition at offset 0x10000I (881) boot: Disabling RNG early entropy source...I (893) psram: This chip is ESP32-D0WDI (894) spiram: Found 64MBit SPI RAM deviceI (894) spiram: SPI RAM mode: flash 40m sram 40mI (898) spiram: PSRAM initialized, cache is in low/high (2-core) mode.I (906) cpu_start: Pro cpu up.I (909) cpu_start: Starting app cpu, entry point is 0x40083b44I (903) cpu_start: App cpu up.I (1803) spiram: SPI SRAM memory test OKI (1811) cpu_start: Pro cpu start user codeI (1811) cpu_start: cpu freq: 160000000I (1811) cpu_start: Application information:I (1814) cpu_start: Project name: esp32cam-server-onlyI (1821) cpu_start: App version: v13.0.8I (1826) cpu_start: Compile time: Dec 19 2022 20:41:40I (1832) cpu_start: ELF file SHA256: 2279775554dcdb30...I (1838) cpu_start: ESP-IDF: 4.4.2I (1843) heap_init: Initializing. RAM available for dynamic allocation:I (1850) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAMI (1856) heap_init: At 3FFC06F0 len 0001F910 (126 KiB): DRAMI (1862) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAMI (1869) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAMI (1875) heap_init: At 4009B6A0 len 00004960 (18 KiB): IRAMI (1882) spiram: Adding pool of 4095K of external SPI memory to heap allocatorI (1891) spi_flash: detected chip: genericI (1894) spi_flash: flash io: dioI (1905) cpu_start: Starting scheduler on PRO CPU.I (0) cpu_start: Starting scheduler on APP CPU.I (1909) spiram: Reserving pool of 40K of internal memory for DMA/internal allocationsI (1919) MAIN: I (1919) gpio: GPIO[32]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0 I (3929) gpio: GPIO[25]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:2 I (3929) cam_hal: cam init okI (3929) sccb: pin_sda 26 pin_scl 27I (3929) sccb: sccb_i2c_port=1I (3939) gpio: GPIO[32]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0 I (3969) camera: Detected camera at address=0x30I (3969) camera: Detected OV2640 cameraI (3969) camera: Camera PID=0x26 VER=0x42 MIDL=0x7f MIDH=0xa2I (4049) cam_hal: buffer_size: 32768, half_buffer_size: 4096, node_buffer_size: 2048, node_cnt: 16, total_cnt: 15I (4049) cam_hal: Allocating 61440 Byte frame buffer in PSRAMI (4059) cam_hal: cam config okI (4059) ov2640: Set PLL: clk_2x: 0, clk_div: 0, pclk_auto: 0, pclk_div: 8E (4079) sccb: SCCB_Write Failed addr:0x30, reg:0x35, data:0xda, ret:-1E (4079) camera: Failed to set frame sizeE (4079) CAM: Camera Init FailedI (6119) MAIN: Using SDMMC peripheralName: SMI Type: SDHC/SDXCSpeed: 20 MHzSize: 3840MBI (6179) MAIN: =================================================I (6189) MAIN: ==================== Startup ====================I (6219) MAIN: =================================================I (6229) MAIN: Branch: 'HEAD', Revision: 04f2f23+, Date/Time: 2022-12-19 20:41, Web UI: Release: v13.0.8 (Commit: 04f2f23+) I (6249) MAIN: Reset reason: Exception/panicI (6269) OTA: Start CheckOTAUpdateCheck...I (6279) OTA: SHA-256 for the partition table: : 9d4a2809ae90fb20709a8ca3dd3ac3462e1e73286bcd31b689060c91de06fa3aI (6299) OTA: SHA-256 for bootloader: : 4a9573dafac5d5c79c43e5a356568332da3a99dd2e220da6ceeadc96d32708a2I (6859) OTA: SHA-256 for current firmware: : 355e1c6ae8b38e8311d1d117c00cc1016379005a25333ffa59d3043261449699I (6909) wifi:wifi driver task: 3ffd4128, prio:23, stack:6656, core=0I (6909) system_api: Base MAC address is not setI (6909) system_api: read default base MAC address from EFUSEI (6929) wifi:wifi firmware version: eeaa27dI (6929) wifi:wifi certification version: v7.0I (6929) wifi:config NVS flash: enabledI (6929) wifi:config nano formating: disabledI (6929) wifi:Init data frame dynamic rx buffer num: 16I (6939) wifi:Init management frame dynamic rx buffer num: 16I (6939) wifi:Init management short buffer num: 32I (6949) wifi:Init static tx buffer num: 16I (6949) wifi:Init tx cache buffer num: 16I (6949) wifi:Init static rx buffer size: 1600I (6959) wifi:Init static rx buffer num: 10I (6959) wifi:Init dynamic rx buffer num: 16I (6969) wifi_init: rx ba win: 6I (6969) wifi_init: tcpip mbox: 32I (6969) wifi_init: udp mbox: 6I (6979) wifi_init: tcp mbox: 6I (6979) wifi_init: tcp tx win: 5744I (6989) wifi_init: tcp rx win: 5744I (6989) wifi_init: tcp mss: 1440I (6989) wifi_init: WiFi IRAM OP enabledI (6999) wifi_init: WiFi RX IRAM OP enabledI (7009) phy_init: phy_version 4670,719f9f6,Feb 18 2021,17:07:07W (7159) phy_init: saving new calibration data because of checksum failure, mode(0)I (7259) wifi:mode : sta (40:22:d8:04:d2:a4)I (7259) wifi:enable tsfI (7259) BLINK: Flash - startI (7259) WIFI: Set Hostname to:watermeterI (7259) WIFI: wifi_init_sta finished.I (7269) wifi:new:<6,0>, old:<1,0>, ap:<255,255>, sta:<6,0>, prof:1I (7269) wifi:state: init -> auth (b0)I (7279) wifi:state: auth -> assoc (0)I (7289) wifi:state: assoc -> run (10)I (7329) wifi:connected with wlnhrrmnn, aid = 1, channel 6, BW20, bssid = 08:96:d7:f4:96:bfI (7329) wifi:security: WPA2-PSK, phy: bgn, rssi: -61I (7339) wifi:pm start, type: 1I (7349) wifi:AP's beacon interval = 102400 us, DTIM period = 1
W (7379) wifi:<ba-add>idx:0 (ifx:0, 08:96:d7:f4:96:bf), tid:0, ssn:0, winSize:64
I (7459) BLINK: Flash - done
I (8399) esp_netif_handlers: sta ip: 192.168.1.94, mask: 255.255.255.0, gw: 192.168.1.1
I (8399) WIFI: got ip:192.168.1.94
I (8399) BLINK: Flash - start
I (8399) WIFI: connected to ap SSID: wlnhrrmnn, password: XXXXXXX
I (10409) SNTP: Time is already set (2023-01-15_11:20:39)
I (10409) MAIN: =================================================
I (10429) MAIN: ================== Main Started =================
I (10469) MAIN: =================================================
I (10499) psram: This chip is ESP32-D0WD
I (10499) spiram: Found 64MBit SPI RAM device
I (10499) spiram: SPI RAM mode: flash 40m sram 40m
I (10499) spiram: PSRAM initialized, cache is in low/high (2-core) mode.
I (10509) MAIN: The device has 8 MBytes of PSRAM
W (10539) MAIN: Failed to initialize camera module, retrying...
I (10549) gpio: GPIO[32]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (12549) gpio: GPIO[25]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:2
E (12549) gpio: gpio_install_isr_service(449): GPIO isr service already installed
I (12549) cam_hal: cam init ok
I (12559) sccb: pin_sda 26 pin_scl 27
I (12559) sccb: sccb_i2c_port=1
I (12569) gpio: GPIO[32]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (12599) camera: Detected camera at address=0x30
I (12599) camera: Detected OV2640 camera
I (12599) camera: Camera PID=0x26 VER=0x42 MIDL=0x7f MIDH=0xa2
I (12689) cam_hal: buffer_size: 32768, half_buffer_size: 4096, node_buffer_size: 2048, node_cnt: 16, total_cnt: 15
I (12689) cam_hal: Allocating 61440 Byte frame buffer in PSRAM
I (12699) cam_hal: cam config ok
I (12699) ov2640: Set PLL: clk_2x: 0, clk_div: 0, pclk_auto: 0, pclk_div: 8
I (16779) MAIN SERVER: Starting server on port: '80'
I (16779) MAIN SERVER: Registering URI handlers
I (16779) TFLITE SERVER: server_part_camera - Registering URI handlers
I (16789) OTA: Registering URI handlers
I (16789) GPIO: start GpioHandler
I (16789) GPIO: register GPIO Uri
I (16799) GPIO: server_GPIO - Registering URI handlers
I (16799) MAIN: Initialization completed successfully!
W (16829) TFLITE SERVER: Restarted due to an Exception/panic! Postponing first round start by 5 minutes to allow for an OTA or to fetch the log!
W (16849) TFLITE SERVER: Setting logfile level to DEBUG until the next reboot!
I (16869) LOGFILE: Log Level set to DEBUG
I (17069) OTA FILE: uri: /log
I (17079) OTA FILE: File contains 156460 bytes
I (18399) BLINK: Flash - done
I (28599) OTA FILE: uri: /log
I (28599) OTA FILE: File contains 156537 bytes
I (30629) OTA FILE: uri: /logfileact
Terminal disconnected: NetworkError: The device has been lost.
Expected Behavior
No response
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
@Slider0007 hat Probleme mit dem Heap Memory gefunden und verbessert. Offenbar konnte es zu Problemen mit zuwenig RAM kommen, wenn ein grosses TFLite Model verwendet wurde.
Du könntest mal da neuste rolling ausprobieren und sehen, ob es da immer noch ein Problem ist.
You can use the latest Automatic Build of the the rolling branch. It might already contain a fix for your issue.
Pick the most top passing entry (it has a green circle with a tick in it), then scoll down to the Artifacts and download the file named update_*.
The Problem
Hallo, mein System läuft eigentlich generell gut, aber alle paar Tage kommt das system in eine reset/reboot Schleife und kommt dort nicht mehr raus. Heute war es wieder so weit, nachdem das System mehrere Tage ohne Probleme lief. Ich habe das Wiki (https://jomjol.github.io/AI-on-the-edge-device-docs/Frequent-Reboots/) gelesen und kann eigentlich ausschließen:
Wie im log zu sehen resetet das Gerät wegen "Exception/panic" im TFLITE SERVER, ...was heißt das?
Wenn ich die Kamera teste, indem ich über die Arduino IDE einen Webcam Server flashe, funktioniert diese einwandfrei.
Den ESP über den Webservice neu zu flashen bringt erstmal nichts - jetzt kommts: wenn ich nur die Daten auf die SD-Karte neu schreibe funktioniert alles wieder. Also scheint es wohl irgendein Problem mit der SD-Karte (oder dem slot auf dem Board?) zu sein? Die Karte habe ich mehrere male am PC (mit h2testw) geprüft. Die funktioniert angeblich einwandfrei.
im serial log fällt die Stelle auf:
E (4079) sccb: SCCB_Write Failed addr:0x30, reg:0x35, data:0xda, ret:-1
E (4079) camera: Failed to set frame size
E (4079) CAM: Camera Init Failed
Weiter steht dort was von dem "brownout", meinem Verständnis nach hat das was mit der Spannungsversorgung der Kamera zutun? Ist doch aber seltsam, da das Gerät und die Kamera ja zuvor schon Tage lang lief und funkionierte? Es wurde nichts geändert.
Könnt ihr da mehr erkennen was das Problem verursachen könnte?
Version
v13.0.8
Logfile
Expected Behavior
No response
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: