arkhipenko / esp32-cam-mjpeg-multiclient

ESP32 MJPEG Multiclient Streaming Server
BSD 3-Clause "New" or "Revised" License
230 stars 61 forks source link

Brownout detector was triggered #19

Closed EndruK closed 1 year ago

EndruK commented 1 year ago

Hi I'm using an AI-Thinker board and was able to flash your code.

I activated https://github.com/arkhipenko/esp32-cam-mjpeg-multiclient/blob/5a8610c7d9f9db71554daf0744c66988f81126ee/esp32_camera_mjpeg_multiclient.ino#L42

But somehow I get a Brownout detector was triggered reboot-loop at OV2640.cpp l184: https://github.com/arkhipenko/esp32-cam-mjpeg-multiclient/blob/5a8610c7d9f9db71554daf0744c66988f81126ee/src/OV2640.cpp#L184

It seems that the cam can't be initialized with the given config for AI-Thinker. (I also tried the other configs and they also don't work)

Here the board for reference: https://www.amazon.de/gp/product/B08MZV1TT9/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1

EndruK commented 1 year ago

Nevermind, It seems that 3.3V wasn't enough for the board. After I switched to 5V, the issue solved itself :+1: Cheers