Difference between revisions of "OV9655"
From ArmadeusWiki
Line 54: | Line 54: | ||
| [http://search.digikey.com/scripts/DkSearch/dksus.dll?lang=fr&site=FR&KeyWords=S5524-ND&x=0&y=0 PPTC102LJBN-RC] | | [http://search.digikey.com/scripts/DkSearch/dksus.dll?lang=fr&site=FR&KeyWords=S5524-ND&x=0&y=0 PPTC102LJBN-RC] | ||
|} | |} | ||
+ | |||
+ | ==Usage== | ||
+ | <pre class="apf"> | ||
+ | # modprobe mx27_camera | ||
+ | # modprobe ov96xx | ||
+ | </pre> | ||
==Links== | ==Links== |
Revision as of 14:42, 21 October 2011
Page under construction... Informations on this page are not guaranteed !!
OV9655 is an Omnivision 1,3 Mpixels sensor that can be found in the following commercial camera modules:
- OV09655-FSL
- do you know others ?
Contents
Connecting the OV09655-FSL module to the APF27
- Datasheet of the OV9655 module are available here. They only detail the hardware interface.
- Omnivision sensors are easily available but when it comes to obtain the datasheet of the sensor it becomes harder. Even if you find some datasheet, the informations inside must be read with caution: some are erronous. So here is one of those.
- This modules needs this Molex connector to be plugged in: http://radiospares-fr.rs-online.com/web/5426700.html.
Description
- CSI port (8 bits data + 4 bits control signals) is used to transmit images. (10 bits mode not usable on i.MX). These signals are available on the APF27Dev J9 connector (2,5V logic).
- I2C bus is used to configure the sensor. This bus is available on the APF27Dev J8 connector.
- Sensor core power supply (1,8V) is derived from 2,8V of J9.
Adaptation board
- (Preliminary) Schematics and layouts (Eagle) of an APF27 adaptation board are available here.
- BOM:
Components | Quantity | Ref. |
---|---|---|
Capacitor 100nF (package 805) CMS | 4 | |
MCP1700 | 1 | MCP1700T-1802E/TT |
pin header 1x2 male 2.54mm | 3 | |
Molex connector (for j9) | 1 | 52437-2472 |
pin header 2x10 female | 1 | PPTC102LJBN-RC |
Usage
# modprobe mx27_camera # modprobe ov96xx