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 !!
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.
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
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 !!
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?
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.
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 ;
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 !!
Nice bro ❤
Thnx man !!
Please check if the face recognition function is working or not
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 !!
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.
Surely I'll try that !!
@electronicswithadwait thank you sir.
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
I think you might have a hardware issue.
what about face recognition and detection? There is no latest video in youtube about that
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 !!
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?
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.
no core dump partition found esp32 cam
Connect to a 2.4 G network instead of 5 G and hopefully this might work well.
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 ;
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 !!