jameszah / ESP32-CAM-Video-Recorder

Video Recorder for ESP32-CAM with http server for config and ftp (or http) server to download video
GNU General Public License v3.0
453 stars 102 forks source link

ESP32 Wrover Module error? #49

Closed degagevip closed 2 years ago

degagevip commented 3 years ago

The is Arduino code, with standard setup for ESP32-CAM

arduino 1.8.13 espressif systems 1.04 v98x-WiFiMan

Error compiling for development board esp32 wrover module

Why not?

jameszah commented 3 years ago

Maybe you could paste the errors for me to have a look.

degagevip commented 3 years ago

Thanks to jameszah , because I have modified the WiFimanager.h code before! Did not read the printed information carefully. The bug is fixed. The program is great

ashish-iottive commented 3 years ago

Thanks to jameszah , because I have modified the WiFimanager.h code before! Did not read the printed information carefully. The bug is fixed. The program is great

Hey @degagevip if you have successfully executed Camera Webserver with WiFi Manager then could you share the Arduino sketch for that only which include the Basic Example Webserver with Wifi Manager.It would be great help.

degagevip commented 3 years ago

hi,ashish-iottive In terms of software, I didn't make much improvement. I just added solar charging chip, fill light and 18650 battery to the circuit. I will arrange the PCB and announce it in the near future.

ashish-iottive commented 3 years ago

Hey @degagevip I have figured out the WiFi Manager library in the ESP32-Camera Webserver sketch, in this sketch I have set an static IP which can be viewed in WiFi Manager portal to remove the use of Serial Monitor and a button to reset the Wi-Fi Manager settings and added mDNS to advertising the IP Address of the camera.