esp32-cam module - error 0x105 #18492
Replies: 10 comments 11 replies
-
The AI Thinker clones and derivates are problematic devices. If you do some Internet research you will find many hits. Do NOT use the adapter board sold for. The power source needs to be rock solid and needs to deliver clean 5V. Most 5V USB Phone Chargers will not work. Remove after flashing the wires from all GPIOs |
Beta Was this translation helpful? Give feedback.
-
I got a board with this bug 😜 https://community.home-assistant.io/t/esphome-esp32-wrover-e-camera-failed-solved/496863/4 |
Beta Was this translation helpful? Give feedback.
-
I checked voltages - they seem to be controlled via GPIO32 as expected, and seem to be the right voltages on the right pins (although my camera has pin numbers on it which seem reversed compared to the circuit diagram - the heavyier wires lead to the right places with the camera facing forward. |
Beta Was this translation helpful? Give feedback.
-
ok, works on 10.0.0 (crashed after initial reboot after web 'upgrade', but worked after power cycle). |
Beta Was this translation helpful? Give feedback.
-
I think I found why, and maybe solved it. More testing needed, but maybe we could go further and tell the esp driver that it does not have a pwdn pin, so we have complete control. |
Beta Was this translation helpful? Give feedback.
-
Do you have to make a custom compile to use the "define USE_WEBCAM_V2"? I've got the common ESP32-CAM modules like this: |
Beta Was this translation helpful? Give feedback.
-
btsimonh, I'd love to test the reset delay in the custom firmware compile. I just made a trip to my remote camera site and simply did a 'hard reset' (pulled the power for 10 seconds) and the camera was recovered - no more 'InitErr 0x105' errors upon repower! I suspect that the longer (200mS) power down in the modified code would help my recover my cameras. |
Beta Was this translation helpful? Give feedback.
-
Can someone advise me about doing a Tasmota compile to use the V2 webcam driver? |
Beta Was this translation helpful? Give feedback.
-
hi @mrneutron42 |
Beta Was this translation helpful? Give feedback.
-
I used TasmoCompiler with the #define USE_WEBCAM_V2 parameter and made a 14.4.1 tasmota32-webcam firmware with V2 driver. |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I bought a few cheap ESP32cam modules (logo is 'DM') - some time ago - mainly because they had an extrenal wifi/BLE antenna connection for BLE use.
They are probably this module.
Now I'd like to try the camera (I'm modifying a pet feeder to use ESP32 Tas, and fancied watching my fish feed....).
But... I've tried flashing the current release () and on two of the modules... and get:
I've tried the 'AI Thinker' profile, and 'esp32 cam' profile - both the same.
The boards have only 5v connected - to a capable USB supply.
Is it possible that running them for some time with a generic profile could have damaged the camera module(s)?
Or is it possible these modules use different pins for the camera? (please suggest changes?)
Googling tells me that this is a camera connection issue. I re-seated one, before trying the next module.
best regards,
Simon
Full log:
Beta Was this translation helpful? Give feedback.
All reactions