Skip to content
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

Open
stevejohn163 opened this issue Aug 29, 2024 · 5 comments
Open

ESP32-S3 running on loop #13

stevejohn163 opened this issue Aug 29, 2024 · 5 comments

Comments

@stevejohn163
Copy link

stevejohn163 commented Aug 29, 2024

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?
Screenshot from 2024-08-29 15-59-53
Screenshot from 2024-08-29 16-00-04
IMG_4862

@RomanLut
Copy link
Owner

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:

#define CAMERA_MODEL_XIAO_ESP32S3
and allocating some free pins for (absent) SD card.

@stevejohn163
Copy link
Author

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.

@RomanLut
Copy link
Owner

RomanLut commented Sep 2, 2024

Try with build_type = debug in platformio.ini to see more debug output.

@stevejohn163
Copy link
Author

After updating the camera pinouts, the device no longer enters a boot loop, but it now hangs at the same step as before. I’m not receiving any additional debug messages or errors, so I’m still unable to determine why it stops working at this point.
image
IMG_4876

@nightflasher
Copy link

same here with ESP32S3 wroom + OV5640.
flashed according to the instructions, can't compile - need to look into it (later).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants