-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32-S3 running on loop #13
Comments
Firmware designed for ESP32-S3-Sense will not work on other S3 boards due to diferrent camera pinout. 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 |
same here with ESP32S3 wroom + OV5640. |
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?
The text was updated successfully, but these errors were encountered: