Replies: 8 comments 8 replies
-
Not familiar with that board |
Beta Was this translation helpful? Give feedback.
-
Power supply looks like this. Power_CAM is connected to GPIO8. |
Beta Was this translation helpful? Give feedback.
-
similar setup to CAMERA_MODEL_AI_THINKER with pin switching mosfet which supplies power to LDOs |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
in |
Beta Was this translation helpful? Give feedback.
-
LED is confirmed to be working. I would like to encourage adding the below to camera_pins.h this board has working SD, camera, RGB light. Of course other features could be added to the provided IO headers.
My board settings can be found here https://github.com/jharvey/ESP32-CAM_MJPEG2SD/blob/master/Misc_Docs/Waveshare_ESP32-S3-ETH/Arduino-Tools-Menu-settings.png It appears that the yellobyte driver is similar and includes features for the onboard JTAG debugger. It seems like it's still in development and doesn't seem to always show up. I understand the ESP32-S3 intergrated JTAG debugger got initial support in 2.3.0, so the internal JTAG is still very young at the time of writing this. I also includes a copy of my launch.json file incase it's useful. https://github.com/jharvey/ESP32-CAM_MJPEG2SD/blob/master/Misc_Docs/Waveshare_ESP32-S3-ETH/Arduino_IDE_Board-Manager.png |
Beta Was this translation helpful? Give feedback.
-
I see you already imported the file ~2 weeks ago. Line 558 is pin 4, it should be updated to pin 21 Issue tracker created #609 |
Beta Was this translation helpful? Give feedback.
-
see #628 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to add the Waveshare ESP32-S3-ETH on the list of options. As I write this, my fork compiles and my PC can see it's WiFi. I can get the 192.168.4.1 page to display. However it complains that the camera is not detected. The web page log notes this.
[00:00:04.929 WARN setup] Startup Failure: Camera init error 0x105:ESP_ERR_NOT_FOUND on CAMERA_MODEL_Waveshare_ESP32_S3_ETH
Copy of the web page with all it's notes found here https://github.com/jharvey/ESP32-CAM_MJPEG2SD-JH/raw/refs/heads/master/Misc_Docs/Startup%20Failure.html
I modified camera_pins.h adding this
I modified appGlobals.h added CAMERA_MODEL_Waveshare_ESP32_S3_ETH, and commenting out the default #define
I'm not sure what to do about GPIO8, which provides power to the camera module. This issue could be my problem. I added this to line 27 of ESP32-CAM_MJPEG2SD-JH.ino I tried HIGH, LOW, as well I tried GPIO8 for the reset in camera_pins.h. So far it still fails to find the camera. I'll see if I can
I know this board works, I was able to get a Waveshare demo to display video stream over it's ethernet connector. Any suggestions / comments / help would be welcomed. I don't know much about the camera signals, I'll likely attempt to connect connect a scope to see if I see anything interesting.
Beta Was this translation helpful? Give feedback.
All reactions