ESP32-S3 running on loop
Opened this issue · 5 comments
I have an ESP32-S3 WROOM with OV2640 cam attached to it, which is very similar to the third Air Unit variant 3 described in the README file. When I upload the firmware files from the latest release to my board, it keeps rebooting in a loop. I don't see any error messages, but the board continually restarts. I've attached an image showing that the ESP32 stops and then immediately begins the loop again. Is there any way to fix this?
Firmware designed for ESP32-S3-Sense will not work on other S3 boards due to diferrent camera pinout.
You might be able to make it work by specifying correct pinout in:
hx-esp32-cam-fpv/components/air/main.h
Line 113 in 9663f2b
I updated the camera pinouts to match my board, but the issue persists. Everything initializes up until starting app cpu, but then the system reboots without any errors or flags being raised.
Try with build_type = debug
in platformio.ini to see more debug output.
same here with ESP32S3 wroom + OV5640.
flashed according to the instructions, can't compile - need to look into it (later).