Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Off Topic
  4. Microcontroller
  5. [] ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI o t Edge

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.4k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.0k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.5k

[] ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI o t Edge

Geplant Angeheftet Gesperrt Verschoben Microcontroller
39 Beiträge 6 Kommentatoren 2.0k Aufrufe 5 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • D Offline
    D Offline
    dojodojo
    schrieb am zuletzt editiert von dojodojo
    #1

    ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge

    Alter Thread: https://forum.iobroker.net/topic/36622/wasserzähler-version-2-all-in-device/2592?lang=de

    Problem: Der wifi Hotspot wird nicht erstellt.

    https://wiki.ubuntuusers.de/venv/

    esptool
                                                                                                               
     Usage: esptool [OPTIONS] COMMAND [ARGS]...                                                                
                                                                                                               
     esptool v5.1.0 - serial utility for flashing, provisioning, and interacting with Espressif SoCs.          
                                                                                                               
    ╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────╮
    │ --chip              -c  [auto|esp8266|esp32|esp32s2|esp32s3|es  Target chip type.                       │
    │                         p32c3|esp32c2|esp32c6|esp32c61|esp32c5                                          │
    │                         |esp32h2|esp32h21|esp32p4|esp32h4]                                              │
    │ --port              -p  PATH                                    Serial port device.                     │
    │ --baud              -b  INTEGER                                 Serial port baud rate used when         │
    │                                                                 flashing/reading.                       │
    │ --port-filter           [TEXT]                                  Serial port device filter, can be       │
    │                                                                 vid=NUMBER, pid=NUMBER, name=SUBSTRING, │
    │                                                                 serial=SUBSTRING.                       │
    │ --before                [default-reset|usb-reset|no-reset|no-r  Which reset to perform before           │
    │                         eset-no-sync]                           connecting to the chip.                 │
    │ --after             -a  [hard-reset|soft-reset|no-reset|no-res  Which reset to perform after operation  │
    │                         et-stub|watchdog-reset]                 is finished.                            │
    │ --no-stub                                                       Disable launching the flasher stub,     │
    │                                                                 only talk to ROM bootloader. Some       │
    │                                                                 features will not be available.         │
    │ --trace             -t                                          Enable trace-level output of esptool    │
    │                                                                 interactions.                           │
    │ --verbose           -v                                          Print all output, disable collapsing    │
    │                                                                 output stages.                          │
    │ --silent            -s                                          Silence all output except for errors.   │
    │ --override-vddsdio      [1.8V|1.9V|OFF]                         Override ESP32 VDDSDIO internal voltage │
    │                                                                 regulator (use with care).              │
    │ --connect-attempts      INTEGER                                 Number of attempts to connect, negative │
    │                                                                 or 0 for infinite. Default: 7.          │
    │ --help              -h                                          Show this message and exit.             │
    ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────╯
    ╭─ Basic commands ────────────────────────────────────────────────────────────────────────────────────────╮
    │ write-flash                Write a binary blob to flash. The address is followed by binary filename,    │
    │                            separated by space.                                                          │
    │ read-flash                 Read SPI flash memory content.                                               │
    │ erase-flash                Erase the SPI flash memory.                                                  │
    │ erase-region               Erase a region of the SPI flash memory.                                      │
    │ read-mac                   Print the device MAC address.                                                │
    │ flash-id                   Print the SPI flash memory manufacturer and device ID.                       │
    │ elf2image                  Create an application image from ELF file                                    │
    │ image-info                 Print information about a firmware image (bootloader or application).        │
    │ merge-bin                  Merge multiple raw binary files into a single flashable file.                │
    │ version                    Print esptool version.                                                       │
    ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────╯
    ╭─ Advanced commands ─────────────────────────────────────────────────────────────────────────────────────╮
    │ verify-flash               Verify a binary blob against the flash memory content.                       │
    │ load-ram                   Download an image to RAM and execute.                                        │
    │ dump-mem                   Dump arbitrary memory to a file.                                             │
    │ read-mem                   Read arbitrary memory location.                                              │
    │ write-mem                  Modify or write to arbitrary memory location.                                │
    │ read-flash-status          Read SPI flash memory status register.                                       │
    │ write-flash-status         Write SPI flash memory status register.                                      │
    │ read-flash-sfdp            Read SPI flash SFDP (Serial Flash Discoverable Parameters).                  │
    │ get-security-info          Print security information report.                                           │
    │ chip-id                    Print the device chip ID.                                                    │
    │ run                        Run application code loaded in flash.                                        │
    ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────╯
    

    Hallo Forum,

    wie kann einen DIYmore ESP32-Cam mit ai on the edge jomjol flashen?

    https://www.amazon.de/dp/B0D9BSRYF9?ref=ppx_yo2ov_dt_b_fed_asin_title&th=1

    diymore 2 Stücke für ESP32 USB C für ESP32 CAM Entwicklungsplatine, WLAN/Bluetooth, DC 5V Dual-Core-Entwicklungsplatine mit 2640 Kamera Modul
    Besuche den diymore-Store

    https://jomjol.github.io/AI-on-the-edge-device/

    Sollte das ohne Probleme funktionieren?

    Mit Tasmota kann ich den diymore ESP32-Cam ohne Probleme flashen.

    LG
    dojodojo

    MartinPM Samson71S 2 Antworten Letzte Antwort
    0
    • D dojodojo

      ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge

      Alter Thread: https://forum.iobroker.net/topic/36622/wasserzähler-version-2-all-in-device/2592?lang=de

      Problem: Der wifi Hotspot wird nicht erstellt.

      https://wiki.ubuntuusers.de/venv/

      esptool
                                                                                                                 
       Usage: esptool [OPTIONS] COMMAND [ARGS]...                                                                
                                                                                                                 
       esptool v5.1.0 - serial utility for flashing, provisioning, and interacting with Espressif SoCs.          
                                                                                                                 
      ╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────╮
      │ --chip              -c  [auto|esp8266|esp32|esp32s2|esp32s3|es  Target chip type.                       │
      │                         p32c3|esp32c2|esp32c6|esp32c61|esp32c5                                          │
      │                         |esp32h2|esp32h21|esp32p4|esp32h4]                                              │
      │ --port              -p  PATH                                    Serial port device.                     │
      │ --baud              -b  INTEGER                                 Serial port baud rate used when         │
      │                                                                 flashing/reading.                       │
      │ --port-filter           [TEXT]                                  Serial port device filter, can be       │
      │                                                                 vid=NUMBER, pid=NUMBER, name=SUBSTRING, │
      │                                                                 serial=SUBSTRING.                       │
      │ --before                [default-reset|usb-reset|no-reset|no-r  Which reset to perform before           │
      │                         eset-no-sync]                           connecting to the chip.                 │
      │ --after             -a  [hard-reset|soft-reset|no-reset|no-res  Which reset to perform after operation  │
      │                         et-stub|watchdog-reset]                 is finished.                            │
      │ --no-stub                                                       Disable launching the flasher stub,     │
      │                                                                 only talk to ROM bootloader. Some       │
      │                                                                 features will not be available.         │
      │ --trace             -t                                          Enable trace-level output of esptool    │
      │                                                                 interactions.                           │
      │ --verbose           -v                                          Print all output, disable collapsing    │
      │                                                                 output stages.                          │
      │ --silent            -s                                          Silence all output except for errors.   │
      │ --override-vddsdio      [1.8V|1.9V|OFF]                         Override ESP32 VDDSDIO internal voltage │
      │                                                                 regulator (use with care).              │
      │ --connect-attempts      INTEGER                                 Number of attempts to connect, negative │
      │                                                                 or 0 for infinite. Default: 7.          │
      │ --help              -h                                          Show this message and exit.             │
      ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────╯
      ╭─ Basic commands ────────────────────────────────────────────────────────────────────────────────────────╮
      │ write-flash                Write a binary blob to flash. The address is followed by binary filename,    │
      │                            separated by space.                                                          │
      │ read-flash                 Read SPI flash memory content.                                               │
      │ erase-flash                Erase the SPI flash memory.                                                  │
      │ erase-region               Erase a region of the SPI flash memory.                                      │
      │ read-mac                   Print the device MAC address.                                                │
      │ flash-id                   Print the SPI flash memory manufacturer and device ID.                       │
      │ elf2image                  Create an application image from ELF file                                    │
      │ image-info                 Print information about a firmware image (bootloader or application).        │
      │ merge-bin                  Merge multiple raw binary files into a single flashable file.                │
      │ version                    Print esptool version.                                                       │
      ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────╯
      ╭─ Advanced commands ─────────────────────────────────────────────────────────────────────────────────────╮
      │ verify-flash               Verify a binary blob against the flash memory content.                       │
      │ load-ram                   Download an image to RAM and execute.                                        │
      │ dump-mem                   Dump arbitrary memory to a file.                                             │
      │ read-mem                   Read arbitrary memory location.                                              │
      │ write-mem                  Modify or write to arbitrary memory location.                                │
      │ read-flash-status          Read SPI flash memory status register.                                       │
      │ write-flash-status         Write SPI flash memory status register.                                      │
      │ read-flash-sfdp            Read SPI flash SFDP (Serial Flash Discoverable Parameters).                  │
      │ get-security-info          Print security information report.                                           │
      │ chip-id                    Print the device chip ID.                                                    │
      │ run                        Run application code loaded in flash.                                        │
      ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────╯
      

      Hallo Forum,

      wie kann einen DIYmore ESP32-Cam mit ai on the edge jomjol flashen?

      https://www.amazon.de/dp/B0D9BSRYF9?ref=ppx_yo2ov_dt_b_fed_asin_title&th=1

      diymore 2 Stücke für ESP32 USB C für ESP32 CAM Entwicklungsplatine, WLAN/Bluetooth, DC 5V Dual-Core-Entwicklungsplatine mit 2640 Kamera Modul
      Besuche den diymore-Store

      https://jomjol.github.io/AI-on-the-edge-device/

      Sollte das ohne Probleme funktionieren?

      Mit Tasmota kann ich den diymore ESP32-Cam ohne Probleme flashen.

      LG
      dojodojo

      MartinPM Online
      MartinPM Online
      MartinP
      schrieb am zuletzt editiert von
      #2

      @dojodojo Ich habe auch solche Kameramodule.
      Geflasht habe ich die mit Tasmota.
      Ich kann mir nicht vorstellen, dass der ESP32 performant genug für AI Bilderkennung ist.
      Für Auswertung habe ich einen Docker Container mit Frigate und einem Google Coral KI Modul.
      Die Kamera liefert bei der Auflösung von 800×600 Pixeln nur 10 Bilder pro Sekunde

      Intel(R) Celeron(R) CPU N3000 @ 1.04GHz 8G RAM 480G SSD
      Virtualization : unprivileged lxc container (debian 12 on Proxmox 8.4.13)
      kernel Linux pve 6.8.12-15-pve
      6 GByte RAM für den Container
      Fritzbox 6591 FW 8.03 (Vodafone Leih-Box)
      Remote-Access über Wireguard der Fritzbox

      HomoranH 1 Antwort Letzte Antwort
      0
      • MartinPM MartinP

        @dojodojo Ich habe auch solche Kameramodule.
        Geflasht habe ich die mit Tasmota.
        Ich kann mir nicht vorstellen, dass der ESP32 performant genug für AI Bilderkennung ist.
        Für Auswertung habe ich einen Docker Container mit Frigate und einem Google Coral KI Modul.
        Die Kamera liefert bei der Auflösung von 800×600 Pixeln nur 10 Bilder pro Sekunde

        HomoranH Nicht stören
        HomoranH Nicht stören
        Homoran
        Global Moderator Administrators
        schrieb am zuletzt editiert von
        #3

        @martinp sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

        Ich kann mir nicht vorstellen, dass der ESP32 performant genug für AI Bilderkennung ist.

        dann hast du wahrscheinlich das ganze Projekt von @jomjol noch nicht beobachtet

        kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

        MartinPM 1 Antwort Letzte Antwort
        0
        • D dojodojo

          ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge

          Alter Thread: https://forum.iobroker.net/topic/36622/wasserzähler-version-2-all-in-device/2592?lang=de

          Problem: Der wifi Hotspot wird nicht erstellt.

          https://wiki.ubuntuusers.de/venv/

          esptool
                                                                                                                     
           Usage: esptool [OPTIONS] COMMAND [ARGS]...                                                                
                                                                                                                     
           esptool v5.1.0 - serial utility for flashing, provisioning, and interacting with Espressif SoCs.          
                                                                                                                     
          ╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────╮
          │ --chip              -c  [auto|esp8266|esp32|esp32s2|esp32s3|es  Target chip type.                       │
          │                         p32c3|esp32c2|esp32c6|esp32c61|esp32c5                                          │
          │                         |esp32h2|esp32h21|esp32p4|esp32h4]                                              │
          │ --port              -p  PATH                                    Serial port device.                     │
          │ --baud              -b  INTEGER                                 Serial port baud rate used when         │
          │                                                                 flashing/reading.                       │
          │ --port-filter           [TEXT]                                  Serial port device filter, can be       │
          │                                                                 vid=NUMBER, pid=NUMBER, name=SUBSTRING, │
          │                                                                 serial=SUBSTRING.                       │
          │ --before                [default-reset|usb-reset|no-reset|no-r  Which reset to perform before           │
          │                         eset-no-sync]                           connecting to the chip.                 │
          │ --after             -a  [hard-reset|soft-reset|no-reset|no-res  Which reset to perform after operation  │
          │                         et-stub|watchdog-reset]                 is finished.                            │
          │ --no-stub                                                       Disable launching the flasher stub,     │
          │                                                                 only talk to ROM bootloader. Some       │
          │                                                                 features will not be available.         │
          │ --trace             -t                                          Enable trace-level output of esptool    │
          │                                                                 interactions.                           │
          │ --verbose           -v                                          Print all output, disable collapsing    │
          │                                                                 output stages.                          │
          │ --silent            -s                                          Silence all output except for errors.   │
          │ --override-vddsdio      [1.8V|1.9V|OFF]                         Override ESP32 VDDSDIO internal voltage │
          │                                                                 regulator (use with care).              │
          │ --connect-attempts      INTEGER                                 Number of attempts to connect, negative │
          │                                                                 or 0 for infinite. Default: 7.          │
          │ --help              -h                                          Show this message and exit.             │
          ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────╯
          ╭─ Basic commands ────────────────────────────────────────────────────────────────────────────────────────╮
          │ write-flash                Write a binary blob to flash. The address is followed by binary filename,    │
          │                            separated by space.                                                          │
          │ read-flash                 Read SPI flash memory content.                                               │
          │ erase-flash                Erase the SPI flash memory.                                                  │
          │ erase-region               Erase a region of the SPI flash memory.                                      │
          │ read-mac                   Print the device MAC address.                                                │
          │ flash-id                   Print the SPI flash memory manufacturer and device ID.                       │
          │ elf2image                  Create an application image from ELF file                                    │
          │ image-info                 Print information about a firmware image (bootloader or application).        │
          │ merge-bin                  Merge multiple raw binary files into a single flashable file.                │
          │ version                    Print esptool version.                                                       │
          ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────╯
          ╭─ Advanced commands ─────────────────────────────────────────────────────────────────────────────────────╮
          │ verify-flash               Verify a binary blob against the flash memory content.                       │
          │ load-ram                   Download an image to RAM and execute.                                        │
          │ dump-mem                   Dump arbitrary memory to a file.                                             │
          │ read-mem                   Read arbitrary memory location.                                              │
          │ write-mem                  Modify or write to arbitrary memory location.                                │
          │ read-flash-status          Read SPI flash memory status register.                                       │
          │ write-flash-status         Write SPI flash memory status register.                                      │
          │ read-flash-sfdp            Read SPI flash SFDP (Serial Flash Discoverable Parameters).                  │
          │ get-security-info          Print security information report.                                           │
          │ chip-id                    Print the device chip ID.                                                    │
          │ run                        Run application code loaded in flash.                                        │
          ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────╯
          

          Hallo Forum,

          wie kann einen DIYmore ESP32-Cam mit ai on the edge jomjol flashen?

          https://www.amazon.de/dp/B0D9BSRYF9?ref=ppx_yo2ov_dt_b_fed_asin_title&th=1

          diymore 2 Stücke für ESP32 USB C für ESP32 CAM Entwicklungsplatine, WLAN/Bluetooth, DC 5V Dual-Core-Entwicklungsplatine mit 2640 Kamera Modul
          Besuche den diymore-Store

          https://jomjol.github.io/AI-on-the-edge-device/

          Sollte das ohne Probleme funktionieren?

          Mit Tasmota kann ich den diymore ESP32-Cam ohne Probleme flashen.

          LG
          dojodojo

          Samson71S Offline
          Samson71S Offline
          Samson71
          Global Moderator
          schrieb am zuletzt editiert von
          #4

          @dojodojo sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

          Sollte das ohne Probleme funktionieren?

          Hier Lesen und nach der Anleitung vorgehen.
          https://github.com/jomjol/AI-on-the-edge-device

          @martinp sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

          Ich kann mir nicht vorstellen, dass der ESP32 performant genug für AI Bilderkennung ist.

          Da muss ich @Homoran beipflichten und empfehle mal den GitHub Link zu studieren.

          Markus

          Bitte beachten:
          Hinweise für gute Forenbeiträge
          Maßnahmen zum Schutz des Forums

          D 1 Antwort Letzte Antwort
          0
          • Samson71S Samson71

            @dojodojo sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

            Sollte das ohne Probleme funktionieren?

            Hier Lesen und nach der Anleitung vorgehen.
            https://github.com/jomjol/AI-on-the-edge-device

            @martinp sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

            Ich kann mir nicht vorstellen, dass der ESP32 performant genug für AI Bilderkennung ist.

            Da muss ich @Homoran beipflichten und empfehle mal den GitHub Link zu studieren.

            D Offline
            D Offline
            dojodojo
            schrieb am zuletzt editiert von dojodojo
            #5

            @samson71 Die Anleitung habe ich gelesen, den ersten meiner zwei ESP32-Cam konnte ich mit AI on the Edge ohne Probem flashen.

            Wie versetze ich den ESP-32 bewußt in den Schreibmodus?
            Macht Sinn die Esptools zu verwenden?
            Woher bekomme dann den firmware.bin File?

            https://jomjol.github.io/AI-on-the-edge-device-docs/Installation/

            1.2.2.3 Flashing using the Python based esptool (Console)

            esptool erase_flash
            esptool write_flash 0x01000 bootloader.bin 0x08000 partitions.bin 0x10000 firmware.bin
            

            gefunden:

            1.2.2.1 Files
            Grab the firmware from the
            Releases page (Stable, tested versions), or the

            AI-on-the-edge-device__manual-setup__v16.0.0.zip

            esptool -p /dev/ttyUSB0 write_flash 0x01000 bootloader.bin 0x08000 partitions.bin 0x10000 firmware.bin
            Warning: Deprecated: Command 'write_flash' is deprecated. Use 'write-flash' instead.
            esptool v5.1.0
            Connected to ESP32 on /dev/ttyUSB0:
            Chip type:          ESP32-D0WD-V3 (revision v3.1)
            Features:           Wi-Fi, BT, Dual Core + LP Core, 240MHz, Vref calibration in eFuse, Coding Scheme None
            Crystal frequency:  40MHz
            MAC:                xxxxxxxxxxxxxxxxx
            
            Stub flasher running.
            
            Configuring flash size...
            Flash will be erased from 0x00001000 to 0x00006fff...
            Flash will be erased from 0x00008000 to 0x00008fff...
            Flash will be erased from 0x00010000 to 0x00182fff...
            Wrote 21456 bytes (13813 compressed) at 0x00001000 in 1.4 seconds (125.3 kbit/s).
            Hash of data verified.
            Wrote 3072 bytes (128 compressed) at 0x00008000 in 0.0 seconds (776.0 kbit/s).
            Hash of data verified.
            Wrote 1515744 bytes (990692 compressed) at 0x00010000 in 89.0 seconds (136.3 kbit/s).
            Hash of data verified.
            
            Hard resetting via RTS pin...
            

            Leider kein Erfolg, jetzt ein neuer Versuch:

            1 Antwort Letzte Antwort
            0
            • HomoranH Homoran

              @martinp sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

              Ich kann mir nicht vorstellen, dass der ESP32 performant genug für AI Bilderkennung ist.

              dann hast du wahrscheinlich das ganze Projekt von @jomjol noch nicht beobachtet

              MartinPM Online
              MartinPM Online
              MartinP
              schrieb am zuletzt editiert von
              #6

              @homoran da bin ich dem Projekttitel bzw der Entwicklung der KI Bilderkennung auf den Leim gegangen. Die AI Firmware ist ja doch etwas anderes, als das, was da Google mit den Coral Chips veranstaltet.

              Für Personenerkennung in freier Umgebung sind die ESP32 aktuell noch zu schmalbrüstig. Aber, wenn man sieht, mit welcher Vehemenz sich die Chinesen auf das Thema KI stürzen, ist das wohl nur eine Frage der Zeit.

              Intel(R) Celeron(R) CPU N3000 @ 1.04GHz 8G RAM 480G SSD
              Virtualization : unprivileged lxc container (debian 12 on Proxmox 8.4.13)
              kernel Linux pve 6.8.12-15-pve
              6 GByte RAM für den Container
              Fritzbox 6591 FW 8.03 (Vodafone Leih-Box)
              Remote-Access über Wireguard der Fritzbox

              D 1 Antwort Letzte Antwort
              0
              • MartinPM MartinP

                @homoran da bin ich dem Projekttitel bzw der Entwicklung der KI Bilderkennung auf den Leim gegangen. Die AI Firmware ist ja doch etwas anderes, als das, was da Google mit den Coral Chips veranstaltet.

                Für Personenerkennung in freier Umgebung sind die ESP32 aktuell noch zu schmalbrüstig. Aber, wenn man sieht, mit welcher Vehemenz sich die Chinesen auf das Thema KI stürzen, ist das wohl nur eine Frage der Zeit.

                D Offline
                D Offline
                dojodojo
                schrieb am zuletzt editiert von dojodojo
                #7

                Test mit andereem Releasestand:

                AI-on-the-edge-device__manual-setup__v15.7.0.zip

                dojo@pc:~$ source env/bin/activate
                (env) dojo@pc:~$ cd /media/dojo/store/AI-on-the-edge-device__manual-setup__v15.7.0/
                (env) dojo@pc:/media/dojo/store/AI-on-the-edge-device__manual-setup__v15.7.0$ esptool -p /dev/ttyUSB0 erase-flash
                esptool v5.1.0
                Connected to ESP32 on /dev/ttyUSB0:
                Chip type:          ESP32-D0WD-V3 (revision v3.1)
                Features:           Wi-Fi, BT, Dual Core + LP Core, 240MHz, Vref calibration in eFuse, Coding Scheme None
                Crystal frequency:  40MHz
                MAC:                xxxxxxxxxxxxxxx
                
                Stub flasher running.
                
                Flash memory erased successfully in 4.1 seconds.
                
                Hard resetting via RTS pin...
                (env) dojo@pc:/media/dojo/store/AI-on-the-edge-device__manual-setup__v15.7.0$ esptool --port /dev/ttyUSB0 write-flash 0x01000 bootloader.bin 0x08000 partitions.bin 0x10000 firmware.bin
                esptool v5.1.0
                Connected to ESP32 on /dev/ttyUSB0:
                Chip type:          ESP32-D0WD-V3 (revision v3.1)
                Features:           Wi-Fi, BT, Dual Core + LP Core, 240MHz, Vref calibration in eFuse, Coding Scheme None
                Crystal frequency:  40MHz
                MAC:                xxxxxxxxxxxxxxx
                
                Stub flasher running.
                
                Configuring flash size...
                Flash will be erased from 0x00001000 to 0x00006fff...
                Flash will be erased from 0x00008000 to 0x00008fff...
                Flash will be erased from 0x00010000 to 0x0017efff...
                Wrote 21376 bytes (14127 compressed) at 0x00001000 in 1.4 seconds (122.3 kbit/s).
                Hash of data verified.
                Wrote 3072 bytes (128 compressed) at 0x00008000 in 0.0 seconds (858.9 kbit/s).
                Hash of data verified.
                Wrote 1500320 bytes (968156 compressed) at 0x00010000 in 87.8 seconds (136.8 kbit/s).
                Hash of data verified.
                
                Hard resetting via RTS pin...
                (env) dojo@pc:/media/dojo/store/AI-on-the-edge-device__manual-setup__v15.7.0$
                
                

                Der Test verlief leider erfolglos.
                Gestern konnte ich AI-on-the-Edge einmal erfolgreich installieren,
                heute kann ich es nicht mehr. :-(

                So wie das sehe, ist es ein wifi Problem mit AI-on-the-edge-device__manual-setup__v16.0.0.zip bzw. dem Webinstaller,
                der auch v16.0.0 installiert. (mit Tasmota Version 15.0.1 (release-tasmota32) funktioniert wifi)

                Auch mit AI-on-the-edge-device__manual-setup__v14.0.3.zip kann ich das Problem nicht lösen.

                Wie finde ich passende Hardware, welchen Lieferanten sollte ich wählen?

                Nach der Liste hatte ich ausgesucht:
                https://github.com/jomjol/AI-on-the-edge-device/discussions/1732

                Noch besser, ist natürlich, wie löse ich das Problem?

                D 1 Antwort Letzte Antwort
                0
                • D dojodojo

                  Test mit andereem Releasestand:

                  AI-on-the-edge-device__manual-setup__v15.7.0.zip

                  dojo@pc:~$ source env/bin/activate
                  (env) dojo@pc:~$ cd /media/dojo/store/AI-on-the-edge-device__manual-setup__v15.7.0/
                  (env) dojo@pc:/media/dojo/store/AI-on-the-edge-device__manual-setup__v15.7.0$ esptool -p /dev/ttyUSB0 erase-flash
                  esptool v5.1.0
                  Connected to ESP32 on /dev/ttyUSB0:
                  Chip type:          ESP32-D0WD-V3 (revision v3.1)
                  Features:           Wi-Fi, BT, Dual Core + LP Core, 240MHz, Vref calibration in eFuse, Coding Scheme None
                  Crystal frequency:  40MHz
                  MAC:                xxxxxxxxxxxxxxx
                  
                  Stub flasher running.
                  
                  Flash memory erased successfully in 4.1 seconds.
                  
                  Hard resetting via RTS pin...
                  (env) dojo@pc:/media/dojo/store/AI-on-the-edge-device__manual-setup__v15.7.0$ esptool --port /dev/ttyUSB0 write-flash 0x01000 bootloader.bin 0x08000 partitions.bin 0x10000 firmware.bin
                  esptool v5.1.0
                  Connected to ESP32 on /dev/ttyUSB0:
                  Chip type:          ESP32-D0WD-V3 (revision v3.1)
                  Features:           Wi-Fi, BT, Dual Core + LP Core, 240MHz, Vref calibration in eFuse, Coding Scheme None
                  Crystal frequency:  40MHz
                  MAC:                xxxxxxxxxxxxxxx
                  
                  Stub flasher running.
                  
                  Configuring flash size...
                  Flash will be erased from 0x00001000 to 0x00006fff...
                  Flash will be erased from 0x00008000 to 0x00008fff...
                  Flash will be erased from 0x00010000 to 0x0017efff...
                  Wrote 21376 bytes (14127 compressed) at 0x00001000 in 1.4 seconds (122.3 kbit/s).
                  Hash of data verified.
                  Wrote 3072 bytes (128 compressed) at 0x00008000 in 0.0 seconds (858.9 kbit/s).
                  Hash of data verified.
                  Wrote 1500320 bytes (968156 compressed) at 0x00010000 in 87.8 seconds (136.8 kbit/s).
                  Hash of data verified.
                  
                  Hard resetting via RTS pin...
                  (env) dojo@pc:/media/dojo/store/AI-on-the-edge-device__manual-setup__v15.7.0$
                  
                  

                  Der Test verlief leider erfolglos.
                  Gestern konnte ich AI-on-the-Edge einmal erfolgreich installieren,
                  heute kann ich es nicht mehr. :-(

                  So wie das sehe, ist es ein wifi Problem mit AI-on-the-edge-device__manual-setup__v16.0.0.zip bzw. dem Webinstaller,
                  der auch v16.0.0 installiert. (mit Tasmota Version 15.0.1 (release-tasmota32) funktioniert wifi)

                  Auch mit AI-on-the-edge-device__manual-setup__v14.0.3.zip kann ich das Problem nicht lösen.

                  Wie finde ich passende Hardware, welchen Lieferanten sollte ich wählen?

                  Nach der Liste hatte ich ausgesucht:
                  https://github.com/jomjol/AI-on-the-edge-device/discussions/1732

                  Noch besser, ist natürlich, wie löse ich das Problem?

                  D Offline
                  D Offline
                  dojodojo
                  schrieb am zuletzt editiert von dojodojo
                  #8

                  https://www.az-delivery.de/products/esp32-cam-modul-esp32-wifi-bluetooth-modul-inklusive-kamera?variant=32376084168800

                  Spezifikationen:
                  Das DIP-16-Paket enthält das ESP32 Cam-Modul, eine 2dBi PCB-Antenne und ein 20mm-Flachkabel mit einer 2MP OV2640-Kamera.
                  Unterstützt die Betriebsmodi STA/AP/STA+AP
                  Unterstützt microSD TF-Karte mit einer maximalen Größe von 4 GB

                  Datenblatt: https://cdn.shopify.com/s/files/1/1509/1638/files/ESP32-Cam_datasheet.pdf?v=1689236064

                  Ob das Modul trotzdem mit microSD 8 GB funktioniert?

                  Welche ESP32-Cam funktioniert mit AI-on-the-Edge wirklich?

                  Samson71S 1 Antwort Letzte Antwort
                  0
                  • D dojodojo

                    https://www.az-delivery.de/products/esp32-cam-modul-esp32-wifi-bluetooth-modul-inklusive-kamera?variant=32376084168800

                    Spezifikationen:
                    Das DIP-16-Paket enthält das ESP32 Cam-Modul, eine 2dBi PCB-Antenne und ein 20mm-Flachkabel mit einer 2MP OV2640-Kamera.
                    Unterstützt die Betriebsmodi STA/AP/STA+AP
                    Unterstützt microSD TF-Karte mit einer maximalen Größe von 4 GB

                    Datenblatt: https://cdn.shopify.com/s/files/1/1509/1638/files/ESP32-Cam_datasheet.pdf?v=1689236064

                    Ob das Modul trotzdem mit microSD 8 GB funktioniert?

                    Welche ESP32-Cam funktioniert mit AI-on-the-Edge wirklich?

                    Samson71S Offline
                    Samson71S Offline
                    Samson71
                    Global Moderator
                    schrieb am zuletzt editiert von
                    #9

                    @dojodojo sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

                    Ob das Modul trotzdem mit microSD 8 GB funktioniert?

                    Erwartest Du darauf ernsthaft eine (belastbare) Antwort? Soweit reicht die Glaskugel leider nicht. Das wirst Du wohl ausprobieren müssen. Was nützt Dir ein "ich vermute es wird funktionieren", wenn es das dann am Ende evtl. doch nicht tut?

                    @dojodojo sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

                    Welche ESP32-Cam funktioniert mit AI-on-the-Edge wirklich?

                    Die Frage ist genauso (nicht) zu beantworten. Selbst wenn sich jemand vor 1-x Jahren bei Ali und Co oder anderweitig mit Cam-Modulen eingedeckt hat die funktionieren, kann Dir niemand sagen ob eine heute dort bestellte Cam 1 zu 1 identisch ist bzw. (sofern Link/Shop überhaupt noch existieren) der Zulieferer/Hersteller exakt derselbe ist wie damals. Deck Dich ggf. mit 2-3 Modulen verschiedener Hersteller/Lieferanten ein und probiere es aus.

                    Für echte Fehler ist wohl auch eher in Issue auf GitHub der bessere Weg als hier Selbstgespräche zu führen, aber in den meisten Fällen wird vermutlich das "Nicht Funktionieren" eher am Anwender als an der Hardware liegen ;)

                    Markus

                    Bitte beachten:
                    Hinweise für gute Forenbeiträge
                    Maßnahmen zum Schutz des Forums

                    D 1 Antwort Letzte Antwort
                    1
                    • Samson71S Samson71

                      @dojodojo sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

                      Ob das Modul trotzdem mit microSD 8 GB funktioniert?

                      Erwartest Du darauf ernsthaft eine (belastbare) Antwort? Soweit reicht die Glaskugel leider nicht. Das wirst Du wohl ausprobieren müssen. Was nützt Dir ein "ich vermute es wird funktionieren", wenn es das dann am Ende evtl. doch nicht tut?

                      @dojodojo sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

                      Welche ESP32-Cam funktioniert mit AI-on-the-Edge wirklich?

                      Die Frage ist genauso (nicht) zu beantworten. Selbst wenn sich jemand vor 1-x Jahren bei Ali und Co oder anderweitig mit Cam-Modulen eingedeckt hat die funktionieren, kann Dir niemand sagen ob eine heute dort bestellte Cam 1 zu 1 identisch ist bzw. (sofern Link/Shop überhaupt noch existieren) der Zulieferer/Hersteller exakt derselbe ist wie damals. Deck Dich ggf. mit 2-3 Modulen verschiedener Hersteller/Lieferanten ein und probiere es aus.

                      Für echte Fehler ist wohl auch eher in Issue auf GitHub der bessere Weg als hier Selbstgespräche zu führen, aber in den meisten Fällen wird vermutlich das "Nicht Funktionieren" eher am Anwender als an der Hardware liegen ;)

                      D Offline
                      D Offline
                      dojodojo
                      schrieb am zuletzt editiert von dojodojo
                      #10

                      @samson71

                      Bei GitHub https://github.com/jomjol/AI-on-the-edge-device/issues habe ich bisher keinen Account.

                      Mir wäre damit geholfen, so in der Art:

                      Produkt vor einigen Tage gekauft und funktioniert mit AI-on-the-Edge.
                      Ganz schön kompliziert die passende Hardware zu finden.

                      HomoranH Samson71S 2 Antworten Letzte Antwort
                      0
                      • D dojodojo

                        @samson71

                        Bei GitHub https://github.com/jomjol/AI-on-the-edge-device/issues habe ich bisher keinen Account.

                        Mir wäre damit geholfen, so in der Art:

                        Produkt vor einigen Tage gekauft und funktioniert mit AI-on-the-Edge.
                        Ganz schön kompliziert die passende Hardware zu finden.

                        HomoranH Nicht stören
                        HomoranH Nicht stören
                        Homoran
                        Global Moderator Administrators
                        schrieb am zuletzt editiert von Homoran
                        #11

                        @dojodojo sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

                        Produkt vor einigen Tage gekauft und funktioniert mit AI-on-the-Edge.

                        die Chance dass ein solcher User zeitnah diesen Thread liest und dir rechtzeitig antwortet, halte ich für gegen 0.

                        Soweit ich mich erinnere gab es in dem Thread von jomjol vor ein paar Jahren bereits den Hinweis auf inkompatible Kameras.

                        https://forum.iobroker.net/post/617369

                        Möglicherweise sogar innerhalb einer Lieferung, mit ganz geringen Unterschieden

                        @dojodojo sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

                        Bei GitHub https://github.com/jomjol/AI-on-the-edge-device/issues habe ich bisher keinen Account.

                        dann ändere das

                        kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                        1 Antwort Letzte Antwort
                        0
                        • D dojodojo

                          @samson71

                          Bei GitHub https://github.com/jomjol/AI-on-the-edge-device/issues habe ich bisher keinen Account.

                          Mir wäre damit geholfen, so in der Art:

                          Produkt vor einigen Tage gekauft und funktioniert mit AI-on-the-Edge.
                          Ganz schön kompliziert die passende Hardware zu finden.

                          Samson71S Offline
                          Samson71S Offline
                          Samson71
                          Global Moderator
                          schrieb am zuletzt editiert von
                          #12

                          @dojodojo sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

                          Bei GitHub https://github.com/jomjol/AI-on-the-edge-device/issues habe ich bisher keinen Account.

                          Dann wird es Zeit das zu ändern.

                          @dojodojo sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

                          Mir wäre damit geholfen, so in der Art:

                          Produkt vor einigen Tage gekauft und funktioniert mit AI-on-the-Edge.

                          Sollte die wirklich kommen, dann solltest Du Dir bei dem Glück überlegen mit dem Lotto spielen anzufangen :grimacing:

                          Markus

                          Bitte beachten:
                          Hinweise für gute Forenbeiträge
                          Maßnahmen zum Schutz des Forums

                          D 1 Antwort Letzte Antwort
                          0
                          • Samson71S Samson71

                            @dojodojo sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

                            Bei GitHub https://github.com/jomjol/AI-on-the-edge-device/issues habe ich bisher keinen Account.

                            Dann wird es Zeit das zu ändern.

                            @dojodojo sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

                            Mir wäre damit geholfen, so in der Art:

                            Produkt vor einigen Tage gekauft und funktioniert mit AI-on-the-Edge.

                            Sollte die wirklich kommen, dann solltest Du Dir bei dem Glück überlegen mit dem Lotto spielen anzufangen :grimacing:

                            D Offline
                            D Offline
                            dojodojo
                            schrieb am zuletzt editiert von dojodojo
                            #13

                            Möglicherweise sogar innerhalb einer Lieferung, mit ganz geringen Unterschieden

                            Genau meine Erfahrung, obwohl ich die gar nicht habe. :-)

                            HomoranH 1 Antwort Letzte Antwort
                            0
                            • D dojodojo

                              Möglicherweise sogar innerhalb einer Lieferung, mit ganz geringen Unterschieden

                              Genau meine Erfahrung, obwohl ich die gar nicht habe. :-)

                              HomoranH Nicht stören
                              HomoranH Nicht stören
                              Homoran
                              Global Moderator Administrators
                              schrieb am zuletzt editiert von
                              #14

                              @dojodojo sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

                              Genau meine Erfahrung, obwohl ich die gar nicht habe.

                              du hast keine Erfahrung?

                              hast du dir die Kameras genau angesehen?

                              kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                              D 1 Antwort Letzte Antwort
                              0
                              • HomoranH Homoran

                                @dojodojo sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

                                Genau meine Erfahrung, obwohl ich die gar nicht habe.

                                du hast keine Erfahrung?

                                hast du dir die Kameras genau angesehen?

                                D Offline
                                D Offline
                                dojodojo
                                schrieb am zuletzt editiert von dojodojo
                                #15

                                @homoran

                                Die sind mit einer 4 Stck. Bestellung gekommen:

                                diymore.jpg

                                Die linke ESP32-Cam 1x und die rechte ESP32-Cam 3x.
                                Die linke Linse sieht auch irgendwie sonderbar aus, gar nicht wie auf dem Angebotsbild.
                                Der Chipsatz sieht farblich auch anders aus.

                                Heißt der Chipsatz immer ESP32s?

                                1 Antwort Letzte Antwort
                                0
                                • HomoranH Nicht stören
                                  HomoranH Nicht stören
                                  Homoran
                                  Global Moderator Administrators
                                  schrieb am zuletzt editiert von
                                  #16

                                  @dojodojo und da erwartest du, dass du wirklich das selbe bekommst was henand anderes Wochen vorher bestellt und bekommen hat?

                                  aber zusätzlich

                                  @samson71 sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

                                  in den meisten Fällen wird vermutlich das "Nicht Funktionieren" eher am Anwender als an der Hardware liegen

                                  wenn du schon fragst

                                  @dojodojo sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

                                  Wie versetze ich den ESP-32 bewußt in den Schreibmodus?

                                  und

                                  @dojodojo sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

                                  Gestern konnte ich AI-on-the-Edge einmal erfolgreich installieren,
                                  heute kann ich es nicht mehr.

                                  sieht das doch eher nach einem Handlingproblem aus.

                                  Wie flashst du eigentlich?
                                  Screenshot_20250921-104817_Firefox.jpg

                                  ich habe von dir kaum harte Informationen gefunden!
                                  weder screenshots noch Fotos, oder Fehlermeldung u.ä.

                                  kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                  D 1 Antwort Letzte Antwort
                                  0
                                  • HomoranH Homoran

                                    @dojodojo und da erwartest du, dass du wirklich das selbe bekommst was henand anderes Wochen vorher bestellt und bekommen hat?

                                    aber zusätzlich

                                    @samson71 sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

                                    in den meisten Fällen wird vermutlich das "Nicht Funktionieren" eher am Anwender als an der Hardware liegen

                                    wenn du schon fragst

                                    @dojodojo sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

                                    Wie versetze ich den ESP-32 bewußt in den Schreibmodus?

                                    und

                                    @dojodojo sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

                                    Gestern konnte ich AI-on-the-Edge einmal erfolgreich installieren,
                                    heute kann ich es nicht mehr.

                                    sieht das doch eher nach einem Handlingproblem aus.

                                    Wie flashst du eigentlich?
                                    Screenshot_20250921-104817_Firefox.jpg

                                    ich habe von dir kaum harte Informationen gefunden!
                                    weder screenshots noch Fotos, oder Fehlermeldung u.ä.

                                    D Offline
                                    D Offline
                                    dojodojo
                                    schrieb am zuletzt editiert von dojodojo
                                    #17

                                    @homoran

                                    Anfänglichst habe ich wie empfohlen mit https://jomjol.github.io/AI-on-the-edge-device/ geflasht.

                                    Dann mit dem espressif - esptool
                                    wie folgt:

                                    dojo@pc:~$ source env/bin/activate
                                    (env) dojo@pc:~$ cd /media/dojo/store/AI-on-the-edge-device__manual-setup__v15.7.0/
                                    (env) dojo@pc:/media/dojo/store/AI-on-the-edge-device__manual-setup__v15.7.0$ esptool -p /dev/ttyUSB0 erase-flash
                                    esptool v5.1.0
                                    Connected to ESP32 on /dev/ttyUSB0:
                                    Chip type:          ESP32-D0WD-V3 (revision v3.1)
                                    Features:           Wi-Fi, BT, Dual Core + LP Core, 240MHz, Vref calibration in eFuse, Coding Scheme None
                                    Crystal frequency:  40MHz
                                    MAC:                xxxxxxxxxxxxxxx
                                     
                                    Stub flasher running.
                                     
                                    Flash memory erased successfully in 4.1 seconds.
                                     
                                    Hard resetting via RTS pin...
                                    (env) dojo@pc:/media/dojo/store/AI-on-the-edge-device__manual-setup__v15.7.0$ esptool --port /dev/ttyUSB0 write-flash 0x01000 bootloader.bin 0x08000 partitions.bin 0x10000 firmware.bin
                                    esptool v5.1.0
                                    Connected to ESP32 on /dev/ttyUSB0:
                                    Chip type:          ESP32-D0WD-V3 (revision v3.1)
                                    Features:           Wi-Fi, BT, Dual Core + LP Core, 240MHz, Vref calibration in eFuse, Coding Scheme None
                                    Crystal frequency:  40MHz
                                    MAC:                xxxxxxxxxxxxxxx
                                     
                                    Stub flasher running.
                                     
                                    Configuring flash size...
                                    Flash will be erased from 0x00001000 to 0x00006fff...
                                    Flash will be erased from 0x00008000 to 0x00008fff...
                                    Flash will be erased from 0x00010000 to 0x0017efff...
                                    Wrote 21376 bytes (14127 compressed) at 0x00001000 in 1.4 seconds (122.3 kbit/s).
                                    Hash of data verified.
                                    Wrote 3072 bytes (128 compressed) at 0x00008000 in 0.0 seconds (858.9 kbit/s).
                                    Hash of data verified.
                                    Wrote 1500320 bytes (968156 compressed) at 0x00010000 in 87.8 seconds (136.8 kbit/s).
                                    Hash of data verified.
                                     
                                    Hard resetting via RTS pin...
                                    (env) dojo@pc:/media/dojo/store/AI-on-the-edge-device__manual-setup__v15.7.0$
                                    

                                    Flash-Hardware - USB-C Anschluss - am PC USB-3 oder USB-2
                                    diymore-flash-mb.jpg

                                    Wann sind die ESP32-CAM-MB Taster IO0 (links) und RST (rechts) zu verwenden?

                                    Anleitung: https://makesmart.net/blog/read/esp32-cam-programmieren-die-einrichtung-als-livestream-server

                                    Fehlt die Brücke zwischen IO0 und GND, so kann kein Programm hochgeladen werden.

                                    Die linke IO0 Taste habe ich teilweise beim USB Connecten gedrückt gehalten. (Bei Tasmota jedoch nicht erforderlich)

                                    sieht das doch eher nach einem Handlingproblem aus.

                                    Das will ich nicht ausschließen.
                                    Bei Tasmota funktioniert der Webflasher ohne Probleme, die ESP-Cam erstellt einen wifi Zugang.
                                    Wo kann mein Fehler liegen?

                                    HomoranH teletapiT 2 Antworten Letzte Antwort
                                    0
                                    • D dojodojo

                                      @homoran

                                      Anfänglichst habe ich wie empfohlen mit https://jomjol.github.io/AI-on-the-edge-device/ geflasht.

                                      Dann mit dem espressif - esptool
                                      wie folgt:

                                      dojo@pc:~$ source env/bin/activate
                                      (env) dojo@pc:~$ cd /media/dojo/store/AI-on-the-edge-device__manual-setup__v15.7.0/
                                      (env) dojo@pc:/media/dojo/store/AI-on-the-edge-device__manual-setup__v15.7.0$ esptool -p /dev/ttyUSB0 erase-flash
                                      esptool v5.1.0
                                      Connected to ESP32 on /dev/ttyUSB0:
                                      Chip type:          ESP32-D0WD-V3 (revision v3.1)
                                      Features:           Wi-Fi, BT, Dual Core + LP Core, 240MHz, Vref calibration in eFuse, Coding Scheme None
                                      Crystal frequency:  40MHz
                                      MAC:                xxxxxxxxxxxxxxx
                                       
                                      Stub flasher running.
                                       
                                      Flash memory erased successfully in 4.1 seconds.
                                       
                                      Hard resetting via RTS pin...
                                      (env) dojo@pc:/media/dojo/store/AI-on-the-edge-device__manual-setup__v15.7.0$ esptool --port /dev/ttyUSB0 write-flash 0x01000 bootloader.bin 0x08000 partitions.bin 0x10000 firmware.bin
                                      esptool v5.1.0
                                      Connected to ESP32 on /dev/ttyUSB0:
                                      Chip type:          ESP32-D0WD-V3 (revision v3.1)
                                      Features:           Wi-Fi, BT, Dual Core + LP Core, 240MHz, Vref calibration in eFuse, Coding Scheme None
                                      Crystal frequency:  40MHz
                                      MAC:                xxxxxxxxxxxxxxx
                                       
                                      Stub flasher running.
                                       
                                      Configuring flash size...
                                      Flash will be erased from 0x00001000 to 0x00006fff...
                                      Flash will be erased from 0x00008000 to 0x00008fff...
                                      Flash will be erased from 0x00010000 to 0x0017efff...
                                      Wrote 21376 bytes (14127 compressed) at 0x00001000 in 1.4 seconds (122.3 kbit/s).
                                      Hash of data verified.
                                      Wrote 3072 bytes (128 compressed) at 0x00008000 in 0.0 seconds (858.9 kbit/s).
                                      Hash of data verified.
                                      Wrote 1500320 bytes (968156 compressed) at 0x00010000 in 87.8 seconds (136.8 kbit/s).
                                      Hash of data verified.
                                       
                                      Hard resetting via RTS pin...
                                      (env) dojo@pc:/media/dojo/store/AI-on-the-edge-device__manual-setup__v15.7.0$
                                      

                                      Flash-Hardware - USB-C Anschluss - am PC USB-3 oder USB-2
                                      diymore-flash-mb.jpg

                                      Wann sind die ESP32-CAM-MB Taster IO0 (links) und RST (rechts) zu verwenden?

                                      Anleitung: https://makesmart.net/blog/read/esp32-cam-programmieren-die-einrichtung-als-livestream-server

                                      Fehlt die Brücke zwischen IO0 und GND, so kann kein Programm hochgeladen werden.

                                      Die linke IO0 Taste habe ich teilweise beim USB Connecten gedrückt gehalten. (Bei Tasmota jedoch nicht erforderlich)

                                      sieht das doch eher nach einem Handlingproblem aus.

                                      Das will ich nicht ausschließen.
                                      Bei Tasmota funktioniert der Webflasher ohne Probleme, die ESP-Cam erstellt einen wifi Zugang.
                                      Wo kann mein Fehler liegen?

                                      HomoranH Nicht stören
                                      HomoranH Nicht stören
                                      Homoran
                                      Global Moderator Administrators
                                      schrieb am zuletzt editiert von Homoran
                                      #18

                                      @dojodojo sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

                                      Anfänglichst habe ich wie empfohlen mit https://jomjol.github.io/AI-on-the-edge-device/ geflasht.

                                      die Doku sieht jetzt ganz anders aus als damals. ich würde fast sagen die fehlt sogar

                                      Damals sah das so aus
                                      Screenshot_20250921-113759_Firefox.jpg

                                      @dojodojo sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

                                      Wann sind die ESP32-CAM-MB Taster IO0 (links) und RST (rechts) zu verwenden?

                                      das stand damals alles in der Doku.
                                      weiss ich nach 4 1/2 Jahren auch nicht mehr.

                                      müsstest du dir im Thread zusammensuchen

                                      @dojodojo sagte in ESP32-Cam ESP32-D0WD-V3 (revision v3.1) - AI on the Edge:

                                      Die linke IO0 Taste habe ich teilweise beim USB Connecten gedrückt gehalten. (Bei Tasmota jedoch nicht erforderlich)

                                      hier war es das aber!

                                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                      1 Antwort Letzte Antwort
                                      0
                                      • D dojodojo

                                        @homoran

                                        Anfänglichst habe ich wie empfohlen mit https://jomjol.github.io/AI-on-the-edge-device/ geflasht.

                                        Dann mit dem espressif - esptool
                                        wie folgt:

                                        dojo@pc:~$ source env/bin/activate
                                        (env) dojo@pc:~$ cd /media/dojo/store/AI-on-the-edge-device__manual-setup__v15.7.0/
                                        (env) dojo@pc:/media/dojo/store/AI-on-the-edge-device__manual-setup__v15.7.0$ esptool -p /dev/ttyUSB0 erase-flash
                                        esptool v5.1.0
                                        Connected to ESP32 on /dev/ttyUSB0:
                                        Chip type:          ESP32-D0WD-V3 (revision v3.1)
                                        Features:           Wi-Fi, BT, Dual Core + LP Core, 240MHz, Vref calibration in eFuse, Coding Scheme None
                                        Crystal frequency:  40MHz
                                        MAC:                xxxxxxxxxxxxxxx
                                         
                                        Stub flasher running.
                                         
                                        Flash memory erased successfully in 4.1 seconds.
                                         
                                        Hard resetting via RTS pin...
                                        (env) dojo@pc:/media/dojo/store/AI-on-the-edge-device__manual-setup__v15.7.0$ esptool --port /dev/ttyUSB0 write-flash 0x01000 bootloader.bin 0x08000 partitions.bin 0x10000 firmware.bin
                                        esptool v5.1.0
                                        Connected to ESP32 on /dev/ttyUSB0:
                                        Chip type:          ESP32-D0WD-V3 (revision v3.1)
                                        Features:           Wi-Fi, BT, Dual Core + LP Core, 240MHz, Vref calibration in eFuse, Coding Scheme None
                                        Crystal frequency:  40MHz
                                        MAC:                xxxxxxxxxxxxxxx
                                         
                                        Stub flasher running.
                                         
                                        Configuring flash size...
                                        Flash will be erased from 0x00001000 to 0x00006fff...
                                        Flash will be erased from 0x00008000 to 0x00008fff...
                                        Flash will be erased from 0x00010000 to 0x0017efff...
                                        Wrote 21376 bytes (14127 compressed) at 0x00001000 in 1.4 seconds (122.3 kbit/s).
                                        Hash of data verified.
                                        Wrote 3072 bytes (128 compressed) at 0x00008000 in 0.0 seconds (858.9 kbit/s).
                                        Hash of data verified.
                                        Wrote 1500320 bytes (968156 compressed) at 0x00010000 in 87.8 seconds (136.8 kbit/s).
                                        Hash of data verified.
                                         
                                        Hard resetting via RTS pin...
                                        (env) dojo@pc:/media/dojo/store/AI-on-the-edge-device__manual-setup__v15.7.0$
                                        

                                        Flash-Hardware - USB-C Anschluss - am PC USB-3 oder USB-2
                                        diymore-flash-mb.jpg

                                        Wann sind die ESP32-CAM-MB Taster IO0 (links) und RST (rechts) zu verwenden?

                                        Anleitung: https://makesmart.net/blog/read/esp32-cam-programmieren-die-einrichtung-als-livestream-server

                                        Fehlt die Brücke zwischen IO0 und GND, so kann kein Programm hochgeladen werden.

                                        Die linke IO0 Taste habe ich teilweise beim USB Connecten gedrückt gehalten. (Bei Tasmota jedoch nicht erforderlich)

                                        sieht das doch eher nach einem Handlingproblem aus.

                                        Das will ich nicht ausschließen.
                                        Bei Tasmota funktioniert der Webflasher ohne Probleme, die ESP-Cam erstellt einen wifi Zugang.
                                        Wo kann mein Fehler liegen?

                                        teletapiT Online
                                        teletapiT Online
                                        teletapi
                                        schrieb am zuletzt editiert von
                                        #19

                                        @dojodojo Ich hab am 1.07 diesen Jahres diese beiden bestellt und laufen beide super

                                        https://www.amazon.de/dp/B0F2F3N9LT?ref=ppx_yo2ov_dt_b_fed_asin_title&th=1

                                        D 1 Antwort Letzte Antwort
                                        0
                                        • teletapiT teletapi

                                          @dojodojo Ich hab am 1.07 diesen Jahres diese beiden bestellt und laufen beide super

                                          https://www.amazon.de/dp/B0F2F3N9LT?ref=ppx_yo2ov_dt_b_fed_asin_title&th=1

                                          D Offline
                                          D Offline
                                          dojodojo
                                          schrieb am zuletzt editiert von dojodojo
                                          #20

                                          Evtl. ein Problem der Spannungsversorgung: https://raydiy.de/stromversorgung-von-arduino-und-esp32-microcontroller-mit-pc-netzteil-betreiben/

                                          @teletapi

                                          Danke, wie kann ich, kann einen Unterschied in der Verkaufsbeschreibung in Bezug auf die ESP32-cam Technik feststellen?
                                          Sind deine gelieferten ESP32-Cam völlig identisch?
                                          Hast Du Originalbilder von deiner Lieferung, sieht dein Chipsatz genauso aus wie meine(r)?

                                          VERGLEICHSANGEBOTE:

                                          dojodojo - bestellt am 20. Sept. 2025, gleicher Händler
                                          https://www.amazon.de/dp/B0D9BSRYF9?ref=ppx_yo2ov_dt_b_fed_asin_title&th=1

                                          ram32mb.jpg

                                          Es sind hier nur 4 MB externes PSRAM angegeben.

                                          teletapi - bestellt 01.07 2025
                                          https://www.amazon.de/dp/B0F2F3N9LT?ref=ppx_yo2ov_dt_b_fed_asin_title&th=1

                                          esp32-cam-32mb.jpg

                                          ESP_32S.jpg

                                          Hat dein Chip ESP-32S wirklich 32MB Speicher, wie angegeben?
                                          Mir kommt es so vor, als wenn die Händler die Produktbeschreibungen auswürfeln.
                                          Die Produktauswahl ist so nicht möglich.

                                          https://www.espressif.com/en/products/socs/esp32
                                          Datenblatt https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf
                                          esptool https://docs.espressif.com/projects/esptool/en/latest/esp32/esptool/flashing-firmware.html
                                          Entering the Bootloader https://docs.espressif.com/projects/esptool/en/latest/esp32/esptool/entering-bootloader.html

                                          Wird der Impuls vom RST-Buton ESP32-CAM MB zur ESP32-Cam durchgereicht?

                                          INFO AZ Delivery, man weiß nie was man bekommt:

                                          IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
                                          vielen Dank für Ihre Anfrage.

                                          Wir beziehen unsere Produkte von verschiedenen Lieferanten und es kann immer wieder mal zu minimalen Abweichungen kommen.

                                          Es ist in nächster Zeit nicht geplant, dieses Produkt aus dem Sortiment zu nehmen.

                                          (Zusatzinfo: Ab 500 Stück Abnahmemenge kann unsere B2B-Abteilung für Sie jederzeit bei den Lieferanten anfragen und Ihnen ein individuelles Angebot unterbreiten.)

                                          Für alles Weitere stehen wir Ihnen selbstverständlich jederzeit zur Verfügung.

                                          Wir freuen uns von Ihnen zu hören.

                                          Mit freundlichen Grüßen,
                                          xxxxxx
                                          AZ-Delivery Kundenservice-Team
                                          IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII

                                          teletapiT HomoranH 2 Antworten Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          560

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe