BRT Community

General Category => Discussion - Cleo => Topic started by: cristinaR on April 16, 2019, 01:31:38 PM

Title: Connecting Cleo Camera directly to Arduino Mega
Post by: cristinaR on April 16, 2019, 01:31:38 PM
Is there any possibility to connect Cleo Camera directly to the Arduino Mega. I have to mention that I have a connector between those two, so the absence of FFC slot on Arduino is not a problem.
Title: Re: Connecting Cleo Camera directly to Arduino Mega
Post by: BRT Community on April 22, 2019, 04:32:42 PM
Hello,

We only have examples of using it with CleO or FT90x series MCUs and so we could not guarantee that it would work or provide software libraries. However, some users on the web have managed to get similar camera modules working with Arduino and so you may be able to find some examples on-line. This module uses the OV5640 camera.

The FT900 - FT903 have a specific parallel camera interface which makes it easier to add cameras like this and so you may also consider this MCU.    Note that the FT900-FT903 come with a different camera model and so some hardware modifications are needed to the MM900EV boards and these can be found in this document https://brtchip.com/wp-content/uploads/Support/Documentation/Application_Notes/ICs/MCU/AN-414-FT90x-UVC-WebCam.pdf (https://brtchip.com/wp-content/uploads/Support/Documentation/Application_Notes/ICs/MCU/AN-414-FT90x-UVC-WebCam.pdf).

Best Regards, BRT Community

 

Title: Re: Connecting Cleo Camera directly to Arduino Mega
Post by: cristinaR on April 23, 2019, 02:47:39 PM
Thank you, for your suggestion.