jomjol / AI-on-the-edge-device

Easy to use device for connecting "old" measuring units (water, power, gas, ...) to the digital world
https://jomjol.github.io/AI-on-the-edge-device-docs/
5.67k stars 612 forks source link

Blitzlicht ist dauerhaft an #139

Closed domiarduino closed 3 years ago

domiarduino commented 3 years ago

Hallo,

nachdem ich meinen ersten ESP32 erfolgreich im Einstaz habe, habe ich mir nun einen zweiten geflasht. Leider leuchte bei diesem die Blitzlicht LED dauerhaft, sobald er hochgefahren ist. Das Webinterface ist normal erreichbar.

Irgendeinen Idee, woran das liegen kann?

Viele Grüße

jomjol commented 3 years ago

Hallo, da hängt irgendwo deine Firmware. Strom weg und wieder an hast du vermutlich schon getestet. Kannst du während des Bootvorgangs die serielle Schnittstelle auslesen und posten? Gruß, jomjol

domiarduino commented 3 years ago

Das mit dem Restart hab ich mehrfach versucht, auch habe ich bereits mehrfach geflasht. Es scheint ein Problem mit der Kamera zu sein, lt. dem serial log:

FR⸮V>⸮#⸮#⸮c!š⸮)+⸮B⸮BFFc⸮ca⸮Hhets Jun 8 2016 00:22:57

rst:0x1 (POWERON_RESET),boot:0x12 (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:4 load:0x3fff0034,len:7140 load:0x40078000,len:13856 load:0x40080400,len:4052 entry 0x40080688 I (29) boot: ESP-IDF 3.40100.200827 2nd stage bootloader I (29) boot: compile time 19:51:06 I (29) boot: chip revision: 1 I (32) boot_comm: chip revision: 1, min. bootloader chip revision: 0 I (39) boot.esp32: SPI Speed : 40MHz I (44) boot.esp32: SPI Mode : DIO I (48) boot.esp32: SPI Flash Size : 4MB I (53) boot: Enabling RNG early entropy source... I (58) boot: Partition Table: I (62) boot: ## Label Usage Type ST Offset Length I (69) boot: 0 nvs WiFi data 01 02 00009000 00004000 I (77) boot: 1 otadata OTA data 01 00 0000d000 00002000 I (84) boot: 2 phy_init RF data 01 01 0000f000 00001000 I (92) boot: 3 ota_0 OTA app 00 10 00010000 001db000 I (99) boot: 4 ota_1 OTA app 00 11 001f0000 001db000 I (107) boot: End of partition table I (111) boot_comm: chip revision: 1, min. application chip revision: 0 I (118) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x4c730 (313136) map I (263) esp_image: segment 1: paddr=0x0005c758 vaddr=0x3ffb0000 size=0x038c0 ( 14528) load I (270) esp_image: segment 2: paddr=0x00060020 vaddr=0x400d0020 size=0x15f514 (1438996) map I (893) esp_image: segment 3: paddr=0x001bf53c vaddr=0x3ffb38c0 size=0x01860 ( 6240) load I (896) esp_image: segment 4: paddr=0x001c0da4 vaddr=0x40080000 size=0x00404 ( 1028) load I (900) esp_image: segment 5: paddr=0x001c11b0 vaddr=0x40080404 size=0x1ee54 (126548) load I (988) boot: Loaded app from partition at offset 0x10000 I (988) boot: Disabling RNG early entropy source... I (988) psram: This chip is ESP32-D0WD I (994) spiram: Found 64MBit SPI RAM device I (997) spiram: SPI RAM mode: flash 40m sram 40m I (1003) spiram: PSRAM initialized, cache is in low/high (2-core) mode. I (1010) cpu_start: Pro cpu up. I (1014) cpu_start: Application information: I (1019) cpu_start: Project name: esp32cam-server-only I (1025) cpu_start: App version: 0.0.9.3 I (1030) cpu_start: Compile time: Jan 20 2021 19:48:33 I (1036) cpu_start: ELF file SHA256: b9ffc04c8ab59a15... I (1042) cpu_start: ESP-IDF: 3.40100.200827 I (1048) cpu_start: Starting app cpu, entry point is 0x40081c30 I (0) cpu_start: App cpu up. I (1940) spiram: SPI SRAM memory test OK I (1940) heap_init: Initializing. RAM available for dynamic allocation: I (1940) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM I (1946) heap_init: At 3FFC2AC8 len 0001D538 (117 KiB): DRAM I (1953) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM I (1959) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM I (1966) heap_init: At 4009F258 len 00000DA8 (3 KiB): IRAM I (1972) cpu_start: Pro cpu start user code I (1977) spiram: Adding pool of 4096K of external SPI memory to heap allocator I (2002) spi_flash: detected chip: generic I (2003) spi_flash: flash io: dio I (2003) cpu_start: Starting scheduler on PRO CPU. I (0) cpu_start: Starting scheduler on APP CPU. I (2011) spiram: Reserving pool of 32K of internal memory for DMA/internal allocations Do Reset Camera I (2021) gpio: GPIO[32]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0  Init Camera I (4031) gpio: GPIO[5]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (4031) gpio: GPIO[18]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (4031) gpio: GPIO[19]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (4041) gpio: GPIO[21]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (4051) gpio: GPIO[22]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (4061) gpio: GPIO[23]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (4071) gpio: GPIO[25]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (4081) gpio: GPIO[34]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (4091) gpio: GPIO[35]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (4101) gpio: GPIO[36]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (4111) gpio: GPIO[39]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (4121) sccb: pin_sda 26 pin_scl 27  I (4121) gpio: GPIO[32]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0  I (4271) camera: Detected OV2640 camera I (4271) camera: Allocating 1 frame buffers (150 KB total) I (4291) camera: Allocating 150 KB frame buffer in OnBoard RAM I (4891) connect_wlan_main: Initializing SD card Name: USD
Type: SDHC/SDXC Speed: 20 MHz Size: 3839MB I (4931) server_ota: Start CheckOTAUpdateCheck ... Start CheckOTAUpdateCheck ... I (4941) server_ota: SHA-256 for the partition table: : 9d4a2809ae90fb20709a8ca3dd3ac3462e1e73286bcd31b689060c91de06fa3a I (5001) server_ota: SHA-256 for bootloader: : 15f52f58b38b015f8d77a7fd637080c32b397905d47e4ca1bf5bbf1c6abe34bf I (5731) server_ota: SHA-256 for current firmware: : 9e85de4055be332de6ebd46bca00b10d3bbdb260efcb2c79c0f0bfc418eeb3da CheckOTAUpdate Partition: ESP_OK file loaded ssid = "XXXXX" password = "XXXX" hostname = "watermeter2" ;hostname is optional

;if you want to use a fixed IP you need to specify the following 3 parameters (ip, gateway, netmask) with IP4-Addresses "123.456.789.012" ;ip = "IP4-ADDRESS" ;gateway = "IP4-ADDRESS" ;netmask = "255.255.255.0"

;in some cases you want to specify the DNS server as well (especially, if it is not identical to the gateway - this is optional for a fixed IP ;dns = "IP4-ADDRESS"file loaded ERROR A stack overflow in task main has been detected. abort() was called at PC 0x4008e79c on core 0

ELF file SHA256: b9ffc04c8ab59a15

Backtrace: 0x4008e3e9:0x3ffc3ca0 0x4008e785:0x3ffc3cc0 0x4008e79c:0x3ffc3ce0 0x400913a0:0x3ffc3d00 0x40090370:0x3ffc3d20 0x40090326:0x3ffc3d50 0x4020befe:0x00000001 |<-CORRUPTED

Rebooting... ets Jun 8 2016 00:22:57

rst:0xc (SW_CPU_RESET),boot:0x12 (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:4 load:0x3fff0034,len:7140 load:0x40078000,len:13856 load:0x40080400,len:4052 entry 0x40080688 I (29) boot: ESP-IDF 3.40100.200827 2nd stage bootloader I (29) boot: compile time 19:51:06 I (29) boot: chip revision: 1 I (33) boot_comm: chip revision: 1, min. bootloader chip revision: 0 I (40) boot.esp32: SPI Speed : 40MHz I (44) boot.esp32: SPI Mode : DIO I (49) boot.esp32: SPI Flash Size : 4MB I (53) boot: Enabling RNG early entropy source... I (59) boot: Partition Table: I (62) boot: ## Label Usage Type ST Offset Length I (70) boot: 0 nvs WiFi data 01 02 00009000 00004000 I (77) boot: 1 otadata OTA data 01 00 0000d000 00002000 I (85) boot: 2 phy_init RF data 01 01 0000f000 00001000 I (92) boot: 3 ota_0 OTA app 00 10 00010000 001db000 I (99) boot: 4 ota_1 OTA app 00 11 001f0000 001db000 I (107) boot: End of partition table I (111) boot_comm: chip revision: 1, min. application chip revision: 0 I (118) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x4c730 (313136) map I (263) esp_image: segment 1: paddr=0x0005c758 vaddr=0x3ffb0000 size=0x038c0 ( 14528) load I (270) esp_image: segment 2: paddr=0x00060020 vaddr=0x400d0020 size=0x15f514 (1438996) map I (893) esp_image: segment 3: paddr=0x001bf53c vaddr=0x3ffb38c0 size=0x01860 ( 6240) load I (896) esp_image: segment 4: paddr=0x001c0da4 vaddr=0x40080000 size=0x00404 ( 1028) load I (900) esp_image: segment 5: paddr=0x001c11b0 vaddr=0x40080404 size=0x1ee54 (126548) load I (988) boot: Loaded app from partition at offset 0x10000 I (988) boot: Disabling RNG early entropy source... I (989) psram: This chip is ESP32-D0WD I (994) spiram: Found 64MBit SPI RAM device I (998) spiram: SPI RAM mode: flash 40m sram 40m I (1003) spiram: PSRAM initialized, cache is in low/high (2-core) mode. I (1010) cpu_start: Pro cpu up. I (1014) cpu_start: Application information: I (1019) cpu_start: Project name: esp32cam-server-only I (1025) cpu_start: App version: 0.0.9.3 I (1030) cpu_start: Compile time: Jan 20 2021 19:48:33 I (1036) cpu_start: ELF file SHA256: b9ffc04c8ab59a15... I (1042) cpu_start: ESP-IDF: 3.40100.200827 I (1048) cpu_start: Starting app cpu, entry point is 0x40081c30 I (1040) cpu_start: App cpu up. I (1940) spiram: SPI SRAM memory test OK I (1941) heap_init: Initializing. RAM available for dynamic allocation: I (1941) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM I (1947) heap_init: At 3FFC2AC8 len 0001D538 (117 KiB): DRAM I (1953) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM I (1960) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM I (1966) heap_init: At 4009F258 len 00000DA8 (3 KiB): IRAM I (1972) cpu_start: Pro cpu start user code I (1977) spiram: Adding pool of 4096K of external SPI memory to heap allocator I (2003) spi_flash: detected chip: generic I (2003) spi_flash: flash io: dio I (2004) cpu_start: Starting scheduler on PRO CPU. I (0) cpu_start: Starting scheduler on APP CPU. I (2012) spiram: Reserving pool of 32K of internal memory for DMA/internal allocations Do Reset Camera I (2022) gpio: GPIO[32]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0  Init Camera I (4032) gpio: GPIO[5]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (4032) gpio: GPIO[18]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (4032) gpio: GPIO[19]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (4042) gpio: GPIO[21]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (4052) gpio: GPIO[22]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (4062) gpio: GPIO[23]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (4072) gpio: GPIO[25]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (4082) gpio: GPIO[34]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (4092) gpio: GPIO[35]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (4102) gpio: GPIO[36]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (4112) gpio: GPIO[39]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (4122) sccb: pin_sda 26 pin_scl 27  I (4122) gpio: GPIO[32]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0  I (4272) camera: Detected OV2640 camera I (4272) camera: Allocating 1 frame buffers (150 KB total) I (4292) camera: Allocating 150 KB frame buffer in OnBoard RAM I (4892) connect_wlan_main: Initializing SD card Name: USD
Type: SDHC/SDXC Speed: 20 MHz Size: 3839MB I (4932) server_ota: Start CheckOTAUpdateCheck ... Start CheckOTAUpdateCheck ... I (4942) server_ota: SHA-256 for the partition table: : 9d4a2809ae90fb20709a8ca3dd3ac3462e1e73286bcd31b689060c91de06fa3a I (5002) server_ota: SHA-256 for bootloader: : 15f52f58b38b015f8d77a7fd637080c32b397905d47e4ca1bf5bbf1c6abe34bf I (5732) server_ota: SHA-256 for current firmware: : 9e85de4055be332de6ebd46bca00b10d3bbdb260efcb2c79c0f0bfc418eeb3da CheckOTAUpdate Partition: ESP_OK file loaded ssid = "XXXXX" password = "XXXXX" hostname = "watermeter2" ;hostname is optional

;if you want to use a fixed IP you need to specify the following 3 parameters (ip, gateway, netmask) with IP4-Addresses "123.456.789.012" ;ip = "IP4-ADDRESS" ;gateway = "IP4-ADDRESS" ;netmask = "255.255.255.0"

;in some cases you want to specify the DNS server as well (especially, if it is not identical to the gateway - this is optional for a fixed IP ;dns = "IP4-ADDRESS"file loaded ssid = "XXXXX" password = "XXXXXX" hostname = "watermeter2" ;hostname is optional

;if you want to use a fixed IP you need to specify the following 3 parameters (ip, gateway, netmask) with IP4-Addresses "123.456.789.012" ;ip = "IP4-ADDRESS" ;gateway = "IP4-ADDRESS" ;netmask = "255.255.255.0"

;in some cases you want to specify the DNS server as well (especially, if it is not identical to the gateway - this is optional for a fixed IP ;dns = "IP4-ADDRESS"To use WLan: XXXX, XXXXX To set Hostename: watermeter2 Fixed IP: , Gateway , Netmask , DNS I (5862) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE I (5862) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE I (6002) phy: phy_version: 4180, cb3948e, Sep 12 2019, 16:39:13, 0, 0 I (6002) gpio: GPIO[33]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (7352) esp_netif_handlers: sta ip: X.X.X.X, mask: 255.255.255.0, gw: X.X.X.X I (7352) gpio: GPIO[33]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  IPv4 : X.X.X.X HostName : watermeter2 Netparameter: IP: X.X.X.X - GW: X.X.X.X - NetMask 255.255.255.0 Autoflow: sleep for : 200ms I (9372) sntp: Time is not set yet. Connecting to WiFi and getting time over NTP. I (9372) sntp: Initializing SNTP I (9372) sntp: Waiting for system time to be set... (1/10) I (11372) sntp: Waiting for system time to be set... (2/10) I (13372) sntp: Waiting for system time to be set... (3/10) TimeZone set to CET-1CEST,M3.5.0,M10.5.0/3 Logfile opened: /sdcard/log/message/log_2021-03-10.txt I (15392) sntp: The current date/time in Berlin is: Wed Mar 10 08:13:08 2021 I (15392) sntp: The current date/time in Berlin is: 2021-03-10_08:13 timeist 20210310-081308 Logfile opened: /sdcard/log/message/log_2021-03-10.txt Logfile opened: /sdcard/log/message/log_2021-03-10.txt Logfile opened: /sdcard/log/message/log_2021-03-10.txt time 20210310-081308 Autoflow: sleep for : 200ms I (17452) server-main: Starting server on port: '80' I (17452) server-main: Registering URI handlers I (17452) server_tflite: server_part_camera - Registering URI handlers I (17452) server_ota: server_ota - Registering URI handlers I (17462) server_GPIO: server_GPIO - Registering URI handlers I (17472) gpio: GPIO[12]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0  I (17482) gpio: GPIO[13]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0  [MakeImage] Start ReadParameter ;LogImageLocation = /log/source ;LogfileRetentionInDays = 15 WaitBeforeTakingPicture = 5 ImageQuality = 5 ImageSize = VGA

[Alignment] Start ReadParameter InitalRotate=180 /config/ref0.jpg 119 273 /config/ref1.jpg 456 138 SearchFieldX = 20 SearchFieldY = 20 AlignmentAlgo = Default

[Digits] Start ReadParameter Model = /config/dig0721s1.tflite ;LogImageLocation = /log/digit ;LogfileRetentionInDays = 3 ModelInputSize = 20 32 digit1 306 120 37 67 digit2 355 120 37 67 digit3 404 120 37 67

[Analog] Start ReadParameter Model = /config/ana0630s2.tflite ;LogImageLocation = /log/analog ;LogfileRetentionInDays = 3 ModelInputSize = 32 32 analog1 444 225 92 92 analog2 391 329 92 92 analog3 294 369 92 92 analog4 168 326 92 92 ExtendedResolution = false

[PostProcessing] Start ReadParameter DecimalShift = 0 PreValueUse = true PreValueAgeStartup = 720 AllowNegativeRates = false MaxRateValue = 0.1 ErrorMessage = true CheckDigitIncreaseConsistency = false

[MQTT] 2020-11-30_12-02-22 42.013401 Start ReadParameter ;Uri = mqtt://IP-ADRESS:1883 ;Topic = wasserzaehler/zaehlerstand ;TopicError = wasserzaehler/error ;ClientID = wasser ;user = USERNAME ;password = PASSWORD

[AutoTimer] Start ReadParameter AutoStart = true Intervall = 4.85

[Debug] Start ReadParameter Logfile = false LogfileRetentionInDays = 3

[System] Start ReadParameter TimeZone = CET-1CEST,M3.5.0,M10.5.0/3 TimeZone set to CET-1CEST,M3.5.0,M10.5.0/3 ;TimeServer = fritz.box ;hostname = watermeter SetupMode = true

bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 [Ende]E (28322) camera: Failed to get the frame on time! E (28322) server_part_camera: Camera Capture Failed bh 0x001c981e bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00d9d9d9 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00d9d9d9 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00d9d9d9 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00000000 bh 0x00d9d9d9 bh 0x00000000 bh 0x00000000 bh 0x00000000

jomjol commented 3 years ago

So einen Fehler habe ich noch nicht gesehen. Hast du mal den Kameraanschluss überprüft: Flexkabel nochmal neu eingesteckt?

domiarduino commented 3 years ago

Ja, schon häufiger inzwischen. Ich flashe die ESP32 Kamera über ein Ansteckboard mit USB Anschluß das bei der Kamera dabei war, die erste funktionierende habe ich über einen FTDI adapter geflasht. Könnte das daran liegen?

domiarduino commented 3 years ago

Die Kamera scheint defekt zu sein, ich habe eine Standard Webcamanwendung aufgespielt, damit ging zwar die Weboberfläche aber es kame ebenfalls kein Bild.

jomjol commented 3 years ago

Okay - dann schließe ich mal diesen Issue