2023-11-21 6:57 AM
Hello Community!
I am a newcomer to STM and am currently trying to control the OV5640 with the STM32-L4A6 (NUCLEO-L4A6ZG).
Unfortunately I have no success and cannot establish communication. I am biting my teeth out and am in urgent need of support. I am using the developer board from Adafruit (https://learn.adafruit.com/adafruit-ov5640-camera-breakout/overview).
Does anyone have an example project or can help me in any other way?
I would be very grateful!
Thank you very much and have a nice day.
Kind regards
Nicola
Solved! Go to Solution.
2025-05-28 1:35 PM
Hi!
I am currently working on a similar project and trying to get the OV5640 camera to livestream to an LCD screen using the STM32L476rgt6. I was wondering what you did to solve your issue? Also, I took a look at your code, were the sccb.c and sccb.h files code that you wrote to manually adjust the registers to simulate the sccb behavior without using the I2C hardware on the board?
Thanks!