Step-by-Step Guide to Setting Up Your ESP32-CAM for Beginners

Поділитися
Вставка
  • Опубліковано 27 гру 2024

КОМЕНТАРІ • 15

  • @nyayab.x
    @nyayab.x 21 день тому +1

    Please check if the face recognition function is working or not

    • @electronicswithadwait
      @electronicswithadwait  20 днів тому

      It's not working with newer versions of esp32 board but is working for older versions , try using downgrading to different older versions. I'll upload a video on that soon !!

  • @谢仁万
    @谢仁万 20 днів тому

    what about face recognition and detection? There is no latest video in youtube about that

    • @electronicswithadwait
      @electronicswithadwait  20 днів тому

      It's not working with newer versions of esp32 board but is working for older versions , try using downgrading to different older versions. I'll upload a video on that soon !!

  • @bawantharasanga6351
    @bawantharasanga6351 Місяць тому

    no core dump partition found esp32 cam

    • @electronicswithadwait
      @electronicswithadwait  29 днів тому

      Connect to a 2.4 G network instead of 5 G and hopefully this might work well.

  • @BAPPA-i9d
    @BAPPA-i9d Місяць тому

    Nice bro ❤

  • @rohitsahu7346
    @rohitsahu7346 Місяць тому

    It is very helpful for beginners to know about this module easily.
    Sir, can you make a vedio on esp32 cam using PIR sensor when motion is detected esp32 cam can capture image and send to smart phone with notification alert.
    I watched many tutorials but they are not working well.
    Please, make a vedio on it.
    Thank you sir.

  • @jumbo999614
    @jumbo999614 Місяць тому

    I want to use ESP32 Cam to control robot car. I want to have both video stream and control buttons on the webpage.
    Do you have tutorial for that? Is it easy to edit CameraWebServer sketch to add your own buttons?

    • @electronicswithadwait
      @electronicswithadwait  Місяць тому +1

      I am planning to make a video on how to use esp32cam for controlling the robot.
      I haven't made a tutorial on that right now but I'll make it soon.
      Its not that easy to add your own buttons.I too want to add and there are some open source codes available on git hub for that.

  • @bennguyen1313
    @bennguyen1313 Місяць тому

    Can you do a video on how to debug? I'm a total beginner, but would like to step thru code to understand what it's doing.
    I tried PlatformIO but my board is not listed (ESP32-C3FH4-RGB)
    The little bit of documentation on this board all use Arduino
    (
    Friday Fun: Micro Weather Station
    01Space / ESP32-C3FH4-RGB
    )
    I saw a few non ESP32-C3FH4-RGB posts by eduardogb and Stéphane Potier ,
    ( Argon_Ghost "[ESP32 Tour] Hezhou ESP32-C3 uses PlatformIO to compile and debug" )
    I tried it anyways and get errors like “Failed to get flash maps”.. not sure if it's the target, the bin file generated doesn't work isn't applicable for this target, my openocd install, ini/json settings.
    Platformio.ini:
    [env:esp32-c3]
    platform = espressif32
    ;board = lolin_c3_mini
    build_type = debug
    framework = espidf
    ;Memory Map
    board_build.partitions = partitions.csv ; no_ota.csv ; References partitions.csv in project root
    ;board_build.f_flash = 80000000L
    ;board_build.offset = 0x10000
    ;board_build.bootloader_addr = 0x0000
    ;mem 0x0000 0x10000 ro ; GDB command to protect bootloader ROM
    ;??????????
    ;board_build.flash_mode = dio ;

    • @electronicswithadwait
      @electronicswithadwait  Місяць тому

      Brother , I too had a lot of problems with this but I found that many of these issues were dur to a hardware problem so I bought a new one , still it gave me tons of errors ,I too surfed on the internet and found few solutions. I think this method would work for you too !!