-
Notifications
You must be signed in to change notification settings - Fork 243
camera probe failed (0x20001) with OV7670 #106
Comments
It's the same Error 0x20001 with OV2640. |
It just means not connected. Most probably an issue with your wiring or the pin configuration. |
I'm using the "Alternate ESP32 Pin Mapping" specified in the readme and changed it according to it in the menuconfig. I'm using the esp32 DevKitC (find pinout here: https://cdn.shopify.com/s/files/1/1509/1638/products/Pinout_Darstellung_ESP32_Developmentboard_339d0add-2031-4bca-88af-026cbbd0656d.png?v=1520380031 ) and checked my wiring multiple times. I'm still receiving this error. |
More precisely: The software tries to determine the camera model by asking via SCCB for the camera id. As others mentioned: Check the connections. |
Thanks for your help. For me the problem was fixed by using another camera, seems like my old one was defective. I ordered the same camera twice again and tried it out and it instantly showed me 0x20003, and so with adaption to the code it worked for me then. |
0x20001 error remains with the combination of m5stack m5camera and ov2640. below is 0x20001. BR. |
My first problem was pinout connection. After that I changed few lines in code. added files camera.c modify those values include lines ov7670.c modified line in app_main.c sensor.h Maybe you can have another issues after that but will ease to follow errors and warnings from eclipse and get compile done. BR |
Hello, so I tried to get the OV7670 running on the Heltec Wifi Kit 32 and also on a normal esp32.
The problem is I'm getting following Code spit out when flash monitoring:
I researched many topics here on github and also found #29
I've read something about that this error means "not connected", but I checked my wiring multiple times, even redid it a few times and also changed pins in case that would be the problem. The camera should be connected but still I'm not getting rid of this error.
Also, in that thread everyone seems to be able to get the camera running, although there are some bugs, but for me it does not even go that far...
Is there anything I can do to get it working properly?
The text was updated successfully, but these errors were encountered: