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'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.
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 !!
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 !!
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 !!
no core dump partition found esp32 cam
Connect to a 2.4 G network instead of 5 G and hopefully this might work well.
Nice bro ❤
Thnx man !!
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.
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 !!