lewisxhe / esp32-camera-screen

TTGO T-camera Plus
https://ru.aliexpress.com/item/TTGO-T-camera-Plus-ESP32-DOWDQ6-8-MB-SPRAM-OV2640-1-3/32971057846.html?fbclid=IwAR1uUoWC-UiemD8rKwg15WvpM7zhtvxUxdZhh0jnbrkFkNah6MV6Stg5Kag
65 stars 52 forks source link

Using the TTGO-CAMERA-PLUS WITH MICROPYTHON #15

Open johncblacker opened 4 years ago

johncblacker commented 4 years ago

I've built my own distribution of micropython that supports the esp32 and the camera; however, I'm getting an error from the camera.c esp-idf program when performing camera.init() I get camera probe failed with error 0x103. I'm guessing that the camera.c module is expecting responses to the SCCB_Write [ff] and SCCB_Write [12] which it is not getting. Can you tell me the responses to these writes and can you tell me what the camera I2C address is?