Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. muschelman

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 3
    • Best 0
    • Groups 1

    muschelman

    @muschelman

    Starter

    0
    Reputation
    4
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    muschelman Follow
    Starter

    Latest posts made by muschelman

    • RE: Wasserzähler - Version 2 - all-in-device

      @ESP8266 ich glabe ich habe den Beitrag gefunden, welchen du meintest:

      @bitwicht said in Wasserzähler - Version 2 - all-in-device:

      Hallo zusammen.

      Heute sind neue ESP32 CAM Platinen angekommen.
      Optisch sehen sie aus wie die erste Bestellung.

      Beim Flashen aber ein unterschied.

      ESP32-CAM Chip Revision 3 = gehen nicht (starten nicht)
      ESP32-CAM Chip Revision 1 = gehen !!!!

      Hat jemand einen Tipp wie ich die Revision ermittle? Steht das irgendwo auf dem Chip, oder kann man das irgendwie abfragen?

      posted in Hardware
      M
      muschelman
    • RE: Wasserzähler - Version 2 - all-in-device

      @esp8266 , ich habe jetzt noch einiges probiert, bin aber noch nicht zu einer Lösung gekommen. Als ich das Flash-Tool benutzt habe, ergab sich im Anschluss eine Reboot-Schleife. Deshalb habe ich dies auch noch über das esptool probiert:

      C:\Temp\esp32cam\esptool-v4.4-win64>esptool.exe --port COM5 erase_flash
      esptool.py v4.4
      Serial port COM5
      Connecting....
      Detecting chip type... Unsupported detection protocol, switching and trying again...
      Connecting.....
      Detecting chip type... ESP32
      Chip is ESP32-D0WD-V3 (revision v3.0)
      Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
      Crystal is 40MHz
      MAC: 40:22:d8:76:0c:d8
      Uploading stub...
      Running stub...
      Stub running...
      Erasing flash (this may take a while)...
      Chip erase completed successfully in 3.6s
      Hard resetting via RTS pin...
      
      C:\Temp\esp32cam\esptool-v4.4-win64>esptool.exe --port COM5 write_flash 0x01000 bootloader.bin 0x08000 partitions.bin 0x10000 firmware.bin
      esptool.py v4.4
      Serial port COM5
      Connecting....
      Detecting chip type... Unsupported detection protocol, switching and trying again...
      Connecting....
      Detecting chip type... ESP32
      Chip is ESP32-D0WD-V3 (revision v3.0)
      Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
      Crystal is 40MHz
      MAC: 40:22:d8:76:0c:d8
      Uploading stub...
      Running stub...
      Stub running...
      Configuring flash size...
      Flash will be erased from 0x00001000 to 0x00007fff...
      Flash will be erased from 0x00008000 to 0x00008fff...
      Flash will be erased from 0x00010000 to 0x001dcfff...
      Compressed 26864 bytes to 16248...
      Wrote 26864 bytes (16248 compressed) at 0x00001000 in 1.6 seconds (effective 132.7 kbit/s)...
      Hash of data verified.
      Compressed 3072 bytes to 128...
      Wrote 3072 bytes (128 compressed) at 0x00008000 in 0.0 seconds (effective 659.8 kbit/s)...
      Hash of data verified.
      Compressed 1887344 bytes to 1146250...
      Wrote 1887344 bytes (1146250 compressed) at 0x00010000 in 101.0 seconds (effective 149.5 kbit/s)...
      Hash of data verified.
      
      Leaving...
      Hard resetting via RTS pin...
      

      Aber dies führte ebenfalls zu einer Reebot-Schleife:

      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: 3
      I (30) boot_comm: chip revision: 3, min. bootloader chip revision: 0
      I (37) boot.esp32: SPI Speed      : 40MHz
      I (42) 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: 3, min. application chip revision: 0
      I (116) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=4df30h (319280) map
      I (247) esp_image: segment 1: paddr=0005df58 vaddr=3ffb0000 size=020c0h (  8384) load
      I (250) esp_image: segment 2: paddr=00060020 vaddr=400d0020 size=15e00ch (1433612) map
      I (801) esp_image: segment 3: paddr=001be034 vaddr=3ffb20c0 size=029f8h ( 10744) load
      I (806) esp_image: segment 4: paddr=001c0a34 vaddr=40080000 size=1c1f4h (115188) load
      I (856) esp_image: segment 5: paddr=001dcc30 vaddr=50000000 size=00010h (    16) load
      I (871) boot: Loaded app from partition at offset 0x10000
      I (871) boot: Disabling RNG early entropy source...
      I (883) psram: This chip is ESP32-D0WD
      E (883) psram: PSRAM ID read error: 0xffffffff
      E (883) cpu_start: Failed to init external RAM!
      Re-enable cpu cache.
      
      abort() was called at PC 0x40082dcf on core 0
      
      Backtrace:0x40082c65:0x3ffe3ba0 0x4008f70d:0x3ffe3bc0 0x40096991:0x3ffe3be0 0x40082dcf:0x3ffe3c50 0x4007956d:0x3ffe3c80 |<-CORRUPTED
      
      
      ELF file SHA256: 28356ed42df4c694
      
      Rebooting...
      

      Die einzige Methode, wie ich es überhaupt hin bekomme, dass der ESP auf Port 80 reagiert, ist der Web-Installer. Aber dort kommen dann halt die Meldungen aus dem letzten Post. Für weitere Hinweise wäre ich sehr dankbar.

      posted in Hardware
      M
      muschelman
    • RE: Wasserzähler - Version 2 - all-in-device

      Moin.
      Ich habe mir folgende Hardware gekauft, um dieses großartige Projekt umzusetzen:
      https://www.ebay.de/itm/175340316484?var=474577788572

      Das flashen erfolgte über den Web-Installer:
      https://jomjol.github.io/AI-on-the-edge-device

      Danach konnte ich im Browser auch die Web-Seite über die IP-Adresse aufrufen, aber es wurde folgendes gemeldet:

      AI on the Edge Device
      We have one or more critical errors:
      0x00000001
      0x00000002
      Please check github.com/jomjol/AI-on-the-edge-device/wiki/Error-Codes for more information!

      Wenn ich das Log anzeigen lasse, kommen folgende Fehler:

      I (10284) MAIN: =================================================
      I (10294) MAIN: ================== Main Started =================
      I (10304) MAIN: =================================================
      W (10324) MAIN: Web UI version (?) does not match firmware version (04f2f23+) !
      I (10324) psram: This chip is ESP32-D0WD
      E (10324) psram: PSRAM ID read error: 0xffffffff
      E (10324) spiram: SPI RAM enabled but initialization failed. Bailing out.
      E (10334) MAIN: Failed to initialize PSRAM (-1)!
      E (10344) MAIN: Either your device misses the PSRAM chip or it is broken!
      E (10354) HELPER: New System Status: 0x00000001
      E (10364) MAIN: Not enough Heap memory available. Expected around 4 MBytes, but only 89168 Bytes are available! That is not enough for this firmware!
      E (10374) HELPER: New System Status: 0x00000003
      I (12384) MAIN SERVER: Starting server on port: '80'
      

      Der Speicher wurde beim ebay-Artikel wie folgt angegeben: "Built-in 520 KB SRAM, external 8MB PSRAM"

      Habe ich was falsches gekauft, oder ist da was defekt? Ich gehe im ersten Moment mal davon aus, dass ich etwas falsch gemacht habe, da ich mehrere esp32-cams gekauft habe, aber alle die gleiche Fehlermeldung bringen. Falls nicht, könnte ich diese noch retournieren. Habt ihr eine Tipp für mich, was falsch sein könnte?

      posted in Hardware
      M
      muschelman
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo