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

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ก.พ. 2025

ความคิดเห็น • 17

  • @BAPPA-i9d
    @BAPPA-i9d 2 หลายเดือนก่อน

    Nice bro ❤

  • @nyayab.x
    @nyayab.x หลายเดือนก่อน +1

    Please check if the face recognition function is working or not

    • @electronicswithadwait
      @electronicswithadwait  หลายเดือนก่อน

      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 !!

  • @rohitsahu7346
    @rohitsahu7346 2 หลายเดือนก่อน +1

    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.

    • @electronicswithadwait
      @electronicswithadwait  2 หลายเดือนก่อน +2

      Surely I'll try that !!

    • @rohitsahu7346
      @rohitsahu7346 2 หลายเดือนก่อน

      @electronicswithadwait thank you sir.

  • @HomeAutomationTECH
    @HomeAutomationTECH 15 วันที่ผ่านมา

    sir i have one problem wifi connecting and disconnecting continuously
    plse sir solve ?
    Connecting to HLJ
    14:33:05.929 -> .
    14:33:06.442 -> ESP32-CAM IP Address: 192.168.43.61
    14:33:06.442 -> Start configuring and initializing the camera...
    14:33:06.474 -> E (2126) camera: Camera probe failed with error 0x105(ESP_ERR_NOT_FOUND)
    14:33:06.474 -> Camera init failed with error 0x105ets Jul 29 2019 12:21:46

  • @谢仁万
    @谢仁万 หลายเดือนก่อน

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

    • @electronicswithadwait
      @electronicswithadwait  หลายเดือนก่อน

      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 !!

  • @jumbo999614
    @jumbo999614 2 หลายเดือนก่อน

    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  2 หลายเดือนก่อน +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.

  • @bawantharasanga6351
    @bawantharasanga6351 2 หลายเดือนก่อน

    no core dump partition found esp32 cam

    • @electronicswithadwait
      @electronicswithadwait  2 หลายเดือนก่อน

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

  • @bennguyen1313
    @bennguyen1313 2 หลายเดือนก่อน

    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  2 หลายเดือนก่อน

      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 !!